onewayautomation / ogamma-logger

Integration tool to collect, store, visualize, analyze OPC UA data.
50 stars 16 forks source link

Collection mode Poll is not supported #3

Closed RavilN closed 1 year ago

RavilN commented 5 years ago

Currently only Subscribe mode is working. If Poll mode is selected, anyway it does not collect data by calling Read request, uses subscription and monitored items instead. Observed in version 0.2.2 and prior.

RavilN commented 1 year ago

In the current version, 2.2.2 polling is available additionally to the subscription/monitored items mechanism. To enable polling, in the OPC UA Server settings, the Edit Advanced Options dialog, set option readValuesInterval to non 0 value, in seconds. Column Collection Mode is removed from the GUI.