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

AVEVA™ Communication Drivers

Item reference syntax

  • Last UpdatedNov 19, 2025
  • 2 minute read

Use item references to access data stored in memory registers in connected devices, as well as to access standard system items in the Communication Driver itself.

This section only describes the item reference syntax and options for the MELSEC server. For more general information about item references, see "Manage device items" and "Item reference descriptions" in the Communication Drivers Pack Help.

Item references in this Communication Driver use the following syntax.

  • For Discrete (1-bit) memory registers, use the following syntax:

    <register type><address>

    where,

    register type: The type of memory register on the connected device, such as Input Relay (X), Output Relay (Y), File Register (R), and so on.

    address: The address of the memory register on the connected device. This value can be either decimal or hexadecimal, depending on the register type.

    For example: L5, B40

  • For Word (2-byte) memory registers, use the following syntax:

    <register type><address>@[data type]

    where,

    register type: The type of memory register on the connected device, such as Input Relay (X), Output Relay (Y), File Register (R), and so on.

    address: The address of the memory register on the connected device. This value can be either decimal or hexadecimal, depending on the register type.

    data type: The formatted data type of the value read from the memory register. This is optional; if the data type is not specified, the value will be formatted as Word (i.e., unsigned,16-bit decimal) by default.

    For example: TN5@F

  • For bit-accessible memory registers and strings — i.e., register types DSH, WSH, RSH — use the following syntax:

    <register type><address>.<bit number or string length>

    where,

    register type: The type of memory register on the connected device, such as Input Relay (X), Output Relay (Y), File Register (R), and so on.

    address: The address of the memory register on the connected device. This value can be either decimal or hexadecimal, depending on the register type.

    bit number or string length: The number of the bit to read/write. Bit 00 is the low bit. Bit 15 is the high bit. For string registers like DSH, WSH and RSH, the length of the string is specified here.

    For example: DSH1.2

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