• When accessing objects in devices other than automation stations, the use of encoded names is required.
  • Object names that begin with numbers must be enclosed in double quotes.
  • Object names that use characters other than A-Z or 0-9 must be enclosed in double quotes.
  • Object names that contain a space must be enclosed in double quotes.

Example

10  "3_AV = 5"

  • The object (3_AV = 5) requires quotes. Without quotes, it will be interpreted as 103_AV = 5.

"AV02 = 01 AV"

  • The object requires quotes. Without quotes, it will be interpreted as AV02 = 1.