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.

Using SCAN in a sub routine


KenRieck Mar 31, 2010 06:06 PM

Using a CR1000 and CRBasic, if you have an initial scan rate of one second Scan(1,sec,3,0) and then have a sub routine with the same scan rate do they run concurrently in parallel ?


jtrauntvein Mar 31, 2010 08:13 PM

If you want to have a second (or third) scan running in parallel, the scan should be placed after a SlowSequence instruction rather than putting it inside of the subroutine.

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