-Adam
Yes, you're right Nick, the Fluke is indeed AC coupled. I didn't
expect that to be honest as it undermines the definition of "true RMS"
but a simple battery test shows 0V RMS :-).
I would not expect a different behaviour from a DMM that is TRUE RMS. Nice
to have
that AC/DC switch though, on the Tek meters. But I’m still a Fluke only guy
;-)
Frank
Nick
http://en.wikipedia.org/wiki/Root_mean_square
Gaston
--
You received this message because you are subscribed to the Google Groups
"neonixie-l" group.
To view this discussion on the web, visit
https://groups.google.com/d/msg/neonixie-l/-/cOKZXWW5GXwJ.
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.
-Adam W7QI
>>>> AC DMM�s always excluded the DC component, if I am not mistaken. For a
>>>> mainly
>>>> troubleshooting tool (citation needed), that is not a bad choice. After all,
>>>> many AC signals
>>>> found in circuits have a DC offset. Assuming sinewaves makes the design of
>>>> the meter
>>>> easier (cheaper).
>>>> I would not expect a different behaviour from a DMM that is TRUE RMS. Nice
>>>> to have
>>>> that AC/DC switch though, on the Tek meters. But I�m still a Fluke only guy
-Adam
> So it looks like your resistor is correct. The only thing is that the
> voltage across the tube will slightly increase due to the higher
> current, so it's not 100% correct but pretty much.
Since we are talking a Neon device, the voltage across the tube will try
to stay the same, with the current adjusting if needed. That is why
Neon bulbs were used as Voltage reference devices in days of Old.
--
Charles MacDonald Stittsville Ontario
cm...@zeusprune.ca Just Beyond the Fringe
http://users.trytel.com/~cmacd/tubes.html
No Microsoft Products were used in sending this e-mail.
Ionization will be quicker with a higher voltage. Mike M. (threeneurons) actually went to the
trouble to measure the turn-on behaviour of a nixie:
http://threeneurons.files.wordpress.com/2011/08/timing01.jpg
I'm thinking of duplicating his setup and trying it with different anode voltages and a few
different nixies (I'm guessing little nixies ionize faster). I may also try using a decimal point
as a "primer" and even comparing nixies with and without ambient light.
Another advantage of higher voltage is better current regulation - since more of the drop
is across the anode resistor and less across the (dynamic, negative, varies with the digit lit)
resistance of the nixie, the current for different digits will be more similar.
A disadvantage of higher voltage is lower efficiency - more of your voltage is used up in
the anode resistors as heat. This can be combated by using a current-limited supply, which
can give wonderful efficiency but adds a good deal of complexity (current limiting a negative
resistance load which is being continually switched ain't easy). Alternatively, a scheme like
David uses in his watches (raising the voltage to strike, then lowering it) strikes a different
balance between ionization time, efficiency, and complexity.
Another disadvantage is the voltage impressed on the "off" cathodes if the anode voltage is
turned on but the digit is blanked. This can lead to ghosting (especially if the transistors are
zener clamped or leak at high voltage) or failure of the cathode switches if they can't withstand
the voltage. An obvious way to address this is don't enable the anode switch for blanked
digits, which requires a few wiring and/or software considerations, depending on the design.
- John
>> Elektronische Anzeigebauelemente" by Winfired M�ller contains a few of
It seems to me that would only work if you only selected a cathode for one tube at a time. Otherwise (if you tried to light both tubes at once), only one tube would light, pulling the
anode end of the resistor down to the maintaining voltage, which would be insufficient
to light the second tube (because it is now below the striking voltage).
- John
-Adam
I think that this looks like a great reason to learn how shift registers
work, though. :)
-Adam
Which? Lighting only one tube (per anode resistor) at a time? In that case, it should work just fine.
- John
-Adam
- turn on first pair's anode driver
- set the first 74141 to the desired value
- set the first 74141 to BLANK
- set the second 74141 to the desired value
- set the second 74141 to BLANK
- set the first 74141 to the desired value
(etc)
get it working with one pair before trying to make the others work.
-Adam
I'm trying to decide how this arrangement works out to being more pin
efficient than the standard way. So, you must have 8 GPIO pins delegated
to driving 74141 inputs, and then 3 GPIO pins delegated to the anode
drivers. That is 11 pins.
With a standard 1x6 mux (6 anode drivers, one 74141), we use 10 GPIO pins.
Until you show us exactly what you've got going on, we're going to be of
limited help to you. Also, you'll find that going through the exercise
of drawing out the schematic may help you solve your own design problems. :)
-Adam
On 3/16/2012 1:17 PM, Imbanon wrote:
David Forbes
http://www.cathodecorner.com/
> --
> You received this message because you are subscribed to the Google Groups "neonixie-l" group.
blanking on the 74141 will cause leakage if the supply voltage is too
high. Are you using real 74141's or the russian kind?
From that picture, I'm not sure if that is leakage.
-Adam
Okay, firstly this design can work - there's nothing fundamentally wrong
with it. Like I said, you'll need to be able to make cathode-side
blanking (74141) work if you're going to stick with only 3 anode drivers.
1) Your anode drivers aren't quite right. The resistor on the base of
the NPN should be more like 10k (R1). You're missing the pulldown on the
base as well. Add a 10k between the base of the NPN and GND. The
resistor between the collector of the NPN and the base of the PNP should
be more like 1M. The resistor between the base of the PNP and the
collector of the PNP should be more like 10k.
2) The reason that you are getting current leakage with the 74141 is
because your HV supply is too high. Instead of 215v, use 180v.
-Adam
The resistor between the base of the PNP and the collector of the PNP should be more like 10k.
Oh and I accidentaly reported your post as spam. Sorry about that!
Dunno how that effects anything though..
-Adam