Hi!
I'm trying to call an user function from an ApplyandRestartSequence. The function is defined before that sequence; the task of that user function is to check the consistency of configurable constants before restart the device.
I decided to take this checking task out of the ApplyandRestartSequence to allow another routine to do the same checking task reusing code without effectively restart the datalogger.
Unfortunately calling a function from ApplyandRestartSequence doesn't work; replacing the function call with the code inside that function works ok. Does it exist any limitation in code instructions inside anApplyandRestartSequence/EndApplyandRestartSequence?
Regards,
Jose