Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/20/10 16:54
Read: times


 
#175182 - re: solenoid driver
Responding to: ???'s previous message
yeah, you didn't search first but I'm in a generous mood this morning:

My current design has a driver for a latching solenoid. My design has a 3.3V rail for digital logic including my micro (SiLabs F120) and a 24V rail for the solenoid and a stepper motor. A 5V logic rail is derived from the 24V and my micro is optoisolated from the motor stuff.

Since it's a latching solenoid, all that is needed is a pulse of about 100 ms of one polarity to bang the solenoid in one direction and a reverse-polarity pulse to bang it back the other way. I use an ST L6201 H-bridge driver for this. The bridge has two inputs, which connect to two output ports on the micro (via optoisolators). The solenoid coil is connected between the bridge's outputs.

So to open the solenoid, I drive the output of the appropriate micro port high, which drives the correct bridge output high. At the same time, I start a timer, which counts the 100 ms pulse width. When the timer expires, I turn off the micro port. To move the solenoid back, I turn on the other port pin and start the timer.

Anyways, the point is you need the high-voltage supply and a proper driver for this all to work.

-a

List of 17 messages in thread
TopicAuthorDate
solenoid driver            01/01/70 00:00      
   switch on and off at high speed            01/01/70 00:00      
      speed range            01/01/70 00:00      
   the typical circuit            01/01/70 00:00      
      clarification            01/01/70 00:00      
         "ASCII schematic"            01/01/70 00:00      
            ASCII schematic is useful!!!            01/01/70 00:00      
               answers            01/01/70 00:00      
   It's in the FAQ            01/01/70 00:00      
      Thanks for the reference            01/01/70 00:00      
   Have you considered a "solenoid driver"?            01/01/70 00:00      
      Ready made solenoid drivers            01/01/70 00:00      
         recognized my error            01/01/70 00:00      
         This is not rocket-science            01/01/70 00:00      
            Check the data sheet you linked...            01/01/70 00:00      
               Yes, people do have to read the datasheet            01/01/70 00:00      
   re: solenoid driver            01/01/70 00:00      

Back to Subject List