Advanced OPC Data Logger

Trust In Confidence!

For Windows 2000 - Windows 11 (2022) (incl. Server, x86 and x64). Latest version: 3.10.0 build 306. March 6, 2024.


OPC to Excel: Writing OPC data to Excel

Excel has built-in tools for getting OPC data. All you have to do is specify the formula like this for a cell:

=myserver|mytopic!myOPCitem

where:

myserver - OPC server name;

mytopic - topic name;

myOPCitem - OPC tags name.

Once the item is updated on the server, it will be automatically updated in Excel.

This method has a few drawbacks:

  1. It is rather difficult to create a history of changes for the value of an OPC item. You will have to write a VBA code for that.
  2. Excel will work very slowly in case of a large number of items.

Our program offers an alternative way to generate files that can be opened in Excel, and that will contain the history of value changes.

1. You should add the necessary OPC tags the way it is described in the "Writing OPC to MSSQL" section (fig. 1-3)

2. Enable writing the received data to a log file of the CSV format (fig. 1). By default, the program generates files in the Excel format. You can customize the format of the CSV file if you click the "Advanced" button.

Configuring the log file
Fig. 1 Configuring the log file

Note 1. You should take into account that the "C:\logs" folder must be available for writing. Do not try to write log files to the root folder of the C:\ drive, the "Program Files" folder of the "Windows" folder. Starting from Windows Vista, only the Administrator can write to them.

Note 2. If you use the program as a Windows service, by default, the service will be run by the system account that has restricted permissions to create and write files.

Related articles:

OPC and DCOM Configuration on Windows 2008 and Windows 7

OPC and DCOM Configuration on Windows Server 2012 and Windows 8