PLC Type FX-Mitsubishi , Name Input / Output PLC :
INPUT PLC :
X000 ; Push Button Switch ( without lock ).
OUTPUT PLC :
Y000 ; OUT0 or Seven Segment A.
Y001 ; OUT1 or Seven Segment B.
Y002 ; OUT2 or Seven Segment C.
Y003 ; OUT3 or Seven Segment D.
Y004 ; OUT4 or Seven Segment E.
Y005 ; OUT5 or Seven Segment F.
Y006 ; OUT6 or Seven Segment G.
PLC Programming for Seven Segment Display With PLC Mitsubishi
Reading Ladder PLC Programming for Seven Segment Display with PLC Mitsubishi :
Step 1 :
Increments the memory data specified by the operand by 1
a.If X000 = ON Then Increment D0 (INCP / Increment Pulse ).
Step 2 :
a.If D0 = 0 Then M0 = ON.
b.If D0 = 1 Then M1 = ON.
c.If D0 = 2 Then M2 = ON.
d.If D0 = 3 Then M3 = ON.
e.If D0 = 4 Then M4 = ON.
f.If D0 = 5 Then M5 = ON.
g.If D0 = 6 Then M6 = ON.
h.If D0 = 7 Then M7 = ON.
i.If D0 = 8 Then M8 = ON.
j.If D0 = 9 Then M9 = ON.
Step 3 :
a.If M0 = ON Then Y000 = ON And Y001 = ON And Y002 = ON And Y003 = ON And Y004 = ON And Y005 = ON.
b.If M1 = ON Then Y001 = ON And Y002 = ON.
c.If M2 = ON Then Y000 = ON And Y001 = ON And Y003 = ON And Y004 = ON And Y006 = ON.
d.If M3 = ON Then Y000 = ON And Y001 = ON And Y002 = ON And Y003 = ON And Y006 = ON.
e.If M4 = ON Then Y001 = ON And Y002 = ON And Y005 = ON And Y006 = ON.
f.If M5 = ON Then Y000 = ON And Y002 = ON And Y003 = ON And Y005 = ON And Y006 = ON.
g.If M6 = ON Then Y000 = ON And Y002 = ON And Y003 = ON And Y004 = ON And Y005 = ON And Y006 = ON.
h.If M7 = ON Then Y000 = ON And Y001 = ON And Y002 = ON.
i.If M8 = ON Then Y000 = ON And Y001 = ON And Y002 = ON And Y003 = ON And Y004 = ON And Y005 = ON And Y006 = ON.
j.If M9 = ON Then Y000 = ON And Y001 = ON And Y002 = ON And Y003 = ON And Y005 = ON And Y006 = ON.
Please Download Programming for GX Developer :
Seven Segment Display With PLC Mitsubishi
See : Seven Segment Display
INPUT PLC :
X000 ; Push Button Switch ( without lock ).
OUTPUT PLC :
Y000 ; OUT0 or Seven Segment A.
Y001 ; OUT1 or Seven Segment B.
Y002 ; OUT2 or Seven Segment C.
Y003 ; OUT3 or Seven Segment D.
Y004 ; OUT4 or Seven Segment E.
Y005 ; OUT5 or Seven Segment F.
Y006 ; OUT6 or Seven Segment G.
PLC Programming for Seven Segment Display With PLC Mitsubishi
Reading Ladder PLC Programming for Seven Segment Display with PLC Mitsubishi :
Step 1 :
Increments the memory data specified by the operand by 1
a.If X000 = ON Then Increment D0 (INCP / Increment Pulse ).
Step 2 :
a.If D0 = 0 Then M0 = ON.
b.If D0 = 1 Then M1 = ON.
c.If D0 = 2 Then M2 = ON.
d.If D0 = 3 Then M3 = ON.
e.If D0 = 4 Then M4 = ON.
f.If D0 = 5 Then M5 = ON.
g.If D0 = 6 Then M6 = ON.
h.If D0 = 7 Then M7 = ON.
i.If D0 = 8 Then M8 = ON.
j.If D0 = 9 Then M9 = ON.
Step 3 :
a.If M0 = ON Then Y000 = ON And Y001 = ON And Y002 = ON And Y003 = ON And Y004 = ON And Y005 = ON.
b.If M1 = ON Then Y001 = ON And Y002 = ON.
c.If M2 = ON Then Y000 = ON And Y001 = ON And Y003 = ON And Y004 = ON And Y006 = ON.
d.If M3 = ON Then Y000 = ON And Y001 = ON And Y002 = ON And Y003 = ON And Y006 = ON.
e.If M4 = ON Then Y001 = ON And Y002 = ON And Y005 = ON And Y006 = ON.
f.If M5 = ON Then Y000 = ON And Y002 = ON And Y003 = ON And Y005 = ON And Y006 = ON.
g.If M6 = ON Then Y000 = ON And Y002 = ON And Y003 = ON And Y004 = ON And Y005 = ON And Y006 = ON.
h.If M7 = ON Then Y000 = ON And Y001 = ON And Y002 = ON.
i.If M8 = ON Then Y000 = ON And Y001 = ON And Y002 = ON And Y003 = ON And Y004 = ON And Y005 = ON And Y006 = ON.
j.If M9 = ON Then Y000 = ON And Y001 = ON And Y002 = ON And Y003 = ON And Y005 = ON And Y006 = ON.
Please Download Programming for GX Developer :
Seven Segment Display With PLC Mitsubishi
See : Seven Segment Display