LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

USB 6008 coding using labview

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

0 Kudos
Message 1 of 11
(3,645 Views)

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

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 2 of 11
(3,630 Views)

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.

 

0 Kudos
Message 3 of 11
(3,607 Views)

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?

0 Kudos
Message 4 of 11
(3,548 Views)
0 Kudos
Message 5 of 11
(3,519 Views)

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?

0 Kudos
Message 6 of 11
(3,509 Views)

What's the error code and in which node the error got returned to you?

0 Kudos
Message 7 of 11
(3,477 Views)

iam gettin the error in the node from read measurement file to the second waveform

0 Kudos
Message 8 of 11
(3,464 Views)

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.

0 Kudos
Message 9 of 11
(3,457 Views)

iam usin labview 8.2.....student version...when i take the read nd write file out of the loop the error dissappers

0 Kudos
Message 10 of 11
(3,452 Views)