I’m trying to create a scheme page which should include setpoints for specific variables within the plc, however, I have no idea, if there is an option to use classic text input (textbox), which would allow the operator to edit the setpoints. Could you please help me out on how to achieve such a thing?
Hi,
No, the variables are real/float and I would like to have a text field within scada scheme, which will forward it’s values to the plc. These network variables have their own custom addressing and the plc decides whether to take an internal value (plc constant), or network variable.
Hi,
You should add buttons on a scheme. When an operator clicks the button, a command dialog containing a text field is displayed. Set the Output channel property of the added buttons, and set proper button actions.