How to check if a controller is active?

Discussion of application development using iX Developer, including but not limited to getting started, using the functions tab, properties, objects and installation.
Post Reply
wlederer
Posts: 175
Joined: Fri Jan 27, 2012 4:20 am

How to check if a controller is active?

Post 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

JohnCZ
Posts: 73
Joined: Wed Jun 27, 2012 1:17 am
Location: CZ
Contact:

Re: How to check if a controller is active?

Post 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

Post Reply