Error Codes#
If several different errors occur, they are stored in an error list and can be retrieved one by one.
Using the Feature#
How It Works#
The camera can detect certain errors. If such an error occurs, the camera assigns an error code to this error and stores the error code in memory.
If several different errors occur, the camera stores the code for each type of error detected. The camera stores each code only once regardless of how many times it has detected the corresponding error.
Checking Error Codes#
To check error codes:
- Get the value of the
BslErrorPresentparameter. - If the parameter value is
true:- Get the value of the
BslErrorReportValueparameter. - Store the value on your computer or write it down for further reference.
- Execute the
BslErrorReportNextcommand.
This retrieves the next error code from the device. - Repeat steps a) to c) until the
BslErrorReportValueparameter value is0.
A parameter value of 0 means that there are no more error codes to retrieve. - Contact Basler support with the list of error codes.
- Get the value of the