Help Please. What are these symbols ?

Thread Starter

HommerSimpson

Joined Jun 9, 2011
14
What are these symbols. Im trying to make a logic Analyzer based on The Fabulous logic analyzer. And does It look like this MS paint drawing I did will work or need to add ? take away ? I have made a bubble tank for etching And i have all the stuff to make one. So With a little help. I might finally build something that actually works this time :} lol

Thanks Greg


 

WBahn

Joined Mar 31, 2012
30,045
Those are the Output Enables.

The name 'OEb' means "Output Enable bar". The "bar" refers to an overbar that would ideally be over the 'OE' indicating that it is active LO. This is also indicated by the bubble on the diagram. Active LO means that you take it to a low voltage in order to assert that pins function.

If one of the OE pins is deasserted (by taking it HI), then the outputs controlled by it will be placed in high-impedance state and are essentially disconnected and floating.
 

wmodavis

Joined Oct 23, 2010
739
So from the schematic, since both of those OE inputs are connected to circuit common (or zero volt ref), both a & b outputs are continuously enabled and will reflect the same signal as on the inputs. The Inputs are continuously fed to the outputs and then to LPT-CONN J1 through the 1K resistors.
 

Thread Starter

HommerSimpson

Joined Jun 9, 2011
14
well the schematic is just one i Used for reference this is the one im useing for layout of pcb.

So.. do I leave pin 19 open ? Or should i put in a jumper there to connect and disconnect from ground ?

And im drawing up another pcb.. make it smaller..
So far I have only made one PCB that turned out ok but its not the design I want for the FLA software ^ that's the schematic I'm using to go by to draw up PCB .. IN mspaint.

this is the one pcb i did manage to make. So I'm confident i can make another



Thanks for all the help...
 

Wendy

Joined Mar 24, 2008
23,421
That is funny. But all you need for toner transfer is a mirror image, and for photographic a straight (no mirror image) is needed, though the image should be on the bottom of the transparency.

I did pretty much the same thing (non mirror image) for my article How to make PCBs. Opps.

There should be no horizontal or vertical involved, it can be one or the other.
 

WBahn

Joined Mar 31, 2012
30,045
well the schematic is just one i Used for reference this is the one im useing for layout of pcb.

So.. do I leave pin 19 open ? Or should i put in a jumper there to connect and disconnect from ground ?
That depends completely on what you are trying to achieve. Those pins are there for a reason. This is a bidirectional chip. Do you want to be able to send data in both direction? It has an output enable. Do you want to be able to put signals onto a bus that is being shared with other devices that also need to be able to put signals onto the the bus?

The answers to those two questions determine how you hande the OEb and DIR pins.

In general (and most especially for CMOS), never leave unused inputs floating. Pull them up or pull them down, but don't let them float. This goes for unused inputs in this buffer, too. So if you ever expect the possibility that any of the inputs of the buffers will be unconnected when the device is powered, put pullups or pulldowns on them.

Now, your circuit seems a bit strange. It appears you are planning to hook this up to a Centronics parallel port. Is it supposed to take the place of a printer and you have a computer on the other end, or is your device going to take the place of the computer and drive the port? If the former, you've got a problem because the pins 2-9 are unidirection coming from the port and your schematic has the buffers configured to drive the port.
 
Top