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

  1. SR Latch (Set Reset Latch)
  2.  
  3. The 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. When you make both 'S' and 'R' active, then
  8. the output level is not defined.
  9.  
  10.  
  11.     Truth-table:
  12.  
  13.     S    R   |   Q    Q'
  14.     ---------|---------
  15.     0    0   |   nc   nc    
  16.     0    1   |   0    1
  17.     1    0   |   1    0
  18.     1    1   |   ?    ?
  19.  
  20.     0 = inactive = GND = 0V = OFF
  21.         (Wires are green when inactive)
  22.     1 = active = Vcc = 5V = ON
  23.         (Wires are red when active)
  24.  
  25. You can drag this component to another position
  26. by clicking inside the body of the port, hold
  27. the mouse button, move to the new position,
  28. and release the mouse button.
  29.  
  30.