RSlogix 5000 version 21 and Wonderware

Gcolbert

Member
Join Date
Sep 2014
Location
Pittsburgh
Posts
3
Just upgraded to v21 with the descriptions and rung comments being saved in the processor. However when I change the description in the PLC program it loses the connection with Wonderware Archestra tag and I have to redeploy the wonderware application to get the connection back. Does anyone have a fix for this?
 
Through what object do you connect to the PLC Suitelink? DIObject?

If it is the suitelink there is a reconnect attribute that you need to set.
 
You can use the .Reconnect atttribute in the DI Object. Check the connection status in a script on the DIObject and then reconnect.

me.ConnectionStatus <> "Connected"

I normally run it every 10s while this is true

me.Reconnect = TRUE;

Some more info in this LINK

Hope this helps
 

Similar Topics

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
668
Like in the subject, I can't connect to the PLC, the Who active shows nothing just like RSLinx, you can see it in the attached picture. Its been...
Replies
8
Views
1,675
Hello all, I am working on a project on a CompactLogix L16ER-BB1B plc, and I was given a program that is on version 20.019, while my plc is on...
Replies
3
Views
1,841
I have been tasked to upgrade some SquareD PLCs at our plant. I have done several of these upgrades without any issues. However, I have now met my...
Replies
4
Views
2,445
HI, I have installed Rslogix 5000 Enterprise version and Rslinx Classic V3.80.00. I can see the controller (L35) in my rslinx classic and can...
Replies
3
Views
2,909
Back
Top Bottom