Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Communication Drivers

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.

  • File numbers must be 0 - 255 decimal.

  • File 0 must be Output.

  • File 1 must be Input.

  • File 2 must be Status.

  • All other file numbers, 9 - 255 decimal, are open to all file types.

element

Identifies the element number within a file.

  • For Input and Output files it must be between 0 and 30 decimal.

  • For all other file types, the element number must be 0 - 255 decimal.

.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.

  • For Input and Output files it must be 0 - 17 octal

  • For all other file types it must be 0 - 15 decimal.

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.

TitleResults for “How to create a CRG?”Also Available in