08-24-2005 12:26 PM
08-25-2005 05:16 PM
08-26-2005 08:13 AM
08-26-2005 10:37 AM
09-07-2005
03:26 PM
- last edited on
05-26-2010
01:45 PM
by
Support
Someone mentioned using the XML output format from TestStand in place of HTML. My company, VI Technology, develops Arendar Test Data Management software. Arendar comes with a TestStand XML file parser so that you can merge/compare/analyze data from multiple stations using an SQL Server or Oracle database. There is close to a zero integration effort since the parser not only imports data but also builds the database schema. If the XML file format changes, the importer is intelligent and modifies the schema as required (only additions, no deletions). The schema can be locked at any time.
Once the data is captured, querying/reporting/analyzing is easy and does not require SQL knowledge.
12-03-2006 06:33 AM
12-03-2006 04:54 PM
TestStand also provides the ability to create a report in xml. What version are you using? I'm using 2.0 and generating xml with a sequence I wrote myself. If you use xml, then it's a matter of changing the schema to view it in Excel.
And since you agree that html is ineffecient, why do not understand my previous statement? To get meaningful yield and other process data, you would have to process many different files. My latest TestStand project is a single tester that tests 6 uut's simultaneously. That's about 250 test results in a single shift. By the time a couple of the html files could be read and processed, I've run a single query on the database to provide all of the information anyone could possibly need. I'll take a couple second query over minutes or hours any time. If it's cost that is a concern, try MySQL. TestStand has a schema for it and MySQL is open source so it doesn't cost anything.
12-03-2006 09:56 PM
12-04-2006 08:37 AM
If I go to Configure>Report Options and then to the Report Format options, I see XML there in TestStand 3.1. As I said, I'm using it with TestStand 2.0. NI even published an add-on sequence before 3.1 was released. TestStand 3.5 adds ATML.
I guess we'll agree to disagree. I have over 50 testers (local and remote) all logging to the same SQL Server database and don't find it any more time consuming than the creation of the report. Combining the reports from all of those testers would be a nightmare. I don't have any netwrok problems or 'data jams'. I guess it comes down to correct database design and network implmentation.
10-04-2007 10:40 PM