Reading Value from Redundant Controllers

A forum devoted to the discussion of all topics having to do with scripting and other advanced programming using iX Developer.
Post Reply
andrewpj
Posts: 2
Joined: Fri May 09, 2014 3:52 am

Reading Value from Redundant Controllers

Post by andrewpj »

Hi,
I had a project which uses redundant CompactLogix (1769-L33ER).
One Controller acts as primary, this means only the value from primary is going to be displayed in HMI. (FYI, I use Ix Panel TA150).

In case of primary controller fail, the primary status will be transferred to second controller (this is done in PLC). But in HMI, eventhough I can read the status of failure, it is still reading from the first PLC.

I am planning to use Alias, however, it might be inefficient solution because there are 1105 tags that must be duplicated.
Does anyone have better solution? Can I do something with scripting?
Thank you.


Best regards,
Andrew

HejK
Posts: 1
Joined: Mon Sep 08, 2014 1:44 am

Re: Reading Value from Redundant Controllers

Post by HejK »

Hello,

Did you Andrew come up with anything on this? Or does anyone else have any ideas?

I have something similar to this comming up.

Post Reply