bacnet4j-wrapper
bacnet4j-wrapper copied to clipboard
bacnet timeout
目前发现,bacnet mstp 经过网关路由转发为bacnet ip,max apdu length accepted 为 480 的这种设备,你们代码内识别为mstp device,但是后续读取数据超时,有什么解决办法吗
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.
This doesn't work, and at the moment I suspect a bacnet router setup issue