Author Topic: Current output from DAC???  (Read 5924 times)

jonathan.kaye

  • Newbie
  • Posts: 16
  • I'm a llama!
    • View Profile
Current output from DAC???
« on: July 26, 2015, 06:16:36 PM »
I have a FMD 88 and my cabinet is getting a little hot in the summer. I think having the PLC turn on a fan after set point would be neat.

I'm out of digital outputs though. I am wondering if I can write a ~3V signal to a small cpu fan. Digikey has  fans that run down around 0.1 Watts. If this is to much power could I maybe toggle a transistor?  

I couldn't find anything in the manual on the current draw for the two D/A outputs.

Thanks for any help!

-JK

support

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3171
    • View Profile
    • Internet Programmable PLCs
Re:Current output from DAC???
« Reply #1 on: July 27, 2015, 08:54:17 AM »
The DAC output is not usually designed to deliver much current. DAC 1 & 2 uses opAmp to buffer the outputs so  they each  should be able to output 10mA.  At 3.3V 0.1W fan will need 30mA which is too high for the DACs.

You can actually connect a simple N-channel MOSFET such as the IRLU024N. The DAC output can be used to drive the gate of the MOSFET. When DAC output = 0V the MOSFET is OFF and when DAC output = 5V the MOSFET will be turned ON and that will allow it to drive a pretty big fan.

An IC such as ULN2003A can also be used instead of the MOSFET. It is really simple to interface and have built-in diode to absorb the inductive kick from driving the fan.
« Last Edit: July 27, 2015, 08:55:46 AM by support »
Email: support@triplc.com
Tel: 1-877-TRI-PLCS

jonathan.kaye

  • Newbie
  • Posts: 16
  • I'm a llama!
    • View Profile
Re:Current output from DAC???
« Reply #2 on: July 27, 2015, 06:11:53 PM »
Alright!

Squeeze one more output in.

Thanks.