home *** CD-ROM | disk | FTP | other *** search
/ CD Direkt 1995 #4-#5 / CDD_05_95.ISO / cdd / winanw / cirmaker / circuits.txt < prev    next >
Text File  |  1994-12-01  |  5KB  |  81 lines

  1. This file describes several digital circuits which use some of CircuitMaker's
  2. animated components.
  3.  
  4. Circuit                     Description and Operation
  5. -------                     -------------------------
  6. 4X4.CIR         This file contains a circuit that will decode a 4x4 switch
  7.                 matrix. When this circuit is simulated, the Hex Display
  8.                 will indicate the key that is currently selected. To select
  9.                 a different key, simply click on it.
  10.  
  11. STEPPER.CIR     This file contains a circuit that demonstrates the operation
  12.                 of a simulated stepper motor. The simulated stepper motor can
  13.                 be connected in unipolar or bipolar mode and can be driven in
  14.                 full steps or half steps.
  15.  
  16. MUX7SEG.CIR     This file contains a circuit that demonstrates the principle
  17.                 of multiplexing. It contains a common-anode and a common-
  18.                 cathode 7-segment display which share the same data lines.
  19.                 When this circuit is simulated, the 7-segment displays are
  20.                 driven one at a time. To reduce flickering, the delay value
  21.                 associated with each 7-segment display can be increased to
  22.                 simulate a higher multiplex frequency.
  23.  
  24. CARS.CIR        This file contains a circuit that will time a simulated
  25.                 pine-wood derby car race. To start the race, click on the
  26.                 start button. To run the same race again, click on each
  27.                 reset button and then the start button. To run a different
  28.                 race, click on the circuit reset icon and then the start
  29.                 button.
  30.                 
  31. ROCKET.CIR      This file contains a circuit that will set off a simulated
  32.                 model rocket. When run, this circuit will count begin by
  33.                 counting down from 9. When the count goes below the warning
  34.                 count, a buzzer will sound. Then, if the arm switch is on,
  35.                 when the count reaches 0 the rocket will take off.
  36.                                 
  37. ALARM.CIR       This file contains two simple examples of burglar alarm
  38.                 circuits. The open-circuit burglar alarm demonstrates the
  39.                 principles associated with logical "OR" operations and
  40.                 parallel circuits while the closed-circuit burglar alarm 
  41.                 demonstrates the principles associated with logical "AND"
  42.                 operations and series circuits.
  43.                 
  44.                 The windows in these circuits can be opened and closed,
  45.                 and the switches can be toggled by clicking on them.
  46.                 
  47.                 When the simulator is running, the alarm buzzer will go off
  48.                 if the alarm is enabled and one or more of the windows are
  49.                 opened.
  50.                 
  51. ALARM1.CIR      This file contains an open-circuit burglar alarm which has
  52.                 an exit delay and latched alarm. The exit delay portion of
  53.                 the circuit causes a delay to occur between the time the
  54.                 alarm is enabled and the alarm can be set off. In a real
  55.                 burglar alarm this function allows a person to enable the
  56.                 alarm and exit without setting off the alarm.
  57.                 
  58.                 When the alarm has been set off, the latched alarm portion
  59.                 of the circuit prevents the buzzer from turning off until
  60.                 the reset button is pressed. In a real alarm, this function
  61.                 prevents the burglar from turning the alarm off.
  62.                                 
  63.                 The exit delay in this circuit is set by selecting a Hex Key
  64.                 by clicking and entering a hex number by pressing 0-9 or A-F
  65.                 on the keyboard.
  66.                 
  67. ALARM2.CIR      This file contains an open-circuit burglar alarm which has an
  68.                 exit delay, latched alarm, and an entry delay. The entry delay
  69.                 prevents the buzzer from immediately going off when the alarm
  70.                 in triggered. In a real burglar alarm, this function allows a
  71.                 person to enter the area protected by an armed burglar alarm
  72.                 and turn it off before it sounds an alarm.
  73.                 
  74. ALARM3.CIR      This file contains an open-circuit burglar alarm which has an
  75.                 entry delay, exit delay, latched alarm, and an reset lock. The
  76.                 reset lock will turn the burglar alarm off when the correct
  77.                 combination is entered. In a real burglar alarm, this function
  78.                 will prevent anyone that does not know the correct combination
  79.                 from resetting or turning off the burglar alarm.
  80.                 
  81.