LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

TXT file to STDF format

Hello, 

 

Good day to everyone.

 

I am new here and recently started to do programming task. 

 

Is there any one from here who can help me to find a procedure and example how to convert txt file format to stdf format.

 

Thank you in advance.

 

-Sonjay.

Labwindow/CVI

 

0 Kudos
Message 1 of 2
(5,365 Views)

I don't know abour STDF format, according to wikipedia it is some sort of binary file holding test data, and in this respect you could use standard read/write function for binary files to interact with this format. However this does not seem to be so simple as the specifications cover several data types and

 

Googling a bit I have found a free C library under development, but in this forum thread a user has failed to use it in CVI (don't know which release it was testing in 2012, though). You may want to take a look at the LabVIEW library for STDF and see if you can manage in packing it into a DLL to call in CVI.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
Message 2 of 2
(5,350 Views)