SLC500 item naming
- Last UpdatedAug 29, 2024
- 2 minute read
The general format of item names for data from the SLC500 controllers matches the naming convention used by the programming software. The format is as follows:
[$] 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, and Control files. See 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 .UA |
|
R |
Control |
6 |
.LEN .POS .EN .DN .ER .UL .IN .FD |
|
N |
Integer |
7 |
N/A |
|
F |
Floating Point* |
8 |
N/A |
|
A |
ASCII* |
None |
N/A |
|
ST |
ASCII String* |
None |
.LEN |
*Available only on certain SLC500 models. Check the Processor Manual for the model being used.