7 Connecting to LSIS PLCs
7-14
NB-series Programmable Terminals Host Connection Manual (V108)
Note Communication Relay / Register is not supported on the SU type.
1. The address format of %UX is D.DD.DDD (0.0.0-0.15.511) in the PLC, it corresponds to
DDDD (0-8191) in the HMI. And the %UX 0.m.n in the PLC is U_Bit m
512+n in the HMI.
Similarly, the %UW 0.0.0-0.15.31 in the PLC corresponds to U 0-511 in the HMI. And the
%UW 0.m.n in the PLC is U m
32+n.
For example,
Internal address: %UX 0.1.0 in the PLC corresponds to U_Bit 512 in the HMI.
Internal address: %UX 0.15.511 in the PLC corresponds to U_Bit 8191 in the HMI.
Internal address: %UW 0.1.0 in the PLC corresponds to U 32 in the HMI.
Internal address: %UW 0.15.31 in the PLC corresponds to U 511 in the HMI.
2. The address format of %QX / IX is DD.DD.DD (0.0.0-15.15.63) in the PLC, it corresponds to
DDDDD (0-16383) in the HMI. And the %QX / IX a.b.c in the PLC is Q_Bit / I_Bit
a
1024+b64+c in the HMI.
Similarly, the %QW / IW 0.0.0-15.15.3 in the PLC corresponds to Q/I 0-1023 in the HMI. And
the %QW / IW a.b.c in the PLC is Q / I a
64+b4+c.
For example,
Internal address: %QX / I X 0.1.0 in the PLC corresponds to Q_Bit / I_Bit 64 in the HMI.
Internal address: %QX / IX 15.15.63 in the PLC corresponds to Q_Bit / I_Bit 16383 in
the HMI.
Internal address: %QW / IW 0.1.0 in the PLC corresponds to Q / I 4 in the HMI.
Internal address: %QW / IW 15.15.3 in the PLC corresponds to Q / I 1023 in the HMI.
File Register ------ R 0-10239 DDDDD
Special module Register ------ U 0-511 DDD
Keep Register ------ K 0-4095 DDDD
Link Register ------ L 0-2047 DDDD
Auxiliary Register ------ M 0-4095 DDDD
Communication Register ------ N 0-10239 DDDDD
Output Register ------ Q 0-1023 DDDD
Input Register ------ I 0-1023 DDDD
Device Bit Address Word Address Format