Citect window priority

mathew.leonow

Member
Join Date
Dec 2010
Location
home
Posts
22
just a quick question...

On my server PC i have a number of programs running at the same time, each displaying different plant information. my citect runtime program is probably the least necessary to monitor, except for wen an alarm is activated. however, we don't want to have to keep minimising the other programs to keep checking on citect. is there a way that, when citect in minimised and an alarm is activated, it will automatically restore and bring its window to the front of the screen?

any help is good help!

thanks guys
 
hmm. not a bad idea :)

perhaps make a periodic sound (so that operators dont get annoyed), that is active until alarm has been acknowledged....

hmmm... something to think about
 
Have a look at the function WinNewAt, you have complete control over what the windows does and how it behaves, just run a function when an alarm category is active.
 
i think if i call WinNewAt() every time an alarm is made, i might get a cascade of windows cause a few alarms may activate at once.

hmmm. thanks for the ideas guys...
 
i think if i call WinNewAt() every time an alarm is made, i might get a cascade of windows cause a few alarms may activate at once.

hmmm. thanks for the ideas guys...
Write some Cicode that checks for any active unacknowledged alarms and us ethis as your trigger . have a look at the Example project I think they have audible alarm in that , even if you dont want audible the cicode should show you how they decided when to make a sound and you can just change that function to one that suits you.
 
Isn't WinNewAT() was for Citect Windows and not for Operating System Windows ?

Correct it is, but you can specify if it is always on top etc, it should work

To stop it opening multiple windows you can specify it is a parent window, it should just display if it's already open*

* I think as I am not in front of citect now

If you want window control there is some functions to control this too.
 

Similar Topics

I have a comparative program in M340 PLC in which when a condition is true a memory bit is set to high. I would like to Pop UP a new window every...
Replies
2
Views
2,378
Hi group! Just getting started with the Citect product and going through a training manual. The step I'm working on explains the process to...
Replies
6
Views
7,008
Hi, I'm using Citect7.20 and need to popup a modal window. By modal, I mean the user should not be able to click on parent window until he/she...
Replies
9
Views
16,185
Is there any way in Citect to prevent windows being redrawn when a user logs in with a new priveledge level? I have a number of Citect windows...
Replies
0
Views
2,124
I am attempting to set up an HMI using Citect V6 on a PC with 2 monitors. I am using a primary citect project to display the main system control...
Replies
7
Views
9,777
Back
Top Bottom