Error Codes#
複数の異なるエラーが発生した場合は、エラーリストに保存され、1つずつ取得できます。
機能を使用する#
仕組み#
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.
複数の異なるエラーが発生した場合、カメラは検出されたエラーの種類ごとにコードを保存します。カメラは、対応するエラーを何回検出したかに関係なく、各コードを1回だけ保存します。
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.