164 •
••
• Modicon QUICKDESIGNER
Device Address Data Data Data Data Bit write Read
Prefix Range Range Range Frmt Width (y/n/ Write
Min. Max. rmw)
Words
IR 1-65535 0 65535 UI 16 n/a R
OR 1-65535 0 65535 UI 16 rmw R/W
OS 1-65535 -32768 32767 SI 16 n/a R/W
MS 1-65535 0 65535 TX 16 n/a R/W
DR 1-65534 0 99999999 ? 32 n/a R/W
LU 1-65534 0 99999999 LUI 32 n/a R/W
LS 1-65534 -99999999 99999999 LSI 32 n/a R/W
FR 1-65534 -99999999 99999999 FLT 32 n/a R/W
ILU 1-65534 0 99999999 LUI 32 n/a R
ILS 1-65534 -99999999 99999999 LSI 32 n/a R
IFR 1-65534 -99999999 99999999 FLT 32 n/a R
Bits
OD 1-65535 0 1 Bit 1 Y R/ W
ID 1-65535 0 1 Bit 1 Y R
IRaaaaa Input register
ORaaaaa Output register
OSaaaaa Output register, Signed
MSaaaaa Output register, Text
DRaaaaa Output register, Double
LUaaaaa Output register, Long
LSaaaaa Output register, Long, Signed
FRaaaaa Output register, Float
ILUaaaaa Input register, Long
ILSaaaaa Input register, Long, Signed
IFRaaaaa Input register, Float
ODaaaaa Output Discrete
IDaaaaa Input Discrete
Examples:
MODICON QUICKPANEL
00001 OD0001
01236 OD1236
10001 ID0001
10256 ID0256
30001 IR0001
34096 IR4096
40001 OR0001
49999 OR9999
Route Strings
Route strings are added to a variable name to locate the PLC address, which may be at the end of a
chain. Each point on the link must be defined in order to arrive at the selected processor. For example,
a route might be 60, 20, and 1, which woul appear at the end of the variable name as OR100_60.20.1.
If you define Route A as 60.20.1, then the variable name can be OR100_A. There are 26 route menus,
designated A through Z.
If you use just OR100 as the variable name, the default route is Route A.