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

  1. Gated SR Latch (Gated Set Reset Latch)
  2.  
  3. The Gated SR Latch is an electronic component with
  4. an one-bit memory. When setting or resetting the
  5. latch, it keep its value at the output ports
  6. when the 'S' and 'R' inputs are low.
  7. The gated SR Latch is only transparant if you make
  8. the input 'C' high.
  9. When you make both 'S' and 'R' active, then
  10. the output level is not defined.
  11.  
  12.  
  13.     Truth-table:
  14.  
  15.     S    R   |   Q    Q'
  16.     ---------|---------
  17.     0    0   |   nc   nc    
  18.     0    1   |   0    1
  19.     1    0   |   1    0
  20.     1    1   |   ?    ?
  21.  
  22.     0 = inactive = GND = 0V = OFF
  23.         (Wires are green when inactive)
  24.     1 = active = Vcc = 5V = ON
  25.         (Wires are red when active)
  26.  
  27. You can drag this component to another position
  28. by clicking inside the body of the port, hold
  29. the mouse button, move to the new position,
  30. and release the mouse button.
  31.  
  32.