MicroLogix item naming
- Last UpdatedAug 29, 2024
- 2 minute read
The general format of item names for data from the MicroLogix controllers matches the naming convention used by the programming software. The following is the format:
[$] X [file] : element [.field] [/bit]
Note: The parts of the name shown in square brackets ([]) are optional.
|
Item Name |
Description |
|---|---|
|
$ |
Purely optional. |
|
X |
Identifies the file type. The following table summarizes the valid file types, the default file number for each type, and the fields allowed (if any). |
|
file |
Identifies the file number.
|
|
element |
Identifies the element number within a file.
|
|
.field |
Valid only for Counter, Timer, ASCII String, PID, SFC Status, Block Transfer, and Control files. Refer to the following table. |
|
/bit |
Valid for all file types except ASCII String and Floating Point.
|
|
Identifier |
File Type |
Default File # |
.fields |
|---|---|---|---|
|
O |
Output |
0 |
N/A |
|
I |
Input |
1 |
N/A |
|
S |
Status |
2 |
N/A |
|
B |
Binary |
3 |
N/A |
|
T |
Timer |
4 |
.PRE .ACC .EN .TT .DN |
|
C |
Counter |
5 |
.PRE .ACC .CU .CD .DN .OV .UN |
|
R |
Control |
6 |
.LEN .POS .EN .EU .DN .EM .ER .UL .IN .FD |
|
N |
Integer |
7 |
N/A |
|
F |
Floating Point |
8 |
N/A |
|
A |
ASCII |
None |
N/A |
|
L |
Long |
None |
N/A |
|
ST |
ASCII String* |
None |
.LEN |
|
PD |
PID* |
None |
.TM .AM .CM .OL .RG .SC .TF .DA .DB .UL .LL .SP .PV .DN .EN .SPS .KC .TI .TD .MAXS .MINS .ZCD .CVH .CVL .LUT .SPV .CVP |
|
MG |
Message |
None |
.IA .RBL .LBN .RBN .CHN .NOD .MTO .NB .TFT .TFN .ELE .SEL .TO .CO .EN .RN .EW .DN .ER .ST |
* Available only on certain MicroLogix models. Check the Processor Manual for the model being used.