Item Reference Syntax
- Last UpdatedSep 06, 2017
- 1 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 OI Server itself.
This section only describes the item reference syntax and options for the BACLITE server. For more general information about item references, see "Managing Device Items" and "Item Reference Descriptions" in the Operations Integration Server Manager Help.
Item references in this OI Server use the following syntax.
We can communicate with a specific PLC object instance and property using the following syntax:
<type>:<instance>:<property>:[priority array]
The following syntax diagram shows address options:
register type :instance : property { | :priority array }
where,
register type: The type of the register. Valid types are AI, AO, AV, BI, BO, BV, DEV, MSI, MSO, MSV, SCH, LSP, LSZ, ACC, AVR, CAL, CMD, EVT, LOP, NOT, PRG, PC, GRP, FO and TL.
Instance: The instance of the specified register type.
Property: The property of the specified register type and instance.
Priority array: The priority for writing. If no value is specified, the default value is 16.