Wonderware intouch connnect to GE S90-30

elison123

Member
Join Date
Jan 2015
Location
Singapore
Posts
3
Hello everyone:

I am newbie for INTOUCH, but now I face a big problem.

Now INTOUCH need connect to GE PLC S90-30, redundancy two which is MASTER PLC (name PLC 1) and another is SLAVE PLC(PLC 2). Both PLCs have 2 same tags named PLCMAIN and PLCSTANDBY. So I can know who is current master one. PLCs will switch themselves. There are few conditions I need cover as below:

- all connection healthy, If 2 PLCs switch, PLCMAIN and PLCSTANDBY value changed, My INTOUCH change topic name to get data from current master via the tag value.(tags of both PLCs SYNCHRONIZE)

- all connection okay, PLCMAIN and PLCSLAVE value not synchronize (maybe redundancy fail or PLC freeze etc...)

- connection fail then INTOUCH switch topic (whatever another one is master or slave)

How can I DO ? write script to handle it ?

thank you very much !
 
You will have problems with duplicate tagnames (PLCMAIN and PLCSTANDBY)
Can you rename tags to PLCMAIN1 / PLCStandby1 for Master PLC and PLCMAIN2 / PLCStandby2 for Slave PLC.
The use script to synchronize data between the tags?
 
Thanks for your replying.

yes I face the problem such as I can't monitor both plc's plcmain and plcstandby at same time. So I create 2 more topic and 2 more access name , also created 4 new tags such as MAIN_PLC_PLCMAIN_VALUE.....STANDBY_PLC_PLCSTANDBY_VALUE. these 4 tags' value never change, I can always read plcmain and plcstandby value from individual plc except connection down. I also use 5 tags to monitoring every connection status of 3 access name and 4 topics .

How can I use 1 condition , and write the script to cover all possible situation. like when connection okay, when connection down(maybe access to IO SERVER,maybe IO SERVER to PLC etc..)

thanks
 

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
128
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
144
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
391
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
169
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
472
Back
Top Bottom