Hi, Roots O' Culture. Your transducer can be seen as a capacitive
load. You're basically trying to do this (view in fixed font or M$
Notepad):
|
| .---------------.
| | |
| | | 5V-to-12V
| | | Level Translation/
| | | High-Current source/sink
| | | Buffer
| | | (Non-Inverting) |.--.| (Inverting)
| | | |\ || || /|
| | PIC o----o-----| >-----|| ||-----O< |---.
| | | | |/ || || \| |
| | | | |'--'| |
| | | | Transducer |
| | | | (1800pF) |
| | | '-------------------------------'
| | |
| | |
| | |
| '---------------'
|
(created by AACircuit v1.28.6 beta 04/19/05
www.tech-chat.de)
Since you're already going with a PIC, Microchip has a pair of drivers
that will do exactly what you want -- the TC4420 (non-inverting) and
the TC4429 (inverting) high speed MOSFET drivers. They have the
capability to drive up to 6 amps with low Rds(on) MOSFETs built in, and
the IC takes care of the level translation for you. Put one on each
side of the transducer, and you're good to go. They're made to drive
capacitive loads, and have crossover protection built in. They'll
smack that T/R40-16B around real good (140 volts max!?! Is that an
aluminum, steel, or titanium case?).
Unless this is a high volume application, I don't think you're going to
be able to do better than this. The ICs are available in 8-pin DIPs,
too (CPA suffix).
Here's the datasheet:
http://ww1.microchip.com/downloads/en/devicedoc/21419c.pdf
If you want to be really safe, add a 2.2 ohm non-inductive resistor (a
1 watt carbon comp is good here) in series with the transducer to limit
maximum current doesn't exceed 6A.
|
| .---------------.
| | |
| | | 5V-to-12V
| | | Level Translation/
| | | High-Current
| | | Buffer
| | | (Non-Inverting) |.--.| (Inverting)
| | | |\ || || ___ /|
| | PIC o----o-----| >-----|| ||--|___|----O< |---.
| | | | |/ || || 2.2 ohm \| |
| | | | |'--'| |
| | | | Transducer |
| | | | (1800pF) |
| | | '-------------------------------------'
| | |
| | |
| | |
| '---------------'
|
(created by AACircuit v1.28.6 beta 04/19/05
www.tech-chat.de)
On the power supply end, the TC4420 and -29 are good to 18V, so you
shouldn't need another regulator. You also want to maximize voltage.
I'd recommend using another 2.2 ohm series resistor or choke and a
large (2200uF or greater, 25WV) cap with a Transzorb for a localized
charge source and to protect against load dump.
|
|Battery ___ To XDCR Power
|B+o----|___|--o---o->
| 2.2 ohm | |
| +| /-/
| 2200uF --- ^ P6KE16A
| 25WV --- |
| | |
| | |
| === ===
| GND GND
(created by AACircuit v1.28.6 beta 04/19/05
www.tech-chat.de)
Good luck
Chris