NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Reading Sequence file of NI teststand in c#

Hello all,

I want to read a sequence file (alredy generated) using c#. Also i want to edit sequence file using c# only. How can i acheive this? Can anyone guide me?

 

thanks

0 Kudos
Message 1 of 2
(2,348 Views)

This depends on the file type you selected when generating the sequence file. Default configuration is "binary" and NI does not disclose how data is stored in there.

However, you can change file type to ini or XML. There is no public documentation on how these files are built up, but with a little investigation i am pretty sure that you can understand the sections/keys (ini) or tags (xml).

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 2
(2,309 Views)