Change the frequency of data collection

To change how often the data loaders collect data, change the frequency of data collection per loader.

  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 change.
    For example:
    <DataLoader Name="egodynamicresloader" Interval="300" ... />
  3. Add or edit the Interval attribute with your desired time in seconds.
    For example, to have this plug-in collect data every 200 seconds:
    <DataLoader Name="egodynamicresloader" Interval="200" ... />
  4. Restart the plc service.
Related reference
Data loaders