BACnet Discovery Error Codes
Check out this article and learn more details about the WEBfactory 2010 BACnet Discovery error codes.
Init
Error Code | Details |
---|---|
0 | Success. |
-100 | Discovery tool is not in original state, that is, it is not in state Init can be called in. It might be already initialized, for example. |
Other value | Return code from BACstacClientInit. This indicates some error related to initialization of the Cimetrics toolkit. |
FindDevice
Error Code | Details |
---|---|
0 | Success. |
-100 | Discovery tool is not in state when process of searching for new devices can be initiated. Most likely, discovery tool was not successfully initialized or previous discovery search is still in progress. |
StopFindDevice
Error Code | Details |
---|---|
0 | Success. Discovery tool is currently searching for new devices and request to stop this search was correctly initiated. |
2 | Discovery tool is currently not searching for new devices, that means there is nothing to be stopped. Might happen if searched completed in the meantime. |
-1 | Discovery tool was not initialized properly, or it was already reset. |
Reset
Error Code | Details |
---|---|
0 | Success. |
-1 | Discovery tool was not initialized properly, or it was already reset. |