Prompt
- Last UpdatedFeb 02, 2024
- 1 minute read
Displays a message in the prompt line (AN=2) on the operator's computer.
Syntax
Prompt(String)
String:
The message to be displayed.
Note: This Cicode function only works on a Plant SCADA process with a display, such as a display client or a server running in single process mode and not as a service.
Return Value
0 (zero) if successful, otherwise an error code is returned.
Related Functions
Example
/* Display "This is a prompt!" at the prompt AN. */
Prompt("This is a prompt!");