コンテンツにスキップ
STAGING SERVER
DEVELOPMENT SERVER

Error Codes#

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

複数の異なるエラーが発生した場合は、エラーリストに保存され、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の確認#

エラーコードを確認するには:

  1. Get the value of the BslErrorPresent parameter.
  2. パラメーター値が次の場合 true:
    1. Get the value of the BslErrorReportValue parameter.
    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.