NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

passing large amount of data between steps

Hello,
 
in my application, I developed some step types for data acquisition and analysis.
I need to pass large arrays (>100000 points) from one step to another.
Actually I pass the sequence context, and I use Variants to retrieve data (in the second step).
This method seems however quite slow.
 
Has anyone any suggestion?
I use TS3.5 and CVI 8.0
 
Thank you
 
baloss
 
0 Kudos
Message 1 of 3
(3,187 Views)

Hi,

You should be able to pass the data back directly via the parameter list of the function and like wise directly into the next function without having to use the sequence context.

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 3
(3,184 Views)

Hello Ray,

thank you for your quick answer!

I will modify my code according your suggestion and I will let you know.

 

Regards

baloss

0 Kudos
Message 3 of 3
(3,180 Views)