This is a little question for admin:
is there a possibility to check the state of specific global variable from specific script?
In the past I've hasn't know that in Resident and Scheduled scripts variables can be saved to next computation so this is the next question. Because e.g. I have script with pid controllers and it would be great especially for debugging or realtime checking where there would be such possibility e.g. script.getvalue('PID computation', 'pids').
Yes I know that I can add some log() in code but then I must restart script and all current pids would have default values.
is there a possibility to check the state of specific global variable from specific script?
In the past I've hasn't know that in Resident and Scheduled scripts variables can be saved to next computation so this is the next question. Because e.g. I have script with pid controllers and it would be great especially for debugging or realtime checking where there would be such possibility e.g. script.getvalue('PID computation', 'pids').
Yes I know that I can add some log() in code but then I must restart script and all current pids would have default values.
Done is better than perfect