Kevin asked:
Is it possible to extract the elapsed time into W since the MARKTIME command or the actual time itself?And the GETTICK 10 & 100 commands, I do not quite get how they are intended to be used.
Kevin, MarkTime and LoopIfTiming are designed as an easy to use time limit mechanism. To measure elapsed time use STStart and fSTTimeSince. You must also then declare a memory variable, using defTIME24, to hold the captured time value.
The GetTick10 and GetTick100 instructions are an older timing mechanism. They let you generate timing that does not have cumulative errors due to the delay between a timer expiring and then getting restarted. The SuperTimers are design to not have cumulative errors providing the task queue takes less than 10mS.
