________________________________________________________________________
Theory
In the next VI, which will be the execution order (5 points)
The error cluster contains: (5 points)
A number, a string and a Boolean
An array of numbers, Boolean and String
A number, a Boolean and an Enum Type
None of the previous options
Which VI will you use to read an image(5 points)
Every DAQ VI is referenced by: (5 points)
Refnum
Task
Waveform
Node
In the next VI, name the output data Type(5 points)
Extended
Double
I64
I32
Comparing a I16 and a U16 which statement is true (5 points)
The I16 starts at -32,536 and the U16 at 0.
The I16 starts at 0 and the U16 at -32,536
The I16 has 17 bits, one of them for the sign and the U16 has 16 bits
Both can represent the same amount of numbers
What is the result for the next VI: (5 points)
1D-Array containing {80,40,20,10,-60}
1D-Array containing {120,30,-60}
1D-Array containing {120,30}
2D-Array containing {80,20}{40,10,-60}
What is every VI composed of (circle all that apply)? (5 points)
Front Panel
For loops
Case structures
Block Diagram
Stop button control
Is used to display a brief description of a VI(5 points)
Context Help
LabVIEW Help
Example Finder
None of them
Modularity is related to which concept(5 points)
Acquire Help easily
Handling several Data Types with the same VI
Using SubVI's into other VI's
Modify any control or indicator depending on the application
Practical Application
Build an analog calculator to Add, Subtract, Multiply, Divide two analog signals. The user must be able to select between operations and use a constant instead of one of the controls in case the user needs it. This VI must be configured to be used into other VI's.