9/10/2025 10:11 AM | |
Joined: 1/21/2013 Last visit: 9/11/2025 Posts: 4102 Rating:
|
Hi Divakarss, You can trigger the export via JavaScript using the "FireCommand" method and the UI.Enums.HmiFunctionTrendControlID.Export property. However, note that the trend control only exports the visible area and limits the number of points per value to the pixel width of the trend. You can use the system-provided code snippet to create a JavaScript code to export the data. To access it, open the context menu in the code editor and select "Snippets > HMI Runtime > Tag Logging > Export tag log as CSV". An other approach for exporting the data would be the use of WinCC Unified Reporting. This would allow to create an Excel Template which will show a table for all logging tags you want to export. Kind regards |
Follow us on