Forum Home › Forums › Understanding the Software › SCADA-Administrator Output channels
Tagged: alarm, arm, channel, command, disarm, execute, ID, number, off, on, output, parameter, value
- This topic has 5 replies, 3 voices, and was last updated 3 years, 9 months ago by
jlemus.
-
AuthorPosts
-
January 31, 2015 at 1:19 pm #75
teleco
ParticipantHello,
I have some questions about output channels:
1.- The parameter Number (written in russian language), is an internal ID number or is the number of the channel used to connect to the devices?
2.- What is the parameter command number? what function it has?
3.- What kind of information is sent to output channels in the different command values? I mean:
Off sends 0 to output channel
On sends 1
Execute…
Arm…
Disarm…
Alarm commands 1…
Something like this or not?February 1, 2015 at 7:48 pm #83
MikhailModeratorHello Teleco,
1. Number is internal. It is needed for associating different information with a command.
2. Command number is sent to SCADA-Communicator when you send a command. It is processed by device driver. For example, you can bind Modbus command to a specified command number from the configuation database. Comamand number field is similar to Signal field.
3. If Command values field in Output channels table is not set you can directly input a value of command. If it is set the value of command is an index of the selected list value. Often you need to convert value according to device specification using formula of output channel.
February 1, 2015 at 8:20 pm #87
MikhailModeratorThanks for Number in Russian issue. It will be fixed.
January 31, 2022 at 7:02 pm #10030jlemus
ParticipantHi, I was wondering how can i activate an output channel from a formula.
I want to implement a pulse signal to a modbus comand.
I want to set a variable and given a time delay, clear it.thanks in advance.
February 1, 2022 at 12:52 pm #10034
MikhailModeratorHi,
You need Automatic Control Module https://rapidscada.org/download-all-files/download-automatic-control-module/ to send commands. In the module settings create a trigger that sends a command when channel data changes. Also create an input channel of the Calculated type that changes its value with the required period of time.
-
This reply was modified 3 years, 9 months ago by
Mikhail.
February 1, 2022 at 3:15 pm #10038jlemus
ParticipantThanks a lot
-
This reply was modified 3 years, 9 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.