Is there a way to access the variable in the called dialog?
Example: Text Field element with PLC_PRG.myVar as Text variable. OnMouseClick configured to write variable with keypad pop-up. OnValueChanged configured to Execute ST RND(PLC_PRG.myVar,2); Rather than change myVar with each copy of this Text Field, is there a way to access whatever the configured text variable is?
Generally try to stay away from ST in visu, but was curious regardless.
Last edit: durallymax 2024-11-14
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there a way to access the variable in the called dialog?
Example: Text Field element with PLC_PRG.myVar as Text variable. OnMouseClick configured to write variable with keypad pop-up. OnValueChanged configured to Execute ST RND(PLC_PRG.myVar,2); Rather than change myVar with each copy of this Text Field, is there a way to access whatever the configured text variable is?
Generally try to stay away from ST in visu, but was curious regardless.
Last edit: durallymax 2024-11-14
Tough to know exactly what you are asking for here. Can you give a more thorough explanation and/or provide snips?