Hi guys! I'm pretty stuck atm so any help would be most gratefully received! I am now at a point where my program is controlling everything properly and reading the data from the logger correctly.
I am using 8.5, using the DAQ assistant sampling at 10Khz reading the samples of the buffer at 1khz, across 8 channels and plotting this to a waveform chart. So far so good..
My problem lies in exporting this to Excel, I started using the write to spreadsheet vi but this never properly worked and straight to excel would make life a whole lot easier!
1) I'm expecting roughly 50,000 data points (5 seconds at 10kHz) off each channel, but is this more than Excel can handle? Anyway round this or do I need to take every 10th value or similar?
2) I am only getting roughly 50 data points for each channel! What is going on here? I have tried converting the DDT to an array, autoindexing and then reading this outside the while loop. I have tried convert DDT to array, then using buil array function inside the while loop then exporting this. All to no avail!
3) My values are roughly of the order or 0.00001 or lower, I can only get Excel to write values to 0.0001 decimal places, can i change this at all??
I am trying to use the Excel Vi's supplied under the report generation pallett. So my problem is I'm expecting thousands of data points, I'm getting maybe a few hundred 0.0000 with the occasional 0.0001 thrown in for fun!
Thanks
Jon