Feb 27, 2005 #1 clarke Electrical Joined Aug 6, 2003 Messages 26 Location GB Can any one tell me how to tranfer information from wincc into an excel file, all I understand at the moment is that it will be in .csv format.
Can any one tell me how to tranfer information from wincc into an excel file, all I understand at the moment is that it will be in .csv format.
Mar 28, 2005 #2 DaveIAI Electrical Joined Sep 12, 2003 Messages 1 Location CA You can set up tags to go directly to cells in an open Excel file or you can write a script in their version of C+ and write to a file with commas between each tag or value. You can then import it to excel as a CSV file. Upvote 0 Downvote
You can set up tags to go directly to cells in an open Excel file or you can write a script in their version of C+ and write to a file with commas between each tag or value. You can then import it to excel as a CSV file.