bkuner / opcUaUnifiedAutomation

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

How to deal with ao and OROC #45

Open bkuner opened 6 years ago

bkuner commented 6 years ago

The current data handling of ao Records is odd when the OROC field is set:

My suggestion is to introduce a flag in the uaItem that prevents from processing in the dataChange callback. This could be used to switch off the readback behaviour of out records set by info-field and should be set as long as a record is about to in-, decrease its value.