For a test rig application I need to save test data ( a combination of string and numeric fields ) and then be able to do the following with the collected data :
1. Retrieve and view specific result(s) based on a search criteria.
Some of the possible search queries are :
"Show me test data of Serial number xxx "
"Show me results of all tests done on mm-dd-yy"
"Show me the serial numbers of all tests that have passed on mm-dd-yy"
I have currently coded a VI where it is able to store the test data in spread sheet style using the (Build Array.vi , Array to SpreadSheet.vi and Write Character to file.vi).
I am yet to start coding for the retrieval part ( it does look difficult !). Before I do that, I was wondering if this is the right approach or LV has some other better way of putting data into data bases and retrieving them based on queries.
Has anybody handled such a case ? It would be nice to hear on details if so.
Thanks
Raghunathan
Raghunathan
LabVIEW to Automate Hydraulic Test rigs.