Using Cicode Commands
- Last UpdatedJul 18, 2023
- 1 minute read
Cicode commands extend the control element of a Plant SCADA control and monitoring system. You use commands to control your Plant SCADA system and therefore the processes in your plant.
Each command has a mechanism to activate it. Commands can be issued manually, through an operator typing a key sequence, or by clicking on a button (or object) on a graphics page. You can also configure commands to execute automatically:
-
When an operator logs into or out of the runtime system
-
When a graphics page is displayed or closed
-
When an alarm is triggered
-
In a report
-
When an event is triggered
To define a Cicode command, you enter a statement (or group of statements) in the command field (Input category) for an object.
Each statement in a command usually performs a single task, such as setting a variable to a value, calculating a value, displaying a message on the screen, or running a report. For information on using variables, see the section titled Using Variables.
If you want to evaluate a condition, like checking the state of your plant rather than perform an action or command upon your plant, use an expression instead. See the section titled Using Cicode Expressions.