Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Captcha Click on image to update the captcha .

Login

Register Now

register content

Timer and Counter Instructions

Timers and counters control operations based on time or the number of events.

Bellow commands that can be used in ladder diagram

plc programming img 5f19dd880bc82 plc

TONTOFRTOCTUCTDRES

Bellow commands that can be used in Function Blocks and Structured Text

TONRTOFRRTORCTUD

Commands Description.

If you want toUse this instruction
time how long a timer is enabledTON
time how long a timer is disabledTOF
accumulate timeRTO
time how long a timer is enabled with built-in reset in function blockTONR
time how long a timer is disabled with built-in reset in function blockTOFR
accumulate time with built-in reset in function blockRTOR
count upCTU
count downCTD
count up and count down in function blockCTUD
reset a timer or counterRES

 

The time base is 1 msec for all timers. For example, a 2 second timer’s .PRE value should be 2000.(For Control Logix PLC)