LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

data acquisition and put it in an array in regular sequence

Solved!
Go to solution

Hello, NI experts

 

 I'd like to get some advices about how to put acquired data in an array in regular sequence in FPGA

 

 

In FPGA, the data is analog data from sensor.

 

1st data => allocate on index 1

2nd data => allocate on index 2

...

i th data => allocate on index i

 

 

Any advice is welcomed.

Thank you.

 

Hyo

0 Kudos
Message 1 of 4
(2,813 Views)
use insert into array
and use empty array to start
Message 2 of 4
(2,787 Views)
Solution
Accepted by topic author catalysthw

@Hatef.fouladi wrote:
use insert into array
and use empty array to start

You should read more carefully.  We are talking about FPGA here.  FPGA must deal with Fixed Sized Arrays.  So you have to initialize the array and then use Replace Array Subset or just use a FOR loop.

 

Of course, it really depends on what the OP is really trying to do here.  Perhaps a little more context would help us give you a better answer for your situation.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 3 of 4
(2,756 Views)

Thank  you so much!

 

0 Kudos
Message 4 of 4
(2,727 Views)