Change the frequency of data collection

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

  1. 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" ... />
  2. 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" ... />
  3. Restart the plc service.