Anyone know how to use a Phillips part PSSI2021SAY
Anyone know how to use a Phillips part PSSI2021SAY
(OP)
I have an application that requires an AND function that turns on an LED. My thinking is that if I use pins 2 and 3 for the AND inputs (logic false, switches to ground) and put the LED in series with pin 5 connected to power, it should work. There is nothing written in the data sheets as to how to select the current limiting resistor. Is it selected by .7V/desired current?





RE: Anyone know how to use a Phillips part PSSI2021SAY
Pulling 3 and 2 low at the same time, yes you will get a negative AND function there. And, yes. Current is set the way you think. There are two diodes, but one is to compensate for the B-E drop in the transistor and the remaining 0.7 V is for the current source function. The internal resistor (from pin 5 to transistor emitter) is around 14 kohms (.7V/50uA). Choose a 69 ohms external resistor for around 10 mA in the LED.
RE: Anyone know how to use a Phillips part PSSI2021SAY
>> An LED current greater than 10 mA may pose a problem to the signal trying to sink that current. You may need to buffer the signal with a high current driver, in which case, you have the opportunity to put the logic function elsewhere
>> TTL outputs are usually not guaranteed to be higher than about 2.7 to 3.0V, so you might not actually shut down the current source completely. In fact, given the scenario of the next item, it will be impossible to shut off the current source using TTL, since the outputs will clamp to about 5.7V
>> The internal base resistance of the device is 35 K, (http://www.semiconductors.philips.com/models/spicespar/data/PSSI2021SAY.html) which means that if you need 20 mA and assume a VERY generous beta of 100, you'll need 200 uA of base current, which means you'll need a minimum of 7V across the base resistor. This means that the power supply needs to be a minimum of 8.5 V, which exceeds TTL maximum ratings.
TTFN
RE: Anyone know how to use a Phillips part PSSI2021SAY
TTFN
RE: Anyone know how to use a Phillips part PSSI2021SAY
Sometimes one has to "think outside the box". There is nothing said about TTL or supply voltage levels in the original question. If the application already involved gates or micros, I am sure that this "trick NAND" would never had surfaced.
The typical supply voltage for this part is 12 V DC and it can take 75 V maximum. So it is obviously not a 5 V part. I think that huntleyb's solution will work very well. He might have to do some tweaking. But it will work.
RE: Anyone know how to use a Phillips part PSSI2021SAY
That's part of the engineering process, whether you're in or out of the box.
TTFN
RE: Anyone know how to use a Phillips part PSSI2021SAY
I will now know when both of my 15V relays are on at the same time. When I get the samples in, and built this circuit I will let you know how it turned out.
huntleyb