10-18-2007 02:32 AM
10-18-2007 03:51 AM
Hey,
Just use a singned 8-bit numeric as parameter and then cast it to a boolean in LV.
BR, Christian
10-18-2007 03:53 AM - edited 10-18-2007 03:53 AM
Message Edited by nrp on 10-18-2007 09:58 AM
10-18-2007 04:02 AM
Hey,
Since LabVIEW 8.5 the implementation of DLL errorhandling is much better. So you have the option to set the Error Checking Level to Disable, Default or Maximum in the configuration of the Call Library Function node. This would avoid crashes according to e.g. wrong parameters.
Christian
10-18-2007 04:25 AM
Hi,BR, Christian
"Just use a singned 8-bit numeric as parameter and then cast it to a boolean in LV."
I have build a simple sample to do it with labview 7.1,but I find it can't.
whatever input or output parameter,I can't use 8-bit numeric as parameter to transform to bool.
maybe I didn't understand what you means, can you bulid a little sample to me ?
thanks
10-18-2007 01:15 PM
10-18-2007 10:25 PM
10-19-2007 08:50 AM
10-21-2007 07:39 PM