Trend Copy to clipboard or SaveAs in process analyst view

Hi,

We configured trend tags to have 15 minutes sample period (00:15:00). In process analyst display, 15 minutes interval was seen (points visible) but when I used to SaveAs or Copy to Clipboard, the interval is not 15 minutes. Anybody help? I expected that the copied data into the file is in 15 minutes interval as declared in sample period. I am using PlantSCADA 2020R2.

Thanks to all

Felix C

Parents
  • Check out:  (Missing Forum Reply) 

    This code exports trend data to CSV files, and it includes a function called PaTrnExportCSV() which exports all the pens in the specified Process Analyst pane to a CSV file. The currently displayed begin/end times of the selected pen will be used for the export. The fastest sample rate of all the pens in the selected pane will be used for all pens, which I think is what you need.

Reply
  • Check out:  (Missing Forum Reply) 

    This code exports trend data to CSV files, and it includes a function called PaTrnExportCSV() which exports all the pens in the specified Process Analyst pane to a CSV file. The currently displayed begin/end times of the selected pen will be used for the export. The fastest sample rate of all the pens in the selected pane will be used for all pens, which I think is what you need.

Children