Changing the Scan Rate for Monitor Items in OPC Data Logger
Is it possible to change the Scan Rate used for Monitored Items in the OPC Data Logger?
It is possible to change the OPC Scan Rate for ALL monitored items in the OPC Data Logger Project. The change must be made to the OPC Data Logger's .config file. Both files are located at C:\Program Files\Software Toolbox\OPC Data Logger
- DataLogger.exe.config - Add the following line somewhere in the
<appSettings>section.<add key="MonitoredItemScanRate" value="5000" />
- DataLoggerService.exe.config - Add the following lines after the
</system.diagnostics>section.<appSettings>
<add key="MonitoredItemScanRate" value="5000" />
</appSettings>
After making these changes, save the file and restart the logging.