NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

save array to text file

Hi, I would like to know how I could save an array of numbers to a text file during execution. 

 

Thanks in advance!

0 Kudos
Message 1 of 3
(5,551 Views)

I just pass the array into a LabVIEW VI that does the saving to a text file.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 3
(5,545 Views)

You could go direct using .NET mscorlib. There's lots of cababilty there with no added cost or code development. I do quite a bit of file IO this way. See attached example.

0 Kudos
Message 3 of 3
(5,458 Views)