Spencer,
Attached is the schematic for my IV17 clock with a PT6311. It is a chip that takes a bit of figuring out, also on the software side. My clock displays time (why not eh?) and the full date in a marquee format as well as ambient temperature. I would suggest the PT6311 is possibly a bit of overkill for a 7 segment based clock design.
Bill v. Dijk
From: neoni...@googlegroups.com [mailto:neoni...@googlegroups.com] On Behalf Of Spencer
Sent: Saturday, July 20, 2013 2:29 PM
To: neoni...@googlegroups.com
Subject: Re: [neonixie-l] IV-11 VFD
Got it working! It lights up now and it looks like I will have to change the filament resistor. I was using a 30 ohm with +5V but ooo boy does it get bright with that. I'll drop it down to around +1.5V and can take it from here.
Thanks again.
From: John Rehwinkel <jre...@mac.com>
To: neoni...@googlegroups.com
Sent: Saturday, July 20, 2013 12:54 PM
Subject: Re: [neonixie-l] IV-11 VFD
> Thanks for the reply. I put the -25v on pins 1 and 11 (cathodes) and GND on pin 2(grid) and GND on a random anode to see if it would light up and nothing illuminated.
The filament needs to be hot to emit electrons for the VFD to operate - this is normally accomplished by heating it electrically. I did kind of gloss over this -- you have to have voltage across the filament as well - this is true no matter how the other voltages are supplied. The "ideal" method is to have a small center-tapped transformer providing the AC filament voltage (generally something between half a volt to a few volts), and hook the -25V to the center tap. I often use a generic 6.3V filament transformer, with series resistors to drop the voltage to whatever the VFD filament needs. Some people don't want to bother with an AC filament voltage, and just run it with DC - this will work, but can lead to brightness gradients in some tubes.
So, just to light something, at a minimum, you'll need -25 volts at one end of the filament, -(25 + filament voltage) at the other end of the filament, and 0V at the grid(s) and anode(s) you want to light.
- John
--
You received this message because you are subscribed to the Google Groups "neonixie-l" group.
To unsubscribe from this group and stop receiving emails from it, send an email to neonixie-l+unsub...@googlegroups.com.
To post to this group, send an email to neoni...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/neonixie-l/C81F0687-BB98-4FAD-A200-745055041C3E%40mac.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "neonixie-l" group.
To unsubscribe from this group and stop receiving emails from it, send an email to neonixie-l+...@googlegroups.com.
To post to this group, send an email to neoni...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/neonixie-l/1374344910.82573.YahooMailNeo%40web142601.mail.bf1.yahoo.com.
Spencer,
there are a couple of (actually many) options. I have another clock that also multiplexes 60 LEDS as well as 6 7-segment displays in a 1-6 MUX. I control the multiplexing of the tubes by interrupts at about 300Hz, which ensures better timing. The power supply is probably more tolerant to a couple of missed or late cycles without any visual effects. Shift registers are also great tools for multiplexing, especially when used in conjunction with a BCD to 7 segment decoder. That way you can completely control 6 tubes with only one 8-bit port. I would suggest if you do feel inclined to add a small MCU to help out, dedicated it to the power supply, and keep all the clock functions as well as the multiplexing in the main MCU.
So many options..... :-)
To view this discussion on the web, visit https://groups.google.com/d/msgid/neonixie-l/1374430022.36570.YahooMailNeo%40web142605.mail.bf1.yahoo.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/neonixie-l/001201ce8724%2472aa9f40%2457ffddc0%24%40com.
RS are no longer stocking it - http://uk.rs-online.com/web/p/vacuum-fluorescent-display-filament-drivers/6512515 - marked as discontinued, and TI (the manufacturer) have also stopped selling & sampling them - they also don;t have a recommended alternative... http://www.ti.com/product/lm9022
--
You received this message because you are subscribed to the Google Groups "neonixie-l" group.
To unsubscribe from this group and stop receiving emails from it, send an email to neonixie-l+...@googlegroups.com.
To post to this group, send an email to neoni...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/neonixie-l/21d03556-0bd2-4ee0-804f-dd61d03385d6%40googlegroups.com.
It was odd the way RS brought them back on sale but the discontinued manufacturing is a killer of course. Pity as I found it a neat and easy chip to use (even if it was SMD).
Grahame