descriptionGraphical front-end for the gschem -> pcb workflow
homepage URLhttp://www.geda-project.org/
repository URLgit://git.geda-project.org/xgsch2pcb
ownergeda@clifton-electronics.co.uk
last changeTue, 24 May 2016 06:20:12 +0000 (24 09:20 +0300)
last refreshWed, 24 Apr 2024 23:42:07 +0000 (25 01:42 +0200)
content tags
add:
README
=============================
xgsch2pcb - a GUI for gsch2pcb
==============================


Introduction
------------

When designing a printed circuit board (PCB) it's often desirable to
create a 'schematic' which shows the components to be used and their
connectivity in an abstract fashion.  The connectivity information is
then used to help when designing the actual circuit board.

``gsch2pcb`` is a command-line tool, part of the gEDA suite, which is used
to generate and update a PCB layout.  It works with schematics created
by ``gschem``, part of the gEDA suite, and layouts created by ``pcb``, a
PCB layout system commonly used with gEDA.

``xgsch2pcb`` provides an intuitive, user-friendly graphical interface to
``gsch2pcb``.


Requirements
------------

``xgsch2pcb`` requires:

 * python >= 2.4
 * python-gtk2 >= 2.8
 * python-gobject (if using python-gtk2 >= 2.10)
 * python-dbus
 * A recent version of the gEDA suite
 * A version of ``pcb`` compiled with D-Bus support.

Optionally:
 * python-gnome2 (For launching the about URL)

Building ``xgsch2pcb`` from source code additionally requires:

 * autoconf >= 2.59
 * automake


Installation
------------

If you have fetched the sources from the git repository you will need to
create the necessary autoconf files. To do this, change into the source
directory and execute the command:

  ./autogen.sh

This generates a ./configure script amongst other things, which you can run
to configure the software.

As long as you have all the dependencies installed:

  ./configure && make install


Usage
-----

  xgsch2pcb [project]

The main window is divided into three main areas:

* The toolbar at the top offers the usual options to quit the
  program and to load and save project files.

* The left hand 'Schematic' frame shows a list of schematic pages that
  the PCB layout will be based on. The 'Edit schematic' and 'Edit
  attributes' buttons respectively launch ``gschem`` and ``gattrib`` to
  edit the selected schematic page.

* The right hand 'Layout' pane shows the name of the PCB layout file
  associated with the project. The 'Edit layout' button launches
  ``pcb`` to edit a file, and will offer to update your PCB layout if
  necessary.  The 'Update layout' button forces an update of the PCB
  layout even if one isn't strictly necessary.

The update process will carry out the following actions to modify your
layout, after launching ``pcb`` if isn't already running:

1. Remove any elements from the layout that are not in the schematic.

2. Find any elements that are in the schematic but not in the layout,
   and add them to the layout (in the top left corner). N.b. that it's
   probably a good idea to leave this corner of your layout clear
   until the layout is more or less finalised, to avoid new elements
   interfering with elements which have already been placed and
   routed.

3. Clear your rats and load a new rats nest.

4. Update the component pin names to match the pin names on the
   schematic symbol.

Note that the update process won't modify your PCB file on disk, and 
will take into account any changes you have made since you last 
saved.

.. 
   Local Variables:
   mode:rst
   End:
shortlog
2016-05-24 Vladimir ZhbanovChange website address to www.geda-project.org.master
2016-05-24 Vladimir ZhbanovFix build with automake 1.14.
2012-12-03 Maxim SalovUpdate legal information.
2012-12-03 Maxim SalovFix configure in non-X environment.
2011-05-20 Krzysztof Kościuszki... Support quoting of gsch2pcb option values
2010-01-02 Peter CliftonREADME: Remove paragraph about only opening pcb from...
2009-12-30 Peter CliftonRemove warning when failing to load translations
2009-12-30 Peter CliftonUpdate po/LINGUAS file to include all languages from...
2009-12-30 Peter CliftonChange website address to http://www.gpleda.org
2009-11-25 Peter CliftonFix "preserve-unfound" gsch2pcb option.. it should...
2009-11-14 Peter CliftonAdd Copyright "gEDA contributors" in various places
2009-11-14 Peter CliftonAdd Andrey Smirnov to list of authors for the about...
2009-11-14 Andrey SmirnovThird draft version of options dialog support.
2009-10-19 Peter CliftonAdd an options dialog for editing various gsch2pcb...
2009-10-19 Peter CliftonGUI Changes
2009-10-19 Peter CliftonAdjust some line-wrapping of some lines
...
tags
14 years ago rel_0.1.3 xgsch2pcb 0.1.3 released 28th Septe...
16 years ago rel_0.1.2 xgsch2pcb 0.1.2 released 11th Janua...
16 years ago rel_0.1.1.90 xgsch2pcb 0.1.1.90 pre-release...
16 years ago rel_0.1.1 xgsch2pcb 0.1.1 released 6th Octobe...
heads
7 years ago master
16 years ago stdio_ipc
forks
Cached version (5769s old)
geda-xgsch2pcb/pcjc2.git Peter Clifton's xgsch2pcb tree pcjc2@cam.ac.uk 14 years ago