10-05-2005 04:41 AM
10-07-2005 10:57 AM
10-10-2005 03:23 AM
10-11-2005 05:56 AM
10-11-2005 07:26 AM
10-12-2005 08:44 AM
Hi Steve,
it's the booleans. We've made a data type of LVBoolean which essentially is a complex version of an int8, added to the fact you can only set this via pointers, so technically it's LVBoolean *.
Short answer is to change the vi to use int16's, and then convert internally. (i8's will show as chars, so use i16's)
Examples attached.
Thanks
Sacha.
10-13-2005 08:04 AM
Thanks for that, I realise now that 'LabView' booleans are no good for dll's.
However I found that sending an array of integers from Test Stand as either 0 or -1 will work with an array of Labview Booleans, how strange.