Item reference syntax
- Last UpdatedSep 16, 2024
- 1 minute read
Item references in this Communication Driver use the following syntax. For more information about the referenced addresses, see the manufacturer's documentation for your device.
For local and global variables in a SoMachine device, use the following syntax:
<application name>.<object name>.<variable name>
where,
-
application name: the name of the application
-
object name: the name of the program organization unit (POU), global variable list, or other programming object that contains the variable. For example, PLC_PRG.
-
variable name: the name of the variable