TSET
From STX Wiki
Jump to navigationJump to search
TSET
var := TSET
-> var = 'yyyy.mm.dd hh.mm.ss'
Start or restart an STx timer. The TSET
command will return a string of the format yyyy.mm.dd hh.mm.ss
, indicating the current date and time, e.g. 1969.07.21 03.56.00
.
STx timers are implemented by calling the standard system time functions. They are incremented every second. For more accurate timers use an STx value item.