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 ?
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.