Cicode function logging to a .CSV file and file Sizes?

I have a running Cicode function that logs to a  device of .CSV file type.

this function works well without issue until the file size reaches 5758kb (5.758Mb) which is 5127 rows of data (including my headers) and it then stops logging?

my work around is to save a copy of the file every 8 hours as it takes 14 hours and 15 mins to reach this size i have stated above ( it logs data every 10 seconds),

My version is Citect SCADA 2018 V8.1 update 26

My Question is

"Is this a citect cicode known issue for size file restriction or rows restriction or something else ?"

Parents
  • An update on this issue as its now sorted. my logging was over network to another server, network traffic was causing intermittent issues writing to the file.

    if the file could not be written to, cicode throws an error and logging stopped.

    the fix was to log to local I/O server and then archive to network server at 8 hour intervals.

    its been stable and working successfully for 7 days now.

Reply
  • An update on this issue as its now sorted. my logging was over network to another server, network traffic was causing intermittent issues writing to the file.

    if the file could not be written to, cicode throws an error and logging stopped.

    the fix was to log to local I/O server and then archive to network server at 8 hour intervals.

    its been stable and working successfully for 7 days now.

Children
No Data