From OpenSCADAWiki
Configuring and using
- 1. Create and start a logical controller object — one for each the devices since traffic is big (~2KB/s) with the execution period in 1 (one) second.
- 2. Create one logical parameter object and select this template for it — 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.
- Reconnection time — in time of detection the data missing for reconnection, due to the request is only one and next we filter the data stream.
- User signals — describes of aliases to the obtaining parameters in the format "{code}:{id}:{mult}", when for the code parameter is created attribute id with the value multiplication mult.
- 4. RESULT: The logical parameter object will perform interaction and placing of gathered data to the parameter attributes.