09-06-2009 02:47 AM
Hi everyone,
I'm chaitanya. i have been trying to get an array of values as an output in labview using call library function node.
i first created a dll in labview(cvi) by writing a program which gives me a array of prime numbers b/w 1 to 100. and i tried to use this dll in labview using call library function node but i get a scalar value not the array output.... why?
but before creating a dll if i try to run tht program in cvi its gives me array output.
is there any method to get array output in labview from call library function node.
09-07-2009 04:40 AM
Hi Chaitanya,
The Call Library Function Node needs an input in order to output an
Array, Waveform, or Table. You can wire an empty constant of type
Array, Waveform, or Table, and then use the library function to modify
it. Complete the following steps to output an Array, Waveform, or Table:
Hope this helps.
Regards,
Ujjval