Applies To:
  • CitectSCADA 3.00

Summary:
Question: The function DspStatus does not work on animations that are also tied to a true data point. After calling DspStatus(1) to turn errors on , The next time the true data points read the state is reset to the true state. It this how it should work? 

Solution:
The DspStatus() function is working correctly. You can only use this function with animations displayed via cicode functions or the Advanced Animation. Citect calls DspStatus() for all other animation directly and will override any changes you make the next time the data is updated. 

Keywords:
 

Attachments