Disable data collection for individual data loaders

To reduce unwanted data from being logged in the database, disable data collection for individual data loaders.

  1. Navigate to the specific <DataLoader> tag with the Name attribute matching the data loader that you want to disable.
    For example:
    <DataLoader Name="egodynamicresloader" ... Enable="true" .../>
  2. Edit the Enable attribute to "false".
    For example, to disable data collection for this plug-in:
    <DataLoader Name="egodynamicresloader" ... Enable="false" ... />
  3. Restart the plc service.