DspCol
- Last UpdatedJul 18, 2023
- 1 minute read
DspCol is deprecated in this version of Plant SCADA.
Syntax
DspCol(nAN, Color)
nAN:
The animation-point number.
Color:
The color to display at the AN.
Return Value
0 (zero) if successful, otherwise an error is returned.
Related Functions
Example
DspCol(25,RED);
/* Displays the color red at AN25. */