에러 링 드롭다운 화살표를 선택하여 이 대화 상자를 디스플레이합니다.

이 대화 상자를 사용하여 내장된 에러 코드를 선택하거나, 한 번 사용할 사용자 에러 메시지를 생성할 수 있습니다.

이 대화 상자는 다음의 구성요소를 포함합니다.

옵션 설명
에러 코드 범위

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.

(실시간 모듈) 사용자 지정 오류 문자열은 실시간 애플리케이션에서 지터를 생성합니다. 높은 정확성(determinism)이 요구되는 코드에 이러한 에러를 생성해야 할 경우, 문자열을 공란으로 남겨둡니다.
에러 또는 경고

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.

(실시간 모듈) 콜 체인을 제외하여 실시간 애플리케이션에서 지터를 줄입니다.