Error Codes#
如果发生几个不同的错误,则将它们存储在错误列表中,并可以一一检索。
该功能的使用#
运作原理#
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.
如果发生了几种不同的错误,相机将存储检测到的每种错误的代码。相机仅将每个代码存储一次,而不管它检测到相应错误的次数。
检查 Error Codes#
检查 Error Codes:
- 获取
BslErrorPresent参数的值。 - 如果参数值为
true:- 获取
BslErrorReportValue参数的值。 - 将值存储在您的计算机上或将其记录下来以备将来参考。
- 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.
- 获取