10-19-2007 05:59 AM
10-19-2007 08:32 AM
Hi seven,
My guess is that the best way to solve this is with a DataPlugin which reorganizes your data file while it is being loaded into DIAdem. Please reply and attach a sample data file and explain in detail how to tell which rows belong to which tests. I will look at it and see if I can create a DataPlugin for you, if it's not to difficult.
Are your original data files ASCII files? If so, please send me the original ASCII file, not the TDM file that DIAdem would export once your ASCII data is already loaded in.
Brad Turpin
DIAdem Product Support Engineer
National Instruments
10-22-2007 02:17 AM
10-22-2007 10:09 AM
Hi Seven,
If your original data files are ACCESS data base *.mdb files, and you want to load the records WHERE (MEASUREMENT_NAME='Output Power') into a DIAdem channel in the Data Portal, then what you really want to do is execute an SQL query to load that data into DIAdem. You can do this by creating your own VBScript, or you can use the below attached "SQL Wizard" application with its dialog approach to select your table, column(s), and build your conditions, then load the data into DIAdem channels the way you want to have them.
You will need to replace lines 9 - 11 in the "SQL Wizard.VBS" with similar lines that point to your *.mdb files instead of the sample *.mdb files that are included in the ZIP file.
Brad Turpin
Product Support Engineer
National Instruments