Jump to content

Motor with a DAQ USB 6008?


__Pat__

Recommended Posts

Hello again! After being given some great ideas for a project here(using temperature sensors, etc..), I finally found one. A heat based fan controller like ones found in the GPU.

However when I asked my professor about the idea, he said that using a fan(motor) with the DAQ USB 6008 would make the DAQ's circuitry fry due to the large power required by a motor. Is that true?

Link to comment

Don't power the motor directly from the USB box - control a relay with it. ie: turn the coil of a realy on and off with the USB box, and then wire the motor with its own power supply to the NO (normally open) contacts of the relay. Now, when you make the digital oputput of the USB box go high, the contacts on the realy will close (just like a switch) and the motor will turn on.

Link to comment

Might I ask why that is that I shouldn't wire the motor directly?

For exactly the reason your professor mentioned - the analog output on your USB 6008 (and pretty much any analog output on a similar device) cannot supply enough power to run a motor. The analog output is designed to act only as a control signal. The digital outputs on the 6008 are similarly limited.

Link to comment

If you check the spec from usb 6009, you will see that the analog output have a current draw limit, that is not enough to your fan motor,

instead of a relay output, try to use a power mosfet , where the gate will conected to your analog output from 6009, That way you will be enable to control the velocity of the motor using your analog outpout.

There is another solution but more complicate, like PWM controls.

For initialization will be a good project using the mosfet.

Good Luck in the project.

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.