Sunday, January 25, 2015

STDF Viewer - Dev Update: Starting the Project

Goal
To write an application to view an STDF file



Consideration

  • Support only STDF files generated by Linux and Windows based testers such as Diamond and J750
  • Intended as file viewer only and will not support editing
  • Web based
  • Simple datalog with summary output only


Update


I just started this project today. Currently, I'm still in the process of understanding STDF file format and working on how to read the file using C++ application. Once I have a good understanding of the file format and how I can read them, I will transfer all the codes I worked on in C++ into javascript and move from there.