07-14-2005 03:23 PM
07-14-2005 03:27 PM
07-14-2005 04:17 PM - edited 07-14-2005 04:17 PM
I don't think I have that function... Using labview 6.1 😞
or did u mean the "One button dialog" , link 2 booleans together, and put the manual value in, if empty string constant false, and one button dialog true, move on?
thanks.
Message Edited by Aquaphire on 07-14-2005 04:19 PM
07-14-2005 04:23 PM
07-14-2005 05:06 PM
07-14-2005 05:11 PM
07-15-2005 09:46 AM
HEY LV_Pro,
How do u make the "error IN" and "Error out"?
I don't understand what its use is precisely....
07-15-2005 09:55 AM
Hey,
Error in and error out are error clusters. An error cluster consists of three parts: error status (true value implies an error occurred), error code (numeric code for the error) and error source (it tells you which function or VI caused the error). The error in and error out clusters can be found in the Controls >> Array and Cluster palette . These clusters are used for transferring any error information to/from a subVI.
Hope it helps.
Ankita
07-15-2005 10:14 AM
07-15-2005 10:50 AM