Hi,
I'm using AVEVA Plant SCADA 2023 R2 v8.50.
I have button that calls a AssTag Function STRING parameter (Ramal). I'm trying to use it as a suffix to call variables from Equipments. This button also displays a PopUp Window:
This popup windows calls another genie that I want to dynamically set variables using this STRING parameter (Ramal). This is not working, but, I have used a text box to call this string (=S420_?string 67?), and as you can see it works.
The problem is, it works using it on a text box but it doesn't work when I try to use it in a genie parameter setting. The latter printscreen shows this.
From left to right:
1. PopUp Windows fetching ?string 67? correctly on text boxes (even concatenating with S420_)
2. Genie calling Equipment and Tags directly (Working as intended).
3. Genie inside Popup Windows calling Equipment and Tags with association (not working).
PS: Only "Equipment", "EquipmentSecondary", "PassTag1" and "PassTag2" are not working. "TAG" parameter is WORKING and is passing INT variables to the genie numerical text boxes.