01-28-2010 03:37 AM
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
01-28-2010 04:25 AM
01-29-2010 01:42 AM
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,