Click here to Skip to main content
15,924,679 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, I wish to develop an application that can use to merge 2 different STDF files from one tester.
but mt problem is how to read/write on STDF file?
may be i should convert STDF file to .txt file or excel file?
Posted
Updated 28-Sep-11 19:52pm
v2

1 solution

ATDF is the text equivalent for a STDF file.

Search Google for "stdf to atdf converter" and there are a lot of converters out there so you can take your pick which on is useful to you.

I wasn't able to find any c# libraries for reading/writing STDF files , but there are C and Java versions out there.
 
Share this answer
 
Comments
chanel88 29-Sep-11 1:51am    
Thanks.. :)
Actually i'm still thinking of alternate way to merge data of STDF file.
Maybe i can use the librarystdf as shown
https://decibel.ni.com/content/docs/DOC-15174

May I know how to decode the stdf file in order to store the data into memory?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900