Write cyclic to a .csv file
Is it possible to write a controller value cyclic (every 15min) to a .csv file. Without an external running excel application.
Answers
You should be able to write a simple OPC client program that reads an OPC value and appends it to a csv file. Then run the program every 15 minutes using the Windows task scheduler.
Try to use that, it's very simple C++ OPC client.There is some a C++ sample code here, try to use some OPC simulator to made tests.
Add new comment