LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Maximum Array Sizes

An array can have up to 2^31 elements per dimension (not 2^32 as claimed).

0 Kudos
Message 11 of 13
(726 Views)

I've eliminated the need for queues now but I'm still getting approximately half of the points on the RT, despite no overflow on the FIFOs and only taking one point at a time on the RT. Any suggestions for what is causing this?

0 Kudos
Message 12 of 13
(713 Views)

@KieranW wrote:

I've eliminated the need for queues now but I'm still getting approximately half of the points on the RT, despite no overflow on the FIFOs and only taking one point at a time on the RT. Any suggestions for what is causing this?


You probably need to provide more information.

 

  • How does the code with the eliminated queues look like? There are millions of way to either use queues or not use queues, so you are not really narrowing it down.
  • What is "half of the points"? (truncation at half max size? Every other point? etc.)
0 Kudos
Message 13 of 13
(695 Views)