From OpenSCADAWiki
Jump to: navigation, search

Configuring and using

1. Create and start a logical controller object or use any present one with need scheduling properties.
2. Create a logical parameter object and select this template for it, one for each the devices — enable the parameter.
3. Into the tab "Template configuration" of the logical parameter object you need to set:
  • Transport — to the address of the automatically created transport with its parameters after ":", according to the function SYS.Transport.outAt() address format.
  • Device address [0...9999] — set here the device address.
  • Currents try period — to reading period of current values and last archive values.
  • Time limit of processing the archiving — change here the default safety timeout.
  • OpenSCADA archiver for device archive of days — set here the archive used for storing the daily (86400 seconds) values — enables the day archive reading.
  • OpenSCADA archiver for device's archive of hours — set here the archive used for storing the hourly (3600 seconds) values — enables the hour archive reading.
6. RESULT: The logical parameter object will perform interaction and placing of gathered data to the parameter attributes and archives.