A. Omron PLC Counter and Timer
A.1. Counter ( C)Explanation :
- CNT = Counter / PLC Counter
- N = Number of counting
- SV = Set Value #
- CP = Pulse Input Signal
- R = Reset Signal / PLC Counter Reset
A.2. Timer – TIM
Explanation :
- TIM = Timer / PLC Timer
- N = Number of time counting
- SV = Set Value #
SV is between 000.0 and 999.9 (The decimal point is not entered), Timer number run from 000 through 127 in the CPM1A PLC.
B. How to Programming Counter in Omron CPM1A PLC
Step 1 : Click Icon or press I and click on work sheetStep 2 : In ladder edit : Input CNT<space>001<space>#20 and then press OK button
Explanation :
- CNT = Counter / PLC Counter
- CNT001 = Counter Contact Number
- #20 = Setting Value (number of counting)
- 0.00 = Input Pulse Signal
- 0.01 = Reset Signal / PLC Counter Reset
- 1.01 = Output PLC Contact
C. How to Programming Timer in Omron CPM1A PLC
Step 1 : Click Icon or press F10 and click on work sheetStep 2 : In ladder edit : Input TIM<space>000<space>#100 and then press OK button
Explanation :
- TIM = Timer Delay ON / PLC Timer ON Delay Function
- TIM000 = Timer Contact Number
- #100 = Setting Value 10 sec (Time of ON delay)
- 0.00 = Switch ON-OFF Timer, If OFF then PLC Timer Reset
- 1.01 = Output PLC Contact