home *** CD-ROM | disk | FTP | other *** search
/ The Net: Ultimate Internet Guide / WWLCD1.ISO / pc / java / ed8n1t2i / help / buffer.help < prev    next >
Encoding:
Text File  |  1996-08-14  |  598 b   |  27 lines

  1. Buffer
  2.  
  3. This is a very simple basic digital port.
  4. The output of this port is active or '1'
  5. When the input is '1'. A buffer is used
  6. for driving many inputs.
  7.  
  8. In boolean logic: Q = A
  9.  
  10.     Truth-table:
  11.  
  12.     A    |   Q
  13.     -----|----
  14.     0    |   0
  15.     1    |   1
  16.  
  17.     0 = inactive = GND = 0V = OFF
  18.         (Wires are green when inactive)
  19.     1 = active = Vcc = 5V = ON
  20.         (Wires are red when active)
  21.  
  22. You can drag this component to another position
  23. by clicking inside the body of the port, hold
  24. the mouse button, move to the new position,
  25. and release the mouse button.
  26.  
  27.