Entering number from browser

Forum Home Forums Understanding the Software Entering number from browser

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #10253
    kcks66
    Participant

    Hi Mikhail,

    I wish to enter number from web browser (button) and store into an input channel (112). I tried but nothing happened. My configuration as below.

    https://ibb.co/XfPNM3z

    Pls advice and thank you.

    #10254
    manjey73
    Participant

    use Formula SetVal

    Look in the documentation how to use it correctly

    #10255
    Mikhail
    Moderator

    Hi,
    Action=Send Command
    You need to create an output channel that uses SetVal formula and set the Output channel property of the button.
    A number is entered in a popup window.

    #10257
    JW
    Participant

    You will need to create an extra output channel to do that.
    https://rapidscada.net/doc/content/latest/en/software-configuration/using-formulas.html

    Create an output channel, maybe also use same channel number 112 as follow
    Command Type: Standard
    Formula Used: True
    Fomula: SetVal(112,Cmd)

    Button settings
    Action: Send command
    Input Channel: empty
    Output Channel: 112

    #10258
    kcks66
    Participant

    Hi Mikhail, manjey73 & JW,

    It worked. Thank you.

    #10259
    Mikhail
    Moderator

    🙂

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