5/25/2021 1:50 PM | |
Posts: 23 Rating:
|
Hello, Does anyone know how to pass a text list using the OpenFaceplateInPopup function? The faceplate I created has a "steps" resource list in its interface. This is my current code:
Thank you. |
Last edited by: JKov at: 05/25/2021 13:50:36 |
|
5/26/2021 8:12 AM | |
Joined: 6/22/2017 Last visit: 3/7/2025 Posts: 421 Rating:
|
Hi Jkov, following code works for me:
As you see, the properties don't need the {...} Syntax. I don't know why @Default. is needed, but i used the debugger to check how it is used at normal symbolicIOs and just copied it. Best regards. ZickZackTIA |
This contribution was helpful to
1 thankful Users |
6/12/2023 9:00 AM | |
Joined: 4/24/2023 Last visit: 1/22/2025 Posts: 25 Rating:
|
Hi, I just want to say for future lector that you don't need to put "HMI_RT_1". Only puting "@Default.myTextList" is enought to get the text list. I think doing that is better than writing "HMI_RT_1" because if the name of your HMI change, the script will return error. But just using "@Default.myTextList" should stay ok. PS : I use TIA Portal V18 Best Regards |
This contribution was helpful to
1 thankful Users |