You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
in my project, I have custom contexts that communicate with external hardware. Therefore I derive from ModbusSparseDataBlock and overwrite validate, setValues and getValues with my business logic.
For example I have a coil that takes several seconds to process data on the external hardware. A response look like this even the device is busy.
Now my question is how to use busy flag that the client gets the according response that the device is currently busy? If I use a lock the response would timeout because the lock cannot be acquired in time.