Category: Dataflow

CLAD 01-40

CLAD 01-40

Which of the following is the best method to update an indicator on the front panel?

  1. Use a Value Property Node.
  2. Wire directly to the indicator terminal.
  3. Use a local variable.
  4. Use a functional global variable.

CLAD 03-21

CLAD 03-21

You develop a subVI that only outputs a value and need to use this subVI in a (calling) VI. Which of the following is the best way to enforce dataflow to control the execution of the subVI.

  1. Use the subVI in a Sequence structure.
  2. Modify the subVI to have dummy inputs that can be sued from the calling VI.
  3. Modify the subVI to have Error clusters that can be used from the calling VI.
  4. Modify the subVI to have a global variable and use it from the calling VI.

CLAD 02-17

CLAD 02-17

Can a wire be used to pass data between loops that are intended to run in parallel?

  1. Yes
  2. No
Top