RSlogix5000 tag types

Join Date
Feb 2007
Location
Ohio
Posts
34
When programming with RSLogix5000 and using a HMI interface (Citect) do all of the tags used in RSLogix have to be controller scoped tags to be available for the HMI application?? That is the way that I read the manual..
 
I don't know about Citect, and it probably depends on the actual communication server you use, but WonderWare and RSView, using an OPC data server both allow you to use program-scoped tags.

Just off the top of my my head, the general syntax is something like:
Program:Main_Program.TagName

I usually put most of my HMI communication tags in Controller scope, but not always.

I also find it much more efficient overall (no matter the scope) to make my actual HMI tags part of a one or (usually) more UDT's, just to keep the namespace from getting clutterred.

I also almost always make Physical I/O alias tags to be program scoped (again, to prevent clutterring up the Controller Namespace).
 

Similar Topics

Please advise before I keep going in the wrong direction! Tags have to be Controller Scoped in RSL5k to be used with RS View SE, Correct? I...
Replies
2
Views
2,164
I am having a problem understanding how to assign tags for a simple stop - start push buttons. The Logix 5000 routine to stop and start the pump...
Replies
17
Views
4,951
Hello, I am tasked to update a CompactLogix PLC program on a live system. The updates I need to make involve changing a user-defined data...
Replies
9
Views
2,111
I have two separate programs open in two instances of RSLogix5000. Each program has a user defined tag that is a large array of a user defined...
Replies
7
Views
9,392
Is there any way to export live tag values to excel using rslinx classic lite?
Replies
3
Views
3,654
Back
Top Bottom