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.
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.
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
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.