bkuner / opcUaUnifiedAutomation

EPICS opcUa device support with Unified Automation C++ based client sdk.
Other
0 stars 4 forks source link

Initial processing of records is requested too early #24

Closed ralphlange closed 7 years ago

ralphlange commented 7 years ago

In the IOC initialization sequence, the record processing for the initial data updates is requested too early, i.e. before the scan system has been initialized. This leads to initial processing being skipped.

The driver must either honor the global interruptAccept variable or use the init hooks mechanism.