Category: Error Handling

CLAD 02-16

CLAD 02-16

The file c:\data.txt does not exist, but the VI below does not report an error. Which code snippet reports an error and stops?

CLAD 04-33

CLAD 04-33

Which of the following is NOT a component of an Error Cluster?

  1. Status
  2. Code
  3. Source
  4. VI Name

CLAD 03-16

CLAD 03-16

What is the best method to stop a While Loop on an error condition?

  1. Compare the Status boolean of an error cluster with a constant and wire it to the Stop terminal.
  2. Connect the error wire directly to the Stop terminal.
  3. Create an Event structure to handle the error event.
  4. Use the Error Handler VI to automatically handle the error.

CLAD 02-07

CLAD 02-07

For the VI shown in the following block diagram, automatic error handling is enabled. If the file c:\data.txt does not exist, will an error dialog box pop up?

  1. Yes, each time the error from the Open/Create/Replace File function is returned.
  2. Yes, each time a loop iteration completes.
  3. Yes, but only once, not on each iteration of the loop.
  4. No.

CLAD 01-37

CLAD 01-37

What VI is typically used to terminate an Error Cluster wire and to display any error message?

  1. Merge Errors
  2. One Button Dialog/Two Button Dialog
  3. Generate Front Panel Activity
  4. Simple Error Handler

CLAD 01-16

CLAD 01-16

The Error List shows all of the following EXCEPT:

  1. Items with errors.
  2. Errors and Warnings.
  3. Details about the warnings.
  4. Error Codes.

CLAD 01-13

CLAD 01-13

A VI has Automatic Error Handling enabled. It calls a subVI that has Automatic Error Handling disabled. The Error Out terminal of the subVI is unwired in the calling VI. The subVI returns an error to the calling VI. Will an error dialog be posed because of Automatic Error Handling?

  1. No, since the subVI has Automatic Error Handling disabled.
  2. Yes, since the subVI has Automatic Error Handling disabled.
  3. No, since the Error Out terminal from the subVI is not wired in the calling VI.
  4. Yes, since the Error Out terminal from the subVI is not wired in the calling VI.
Top