PLC Type FX-Mitsubishi , Name Input / Output PLC :
INPUT PLC :
X000 ; Push Button Switch ( without lock ).
OUTPUT PLC :
Y000 ; Lamp.
PLC programming for Push ON Push OFF With Counter PLC Mitsubishi :
Reading Ladder PLC Programming for Push ON Push OFF with Counter PLC Mitsubishi :
Step 1 :
Push ON , Lamp ON
a.If X000 = ON Then Present Value ( C0 = 1 And C1 = 1 ) And ( C0 = ON And C1 = OFF ).
b.If X000 = OFF Then C0 = ON And C1 = OFF.
c.If C0 = ON Then Y000 = ON.
Step 2 :
Push ON, Lamp OFF
a.If X000 = ON Then C1 = ON And Present Value ( C0 = 0 And C1 = 0 ) And ( C0 = OFF And C1 = OFF ).
b.If X000 = OFF Then C0 = OFF And C1 = OFF.
c.If C0 = OFF Then Y000 = OFF.
Please Download Programming for GX Developer :
Push ON Push OFF With Counter PLC Mitsubishi
See : Push ON Push OFF
INPUT PLC :
X000 ; Push Button Switch ( without lock ).
OUTPUT PLC :
Y000 ; Lamp.
Reading Ladder PLC Programming for Push ON Push OFF with Counter PLC Mitsubishi :
Step 1 :
Push ON , Lamp ON
a.If X000 = ON Then Present Value ( C0 = 1 And C1 = 1 ) And ( C0 = ON And C1 = OFF ).
b.If X000 = OFF Then C0 = ON And C1 = OFF.
c.If C0 = ON Then Y000 = ON.
Step 2 :
Push ON, Lamp OFF
a.If X000 = ON Then C1 = ON And Present Value ( C0 = 0 And C1 = 0 ) And ( C0 = OFF And C1 = OFF ).
b.If X000 = OFF Then C0 = OFF And C1 = OFF.
c.If C0 = OFF Then Y000 = OFF.
Please Download Programming for GX Developer :
Push ON Push OFF With Counter PLC Mitsubishi
See : Push ON Push OFF