Pop up Window In Citect

Join Date
Sep 2018
Location
Chittorgarh
Posts
22
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 time when the above memory bit gets high. can somebody help me with this?
 
The best way would be to use an event.
The trigger would be the tag from the PLC and the action would be the function to call the Popup.
For the event name if you call it Global then it will run on every client without you having to do anything else, if you call it something else then you need to add it into the Citect.ini on whichever clients/process you want it to run on(via computer setup wizard or editing in notepad.)
 
From memory the function is winnew or winnewat
As andrewf says call this funtion from an event. Make sure you add a close button or close the window automatically when condition goes false via property "while window shown"
 
Last edited:

Similar Topics

I am using a HMI from PROFACE (GP-4502WW). There is a limitation where I can only include 1 global pop out window. However, there are 2 global pop...
Replies
2
Views
1,424
is it possible to have pop-out windows in factory talk? So far I have only succeeded in "pop over" windows, but they always display on top of the...
Replies
4
Views
4,775
I have an application where the customer would like to have a window (pop up/faceplate) open given certain states of field devices. For example if...
Replies
2
Views
1,608
Hi Everybody, I have been using RSlogix5000 for quite a while and did a few big projects. One thing is annoying me, when I right click a tag to...
Replies
3
Views
2,960
I'm asking a fair amount of questions today, thanks to all for the help! Anyhow, here is another. I have an application with recipes. Pretty...
Replies
2
Views
3,042
Back
Top Bottom