このダイアログボックスを表示するには、エラーリングドロップダウン矢印を選択します。

このダイアログボックスでは、標準エラーコードを選択するか、一回使用するためのカスタムエラーメッセージを作成できます。

このダイアログボックスには以下のコンポーネントが含まれています。

オプション 説明
エラーコード範囲

Displays a list of error code categories.

また、 、独自の エラー カテゴリーを作成 することもできる。
フィルタ

Specifies the keyword to search for within the specified error code range. Use this option to narrow down the list of error codes to display in the Error Listing table. This option is not available if you select Custom Error Code from the Error Code Range drop-down listbox.

エラーリスト

Displays the errors available in the specified error code range. You can scroll through the list to find the error code or you can type the error code number and the listbox scrolls down to that entry. You can narrow down the list of error codes to display using the Filter textbox.

エラーコード

Appears when you select Custom Error Code from the Error Code Range drop-down listbox.

  • カスタムエラーコードを作成するには、カスタムエラーメッセージ用に予約された-8999~8000、5000~9999、500,000~599,999の範囲でエラーコードを入力します。
  • 既存のエラーコードメッセージを変更する場合は、その既存のエラーコードを入力します。一般的なエラーのエラーコードに個々のエラーの固有情報を追加するには、既存エラーコードに対してカスタムエラーメッセージを作成します。たとえば、エラーコード7の「ファイルが見つかりません」という説明を、見つからない特定ファイルの情報を示すよう変更できます。
エラーの説明 (オプション)

Appears when you select Custom Error Code from the Error Code Range drop-down listbox. Enter the description of the error. This field accepts the same % codes as the Format Into String function. Use the % codes to customize the error description.

(リアルタイム・モジュール)カスタム・エラー文字列は、リアルタイム・アプリケーションにジッターを発生させます。確実に特定する必要のあるコード内でこのエラーを生成する場合は、この文字列を空にしてください。
エラーまたは警告

Specifies if the selected error code is handled as an error or a warning.

呼び出しチェーンを含める

Includes in the error description the chain of callers from the current VI to the top-level VI, which is useful when determining where in the VI hierarchy the error occurred.

(リアルタイム・モジュール)リアルタイム・アプリケーションのジッターを減らすために、コール・チェーンを除外する。