NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Sequence in 30MB

Try to find why the sequence is big.  My guess is that it contains a lot of configuration data, such as an array WFM pass to a VI.
My question is how to find the array size?
 
George
 
George Zou
0 Kudos
Message 1 of 2
(2,810 Views)

George,

To get the size of an array, you can use GetNumElements() for a 1D array, or GetArrayBounds() for a n-dimensional Array.

As to why your sequence file is huge, I'm not sure yet.  What are your load and unload options for your code modules.  You can find this setting in the Properties window of each step under the Run Options tab.  If you are not using the "Load Dynamically" option, that would be the first thing to try.  

How many sequences do you have in your sequence file, and how many custom Step Types/Data Types/Properties/Sequence File Options do you have?  Each custom object will be stored in the sequence file.

Hope this helps!

Josh W. | National Instruments | Applications Engineer

Josh W.
Certified TestStand Architect
Formerly blue
0 Kudos
Message 2 of 2
(2,791 Views)