Control Logix tags for Wonderware

brett93304

Member
Join Date
Apr 2006
Location
California
Posts
13
Let’s say you were devolving a new program for a Control Logix Processor, and you knew this PLC would be monitored/controlled form a Wonderware work station, how would you go about grouping/creating your tags to make polling them in Wonderware easer?



Would it be worth the time to create an array/block of all the DATA and poll just that array/block?


Thank you,
Brett
 
There are a lot of considerations but I am learning to love the user defined tags and if you address the alpha numerically your implimentation into the ww tag dictionary is very quick. e.g.

tag type pump

pump1.start_pb
pump1.start_il
pump1.stop_pb
pump1.stop_il
pump1.alarm_timer

when you enter
pump1.start_pb
then hit new tag it automatically increases the name to

pump2.start_pb

so you can really save time here.
 
Yes, using UDDTs and arrays with ControlLogix processors enhances data transfer efficieny with a well considered layout. You get much extra benefit if this helps you write a simpler/cleaner program in RSLogix 5000.
 

Similar Topics

So I've been getting around something that is confusing me. Attached are my notes. I have a tag that I can change in an Panelview32. I found...
Replies
6
Views
3,502
Hello and thank you for taking the time to view my post! First of all, I've attached an image as reference. What I am trying to accomplish is...
Replies
4
Views
4,343
Hello. I installed 7 Yaskawa V1000 Drives along with the Yaskawa SI-EN3 comms cards. I was able to follow the steps from the Yaskawa web site when...
Replies
14
Views
5,871
Is there an easy way to move Program Tags to Control Tags. I know I can export and import tags, but can you import exported program tags into...
Replies
5
Views
13,573
hi everybody i am having tags and comments in excel i just want to import them into my control logix program.i have rename the file type as .csv...
Replies
3
Views
2,936
Back
Top Bottom