02-20-2006 05:52 AM
02-20-2006 06:01 AM
02-20-2006 10:36 AM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
02-20-2006 02:05 PM
If the parameter is passed by reference (Pointer to value) you can also create a cluster of two uInt32 (or an int32 and an uInt32 if it is a signed long integer) and configure the Call Library Node to pass this parameter as Adapt to Type. Then convert the numbers to doubles, do the conversion between the double and the two 32bit integers properly et voila.
@TiTou wrote:
Hi,
LabVIEW 8 does manage 64 bit INT... about LabVIEW 6 and 7, well you need to read these data a different way, maybe an array of byte or read it as an extended float and then compute it to get and integer. I can't help more !