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 Data Memory PLC Mitsubishi :
Reading Ladder PLC Programming for Push ON Push OFF with Data Memory PLC Mitsubishi :
Step 1 :
Push ON , Lamp ON
a.If X000= ON Then Increment D0 ( INCP D0 ) And D0 = 1.
b.If D0 = 1 Then Y000= ON.
c.If X000= OFF Then D0 = 1 And Y000= ON .
Step 2 :
Push ON, Lamp OFF
a.If X000= ON Then Increment D0 (Pulse) And D0 = 2.
b.If D0 = 2 ( LD= K2 D0 ) Then D0 = 0 ( MOV K0 D0 ).
c.If D0 = 0 Then Y000= OFF.
d.If X000= OFF Then D0 = 0 And Y000= OFF .
Please Download Programming for GX Developer :
Push ON Push OFF With Data Memory 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 Data Memory PLC Mitsubishi :
Step 1 :
Push ON , Lamp ON
a.If X000= ON Then Increment D0 ( INCP D0 ) And D0 = 1.
b.If D0 = 1 Then Y000= ON.
c.If X000= OFF Then D0 = 1 And Y000= ON .
Step 2 :
Push ON, Lamp OFF
a.If X000= ON Then Increment D0 (Pulse) And D0 = 2.
b.If D0 = 2 ( LD= K2 D0 ) Then D0 = 0 ( MOV K0 D0 ).
c.If D0 = 0 Then Y000= OFF.
d.If X000= OFF Then D0 = 0 And Y000= OFF .
Please Download Programming for GX Developer :
Push ON Push OFF With Data Memory PLC Mitsubishi
See : Push ON Push OFF