Category: Local Variables

CLAD 02-19

CLAD 02-19

Which of the following illustrates an advantage of a global variable over a local variable?

  1. A global variable can pass data between two independent VIs running simultaneously.
  2. Only the global variable can bass array data, local variables cannot.
  3. Global variables follow the dataflow model, and therefor cannot cause race conditions.
  4. Global variables do not require owned labels to operate.
Top