~uer-developers/ubuntuelectronicsremix/uer-docs-karmic

« back to all changes in this revision

Viewing changes to debian/tmp/usr/share/gnome/help/uer/C/ktechlab.page

  • Committer: Kelvin Gardiner
  • Date: 2009-12-15 11:41:12 UTC
  • Revision ID: kelvin@mbmn.net-20091215114112-0557ojtbtmlf9ucb
Initial release includes about and contributing pages, and verilog, vhdl and Ktechlab tutorials.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<page xmlns="http://projectmallard.org/1.0/"
 
2
      type="topic"
 
3
      id="ktechlab">
 
4
 
 
5
<title>Simple Circuits with Ktechlab</title>
 
6
 
 
7
<info>
 
8
        <link type="guide" xref="getting-started-tutorials"/>
 
9
</info>
 
10
 
 
11
 
 
12
<section>Overview</section>
 
13
 
 
14
<p>Ktechlab is an application that allows the creation of circuits and algorithms. This tutorial will explain how to create and simulate an astable 555 circuit.</p>
 
15
 
 
16
<section>Setup</section>
 
17
 
 
18
<p>Currently Ktechlab does not have a menu entry, to start Ktechlab select Accessories -> Terminal from the Ubuntu menu, a terminal window will appear, type ktechlab and press return.</p>
 
19
 
 
20
 
 
21
<section>Creating and Simulating Circuit</section>
 
22
 
 
23
<p>To create a new circuit select the File -> New menu option or click the New toolbar button, which is the left most toolbar button. A dialogue box will appear with a selection of projects, click on "Circuit" and then OK.</p>
 
24
 
 
25
<p>Click the components tab on the left side of the Ktechlab window, this will show the available components in the left side-pane. To add components to the circuit click and drag components from the left side-pane to the center of the Ktechlab window.</p>
 
26
 
 
27
<p>Add the following components from these sections to the circuit, you may need to click the + symbol next to a section name to see the components.</p>
 
28
 
 
29
<list>
 
30
        <item><p>Sources -> Fixed Volatge</p></item>
 
31
        <item><p>Sources -> Ground</p></item>
 
32
        <item><p>Passive -> Resistor x 3</p></item>
 
33
        <item><p>Passive -> Capcitor x 2</p></item>
 
34
        <item><p>Outputs -> LED</p></item>
 
35
        <item><p>Integrated Circuits -> 555</p></item>
 
36
</list>
 
37
 
 
38
<p>Connect the components as shown in the screenshot below, ignore the two voltage probes (sqaure boxes with a wave inside) these will be added later. To connect components click on a terminal of a components and then on the terminal or wire to connect it to. If the circuit is simulating while you are adding components wires in the circuit will be highlighted and annotated, don't worry about this for now.</p>
 
39
 
 
40
<p><media type="image" mime="image/png" src="images/ktechlab555circuit.png">555 circuit in Ktechlab</media></p>
 
41
 
 
42
<p>When the circuit has been constructed click on each of the resistors and capictors in turn and click on the "Property View" in the right side-pane of the Ktechlab window and change the values of the components to those shown in the screenshot above.</p>
 
43
 
 
44
<p>If the circuit is being simulated the LED should flash on and off, if not select Tools -> Run Simulation menu option.</p>
 
45
 
 
46
<p>Add two Voltage Probe components in from the "Outputs" component section. Connect one side of each of the probes to ground. Connect second pin of one of the probes to the Th / Trg pin of the 555 symbol and the other probe to the output pin. Select Oscilloscope from the bottom pane of the Ktechlab window. The signals at these two points will be displayed.</p>
 
47
 
 
48
<section>Further Information</section>
 
49
 
 
50
<p>Ktechlab includes a number of example circuits, these can be found in the Help -> Examples menu.</p>
 
51
 
 
52
 
 
53
<list>
 
54
        <item><p><a href="http://sourceforge.net/projects/ktechlab/files/">Ktechlab User guide (in the docs sub-directory)</a></p></item>
 
55
        <item><p><a href="http://ktechlab.org/">Ktechlab website</a> (currently broke)</p></item>
 
56
</list>
 
57
 
 
58
</page>