Blame view

README.md 3.39 KB
d55c0161   Steve Greedy   SACAMOS WIN10 UPDATE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
This archive contains installation material for SACAMOS and any co-requisite 
applications:

* SACAMOS Components, SW1 & SW2
* gEDA [1]
* gmsh [2]
* Ngspice v26 [3]
* Ngspice v27 [3]
* gnuplot [4]



SW1: For the creation of Spice models for cable bundles
-------------------------------------------------------

1. Extract the contents of the archive SACAMOS.zip to a convenient place. It is
important that the folder structure within is maintained. 

2. You can then create a shortcut to SW1, by navigating to the SACAMOS\BIN 
folder and right clicking on the file 'SW1.exe' and select 'create shortcut'.
This will by default create a shortcut in the \BIN folder, but you can move it
to a more convenient place such as your desktop.

SW2: Self contained Spice using Ngspice
---------------------------------------
Throughout the following and to prevent unpredictable behaviour please do not 
install any of the applications to within folder structures that contain spaces.
Installing to the root of your hard drive will ensure success! i.e. C:\. 

In the following $PATH represents your chosen installation directory. e.g. 
if you chose to install to C:\ then replace $PATH with 'C:' in the following steps

1. Extract and install gEDA-20130122.exe, choosing installion path to be:
   
    $PATH\gEDA
   
2. Extract and copy contents of gmsh-3.0.6-Windows64.zip to:

    $PATH\gmsh

3. Extract and copy contents of Ngspice_26 and or Ngspice_27 to:

    $PATH\Ngspice_26 and/or $PATH\Ngspice_27
	
4. Extract and install gnuplot, gp522-win64-mingw.exe, it is OK to accept 
default installation path for gnuplot.
   
5. The locations of these applications now need to be added to the Windows
systems 'PATH' variable:

For Windows 10:
    a. In Search, search for and then select: System (Control Panel)
    b. Click the Advanced system settings link.
    c. Click Environment Variables. In the section System Variables, find the 
	   PATH environment variable and select it. Click Edit. If the PATH 
	   environment variable does not exist, click New.
    d. In the Edit System Variable (or New System Variable) window, specify the
	   value of the PATH environment variable for each of the applications 
	   installed above. Click OK. the Value will be the installation locations
	   chosen.
	e. Close all remaining windows by clicking OK.

For Windows 7:
    a. From the desktop, right click the Computer icon.
    b. Choose Properties from the context menu.
    c. Click the Advanced system settings link.
    d. Click Environment Variables. In the section System Variables, find the 
	   PATH environment variable and select it. Click Edit. If the PATH 
	   environment variable does not exist, click New.
    e. In the Edit System Variable (or New System Variable) window, specify the
       value of the PATH environment variable for each of the applications 
	   installed above. Click OK. Close all remaining windows by clicking OK.
	   
6. You can then create a shortcut to SW2, by navigating to the SACAMOS\BIN 
folder and right clicking on the file 'SW2.exe' and select 'create shortcut'.
This will by default create a shortcut in the \BIN folder, but you can move it
to a more convenient place such as your desktop.

Application sources:

[1] http://www.bibo.iqo.uni-hannover.de/dokuwiki/doku.php?id=english:geda_for_ms-windows
[2] http://gmsh.info/
[3] https://sourceforge.net/projects/ngspice/
[4] https://sourceforge.net/projects/gnuplot/?source=typ_redirect