LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

"Status" function connecting error signal from DAQmx Read to OR of Stop button

Hi!

I am doing one of the tutorials from LabView Core1 Exercise 6-3 for LabVIEW 9.

There is a function on Block diagram after DAQmx READ which connects ERROR out from it to OR gate before STOP button.

This function called "status".

I am using LabVIEW 8.2.1 and can not find this function in it.

 

Please help me to find it.

 

Thanks

 

0 Kudos
Message 1 of 3
(2,740 Views)
It's called the Unbundle by Name node. You can find it by running a search on the Functions palette in the block diagram.
Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
0 Kudos
Message 2 of 3
(2,734 Views)

Hi,

 

As the error line is a cluster of elements (boolean, numeric, string) you must unbundle this cluster to get the element you require, this is available from the block diagram pallete "Programming > Cluster, Class and Variant > Unbundle by Name". Once wired into the error line you can select the cluster element you want by left clicking on the function.

 

All the best, 

Applications Engineer
0 Kudos
Message 3 of 3
(2,719 Views)