Data logging a wb/autotap?
With the spreadsheet I can overlay both data logs and have a pretty good amount of info in real time over a broad rpm and I wont have to reference all kinds of wiring.
I'll just log one (Edit) vs other (WB)
Overlay the software via excel spread sheet?
YOu would import both csv files into two separate tables and run a query to join the tables based on a ts. All the matching ts will be paired off and no sync issues.
select * from table1 a join table2 b where a.ts=b.ts
The resltant table can then be exported back to a csv to be viewed in excel or you can do all you averaging right there in access
Make sure both timestamps have the same resolution n the ms or this wont work





