Rockwell AB device
ControlLogix series
device symbol
any
Comment
*It is possible to access Global tags(Controller tags) in ControlLogix. It is impossible to access local tags(Program Tags)
*You specify Symbolic segment of ControlLogix as tag address.
*You can access element of sturucture tag. ex:STRUCT name].TAG
*You can access Array tag. ex:Tagname[n] n:element number of array.