Jump to content

DAQ 6008 problems


alexb

Recommended Posts

Didn't know under what category it falls but here's the prob -- > I work with DAQ 6008 (for Measurements).

For instance , i wanna measure Voltage. But i can use only one channel in the DAQ. If I use another channel to Measure something else , It says that The DAQ is already in use.

How can I write a program that can run measurements simultaneously in 2 channels (or more) ?

How do I write this program? Am I suppose to Duplicate the DAQ VI or can I use only one VI with two exits (for the 2 channels) ?

Link to comment

Didn't know under what category it falls but here's the prob -- > I work with DAQ 6008 (for Measurements).

For instance , i wanna measure Voltage. But i can use only one channel in the DAQ. If I use another channel to Measure something else , It says that The DAQ is already in use.

How can I write a program that can run measurements simultaneously in 2 channels (or more) ?

How do I write this program? Am I suppose to Duplicate the DAQ VI or can I use only one VI with two exits (for the 2 channels) ?

Have you tried using the DAQ Assistant? You should be able to select multiple channels with the ctl key.

Link to comment

Didn't know under what category it falls but here's the prob -- > I work with DAQ 6008 (for Measurements).

For instance , i wanna measure Voltage. But i can use only one channel in the DAQ. If I use another channel to Measure something else , It says that The DAQ is already in use.

How can I write a program that can run measurements simultaneously in 2 channels (or more) ?

How do I write this program? Am I suppose to Duplicate the DAQ VI or can I use only one VI with two exits (for the 2 channels) ?

There are plenty of examples for DAQ supplied with Labview under Hardware Input and Output->DAQmx (Use the examples Finder). You should find something there that demonstrates what you want to achiive.

Link to comment

Didn't know under what category it falls but here's the prob -- > I work with DAQ 6008 (for Measurements).

For instance , i wanna measure Voltage. But i can use only one channel in the DAQ. If I use another channel to Measure something else , It says that The DAQ is already in use.

How can I write a program that can run measurements simultaneously in 2 channels (or more) ?

How do I write this program? Am I suppose to Duplicate the DAQ VI or can I use only one VI with two exits (for the 2 channels) ?

I think what is happening is that you are trying to execute two tasks that both require the same resources. Take a look at this link in particular Case 6 it will explain things in a bit more detail.

What you need to do instead is combine two or more channels into one measurement task. Open up example finder and find the example "Acq&Graph Voltage-Int Clk.vi" you can make this example acquire multiple channels by selecting on the Physical Channel input then Browse and then from the dialog select multiple channels as shown.

post-1058-125296604533_thumb.jpg

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.