LabVIEW Data Types & Conversions Between These Types
LabVIEW Data Types & Conversions Between These Types
• Dynamic - Data associated with a signal and the attributes that provide
information about the signal, such as the name of the signal or the date
and time the data was acquired.
• Cluster - Encloses several data types. Cluster data types appear brown
if all elements in the cluster are numeric or pink if all elements of the
cluster are of different types.
Broken
Connection
LabVIEW DATA TYPES
Numeric DATA TYPE
• The numeric data type represents numbers of various types.
• A table depicting the categories of the numeric data type:
Numeric DATA TYPE
Integer Numbers
Numeric DATA TYPE
Floating-Point Numbers.
Numeric DATA TYPE
Complex Numbers.
Numeric DATA TYPE
Numeric Conversion
• When different representation types are wired to the inputs of
a function, the function returns an output in the larger or wider
format. LabVIEW chooses the representation that uses more
bits.
• The functions force the smaller representations to larger
representations before execution and LabVIEW places a force
dot on the terminal where the conversion takes place
Boolean DATA TYPE
Boolean DATA TYPE
• LabVIEW stores Boolean data as 8-bit values.
Download VI
Boolean DATA TYPE
String DATA TYPE
• A string is a sequence of displayable or non displayable ASCII characters
•On the block diagram, strings are represented with the color pink.
• Data associated with a signal and the attributes that provide information about the signal,
such as the name of the signal or the date and time the data was acquired
• You can wire the dynamic data type to any indicator or input that accepts numeric,
waveform, or Boolean data.
• Use the Convert from Dynamic Data Express VI to convert dynamic data to numeric,
waveform, and array data types for use with other VIs and functions.
The following table lists indicators that accept the dynamic data type and the type of
data the dynamic data type can contain, and describes how indicators handle the data.
DATA TYPES
DATA TYPES
DATA TYPES
Changing Representations