5/17/2016 6:19 PM | |
Joined: 4/3/2013 Last visit: 11/10/2021 Posts: 3 Rating:
|
Hello, Is there also an example how to activate a popupscreen with al PLC tag? I did something with the VB script, but it doesn't work. I used If "PLC_HMI_Tag" Then ShowPopupScreen "Pop-up screen Releasquestion", 200,200,hmiOn, hmiAnimationOff, hmiFast 'statements End If ------------------------------------------------------------------------------------------ |
Last edited by: Min_Moderator at: 5/19/2016 3:15:19 PMNew subject after splitting |
|
8/10/2016 8:44 PM | |
Joined: 4/26/2012 Last visit: 3/12/2025 Posts: 1629 Rating:
|
I do like this: create a script, I called "MyScript". Sub MyScript () ShowPopupScreen "MyPopup", 330, 500, hmiOn, hmiTop, hmiSlow end Sub Now in the event of your clp tag use the event "Value change" and call your script in my example "MyScript" good luck.
|
"Always make a backup before performing any tests |
|
This contribution was helpful to
1 thankful Users |
Follow us on