Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

Return from subroutine


evasco May 21, 2016 05:07 PM

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


JDavis May 23, 2016 02:33 PM

It will behave as if the code from the subroutine was inserted where the call statement is.

Log in or register to post/reply in the forum.