Skip to main content

i4scada Knowledge Base

BACnet Discovery Error Codes

Abstract

Check out this article and learn more details about the i4scada BACnet Discovery error codes.

Init

Error Code

Details

0

Success.

-100

Discovery tool is not in its original state, that is, it is not in the 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 the initialization of the Cimetrics toolkit.

FindDevice

Error Code

Details

0

Success.

-100

Discovery tool is not in a state where the process of searching for new devices can be initiated. Most likely, the discovery tool was not successfully initialized or the previous discovery search is still in progress.

StopFindDevice

Error Code

Details

0

Success. Discovery tool is currently searching for new devices and the request to stop this search was correctly initiated.

2

Discovery tool is currently not searching for new devices, which means there is nothing to be stopped. Might happen if the search is 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.