bacnet4j-wrapper icon indicating copy to clipboard operation
bacnet4j-wrapper copied to clipboard

bacnet timeout

Open EasonKuang opened this issue 1 year ago • 2 comments

目前发现,bacnet mstp 经过网关路由转发为bacnet ip,max apdu length accepted 为 480 的这种设备,你们代码内识别为mstp device,但是后续读取数据超时,有什么解决办法吗

EasonKuang avatar Jan 17 '25 07:01 EasonKuang

Hello @EasonKuang you can try submiting read out requests one by one and see if it will go any better. If your end device is constrained to handle smaller packets it might fail with both a) larger requests b) larger responses. Wrapper in this regard is quite naive and always requests up to 3 properties in each read call (using read multiple), as it is most common to work among IP and MSTP networks.

splatch avatar Jan 18 '25 17:01 splatch

This doesn't work, and at the moment I suspect a bacnet router setup issue

EasonKuang avatar Jan 21 '25 06:01 EasonKuang