5 SEQUENCE INSTRUCTIONS
5.3 Output Instructions
109
5
Timer
OUT T, OUTH T, OUTHS T, OUT ST, OUTH ST, OUTHS ST
The timer counts up to the set value when the operation result up to the OUT instruction is ON and the coil of the timer/
retentive timer specified by (d) turns ON. When the timer times up, NO contact becomes conductive and NC contact becomes
non conductive.
■Descriptions, ranges, and data types
■Applicable devices
*1 Only T and ST can be used.
*2 T, ST, C cannot be used.
*3 Indirect specification cannot be entered for the timer set value.
*4 Only decimal constant (K) can be used.
• These instructions count up to the set value when the operation result up to the OUT instruction is ON and the coil of the
timer/retentive timer specified by (d) turns ON. When the timer reaches the end of its count (current value set value), NO
contact becomes conductive and NC contact becomes non-conductive.
• Operation is as follows when the operation result up to the OUT instruction changes from ON to OFF.
• After the timer times up, clear the current value of the retentive timer and turn the contact off by the RST instruction.
• When the set value is 0, the timer times up when the OUT instruction is executed.
• The following processing is executed when the OUT instruction is executed:
• When the OUT T instruction is skipped using the CJ instruction, etc. while the OUT T and OUT ST instructions are ON,
these instructions do not update the current value or turn ON/OFF the contacts.
• When the same OUT T and OUT ST instructions are executed in the same scan twice or more, these instructions update
the current value for the same number of times of execution.
Ladder diagram Structured text
ENO:=OUT_T(EN,d,set value);
ENO:=OUTH(EN,d,set value);
ENO:=OUTHS(EN,d,set value);
Operand Remarks Range Data type Data type (label)
(d) Timer Number Bit ANY_BOOL
(Set value) Timer set value 0 to 32767 16-bit unsigned 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 $
(d)
*1
(Set value)
*2
*3
*4
Timer type Timer coil Current timer
value
Before time-out After time-out
NO contact NC contact NO contact NC contact
Timer off 0 Non-Conductive
state
Conductive state Non-Conductive
state
Conductive state
Retentive timer off Holds current value Non-Conductive
state
Conductive state Conductive state Non-Conductive
state
• The coil in the OUT T, OUTH T, OUTHS T, OUT ST, OUTH ST and OUTHS ST instructions turns ON/OFF
• The contact in the OUT T, OUTH T, OUTHS T, OUT ST, OUTH ST and OUTHS ST instructions turns ON/OFF
• The current value in the OUT T, OUTH T, OUTHS T, OUT ST, OUTH ST and OUTHS ST instructions changes
OUT T0 @D0