LabVIEW Flashcards

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
Q

Auto-Indexing

A

loops can accumulate arrays

  • for loops auto-index by default
  • while loops output only final value
26
Q

Array functions

A

array size, initialize array, build array, array subset, index array, replace array subset

27
Q

Array size function

A

returns the number of elements in the input array; each output element describing a dimension size

28
Q

Build array function

A

Assembles multiple arrays or adds scalar elements to an array; concentrates multiple arrays; appends elements to an n-dimensional array

29
Q

Initialize array function

A

creates an n-dimensional array with elements containing a specified value; all elements are the same value

30
Q

Array subset function

A

returns a portion of an array; starts an index; contains “length” elements

31
Q

Index array function

A

gives access to an elements or sub-array in an array

32
Q

Replace array subset function

A

replaces an element or sub-array in an array at the point you specify in the index

33
Q

LabVIEW clusters

A

collection of elements; different data types; fixed size; al controls or all indicators

34
Q

Polymorphism

A

arithmetic functions accept inputs of different dimensions; outputs will be size of smaller array

35
Q

Cluster function

A

bundle or unbundle

36
Q

Graph

A

displays pre-generated arrays of data

37
Q

Chart

A

displays data by appending new data as it becomes available

38
Q

Single-plot

A

wire scalar ouput to waveform terminal

39
Q

Sweep chart

A

a moving vertical line marks the beginning of new data

40
Q

Scope chart

A

plot is erased when data points reach right border

41
Q

Strip chart

A

plot moves to the left as new data is added to the right

42
Q

X-Y Graph

A

plots data available at irregular intervals or plots two variables against each other

43
Q

Customizing charts and graphs

A

auto-scaling; x and y axes; plot legend; graph palette