selection.html 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <html>
  2. <head>
  3. <title>The Selection tab</title>
  4. </head>
  5. <body bgcolor="FFFFFF">
  6. <h1>The Selection tab</h1>
  7. <p>The Selection tab allows you to select which values
  8. should be included in the log. The window below corresponds to the
  9. following circuit.
  10. <center><img src="../../../../en/img-guide/log-counter.png" width="232" height="129"><br><br>
  11. <img src="../../../../en/img-guide/log-selection.png" width="466" height="387"></center>
  12. <p>The tab is divided into three vertical areas. The first (leftmost) is
  13. a list of all components in the circuit whose values can be logged.
  14. Among the built-in libraries, the following types of components support
  15. logging.
  16. <blockquote>
  17. Wiring library: Pin, Probe, and Clock components<br>
  18. I/O library: Button and LED components<br>
  19. Memory library: All components except ROM
  20. </blockquote>
  21. For components which have labels associated with them, their names correspond
  22. to the labels; other components' names specify their type and their
  23. location within the circuit.
  24. Any subcircuits will also appear in the list; they cannot be selected
  25. for logging, but eligible components within them can be.
  26. Note that the RAM component requires you to choose which memory
  27. address(es) should be logged; it allows logging only for the first 256
  28. addresses.</p>
  29. <p>The last (rightmost) vertical area lists those components that have
  30. been selected. Also, it indicates the radix (base) in which the
  31. component's multi-bit values
  32. will be logged; the radix does not have a significant effect on one-bit
  33. values.</p>
  34. <p>The middle column of buttons allows the manipulation of the items
  35. within the selection.
  36. <ul>
  37. <li><strong>Add</strong> adds the currently selected item(s) on the left
  38. side into the selection.
  39. <li><strong>Change Radix</strong> cycles the radix for the currently
  40. selected component in the selection between 2 (binary), 10 (decimal),
  41. and 16 (hexadecimal).
  42. <li><strong>Move Up</strong> moves the currently selected component in
  43. the selection forward one spot.
  44. <li><strong>Move Down</strong> moves the currently selected component in
  45. the selection back one spot.
  46. <li><strong>Remove</strong> removes the currently selected component in
  47. the selection.
  48. </ul></p>
  49. <p><strong>Next:</strong> <a href="table.html">The Table tab</a>.</p>
  50. </body>
  51. </html>