The voltage required depends on what sort of control you plan to use,
and how many volts you apply to the anodes. The important thing to
remember is that if one cathode is lit, then the other cathodes don't
need more than 50V to turn them off. That's why the 74141 works with its
55V Zener diode clamps on its outputs.
If you want to display one or two cathodes in every tube at all times
(no blanking, but possibly fading between numbers), then a 50V driver is
barely sufficient. Or you can use an anode driver to blank the tube. I
use the TD62083 in my Nixie watch, and it works fine.
If you want to blank the digit with the cathode, then a 100V driver
would be necessary and you'd need to use a power supply below 200V.
If you want to blank the tube and use a >200V supply, then you need a
higher voltage cathode driver or an anode blanking circuit.
I think most of the Supertex parts want 12V on their signal lines, so
they are not very easy to use since normal logic uses 5V levels.
--
David Forbes, Tucson AZ
The 74141 is not designed for blanking. The Russian chip is said to have
higher voltage Zeners, so it may work. You do need to use a fairly low
supply, like 180V. A regulated switcher is best for this.
I recommend trying it yourself to see how well you like the results.
-Adam
Btw., I have here a condensed pdf of the K155XXx series datasheets (not as
extended as Western ones).
eric
-Adam
--
You received this message because you are subscribed to the Google Groups
"neonixie-l" group.
To post to this group, send an email to neoni...@googlegroups.com.
To unsubscribe from this group, send email to
neonixie-l+...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/neonixie-l?hl=en-GB.
...This is the case with the DMMT5551S. Only downside is that they are
180V models, so they are probably barely sufficient for your clock. I
know there's been a lot going around that 50V would be enough etc etc,
but if you really want the maximum performance of your clock/watch
including PWM,..
Michel
A fine way to achieve the PWM dimming you want with a low-voltage Nixie
driver is to have a current measurement device in the power supply's
feedback path, which is conveniently provided from the common emitter
terminal of the TD62083 (ULN2083).
You can detect when the tube begins to ionize by sensing the current
using a comparator such as an LM339 working across a small resistor to
make <1V drop from emitter to B-, and use this time to start the on-time
countdown in the PWM dimming code. You then have to reduce the OFF time
after that pulse by the measured ionization delay.
The advantage of this method is that it will produce a more uniform
brightness in your dimmed display, since you are guaranteed that the
ionization time is taken into account. Plus, you can use the small,
low-cost driver chips.
Then don't turn on the other tube at that time! I turn on only one tube
at a time, which removes that problem.
On 3/11/2012 12:27 PM, threeneurons wrote:
> ...but now you want to add complexity. Complexity that may not add
> reliability.
>
>
I am confused. If you are turning off one tube then turning on the other
tube, and operating at a low duty cycle (I assume you're still
discussing the dimmed case), then there will be a long delay between
turning off the first tube and turning on the second tube. So the first
tube should have time to deionize. Is the leakage strong enough to make
a glow? For how long?
My Nixie watch displays an interesting result when one tube is broken -
the other tube will light all cathodes faintly when the broken tube is
selected. That's because all the cathodes are clamped to 50V, but the
power supply makes about 200V to an open circuit. (I connect both anodes
directly to HV without resistors.) In that case, the tube is lighting
when it shouldn't. But there is a broken tube, so there's no reason to
make the display function properly in that case.
I provide display blanking in my watch, which is accomplished by feeding
an MPU output to the HV supply feedback node through a carefully-chosen
resistor, which makes the HV drop to 110V when the bit is set to 1. This
allows me to turn off the display and not excite the case described
above in normal operation. It's a very low cost solution to blanking, as
I share the MPU pin with the accelerometer enable.
The long and short of it is that you ought to be able to use a 50V
driver chip in a two-tube design with a bit of effort.
I don't think that's a good idea. Nixie tubes look much better when
driven by a low duty cycle with full current, rather than a high duty
cycle with very low current. The cathode won't light fully at lower
current, and the glow is more "fuzzy" and indistinct.
Try it and see.