pedro.estrela
2020-07-13 16:21:06
Hi
is there any way to store and later retrieve dynamic user configuration in a project?
right now I have a series of defaults for variables, and the ability in the mapping to change such variables at run time.
My issue is to make these persistent across invocations, without demanding the users to change the defaults by hand. Its really hard for non-technical users to do this simple thing.
----
Idea: could we have a NEW set of "meta-global" variables that could be interface such settings?
variables o0..o9 are not used at the moment, and could be used for this.
for example:
translator that retreives the default value:
hz = o1 // retreive clock period
translator that changes the clock period:
hz = pp * 10
hz = hz +10
o1 = hz // store clock period
thanks