CLAD 02-19
Which of the following illustrates an advantage of a global variable over a local variable?
- A global variable can pass data between two independent VIs running simultaneously.
- Only the global variable can bass array data, local variables cannot.
- Global variables follow the dataflow model, and therefor cannot cause race conditions.
- Global variables do not require owned labels to operate.
Leave a Reply