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
  • As you use Dev-functions, your problem might occur if Citect has a size limit for devices, of which I am not certain.
    How have you defined your device? If not already done so, I would suggest you set "No. Files" to -1.

    If that does not work, try using File-functions, like Eric suggested.
Reply
  • As you use Dev-functions, your problem might occur if Citect has a size limit for devices, of which I am not certain.
    How have you defined your device? If not already done so, I would suggest you set "No. Files" to -1.

    If that does not work, try using File-functions, like Eric suggested.
Children
No Data