Products

  1. TOP
  2. Products
  3. DeviceXPlorer OPC Server
  4. Support Devices
  5. Rockwell AB
  6. Support Data

Support Data

Logix Series

* You can scroll this table sideways.

Tag Logix Tag Data Type
Global Tag(Controller Tag)
Program Tag

BOOL
SINT
INT
DINT
LINT
REAL
STRING
UDT (Structure)

*It is possible to access to all of global (Controller tags) and program tags in Logix series.
*You specify Symbolic segment of Logix as tag address.
*You can access element of structure tag. ex: Structurename.Tagname
*You can access Array element in structure tag. ex: Structurename[n].Tagname n:element number of array.
*You can access Array tag of 1 dimension. ex: Tagname[n] n:element number of array.
*You can access Array tag of 2 & 3 dimensions. ex: Tagname[n1,n2(,n3)] n:element number of array.
*You can access Program tag. ex: Program:Programname.Tagname