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
I'm using the client.writeProperty function to write to my BACNet device in Node-Red, but I'm not able to. What could be the cause?
Current Behaviour (Bug Report)
I execute client.writeProperty, and it doesn't return anything, so I would think the write has succeeded. However, the value has not changed on my device. What could be the possible cause of the tag not being written?
According to the OEM, the tag I want to write to is writeable. If I try to write to a non-writeable tag, I do get the error "Error: BacnetError Class: PROPERTY (2) Code: WRITE_ACCESS_DENIED (40)".
So no errors, but nothing is written.
Expected Behaviour (Bug Report)
My BACNet property should change after a succesfull write.
The text was updated successfully, but these errors were encountered:
Question
Current Behaviour (Bug Report)
According to the OEM, the tag I want to write to is writeable. If I try to write to a non-writeable tag, I do get the error "Error: BacnetError Class: PROPERTY (2) Code: WRITE_ACCESS_DENIED (40)".
So no errors, but nothing is written.
Expected Behaviour (Bug Report)
The text was updated successfully, but these errors were encountered: