LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Taking an array of unsigned word an using it in a subVI that accepts an unsigned long

I have a user specified sized array that is in unsigned word(16bit). I need to use a subVI, but the subVI only accepts unsigned long(32bit). I was wondering if anyone would know how to make this work.
0 Kudos
Message 1 of 2
(2,435 Views)
Hi Amy;

Unless I am missing something, there should not be any problem inside LabVIEW.

To play it safe and keep LabVIEW performance up, convert the array using the "To Unsigned Long Integer" vi located in the function palette:

Numeric -> Conversion

Regards;
Enrique
www.vartortech.com
Message 2 of 2
(2,435 Views)