From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,341 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,302 Views)