Page 1 of 1

How to check if a controller is active?

Posted: Wed Oct 23, 2013 8:47 am
by wlederer
I use different controllers in my project. Some of them can be set active or disactivated. How to check their states?
Globals.Tags.Controller2_active.Value=?

Regards, Waldemar

Re: How to check if a controller is active?

Posted: Fri Nov 29, 2013 1:42 am
by JohnCZ
Hi,

I had a similar task. There is two ways to do it.

First:
You will show Indicators with tags form PLCs(some bit counter ). If they are active they will flash.

Second
There is a function in HMI. Change active controler, where you can see what controler is active.

JohnCZ