Welltech SIPIVR 6800GS V.2.1 User Manual
Page 71

70
Date
Format:
yyyy/mm/dd
mm/dd/yyyy
yy/mm/dd
mm/dd/yy
mm/dd:
dd/mm/yyyy
”dd” is the day (01-31), “mm” is the month (01-12) and “yyyy” is the year.
Variable for Date: String type variable to store current date.
Variable for day of week: Integer type variable to store day. Output value:
Monday is 1, Tuesday is 2 and Sunday is 7.
Variable for Time: String type variable to store current time. Output format :
HH:MM:SS
Variable for Clock Tick: Integer type variable to store system clock tick
which can be used to calculate the time duration in Time Duration
component (Please refer to section 5.6)
Time Format: Select time format (12H, 24H or RADIUS UTC Format) for
output
Next Goto: Next component to be executed
Remark: Description or remark for this component
5.6
Time Duration
[Introduction]
The Time Duration component is used to calculate the time duration.
[Description]
Right-click Time Duration component, the screen appears as Figure 5-6.
Figure 5-6
Result Var: String type variable to store calculated result of time duration
Start ticks Var: A string variable that stored the Start Ticks Time
(Using the Get System Time component to get system tick
time)
Stop ticks Var: A string variable that stored the Stop Ticks Time
(Using the Get System Time component to get system tick
time)
Result Format: Time format to output