tutor-wires.html 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <html>
  2. <head>
  3. <title>Tutorial: Adding wires</title>
  4. </head>
  5. <body bgcolor="FFFFFF">
  6. <p><b>Next:</b> <a href="tutor-text.html">Step 3: Adding text</a></p>
  7. <h2>Step 2: Adding wires</h2>
  8. <p>After you have all the components blocked out on the canvas, you're
  9. ready to start adding wires. Select the Edit Tool
  10. (<img src="../../../icons/select.gif" width="16" height="16">).
  11. When the cursor is over a point that receives a wire, a small green circle
  12. will be drawn around it. Press the mouse button there and drag as far as you
  13. want the wire to go.</p>
  14. <p>Logisim is rather intelligent when adding wires: Whenever a wire ends at
  15. another wire, Logisim automatically connects them. You can also "extend" or
  16. "shorten" a wire by dragging one of its endpoints using the edit tool.</p>
  17. <p>Wires in Logisim must be horizontal or vertical. To connect the upper
  18. input to the NOT gate and the AND gate, then, I added three
  19. different wires.</p>
  20. <center><img src="../../../img-guide/tutorial-shot-wire1.png" width="498" height="302"></center>
  21. <p>Logisim automatically connects wires to the gates
  22. and to each other. This includes automatically drawing the circle at
  23. a <em>T</em> intersection as above, indicating that the
  24. wires are connected.</p>
  25. <p>As you draw wires, you may see some blue or gray wires. Blue in Logisim
  26. indicates that the value at that point is "unknown," and gray
  27. indicates that the wire is not connected to anything. This is not a big
  28. deal as you're in the process of building a circuit. But by the time you finish
  29. it, none of your wires should be blue or gray. (The unconnected legs of the OR
  30. gate will still be blue: That's fine.)</p>
  31. <p>If you do have a blue or a gray wire after you think everything
  32. ought to be connected, then something is going wrong. It's important
  33. that you connect wires to the right places. Logisim draws little dots
  34. on the components to indicate where wires ought to connect. As you
  35. proceed, you'll see the dots turn from blue to light or dark green.</p>
  36. <p>Once you have all the wires connected, all of the wires you inserted
  37. will themselves be light or dark green.</p>
  38. <center><img src="../../../img-guide/tutorial-shot-wires.png" width="498" height="302"></center>
  39. <p><b>Next:</b> <a href="tutor-text.html">Step 3: Adding text</a></p>
  40. </body>
  41. </html>