7 APPLICATION INSTRUCTIONS
7.25 Clock Instructions
1021
7
Outputting a comparison result of time data
TCMP(P)
These instructions compare the time data to be compared that is specified by (s1), (s2), and (s3) with the time data specified
by (s4), and according to the result (small, match, or large), (d), (d)+1, or (d)+2 is turned on.
■Execution condition
■Description, range, data type
• The RnCPU and RnENCPU with firmware version "17" or later support these instructions. (Use an engineering tool with version "1.020W" or later.)
Ladder ST
ENO:=TCMP(EN,s1,s2,s3,s4,d);
ENO:=TCMPP(EN,s1,s2,s3,s4,d);
FBD/LD
Instruction Execution condition
TCMP
TCMPP
Operand Description Range Data type Data type (label)
(s1) Start device for storing the time data (hour) to be compared 0 to 23 16-bit signed binary ANY16
(s2) Start device for storing the time data (minute) to be
compared
0 to 59 16-bit signed binary ANY16
(s3) Start device for storing the time data (second) to be
compared
0 to 59 16-bit signed binary ANY16
(s4) Start device for storing the time data (hour, minute, second)
to be compared
16-bit signed binary ANY16_ARRAY
(Number of elements: 3)
(d) Start device for storing the comparison result Bit ANYBIT_ARRAY
(Number of elements: 3)
EN Execution condition Bit BOOL
ENO Execution result Bit BOOL
RnCPU
RnENCPU
RnSFCPU RnSFCPURnPCPURnPCPU
(Standard) (Safety)
(Redundant)
(Process)