Wonderware Intouch Indirect tagging

meghnesh

Member
Join Date
Jan 2011
Location
Gujarat
Posts
82
Hi friends !!

I am a beginner to Intouch.
Can anyone please guide me on Indirect Tags.

Example.
I have 100 motors.For 100 motors I want to create a single POP-UP containing START & STOP Buttons.

Please guide me.

Thanks in advance
 
Each motor will have discrete IO tags: motor1_start, motor1_stop, motor2_start, motor2_stop,.... and so on. Create two indirect discrete tags, motor_start, motor_stop. Typically you'll have a graphic of your motors that has an action link that runs a script when you click on it:
motor_start.name = motor1_start.name;
motor_stop.name = motor1_stop.name:

etc
When you install Intouch you have the option to install the documentation. It will appear as Books when you navigate to Wonderware from Start/Programs button. Their documentation is second to none and gives a detailed answer to your question.
 
Indirect tagging

Hi FluxCap,

Thank you so much for the reply.
I understood how Indirect tags works.
Its similar to a Genie and a Super Genie in Schneider's Vijeo Citect.

Reply highly appreciated.

Thanks.
 

Similar Topics

i try to set constant value to indirect tag but it is not set i write it in button script : boaz.value=23; (boaz is an indirect real tag name )...
Replies
7
Views
10,134
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,691
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
134
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
149
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
402
Back
Top Bottom