PLC Type Series-C Omron , Name Input / Output PLC :
INPUT PLC :
000.00 ; Push Button Start
000.01 ; Push Button Stop
000.02 ; Micro Switches Wire Out
000.03 ; Motor Feedback Alarm
OUTPUT PLC :
005.00 ; Speed Control Motor ( Motor Running )
005.01 ; Single Solenoid Wire Cutters
PLC Omron Programming :
Download Picture : PLC Omron Programming
Please Download Programming for SYSWIN : PLC Omron Programming
Reading PLC Programming for Binding Machine :
Step 1 :
If 000.02 = OFF And 000.03 = OFF Then ALL Outputs =OFF ( Interlock = OFF ).
Step 2 :
If 000.00 = ON And 000.01 = OFF Then 010.00 = Hold ON ( Latching ) And 010.01 = Momentary ON ( Diff. UP).
Step 3 :
a. If 010.01 = ON And TIM000 = OFF Then 010.02= Hold ON ( Latching ) And TIM000 Activated.
b. If 010.00 = ON And TIM002 = ON And TIM000 = OFF Then 010.02 = Hold ON ( Latching ) And TIM000 Activated.
Step 4 :
If TIM000 = ON And TIM001 = OFF Then 010.03 = Hold ON ( Latching ) And TIM001 Activated.
Step 5 :
If TIM001 = ON And TIM002 = OFF Then 010.04 = Hold ON ( Latching ) And TIM002 Activated.
Step 6 :
a. If 010.02 = ON Then 005.00 = ON.
b. If 010.03 = ON Then 005.01 = ON.
For Setting Spiral Length :
See : Simulation Make Timer PLC
See : PLC for Forming of Spiral for Binding Machine
INPUT PLC :
000.00 ; Push Button Start
000.01 ; Push Button Stop
000.02 ; Micro Switches Wire Out
000.03 ; Motor Feedback Alarm
OUTPUT PLC :
005.00 ; Speed Control Motor ( Motor Running )
005.01 ; Single Solenoid Wire Cutters
PLC Omron Programming :
Download Picture : PLC Omron Programming
Please Download Programming for SYSWIN : PLC Omron Programming
Reading PLC Programming for Binding Machine :
Step 1 :
If 000.02 = OFF And 000.03 = OFF Then ALL Outputs =OFF ( Interlock = OFF ).
Step 2 :
If 000.00 = ON And 000.01 = OFF Then 010.00 = Hold ON ( Latching ) And 010.01 = Momentary ON ( Diff. UP).
Step 3 :
a. If 010.01 = ON And TIM000 = OFF Then 010.02= Hold ON ( Latching ) And TIM000 Activated.
b. If 010.00 = ON And TIM002 = ON And TIM000 = OFF Then 010.02 = Hold ON ( Latching ) And TIM000 Activated.
Step 4 :
If TIM000 = ON And TIM001 = OFF Then 010.03 = Hold ON ( Latching ) And TIM001 Activated.
Step 5 :
If TIM001 = ON And TIM002 = OFF Then 010.04 = Hold ON ( Latching ) And TIM002 Activated.
Step 6 :
a. If 010.02 = ON Then 005.00 = ON.
b. If 010.03 = ON Then 005.01 = ON.
For Setting Spiral Length :
See : Simulation Make Timer PLC
See : PLC for Forming of Spiral for Binding Machine