Manual
45
[Function] Writes the system time to the variable in operand 1. The time unit is 10msec.
The time obtained with this command is a value that has no base. Therefore, call this command twice,
and the difference gives the time that has elapsed.
[Example 1] GTTM 1 Read the reference time to variable 1.
ADD 1 500 Set the ending time for 5 seconds later.
GTTM 2 Read the current system time to variable 2.
DWGE 1 *2 After 5 seconds, proceeds to the next step after EDDO.
: The processing during this time will repeat for 5 seconds.
:
noisnapxE
noitidnoc
)RO·DNA(
tupnI
noitidnoc
)galF·O/I(
dnammoC
tsoP
)galF·troptuptuO(
dnammoC 1dnarepO 2dnarepO
lanoitpOlanoitpOMTTG.oNelbairaV
12. SEL Language
● GTTM (Time Acquisition)
[Example 2] LET 1 5 Assign 5 to variable 1.
GTTM *1 Store the current system time in the variable for 5 (content of variable 1).
EDDO
GTTM 2 Read the current system time to variable 2.