<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://server.ibfriedrich.com/wiki/ibfwikien/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Giovanni</id>
	<title>TARGET 3001! PCB Design Freeware is a Layout CAD Software|Support, Tutorials, Shop - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://server.ibfriedrich.com/wiki/ibfwikien/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Giovanni"/>
	<link rel="alternate" type="text/html" href="https://server.ibfriedrich.com/wiki/ibfwikien/index.php/Special:Contributions/Giovanni"/>
	<updated>2026-06-09T13:25:50Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://server.ibfriedrich.com/wiki/ibfwikien/index.php?title=MySQL&amp;diff=20013</id>
		<title>MySQL</title>
		<link rel="alternate" type="text/html" href="https://server.ibfriedrich.com/wiki/ibfwikien/index.php?title=MySQL&amp;diff=20013"/>
		<updated>2014-03-20T14:44:20Z</updated>

		<summary type="html">&lt;p&gt;Giovanni: /* Set up / adapt a MySQL server and insert a TARGET 3001! data base */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[image: mysqlight.png|SQLiteMySQL|right]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Have a look at the article [[Component database]] as well.&lt;br /&gt;
== MySQL: The powerful database for TARGET 3001! multiuser ==&lt;br /&gt;
&lt;br /&gt;
If you are in a network with multiple workstations and want to use one common TARGET 3001! component database you will need to have the components stored in a &#039;&#039;&#039;MySQL database.&#039;&#039;&#039; The SQLite database being pre installed with TARGET 3001! performs in multi user situations with normal transfer rates very slowly though in standalone mode in our experience the SQLite database is in the lead.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Download MySQL ==&lt;br /&gt;
&lt;br /&gt;
[http://dev.mysql.com/downloads/mysql/ http://dev.mysql.com/downloads/mysql/]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Install a MySQL server ==&lt;br /&gt;
&lt;br /&gt;
While the SQLite database works with only one DLL and one single database file, a MySQL database needs a MySQL server. This should preferably be installed on a separate server within the network or as an auxiliary on one of the workstations. The server has always to be on power if a client in the network wants to use TARGET 3001!.&lt;br /&gt;
&lt;br /&gt;
Typically you will ask your system administrator to set up a MySQL server. Linux as well as Windows computers are suitable to run such a MySQL server. You will find several tutorials in the Internet to install MySQL to the various systems:&lt;br /&gt;
&lt;br /&gt;
[http://www.google.de/#hl=en&amp;amp;q=mysql-server+installation+tutorial Google: MySQL installation]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Set up / adapt a MySQL server and insert a TARGET 3001! data base ==&lt;br /&gt;
You have two options:&lt;br /&gt;
* Use a console (recommended)&lt;br /&gt;
* Use a browser application, e. g. phpMyAdmin (not recommended. Your server might be occupied up to 2 hours.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE&#039;&#039;&#039;: User names ans passwords must not have more than 16 characters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Using a console ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Set up, adapt&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Please set the following options to configure the server so that TARGET 3001! can access to the database correctly:&lt;br /&gt;
&lt;br /&gt;
 [mysqld]&lt;br /&gt;
 thread_stack = 256K&lt;br /&gt;
 query_cache_size = 32M&lt;br /&gt;
 #bind-address = 127.0.0.1&lt;br /&gt;
 bind-address = 0.0.0.0&lt;br /&gt;
 max_allowed_packet=2M&lt;br /&gt;
 &lt;br /&gt;
 [mysql]&lt;br /&gt;
 max_allowed_packet=2M&lt;br /&gt;
&lt;br /&gt;
The Linux configuration file is named &amp;quot;my.cnf&amp;quot;, the Windows configuration file &amp;quot;my.ini&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Insert the initial TARGET 3001! database&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In order to insert the initial TARGET 3001! component database to the MySQL server, you need a DUMP file of the database and a brief script file for the import. Whether you have a Linux or a Windows system, different scripts need to be started. Following the link please find a zip file containing all you need:&lt;br /&gt;
&lt;br /&gt;
[http://server.ibfriedrich.com/download/mysql/mysql_target3001db.zip Dump and scripts]&lt;br /&gt;
&lt;br /&gt;
Each script needs to be adapted according to the number of users. The MySQL server is setup after that.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Using phpMyAdmin or similar ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following section explains how to install the MySQL-DB target3001db with a browser application in order to administrate MySQL-databases (e.g. phpMyAdmin).&lt;br /&gt;
&lt;br /&gt;
The dump import can take up to two hours. You should use the console (s. 4) not to block the server for too long time.&lt;br /&gt;
&lt;br /&gt;
In your application you may enter the SQL-commands as text or by menus and dialogs. In terms of common understanding we denote the commands here as text.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The database target3001db etc.:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;span style=&amp;quot;color: #00AA00;&amp;quot;&amp;gt;-- Create User 1, furnish him with rights needed  *** if needed replace target3001user1 and target3001user1_password ***&amp;lt;/span&amp;gt;&lt;br /&gt;
 GRANT USAGE ON *.* TO &#039;&amp;lt;span style=&amp;quot;color: #FF0000;&amp;quot;&amp;gt;target3001user1&amp;lt;/span&amp;gt;&#039;@&#039;%&#039; IDENTIFIED BY &#039;&amp;lt;span style=&amp;quot;color: #FF0000;&amp;quot;&amp;gt;target3001user1_password&amp;lt;/span&amp;gt;&#039;;&lt;br /&gt;
 GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER, CREATE TEMPORARY TABLES, EXECUTE, CREATE ROUTINE,&amp;lt;br&amp;gt; ALTER ROUTINE, TRIGGER ON target3001db.* TO &#039;&amp;lt;span style=&amp;quot;color: #FF0000;&amp;quot;&amp;gt;target3001user1&amp;lt;/span&amp;gt;&#039;@&#039;%&#039;;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;span style=&amp;quot;color: #00AA00;&amp;quot;&amp;gt;-- Create User 2, furnish him with rights needed  *** if needed replace  target3001user2 and target3001user2_password ***&amp;lt;/span&amp;gt;&lt;br /&gt;
 GRANT USAGE ON *.* TO &#039;&amp;lt;span style=&amp;quot;color: #FF0000;&amp;quot;&amp;gt;target3001user2&amp;lt;/span&amp;gt;&#039;@&#039;%&#039; IDENTIFIED BY &#039;&amp;lt;span style=&amp;quot;color: #FF0000;&amp;quot;&amp;gt;target3001user2_password&amp;lt;/span&amp;gt;&#039;;&lt;br /&gt;
 GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER, CREATE TEMPORARY TABLES, EXECUTE, CREATE ROUTINE,&amp;lt;br&amp;gt; ALTER ROUTINE, TRIGGER ON target3001db.* TO &#039;&amp;lt;span style=&amp;quot;color: #FF0000;&amp;quot;&amp;gt;target3001user2&amp;lt;/span&amp;gt;&#039;@&#039;%&#039;;&lt;br /&gt;
  &lt;br /&gt;
 &amp;lt;span style=&amp;quot;color: #00AA00;&amp;quot;&amp;gt;-- further User&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;span style=&amp;quot;color: #00AA00;&amp;quot;&amp;gt;-- create database&amp;lt;/span&amp;gt;&lt;br /&gt;
 CREATE DATABASE target3001db CHARACTER SET utf8 COLLATE utf8_general_ci;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;span style=&amp;quot;color: #00AA00;&amp;quot;&amp;gt;-- modify variables&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;span style=&amp;quot;color: #00AA00;&amp;quot;&amp;gt;-- To change a global variable you need the permission SUPER.&amp;lt;/span&amp;gt;&lt;br /&gt;
 SHOW VARIABLES LIKE &#039;thread_stack&#039;;&lt;br /&gt;
  &amp;lt;span style=&amp;quot;color: #00AA00;&amp;quot;&amp;gt;-- if smaller than 256K, then:&amp;lt;/span&amp;gt;&lt;br /&gt;
  SET GLOBAL thread_stack = 256K;&lt;br /&gt;
 SHOW VARIABLES LIKE &#039;query_cache_size&#039;;&lt;br /&gt;
  &amp;lt;span style=&amp;quot;color: #00AA00;&amp;quot;&amp;gt;-- if smaller than 32M, then:&amp;lt;/span&amp;gt;&lt;br /&gt;
  SET GLOBAL query_cache_size = 32M;&lt;br /&gt;
 SHOW VARIABLES LIKE &#039;max_allowed_packet&#039;;&lt;br /&gt;
  &amp;lt;span style=&amp;quot;color: #00AA00;&amp;quot;&amp;gt;-- if smaller than 2M, then:&amp;lt;/span&amp;gt;&lt;br /&gt;
  SET GLOBAL max_allowed_packet = 2M;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Now the DB-Dump is going to be imported without components (empty3001db.sql):&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Not the whole dump with components at once! Remember the db has over 60MB but unfortunately the dump import always is limited, see image. Example phpMyAdmin:&lt;br /&gt;
&lt;br /&gt;
[[Image: dumpimport_e.png]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[media:empty3001db.zip|Download the Dump here.]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TARGET 3001! Online DB Update:&#039;&#039;&#039;&lt;br /&gt;
[[Update the component database|Load all components etc. from our server]]. The download only takes a few seconds but the dump import would take up to two hours. Your server/network would be charged accordingly.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Particularity for Windows server ===&lt;br /&gt;
&lt;br /&gt;
Required for Windows server (with console):&lt;br /&gt;
&lt;br /&gt;
 $ mysql -u root -p&lt;br /&gt;
&lt;br /&gt;
 or without password: $ mysql -u root&lt;br /&gt;
&lt;br /&gt;
 mysql&amp;gt; use mysql&lt;br /&gt;
 mysql&amp;gt; GRANT ALL ON *.* to root@&#039;%&#039; IDENTIFIED BY &#039;&amp;lt;your-mysql-root-password&amp;gt;&#039;;&lt;br /&gt;
 mysql&amp;gt; FLUSH PRIVILEGES;&lt;br /&gt;
&lt;br /&gt;
These setting you can also do with phpMyAdmin or the workbench.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Setting up a MySQL client in TARGET 3001! ==&lt;br /&gt;
&lt;br /&gt;
In the same directory as the TARGET 3001! program you will find a file called &amp;quot;libmysql.dll&amp;quot;. It represents the client driver to connect to the MySQL server. In TARGET 3001! itself you need to enter few things in order to get response from the MySQL server:&lt;br /&gt;
&lt;br /&gt;
Open an new project and press function key [F2] to open the component browser. At the end of the top menu line you will see that you are still connected to the SQLite database:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[image:mysql1_e.jpg]]&amp;lt;br&amp;gt;(Image 1: Component browser, migration) &lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Now click on the menu entry &amp;quot;[ connected with ... ]&amp;quot;. In the opening menu choose option &amp;quot;Settings&amp;quot;. Now enter the following:&lt;br /&gt;
&lt;br /&gt;
 Start TARGET 3001! using MySQL database (enter &amp;quot;Yes&amp;quot;)&lt;br /&gt;
 MySQL Server (name or IP of your MySQL server)&lt;br /&gt;
 MySQL User (your user name for the MySQL server)&lt;br /&gt;
 MySQL Password (your respective password)&lt;br /&gt;
 MySQL SSH Key (if SSH is used: SSH key file)&lt;br /&gt;
 MySQL SSH Cert (if SSH is used: certificate file)&lt;br /&gt;
 MySQL SSH CA (if SSH is used: certificate authority file)&lt;br /&gt;
&lt;br /&gt;
== Insert your customized components (migration) ==&lt;br /&gt;
&lt;br /&gt;
If you already created your own USER components in SQLite (target3001.db), you can import them &#039;&#039;&#039;once only&#039;&#039;&#039; from your TARGET 3001! version to the bare database provided by IBF. All component IDs and custom component types and so on remain the same in the database. We call this action &amp;quot;migration&amp;quot;. Select the most important SQLite database from one of the several workstations. Further components from the other users can be added later on.&lt;br /&gt;
&lt;br /&gt;
First use menu &amp;quot;[connected with...]&amp;quot; in order to switch to the MySQL database. In this menu select &amp;quot;Migration from SQLite to MySQL&amp;quot;. Then enter this most important SQLite database target3001.db, which shall be migrated to MySQL. So the easiest way to perform the migration, is to do it on the computer with that most important SQLite database.&lt;br /&gt;
&lt;br /&gt;
Now all clients will have access to the MySQL database.&lt;br /&gt;
&lt;br /&gt;
[[de:MySQL]][[fr:MySQL]]&lt;/div&gt;</summary>
		<author><name>Giovanni</name></author>
	</entry>
	<entry>
		<id>https://server.ibfriedrich.com/wiki/ibfwikien/index.php?title=TARGET_3001!_running_on_Mac&amp;diff=13067</id>
		<title>TARGET 3001! running on Mac</title>
		<link rel="alternate" type="text/html" href="https://server.ibfriedrich.com/wiki/ibfwikien/index.php?title=TARGET_3001!_running_on_Mac&amp;diff=13067"/>
		<updated>2009-10-05T13:07:46Z</updated>

		<summary type="html">&lt;p&gt;Giovanni: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;UNDER CONSTRUCTION!!!&amp;lt;br&amp;gt;This article will be completed in the next few days.&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://en.wikipedia.org/wiki/Darwine&lt;br /&gt;
&lt;br /&gt;
http://www.kronenberg.org/darwine/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://www.codeweavers.com/&lt;br /&gt;
&lt;br /&gt;
http://en.wikipedia.org/wiki/Microsoft_Virtual_PC&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* ... PowerPC or Intel-Mac?&lt;br /&gt;
* ... Wine/Dar&amp;lt;b&amp;gt;wine&amp;lt;/b&amp;gt;, emulator or virtual machine?&lt;br /&gt;
* ... Reviews&lt;/div&gt;</summary>
		<author><name>Giovanni</name></author>
	</entry>
	<entry>
		<id>https://server.ibfriedrich.com/wiki/ibfwikien/index.php?title=File:Chaxpander.png&amp;diff=11992</id>
		<title>File:Chaxpander.png</title>
		<link rel="alternate" type="text/html" href="https://server.ibfriedrich.com/wiki/ibfwikien/index.php?title=File:Chaxpander.png&amp;diff=11992"/>
		<updated>2009-04-21T12:28:24Z</updated>

		<summary type="html">&lt;p&gt;Giovanni: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Giovanni</name></author>
	</entry>
	<entry>
		<id>https://server.ibfriedrich.com/wiki/ibfwikien/index.php?title=File:Bahn.png&amp;diff=11991</id>
		<title>File:Bahn.png</title>
		<link rel="alternate" type="text/html" href="https://server.ibfriedrich.com/wiki/ibfwikien/index.php?title=File:Bahn.png&amp;diff=11991"/>
		<updated>2009-04-21T12:27:50Z</updated>

		<summary type="html">&lt;p&gt;Giovanni: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Giovanni</name></author>
	</entry>
	<entry>
		<id>https://server.ibfriedrich.com/wiki/ibfwikien/index.php?title=File:Pic_small_solidedge.png&amp;diff=11990</id>
		<title>File:Pic small solidedge.png</title>
		<link rel="alternate" type="text/html" href="https://server.ibfriedrich.com/wiki/ibfwikien/index.php?title=File:Pic_small_solidedge.png&amp;diff=11990"/>
		<updated>2009-04-21T12:27:01Z</updated>

		<summary type="html">&lt;p&gt;Giovanni: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Giovanni</name></author>
	</entry>
	<entry>
		<id>https://server.ibfriedrich.com/wiki/ibfwikien/index.php?title=File:Step_dialog_en.png&amp;diff=11490</id>
		<title>File:Step dialog en.png</title>
		<link rel="alternate" type="text/html" href="https://server.ibfriedrich.com/wiki/ibfwikien/index.php?title=File:Step_dialog_en.png&amp;diff=11490"/>
		<updated>2009-01-09T13:40:05Z</updated>

		<summary type="html">&lt;p&gt;Giovanni: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Giovanni</name></author>
	</entry>
	<entry>
		<id>https://server.ibfriedrich.com/wiki/ibfwikien/index.php?title=File:Solidedge_options_1.png&amp;diff=11487</id>
		<title>File:Solidedge options 1.png</title>
		<link rel="alternate" type="text/html" href="https://server.ibfriedrich.com/wiki/ibfwikien/index.php?title=File:Solidedge_options_1.png&amp;diff=11487"/>
		<updated>2009-01-08T11:17:57Z</updated>

		<summary type="html">&lt;p&gt;Giovanni: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Giovanni</name></author>
	</entry>
	<entry>
		<id>https://server.ibfriedrich.com/wiki/ibfwikien/index.php?title=File:Solidedge_options_2.png&amp;diff=11486</id>
		<title>File:Solidedge options 2.png</title>
		<link rel="alternate" type="text/html" href="https://server.ibfriedrich.com/wiki/ibfwikien/index.php?title=File:Solidedge_options_2.png&amp;diff=11486"/>
		<updated>2009-01-08T11:17:23Z</updated>

		<summary type="html">&lt;p&gt;Giovanni: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Giovanni</name></author>
	</entry>
	<entry>
		<id>https://server.ibfriedrich.com/wiki/ibfwikien/index.php?title=File:Pic_small_ida-step.PNG&amp;diff=11470</id>
		<title>File:Pic small ida-step.PNG</title>
		<link rel="alternate" type="text/html" href="https://server.ibfriedrich.com/wiki/ibfwikien/index.php?title=File:Pic_small_ida-step.PNG&amp;diff=11470"/>
		<updated>2009-01-07T13:56:13Z</updated>

		<summary type="html">&lt;p&gt;Giovanni: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Giovanni</name></author>
	</entry>
	<entry>
		<id>https://server.ibfriedrich.com/wiki/ibfwikien/index.php?title=File:Ideal_en.png&amp;diff=11337</id>
		<title>File:Ideal en.png</title>
		<link rel="alternate" type="text/html" href="https://server.ibfriedrich.com/wiki/ibfwikien/index.php?title=File:Ideal_en.png&amp;diff=11337"/>
		<updated>2008-11-19T14:48:52Z</updated>

		<summary type="html">&lt;p&gt;Giovanni: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Giovanni</name></author>
	</entry>
	<entry>
		<id>https://server.ibfriedrich.com/wiki/ibfwikien/index.php?title=File:Uic_2_en.png&amp;diff=11335</id>
		<title>File:Uic 2 en.png</title>
		<link rel="alternate" type="text/html" href="https://server.ibfriedrich.com/wiki/ibfwikien/index.php?title=File:Uic_2_en.png&amp;diff=11335"/>
		<updated>2008-11-19T14:43:18Z</updated>

		<summary type="html">&lt;p&gt;Giovanni: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Giovanni</name></author>
	</entry>
	<entry>
		<id>https://server.ibfriedrich.com/wiki/ibfwikien/index.php?title=File:Uic_1_en.png&amp;diff=11334</id>
		<title>File:Uic 1 en.png</title>
		<link rel="alternate" type="text/html" href="https://server.ibfriedrich.com/wiki/ibfwikien/index.php?title=File:Uic_1_en.png&amp;diff=11334"/>
		<updated>2008-11-19T14:42:59Z</updated>

		<summary type="html">&lt;p&gt;Giovanni: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Giovanni</name></author>
	</entry>
	<entry>
		<id>https://server.ibfriedrich.com/wiki/ibfwikien/index.php?title=File:Not_connected_en.png&amp;diff=11332</id>
		<title>File:Not connected en.png</title>
		<link rel="alternate" type="text/html" href="https://server.ibfriedrich.com/wiki/ibfwikien/index.php?title=File:Not_connected_en.png&amp;diff=11332"/>
		<updated>2008-11-19T14:29:09Z</updated>

		<summary type="html">&lt;p&gt;Giovanni: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Giovanni</name></author>
	</entry>
	<entry>
		<id>https://server.ibfriedrich.com/wiki/ibfwikien/index.php?title=File:Sinus_source_ieee.png&amp;diff=11328</id>
		<title>File:Sinus source ieee.png</title>
		<link rel="alternate" type="text/html" href="https://server.ibfriedrich.com/wiki/ibfwikien/index.php?title=File:Sinus_source_ieee.png&amp;diff=11328"/>
		<updated>2008-11-19T14:22:04Z</updated>

		<summary type="html">&lt;p&gt;Giovanni: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Giovanni</name></author>
	</entry>
	<entry>
		<id>https://server.ibfriedrich.com/wiki/ibfwikien/index.php?title=File:Uic_3_en.png&amp;diff=11327</id>
		<title>File:Uic 3 en.png</title>
		<link rel="alternate" type="text/html" href="https://server.ibfriedrich.com/wiki/ibfwikien/index.php?title=File:Uic_3_en.png&amp;diff=11327"/>
		<updated>2008-11-19T14:16:02Z</updated>

		<summary type="html">&lt;p&gt;Giovanni: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Giovanni</name></author>
	</entry>
	<entry>
		<id>https://server.ibfriedrich.com/wiki/ibfwikien/index.php?title=File:Not_connected.png&amp;diff=11298</id>
		<title>File:Not connected.png</title>
		<link rel="alternate" type="text/html" href="https://server.ibfriedrich.com/wiki/ibfwikien/index.php?title=File:Not_connected.png&amp;diff=11298"/>
		<updated>2008-11-18T08:32:29Z</updated>

		<summary type="html">&lt;p&gt;Giovanni: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Giovanni</name></author>
	</entry>
	<entry>
		<id>https://server.ibfriedrich.com/wiki/ibfwikien/index.php?title=File:5Vref.png&amp;diff=11297</id>
		<title>File:5Vref.png</title>
		<link rel="alternate" type="text/html" href="https://server.ibfriedrich.com/wiki/ibfwikien/index.php?title=File:5Vref.png&amp;diff=11297"/>
		<updated>2008-11-18T08:32:02Z</updated>

		<summary type="html">&lt;p&gt;Giovanni: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Giovanni</name></author>
	</entry>
	<entry>
		<id>https://server.ibfriedrich.com/wiki/ibfwikien/index.php?title=File:Esel.png&amp;diff=11293</id>
		<title>File:Esel.png</title>
		<link rel="alternate" type="text/html" href="https://server.ibfriedrich.com/wiki/ibfwikien/index.php?title=File:Esel.png&amp;diff=11293"/>
		<updated>2008-11-18T08:30:27Z</updated>

		<summary type="html">&lt;p&gt;Giovanni: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Giovanni</name></author>
	</entry>
	<entry>
		<id>https://server.ibfriedrich.com/wiki/ibfwikien/index.php?title=Import_extern_models&amp;diff=9365</id>
		<title>Import extern models</title>
		<link rel="alternate" type="text/html" href="https://server.ibfriedrich.com/wiki/ibfwikien/index.php?title=Import_extern_models&amp;diff=9365"/>
		<updated>2008-02-22T08:07:45Z</updated>

		<summary type="html">&lt;p&gt;Giovanni: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;small&amp;gt;Back to [[Model import or creation]]&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If a modelcard or a subcircuit [[Models in (P)SPICE and TARGET 3001!]] is needed:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039; The component &#039;&#039;&#039;LF156&#039;&#039;&#039; (operation amplifier) in TARGET should get a model.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
Searching for a model via Internet:&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;USER:&#039;&#039;&#039; Search e.g. with Google.de: &amp;quot;LF156 model spice&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;GOOGLE:&#039;&#039;&#039; Site www.national.com/models/spice/LF/LF156.MOD found (model provided by the manufacturer National Semiconductor).&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;USER:&#039;&#039;&#039; Save file LF156.MOD.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Import, instance and pin assignment:&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Components in the schematic or in the library can be supplied with models. The operation is identical in both cases, starting from the models dialog.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Either by calling the models dialog for a component in the schematic:&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;USER:&#039;&#039;&#039; Doubleclick the symbol (see also chapter 8.1.3.2{8.1.3.2  Edit the circuit}).&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;TARGET:&#039;&#039;&#039; Dialog &amp;quot;Change symbols&amp;quot; will appear.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;USER:&#039;&#039;&#039; Click the button &amp;quot;Models&amp;quot;.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;TARGET:&#039;&#039;&#039; Dialog &amp;quot;Models for ...&amp;quot; (models dialog) will appear.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Or by calling the models dialog for a component in the library:&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;USER:&#039;&#039;&#039; Open the library browser; Press the function key F2 in the schematic view (also with the menu file).&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;USER:&#039;&#039;&#039; Switch to the component selection and unfold the branch &amp;quot;IC\ANALOG\OpAmp&amp;quot;.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;USER:&#039;&#039;&#039; Select the component LF156 with the right mouse button.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;TARGET:&#039;&#039;&#039; Popup menu will appear.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;USER:&#039;&#039;&#039; Select menu item &amp;quot;Edit component model&amp;quot;.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;TARGET:&#039;&#039;&#039; Dialog &amp;quot;Models for ...&amp;quot; (models dialog) will appear.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Starting from the models dialog:&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;USER:&#039;&#039;&#039; Click the button &amp;quot;Search&amp;quot;.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;TARGET:&#039;&#039;&#039; Model browser will appear.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;INFO:&#039;&#039;&#039; The left window shows all global modelcards and subcircuits in the library or in the schematic.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;USER:&#039;&#039;&#039; Click in the right window with the right mouse button.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;TARGET:&#039;&#039;&#039; Popup menu will appear.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;USER:&#039;&#039;&#039; Select menu item &amp;quot;Reload from...&amp;quot; and the following submenu item &amp;quot;Files with (P)SPICE models&amp;quot;.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;USER:&#039;&#039;&#039; Load file LF156.MOD.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;TARGET:&#039;&#039;&#039; All models from the file will be listed in the right window; here only the model (subcircuit) LF156/NS.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;USER:&#039;&#039;&#039; Click the model LF156/NS with the right mouse button and select &amp;quot;Import&amp;quot; in the popup menu.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;TARGET:&#039;&#039;&#039; The model will be imported/copied into the left window.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;INFO:&#039;&#039;&#039; The model is now saved in the library or in the schematic, but still without any assignment to the component!&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;USER:&#039;&#039;&#039; Click the model LF156/NS in the left window with the right mouse button and select &amp;quot;Create instance for component&amp;quot; in the popup menu.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;TARGET:&#039;&#039;&#039; The appropriate model dialog will appear; here for a subcircuit.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;USER:&#039;&#039;&#039; Now it is necessary to do the pin assignment! Click the button pin assignment.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;TARGET:&#039;&#039;&#039; Dialog for the pin assignment will appear, each pin of the component is listed in the left top window with its symbol affiliation, pin name and pin number.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;TARGET:&#039;&#039;&#039; All &amp;quot;pins&amp;quot; of the model are listed in the right bottom window; here the nodes of the subcircuit: 1, 2, 99, 50, 28&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;INFO:&#039;&#039;&#039; The nodes of this subcircuit are unfortunately not meaningful, but the comment of a subcircuit usually contains information about the meaning of the nodes.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;USER:&#039;&#039;&#039; Click the button INFO (Load node info).&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;TARGET:&#039;&#039;&#039; The subcircuit will be shown in its original text format (Spice text format).&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;INFO:&#039;&#039;&#039; Comment lines always starts with a star &amp;quot;*&amp;quot;.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;INFO:&#039;&#039;&#039; The node information are usually located directly over the line &amp;quot;.SUBCKT...&amp;quot;.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;USER:&#039;&#039;&#039; Select the node information with the left mouse button and close the window. (Often it is necessary to select previously a suitable character font)&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;TARGET:&#039;&#039;&#039; The selected text (node information) will appear in the info window of the pin assignment dialog.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;USER:&#039;&#039;&#039; Drag&amp;amp;Drop the pins (pin numbers) of the component from the left side to the nodes.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;USER:&#039;&#039;&#039; Quit pin assignment dialog and model dialog with the OK button.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;USER:&#039;&#039;&#039; Info and level (e.g. LEVEL = ANALOG) for the instance can be registered in the models dialog.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If a further component in the schematic or in the library needs the same modelcard/subcircuit, then naturally the modelcard/subcircuit must not be imported again! Thus &amp;quot;Reload from&amp;quot; and also &amp;quot;Import&amp;quot; are void.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[category:Simulation]][[de: Fremde Modelle importieren]]&lt;/div&gt;</summary>
		<author><name>Giovanni</name></author>
	</entry>
</feed>