Indirect Addressing In Wonderware with ControlLogix

kitt526

Member
Join Date
Sep 2015
Location
TN
Posts
6
Hi I have an L83 ControlLogix processor that is successfully communicating with Wonderware Intouch. However when I try to use indirect Addressing in Wonderware to create generic Popups for pumps and Control Valve it doesn't work. I've tried multiple iterations with different scripts and nothing seems to work. Does anyone have any experience with this that could shed some light on what I might be doing wrong? I have looked and tried the methods used in "Wonderware InTouch® HMI Data Management Guide" but still haven't worked as expected. :confused:

Example QuickScript
( This will give error cannot mix another type with string )
IndirectTagAutoSts = RemoteReference + ".Sts_Auto";
Where IndirectTagAutoSts is a defined as an Indirect Discrete and Remote Reference as a Memory Message that can be passed defined in this example as accessname:tagname

Also tried
(This will validate but not give me any information and error on the server)
IndirectTagAutoSts.Name = RemoteReference + ".Sts_Auto";
 

Similar Topics

I am trying to use an indirect tag address in a Data Change script as follows: Whenever the Number tag value changes the following script...
Replies
7
Views
16,680
Howdy folks, I am an Allen Bradley guy currently living in an Emerson world. Working with Rx3i on PacSystems Machine Edition v. 9.6? i think...
Replies
3
Views
610
Hello, I'm very new to programming with absolutely zero schooling in this field and pretty hands off training in my new role, it's been fun...
Replies
4
Views
663
Hello Friends, I am trying to index M Bits, however GX Works2 is not allowing it with following message. https://ibb.co/zPcqj6M...
Replies
3
Views
1,371
Hi All, which the best way to do the indirect addressing in an optimize DB? Ccurrently this is my partial code inside an FB...
Replies
7
Views
2,267
Back
Top Bottom