590
7 APPLICATION INSTRUCTION
7.19 Clock instruction
Converting time data from seconds to hour/minute/second in 32
bits
DSTOH(P)
These instructions convert the 32-bit time value in seconds stored in the device numbers starting from (s) to the time value in
the HHMMDD format, and store the converted data in the device numbers starting from (d).
■Descriptions, ranges, and data types
■Applicable devices
• These instructions convert the time value in seconds stored in the device numbers starting from (s) to the time value in
HHMMDD format, and store the converted data in the device numbers starting from (d).
When specifying 45325 seconds in (s)
Ladder diagram Structured text
ENO:=DSTOH(EN,s,d);
ENO:=DSTOHP(EN,s,d);
Operand Description Range Data type Data type (label)
(s) Head device number where the clock data before conversion is
stored
32-bit signed binary ANY32
(d) Head device number where the clock data after conversion is
stored
16-bit signed binary ANY16
Operand Bit Word Double word Indirect
specification
Constant Others
X, Y, M, L,
SM, F, B, SB
U\G T, ST,
C, LC
T, ST, C, D,
W, SD, SW, R
U\G Z LC LZ K, H E $
(s)
(d)
Error code
(SD0/SD8067)
Description
2820 The specified device area exceeds the corresponding device range.
3405 The value specified by (s) is outside the range.
(d)
(d)+1
(d)+2
(s)+1 (s)
Data range
(0 to 32767)
(0 to 59)
Data range
(0 to 117964799)
(0 to 59)
Hour
Minute
Second
Second
(s)+1 (s)
45325
(d)
(d)+1
(d)+2
12
35
25