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. Edit the plc configuration files for your data loaders.
    • For EGO data loaders, edit EGO_TOP/perf/conf/plc/plc_ego.xml.

    • For Symphony data loaders, edit EGO_TOP/perf/conf/plc/plc_soam.xml.

  2. 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" .../>
  3. Edit the Enable attribute to "false".
    For example, to disable data collection for this plug-in:
    <DataLoader Name="egodynamicresloader" ... Enable="false" ... />
  4. Restart the plc service.
Related reference
Data loaders