10-17-2007 03:32 AM
10-17-2007 03:57 AM
10-17-2007 04:03 AM
10-17-2007 10:55 AM
Hey Guys,
thanks for the fast reply!
To GerdW: 1) I´d like to do the Analysis in another Programm, because I´d already implemented a fitalgorithm in an other programm.
2) I acquire the data with an Analog Input and ist resolution is 16 bit.
Because of the big amount of data, i have to store it as a .bin file otherwise the programm crashes.....
Tomorrow I will try these “Spredsheed to Array Funktion”....
To Graziano: I´m not really able to answer your question, but I´ve uploaded the VI! Hopefully this could answer your question.
Thanks for your Help and ikind regards
Tituriel
10-17-2007 11:15 AM
10-18-2007 01:38 AM
10-18-2007 02:11 AM
10-18-2007 05:02 AM
10-18-2007 08:51 AM
Hola,
I´m still waiting for the computer I have ordered for my setup, but anyway I have borrowed one...2 GB Ram and a 3.00 GHz Pentium 4, not the worst I guess.
To acquire the data I´m using the PCIe 6251M Series DaqCard and a BNC 2120 Connector Block.
Corresponding the example “Graph Acquired Binary Data”. Yes it is possible to display the saved data from the .bin file, but this does not help me to convert it into an txt (ascii) file.
So far I´m unable to use the “array to spreadsheet string” function in a proper, working way...I think I have to lern more about the way it has to be programmed....
Tituriel
10-18-2007 09:27 AM - edited 10-18-2007 09:27 AM
You don't mention exactly what is not proper and working about the array to spreadsheet string. Provide some details, please.
Since the Graph Acquired Binary Data is working and displaying correctly, we know that the file contents are correct. You could simply wire up an Export Waveforms to Spreadsheet File to the same place as the graph indicator. See if that file is in the format you want. If it is, then the Export Waveforms to Spreadsheet File can be used in your main program with a few modifications.
Also, what program are you going to use to process the data? There may be an option to load a binary file directly.
Message Edited by Dennis Knutson on 10-18-2007 08:29 AM