LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

1 dimensional array in CIN

Under labview, i read a file which contains to columns of data (float64) and generate two 1 dimensional array which i want to add.
I want to add these two arrays in a CIN. I have no problem to compile the CIN DLL. But i problem to work with array in a CIN. What is the structure which is correspond to the labview array of float64 ?
Someone can give me a simple example which is doing the addition a the two array in the first array.
Many thanks
0 Kudos
Message 1 of 2
(2,646 Views)
> Under labview, i read a file which contains to columns of data
> (float64) and generate two 1 dimensional array which i want to add.
> I want to add these two arrays in a CIN. I have no problem to compile
> the CIN DLL. But i problem to work with array in a CIN. What is the
> structure which is correspond to the labview array of float64 ?
> Someone can give me a simple example which is doing the addition a the
> two array in the first array.

The manual for External Code should have examples and documentation
about arrays. Another way to learn about this is to use the Create .c
file option at the bottom of the popup menu. To use this, wire things
up, then popup and create .c file. Don't save over your existing file,
just put it in a temporary to
read or copy from.

Greg McKaskle
Message 2 of 2
(2,646 Views)