Accessing NodeIDs of writes from prewrite callback #1356
-
I'm experimenting with the ua server implementation to monitor for writes to send to an remote device. Based on reviewing some examples, I'm testing with implementing a callback to monitor the prewrite callback events of the UA server and taking the nodeid references in the request_params to determine the appropriate node is being written to and what value is being written by the external client. I assumed that I could get the NodeID from the WriteValue objects that are populated in the request_params but I'm getting errors preventing me from accessing the WriteValue object attributes even though it seems I should be able to according to the class def ( opcua-asyncio/asyncua/ua/uaprotocol_auto.py Line 7364 in a2f2636 Any thoughts about what I might be doing incorrect? Thanks! |
Beta Was this translation helpful? Give feedback.
NodeId