Using Cicode Functions
- Last UpdatedJul 18, 2023
- 1 minute read
A Cicode function can perform more complex tasks than a simple command or expression allows. Functions give you access to Plant SCADA graphics pages, alarms, trend data, and so on.
Plant SCADA has several hundred built-in functions that display pages, acknowledge alarms, make calculations, and so on. You can also write your own functions to meet your specific needs.
The following topics describe ways you can use Cicode functions.
To access a full list of available Cicode functions, see Cicode Function Categories.
See Also
Related Links
- Calling Functions from Commands and Expressions
- Triggering Functions via Runtime Operator Input
- Evaluating Functions
- Combining Functions with Other Statements
- Passing Data to Functions (Arguments)
- Using String Arguments
- String Assignment
- Using the Caret Escape Sequence Character
- Using Multiple Arguments
- Using Numeric Arguments
- Using Variable Arguments
- Using Operator Input in Functions
- Returning Data from Functions
- Referencing an Object Using a Name at Runtime