Applies To:
  • CitectSCADA 1.00, 1.01, 1.10, 1.11, 1.20, 2.00, 2.01

Summary:
Question: I have found that the value of variables declared in a report, are retained between report executions. Is this the correct operation and will this feature remain in Citect? 

Solution:
Variables declared in a report are the same as variable declared outside of Cicode functions. They retain their value while Citect is executing. At startup, they are initialised to 0 and between report executions they will retain their value. Because of this feature, you can use these variables to save values between report executions. 

Keywords:
 

Attachments