Is there a text field control?

Forum Home Forums Understanding the Software Is there a text field control?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #16133
    LukasD
    Participant

    Hi again,

    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?

    Thanks!

    #16134
    manjey73
    Participant

    Are the variables in the PLC textual ?
    Or what is it about? some kind of screen or documentation to understand?

    #16138
    LukasD
    Participant

    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.

    #16139
    Mikhail
    Moderator

    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.

    #16141
    LukasD
    Participant

    Hi Mikhail,

    Honestly, did not think about this, but might be an approach!

    Otherwise I will create a custom page with text fields, transferring data. Should work, shouldn’t it?

    Thanks!

    #16148
    Mikhail
    Moderator

    Hi,

    I will create a custom page with text fields, transferring data. Should work, shouldn’t it?

    That’s technically possible if you are OK with JavaScript.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.