跳转到内容

Error Codes (blaze)#

Error Codes 功能允许您从 blaze 相机读取 Error Codes。这些代码会提醒您可以自行纠正的错误。

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

该功能的使用#

运作原理#

相机可以检测出您可以自行纠正的错误。如果发生此类错误,则相机会为此错误分配一个错误代码,并将错误代码存储在内存中。

如果发生了几种不同的错误,相机将存储检测到的每种错误的代码。相机仅将每个代码存储一次,而不管它检测到相应错误的次数。

检查 Error Codes#

检查 Error Codes 是一个反复迭代的过程,具体取决于您的相机型号和发生了多少个错误。

检查 Error Codes:

  1. Get the value of the LastError parameter.
  2. 将值存储在您的计算机上或将其记录下来以备将来参考。
  3. Execute the ClearLastError command.
    This deletes the last error code from the list of error codes.
  4. Repeat steps 1. to 3. until the LastError parameter value is NoError.
  5. 使用下表纠正错误,或联系 Basler 支持部门以获取 Error Codes 列表。
可用错误代码#
LastError 参数 含义
0 No error: The camera hasn't detected any errors since the last time the ClearLastError command was executed or the camera was rebooted.
1 Overtrigger 错误:表示相机忽略了新的触发信号。
4 温度错误:表明已超过允许的最低或最高温度,并且可能会损坏相机组件。
7 照明错误:表明 VCSEL 存在问题。
8 Illumination Calibration error: Indicates a problem with the VCSEL calibration. Contact Basler support if you encounter this error.