IAI America XSEL-KX User Manual
Page 110
![background image](/manuals/350295/110/background.png)
94
Part 4 Commands
GTTM (Get time)
Extension condition
(LD, A, O, AB, OB)
Input condition
(I/O, flag)
Command, declaration
Output
(Output, flag)
Command,
declaration
Operand 1
Operand 2
Optional
Optional
GTTM
Variable
number
Prohibited
CP
[Function]
Read system time to the variable specified in operand 1. The time is specified in units of 10
milliseconds.
The time obtained here has no base number. Therefore, this command is called twice and
the difference will be used to calculate the elapsed time.
[Example 1]
GTTM
1
Read the reference time to variable 1.
ADD
1
500
Set the ending time to 5 seconds later.
GTTM
2
Read the current system time to variable 2.
DWLE
2
*1
Proceed to the step next to EDDO when 5 seconds elapsed.
:
The above process will be repeated for 5 seconds.
:
GTTM
2
Read the current system time to variable 2.
EDDO
[Example 2]
LET
1
5
Assign 5 to variable 1.
GTTM
*1
Store the current system time in the content of variable 1
(variable 5).