LabVIEW Flashcards

(43 cards)

1
Q

Express VIs

A

interactive VIs with configurable dialog page

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Standard VIs

A

modularized VIs customized by wiring

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Functions

A

fundamental operator elements of LabVIEW

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Editing Techniques

A

selecting, moving, deleting, resizing, labeling, coloring

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Debugging Techniques

A

finding errors, highlight execution, breakpoints, probes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Finding errors

A

click broken run button

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Execution highlighting

A

click on execution highlighting button; data flow is animated using bubbles

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Probe

A

right clock on wire to display pride and it shows data as it flows through wire segement

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Icon/Connector

A

representation of SubVI

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Icon

A

represents a VI in other block diagrams

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Connector

A

shows available terminals

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Hierarchy window

A

displays structure of all VIs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Context help window

A

displays node information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Structures

A

for loop, while loop, case structure, sequence, formula node

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

For loop

A

executes code inside borders with a specific number of iterations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

While loop

A

executes code inside borders until a true/false condition is met

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Ways to time a loop

A

loop time delay or timed loops

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Loop time delay

A

configure time delay express VI for seconds to wait for each iteration of the loop

19
Q

Timed loops

A

configure special timed while loop

20
Q

Shifted registers

A

transfer values from one iteration to the next

21
Q

Case structure

A

method of executing conditional text

22
Q

Formula node

A

allows programming of one of more algebraic formulas

23
Q

Sequence structure

A

executes sub-diagrams sequentially

24
Q

LabVIEW arrays

A

collection of elements

25
Auto-Indexing
loops can accumulate arrays - for loops auto-index by default - while loops output only final value
26
Array functions
array size, initialize array, build array, array subset, index array, replace array subset
27
Array size function
returns the number of elements in the input array; each output element describing a dimension size
28
Build array function
Assembles multiple arrays or adds scalar elements to an array; concentrates multiple arrays; appends elements to an n-dimensional array
29
Initialize array function
creates an n-dimensional array with elements containing a specified value; all elements are the same value
30
Array subset function
returns a portion of an array; starts an index; contains "length" elements
31
Index array function
gives access to an elements or sub-array in an array
32
Replace array subset function
replaces an element or sub-array in an array at the point you specify in the index
33
LabVIEW clusters
collection of elements; different data types; fixed size; al controls or all indicators
34
Polymorphism
arithmetic functions accept inputs of different dimensions; outputs will be size of smaller array
35
Cluster function
bundle or unbundle
36
Graph
displays pre-generated arrays of data
37
Chart
displays data by appending new data as it becomes available
38
Single-plot
wire scalar ouput to waveform terminal
39
Sweep chart
a moving vertical line marks the beginning of new data
40
Scope chart
plot is erased when data points reach right border
41
Strip chart
plot moves to the left as new data is added to the right
42
X-Y Graph
plots data available at irregular intervals or plots two variables against each other
43
Customizing charts and graphs
auto-scaling; x and y axes; plot legend; graph palette