07-06-2010 01:28 PM
hi...i have been workin on my MSc project . I need to do the stability analysis of osseointegrated implant using natural frequency... for that the setting is...there would be an abutment, a sensor is attached to it, the signal from the sensor goes to the charged amplifier from there it goes the the DAQ which is USB 6008 nd then into the PC having labview. I need to develope a code using labview to control the measurement from the USB 6008, like when the measurement should start, after storing the measurement there will be FFT analysis done to decipher the result. Can any one suggest how to do the coding to control the measurement of the USB using labview I am pretty new to labview. If someone could suggest how to start on with the coding it will be useful
07-06-2010 01:53 PM
Make sure you have DAQmx installed ( you should be able to check that within Automation Explorer (MAX)), then look in the LabVIEW examples, and browse by task. Browse into Data acquisition and pick a task that suit your needs. Open the example and adjust it as needed.
Ton
07-07-2010 12:30 AM
Hi,
For this you have to installed DAQ MAX Driver and compatible labview platforms.
The USB 6008 problem is that its port is not sourcing it is sinking when It is on it makes all channel at some voltage in case of digital output.
When you switch on any channel it will ground that channel and you will get active low in case of ON.
The problem is when you switch of your PC , all channel gets LOW and all instruments will active attached to the DO channel.
To avoid this you need to do some hardware arrangements like use one channel of USB 6008 as a common for system.
'Switch on this channel when your code on and switch off this channel when code exit.
07-14-2010 06:51 AM
hi...i did the analog data acquisition...the thing is that i need to store the data after a certain threshold....meaning the data acquisistion will go on....but the storage of the data will begin only after a certain threshold....can u tell me how to do that?
07-14-2010 09:35 AM
07-14-2010 10:09 AM
when iam runnin the program after doin analog input data logging...iam gettin an error message that tdms file cannot be converted to specific data type...how shud i debug that?
07-15-2010 12:09 AM
What's the error code and in which node the error got returned to you?
07-15-2010 03:58 AM
iam gettin the error in the node from read measurement file to the second waveform
07-15-2010 04:21 AM
Hi, would you please tell me the error code? and which version of LabVIEW you are using? And did you try with TDMS nodes, instead of Read Measurement File? The nodes are in Programming->File I/O->TDM Streaming.
07-15-2010 04:28 AM
iam usin labview 8.2.....student version...when i take the read nd write file out of the loop the error dissappers