5/2/2019 2:51 PM | |
Posts: 1 Rating: (0) |
Hello Do you have an example to show a popupscreen from a PLC`s tag? Thank you very much |
5/3/2019 9:14 AM | |
Joined: 9/22/2014 Last visit: 6/12/2024 Posts: 89 Rating: (13) |
Hello CarodB and Droopy, It is easy to show popup from PLC, Please follow the below procedure. 1. Create a Tag in HMI " Test Bit" and link it with the PLC tag from which you want to show popup. 2. Create a new script and go to option. select function and add a parameter " Cond" with type " ByVal " and write the script ( If cond = True then show popup , else popup display off ) pics attached with working script. 3. Now call the script on any button or event where u want to show the popup. Once you call the script it will ask you to give value for the defined parameter " Cond" 4. Select hmi tags and put the new tag "Test Bit" we created in step one. 5. So if your PLC tag is true , you will get the popup. Hope this will help you. Rate it , if it is helpful to you. Thanks, Pratts23
Attachmentpopup from plc-min.pdf (1496 Downloads) |
Last edited by: Pratts23 at: 05/03/2019 09:14:52Last edited by: Pratts23 at: 05/08/2019 11:54:57 |
|
This contribution was helpful to2 thankful Users |
11/29/2019 1:34 PM | |
Joined: 6/22/2009 Last visit: 11/5/2024 Posts: 62 Rating: (3) |
The suggestion saved my day. Thank you. |
This contribution was helpful to1 thankful Users |
11/29/2019 4:00 PM | |
Joined: 6/24/2017 Last visit: 1/10/2025 Posts: 3 Rating: (2) |
I had this issue as well. tech support helped me through it. I made a document to help myself and my team but you are welcome to use it
AttachmentActivate a pop up from a boolean.pdf (1505 Downloads) |
Last edited by: Capt Skippy Pants at: 11/29/2019 16:03:53 |
|
This contribution was helpful to7 thankful Users |
Follow us on