Scheme Editor : Dropdown List of Commands

Forum Home Forums Development and Integration Scheme Editor : Dropdown List of Commands

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #17058
    rapidscadaaks
    Participant

    Hi

    I will appreciate assistance for creating a list of commands to open up when a button in pressed Rapid Scada Scheme for selecting command to be sent to Output Channel.

    Thanks in advance

    #17059
    manjey73
    Participant

    So far, it is possible to select commands through enumerations. Create an enumeration, and specify it in the Command Format. Get a window with buttons and names from the list. Then use the formula to convert the values 0, 1, 2, etc. into the necessary data.

    To display the list, you probably need to make the appropriate element in the schema editor.

    #17065
    Mikhail
    Moderator

    Hi,
    Now you can setup a channel to show a command dialog that contains several buttons with command values.
    In the next generation of mimics, it will be possible to do like that https://ibb.co/rR1mWn2H

    #17069
    rapidscadaaks
    Participant

    Hi Mikhail

    Can you please guide how to setup a channel to show a command dialog that contains several buttons with command values ?

    Thanks

    #17076
    Mikhail
    Moderator

    Hi,
    1. Create a channel with enumeration format. See channel 104 as an example (HelloWorld project).
    2. Make sure that a command dialog with buttons is shown in a table view.
    3. Set a sending command action for a scheme component.

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