|
|
Experimental Physics and
| ||||||||||||||
|
|
On Wed, 13 Aug 2025 at 02:41, Thomas, Patrick via Tech-talk <[email protected]> wrote:
In general, yes. Look at ASYN's READBACK mechanism or what the OPC UA Device Support does.
That is indeed the crucial flaw. Obviously, with two masters, you will always have a race. The right way to handle this in the IOC: keep the write requests separate and execute them, while keeping the record's VAL at the value that the device updates you with. That will push the race to the device, where it belongs. But: EPICS output records first get their VAL field set, then they process() and write the value to the device. There might be ways to sneak around this... so I do have the intention to try implementing that for the OPC UA Device Support. I'm not 100% sure that it will work, though. (Look at issue 173 of the OPC UA Device Support for some more discussion on a different aspect of that topic.) Cheers, ~Ralph
| ||||||||||||||
| ANJ, 19 Mar 2026 |
·
Home
·
News
·
About
·
Talk
·
Base
·
Modules
·
Extensions
·
· Distributions · Download · Documents · Links · Licensing · |