Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

estimate memory used HSDIO PXI-6552

I don't need to know how exactly the pattern is organized in the memory. Why we have this question is

because we are working a pattern from customer which we need to convert to NI format (pure pattern file and script).

During the conversion, we need to take care the memory consumed because sometimes we have to expand the 'repeat' and nested loop is not supported for 6552 (unless the outer loop is 'repeat forever'). This expansion will cost more memory. For example below:

 

loop 200

     repeat 50000

     generate wfm0

     end repeat

     generate wfm1

endloop

 

Our solution is to expand wfm0 and combine it with wfm1 to a new wfm, let's say wfm2. Then the script will be:

repeat 200

   generate wfm2

end repeat

 

Thanks .

Message Edited by AhGang on 10-28-2008 01:23 AM
0 Kudos
Message 11 of 11
(875 Views)