跳转到内容
STAGING SERVER
DEVELOPMENT SERVER

Error Codes#

The Error Codes feature allows you to read error codes from the Stereo ace camera.

如果发生几个不同的错误,则将它们存储在错误列表中,并可以一一检索。

该功能的使用#

运作原理#

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:

  1. 获取 BslErrorPresent 参数的值。
  2. 如果参数值为 true:
    1. 获取 BslErrorReportValue 参数的值。
    2. 将值存储在您的计算机上或将其记录下来以备将来参考。
    3. Execute the BslErrorReportNext command.
      This retrieves the next error code from the device.
    4. Repeat steps a) to c) until the BslErrorReportValue parameter value is 0.
      A parameter value of 0 means that there are no more error codes to retrieve.
    5. Contact Basler support with the list of error codes.