CP600-eco - Automatically close dialogs
Hi,
i assigned a tag (tag name ESTOP) which is used to to trigger alarm (trigger value as 1 ) and i configured action as show dialog . when the tag value is 1 dialogs is appeared on screen.
My application requirement is When that tag value change from 1 to 0 the dialogs which shown already should close automatically without press Ok or Close button in dialog page.
is it possible?
WBR
Wintex Engineers
i assigned a tag (tag name ESTOP) which is used to to trigger alarm (trigger value as 1 ) and i configured action as show dialog . when the tag value is 1 dialogs is appeared on screen.
My application requirement is When that tag value change from 1 to 0 the dialogs which shown already should close automatically without press Ok or Close button in dialog page.
is it possible?
WBR
Wintex Engineers
Voted best answer
Hi,
May be there is a more sophisticated method by writing a script or other property of the panels.
What I tried:
placed a message (it could be invisible) connected to the tag, that you need to close the dialog.
For this message: Properties-> Events -> OnDataUpdate ==> Select Page->Close Dialog->select your dialog name.
Then if the dialog is open and the tag is changed, the dialog closes automatically.
Just like an idea, I have no idea how to connect directly a tag to close dialog action
May be there is a more sophisticated method by writing a script or other property of the panels.
What I tried:
placed a message (it could be invisible) connected to the tag, that you need to close the dialog.
For this message: Properties-> Events -> OnDataUpdate ==> Select Page->Close Dialog->select your dialog name.
Then if the dialog is open and the tag is changed, the dialog closes automatically.
Just like an idea, I have no idea how to connect directly a tag to close dialog action
Add new comment