Applies To:
  • CitectSCADA 3.x, 4.x

Summary:
Question: Is it possible to 'catch' the messages which are normally displayed at AN number 1 and 2? Do I have control over the prompt line? 

Solution:
You can stop the messages displayed on the prompt line by calling the cicode function CodeSetMode(2, 0) for each cicode thread. You may also disable this effect globally by setting the parameter [code]EchoError=0. 

Keywords:
 

Attachments