In LabVIEW, what happens when a wire connects a DBL output to an I32 input?
-
A
LabVIEW inserts an automatic coercion dot and converts the data type
-
B
The VI fails to compile and reports a broken wire error
-
C
The value is passed without conversion, potentially losing precision
-
D
LabVIEW prompts the user to choose a conversion method