Replies: 1 comment 2 replies
-
Second question is easier, the 65 is an application layer timeout, so the APDU timeout and retry count has been exceeded. You can change those parameters by providing apduTimeout and numberOfApduRetries values in the LocalDeviceObject object that is created, the defaults of 3000 milliseconds and 3 are in the bacpypes.local.device module. The first question is harder, I can confirm that turning off |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to unset the expecting reply bit in a ReadPropertyMultipleRequest to troubleshoot a device.
Is there something I'm missing? The expecting reply bit is still set.
I'm trying this because I'm occasionally getting abort reject reason 65 (noResponse) when I read from a "PurpleSwift bacnet_p2 gateway". I noticed that PurpleSwift's bacnet explorer reliably reads every time and doesn't have the expecting reply bit set.
Also, does reason 65 imply a timeout? Is it possible to increase the time before it times out?
Beta Was this translation helpful? Give feedback.
All reactions