Parameters > Citect.ini File Parameters > Code Parameters > [Code]EchoError

[Code]EchoError

Controls whether CitectSCADA echoes errors in Cicode. When a simple user error occurs (e.g. if the PageDisplay() function is passed a bad page name), Cicode displays an error message at the Error AN, and returns an error code from the function. If you disable this action, Cicode does not display the error message, and the output of the DspError() function is stopped. This parameter is global.

Allowable Values: 0 or 1

Default Value: 1 (Echo)

See Also