0

I'm trying to test ULN2803 with Led MATRIX. But with different Logic it is giving no change on the output and making the LED lit up. Why is this soenter image description here

Terminator
  • 119
  • 2
  • 7

2 Answers2

1

Try connecting pin 9 to 0V: -

enter image description here

You don't appear to have a pin 9 on your model?

Current limit resistors are needed for each LED segment although this is only a simulation.

Andy aka
  • 434,556
  • 28
  • 351
  • 777
  • In Proteus devices the supply pins of IC are hidden (that is why you can't see then in the given schematic) and are automatically connected to the global power rails. – alexan_e May 11 '15 at 13:16
0

It's a simulation model misbehavior, you should add pull up resistors to the outputs (for the simulation only) to correct it.

enter image description here

The shown schematic is valid for simulation only, the pullup network is not needed in the real circuit.
You also have to add the current limiting series resistors for the leds of the dot display in the real circui, they are omitted in proteus to improve the simulation speed.

alexan_e
  • 11,070
  • 1
  • 28
  • 62