LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

which one is the best way to generate an array of large waveform?

The problem is that I have an array of 4 waveform of 2,8 millon of samples each one and when I put it in the buffer an error say me that there is not sufficient space.
My computer is a PII MMX of 350MHz and 384MRAM. I`ll really appreciated that you people can help me.
0 Kudos
Message 1 of 3
(2,468 Views)
What error message did LabVIEW give you and I am just curious is there a reason you have that much data resident in memory at a time? Is datalogging not an option?

Allan S.
Applications Engineering
National Instruments
0 Kudos
Message 2 of 3
(2,468 Views)
Use the initialize array function on the outside of a loop wired to the input of a shift register. If you can initialize the memory on the outside of the loop, it will reserve this range for use inside the loop.
Message 3 of 3
(2,468 Views)