FX Series Programmable Controlers Applied Instructions 5
5-211
5.16.1.1.12 Example program 1
This program reads parameters 0 to 99 in the inverter at station No. 6, to D1000 to D1099 in
the PLC.
5.16.1.1.13 Example program 2
This program reads parameters 0 to 99 in the inverters at station Nos. 6, 7, 8 and 9, to D1000
to D1099, D1100 to D1199, D1200 to D1299 and D1300 to D1399 respectively in the PLC.
V Station No. control
V1 Parameter No. control
V2 Read parameter storage destination
X010
SET M11
RST V
M11
EXTR K12 K6 V D1000V
M8029
INC V
> V K99 RST M11
END
X010
SET M11
RST D10
M11
EXTR K12 K6 V1 D1000V2
M8029
INC V1
> D10 K99 INC D10
END
RST V1
RST V2
INC V2
RST V1
RST M11> D10 K3