Wonderware Intouch "parameter" files

BAJ

Member
Join Date
Jan 2006
Location
Maple Grove, MN
Posts
201
It's been a while since I've done Intouch, but I swear it had a tag substitution method for using the same graphics for different devices like parameter files in FTVS ME, I just can't remember what they call it. Anybody know?


Thanks,
-Brad
 
No parameter file but you have to use indirect tags for each screen item. Say you have a temperature display TE1 thru TE99. You have to make an indirect analog tags and call it TEx. The you call the screen from a script (or on show script where you pass the number of the tag you want to display) by setting the tags Name field.

TEx.Name="TE" + StringFromIntg(TENumber,10);


And then you need one of those for each tag on the screen.


I usually make a quick script and just pass a area number or name and have it set all the tags and open the screen.
 

Similar Topics

Hi guys, I have experience with PLC to Excel etc...just starting on using intouch scada screens. I have an Excel sheet that uses mainly...
Replies
1
Views
121
Hola chicos. Tengo un problema con el driver de comucicacion dasabcip 5, y un plc controllogix v34, ya realice la comunicacion pero en ciertos...
Replies
2
Views
141
Hi, I am upgrading a Wonderware SCADA form version 9.5 to version 23. I am able to migrate all the graphic, but when to activate the runtime this...
Replies
8
Views
388
Hi all, I am using OI.GATEWAY.2 to communicate to the PLC using an OPC UA. I can see the tags using an OPC explorer connecting to the...
Replies
0
Views
158
For a while, I have been working with InTouch 10.1. The problem I am currently facing is the need to implement certain functions that do not...
Replies
0
Views
468
Back
Top Bottom