07-10-2006 09:54 AM
07-11-2006 11:14 AM
Finally making progress!
The way I am now attacking this problem is using datalog files. In the Write VI I am firstly stripping only 1 channel from the 3 channel DAQ converting this from Dynamic Data to a waveform of type Double, this is the second element of a cluster I have created. I store a timestamp string in the second element of the cluster. Then the output cluster is written to a datalog file.
I can read the datalog file back using code based on the example Read_Datalog_File_Example.vi which seems to output a portion of the waveform each time you click next record. My next problem is trying to graph the data in one go. I have tried using the Chart.VI but currently having problems with datatypes, second element of waveform double is accepted fine but the first element the timestamp it states it is a scaler. Working on how to sort this.
Best regards
Javed
07-12-2006 07:23 AM
07-12-2006 07:23 AM
07-12-2006 09:12 AM
07-13-2006 03:48 AM