09-24-2010 12:37 AM
Hi every one,
I am trying to write a script for comparing any two tests.
I got an example script in help, speed_comparision.vbs, Which is very help ful for my script.
But I have all files in .dat form. i am converting it to .tdm each time by follwing steps manually,
1. Load test 1
2. Load test 2
3. Keep only time channel and acc in test 1 and acc in test 2. (Delete rest all channels.)
4. Now save this as speed.tdm or acceleration.tdm.
Instead of doing this each time for all the .dat files, how can i make it automatic in script. Is it possible.
or
Is there a way to find the difference / comparision between two tests with out converting them to tdm.
I understand that load 2 tests and come to analysis and integrate the two two tests, I wil get the difference. But I am trying to plot my output in speed_comparision.tdr, which is in help. Plz help me in this regard.
I need a script for doing this.
Thanks ,
Rash
02-15-2018 08:47 AM
Hi Rash,
Find script below. You will need to change the location from where the files are loaded and the location of where you want the files to be saved to.
You could also open explorer window and choose files yourself if you have files always in different locations.