??? 07/12/09 10:54 Read: times |
#167106 - Open-collector alarm output Responding to: ???'s previous message |
You haven't shown where you have connected the 8051 chip.
But the text in the link says that the alarm pin is open collector which means that the alarm pin will sink to ground on alarm. In your case, the LED will glow weakly when there is no alarm (10k doesn't allow much current to the led - 3V over 10k means 0.3mA) and on alarm, the alarm output will sink to ground, turning the LED off. With an open collector alarm pin, you should connect one end of the LED to the alarm pin, and not to GND. That will light the LED when the open collector alarm output gets activated and sinks the current to ground. |