Hi there,
I'm new on programming a Datalogger. I'm using CR800 and CR1000 with OS 27, 28 and 29. In my programs I use subroutines called from a slowsequence of the main program. The question is: when calling subroutine the slowsequence continue execution? What is happening after ending execution of a subroutine, is returning to a calling point?
Please help.
Regards,
Elias Vasco
It will behave as if the code from the subroutine was inserted where the call statement is.