Applies To:
  • CitectSCADA 5.00

Summary:
When I export Trend Data I notice that long dates are truncated.

eg. 15.12.1997 => 15.12.19

 

Solution:
The DATE field as defined in the Cicode file Export.ci is only 8 characters and so long dates will be truncated. The solution is to edit the file Export.ci in the include project directory and change every instance of {DATE,8} to {DATE,12}.

CIT has confirmed this to be a problem in Citect for Windows versions 5.00r0. This problem has been fixed in version 5.01. See also Q2157.

 

Keywords:
 

Attachments