Export Trends from WinCC in Excel.

ProTool, WinCC flexible, WinCC, PP/OP/TP/TD/MP
Post Reply
SolidRio
Posts: 16
Joined: Sat Jun 27, 2015 3:32 pm

Export Trends from WinCC in Excel.

Post by SolidRio » Tue Mar 01, 2016 9:15 am

Good day. Got a question. Is it possible to make export graphs made in OnlineTrendControl, in the form of graphs in Excel, instead it gives the data to make the export function in OnlineTrendControl. And because number of graphs 8 its possible to make possible the function to export all graphs in one Excel file by clicking the button in the RunTime? Thank you in advance.

Доброго времени суток. Появился вопрос. Возможно ли сделать экспорт графиков,построенных в OnlineTrendControl, в Excel в виде графиков, а не данных как дает сделать функция экспорта в OnlineTrendControl. И т.к. графиков 8 штук, возможно ли сделать функцию экспорта всех графиков в один Excel файл при нажатии кнопки в RunTime? Заранее спасибо.

Usver
Posts: 191
Joined: Fri Feb 24, 2012 8:28 am

Re: Export Trends from WinCC in Excel.

Post by Usver » Fri Mar 04, 2016 4:28 pm

You can use the COM technology. Read data from the archive using "WinCCOLEDBProvider" (ADO) and move the data in Excel.

Можно использовать СОМ технологию. Сперва считать данные из архива используя "WinCCOLEDBProvider" (ADO), затем переместить в Excel.

hmohamed
Posts: 147
Joined: Sun Oct 18, 2009 8:19 am

Re: Export Trends from WinCC in Excel.

Post by hmohamed » Sat Mar 05, 2016 12:09 pm

you can Creat user Archive Data then use C Script to Periodically Write in this User Archive by using (.PAS) Script then use C script to Export data to Excel

Post Reply