91
Do-more CPUs and Do-more Designer Software / Re: Trend History Shorter Than Desired
« Last post by franji1 on December 15, 2022, 03:30:16 PM »Good - now I understand what you mean.
The (VCR) RECORD mechanism for CSV format updates is fixed at 1 record per second. It writes ALL the values out in a single CSV row.
The RECORD mechanism for TREND ARCHIVE format (.trarc) writes ALL the Trend View entries AS THEY HAPPEN - although it caches up some before writing the bunch to disk.
The RECORD mechanism has "no" limitation based on the Trend View Point storage (e.g. 20MB or 1MB or 100MB) - it WRITES AS IT GOES. There is a 1G? limit on the IMPORT side - but on the RECORD side - it just keeps appending, so disk space? is the limit?
The EXPORT mechanism can only export what the VIEW has STORED - so ITs data set is limited by the current data set range.
The EXPORT mechanism for CSV format lets you specify the PERIOD of the row of data in the CSV file (e.g. a data row once every 1 second, every 1 minute, every 42 milliseconds, whatever)
The EXPORT mechanism for TREND ARCHIVE format (.trarc) writes all VIEW data points.
I hope this helps.
The (VCR) RECORD mechanism for CSV format updates is fixed at 1 record per second. It writes ALL the values out in a single CSV row.
The RECORD mechanism for TREND ARCHIVE format (.trarc) writes ALL the Trend View entries AS THEY HAPPEN - although it caches up some before writing the bunch to disk.
The RECORD mechanism has "no" limitation based on the Trend View Point storage (e.g. 20MB or 1MB or 100MB) - it WRITES AS IT GOES. There is a 1G? limit on the IMPORT side - but on the RECORD side - it just keeps appending, so disk space? is the limit?
The EXPORT mechanism can only export what the VIEW has STORED - so ITs data set is limited by the current data set range.
The EXPORT mechanism for CSV format lets you specify the PERIOD of the row of data in the CSV file (e.g. a data row once every 1 second, every 1 minute, every 42 milliseconds, whatever)
The EXPORT mechanism for TREND ARCHIVE format (.trarc) writes all VIEW data points.
I hope this helps.