Merge branch 'feature/add-symbols'
This commit is contained in:
commit
5aa78c5f2b
BIN
.assets/icon.ico
BIN
.assets/icon.ico
Binary file not shown.
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 94 KiB |
BIN
.assets/logo_2.png
Normal file
BIN
.assets/logo_2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
1
.gitignore
vendored
1
.gitignore
vendored
@ -38,6 +38,7 @@ Dokumentation/Work/**
|
||||
#.vscode
|
||||
*Kopie.qet
|
||||
*.log
|
||||
desktop.ini
|
||||
|
||||
# KiCAD
|
||||
~*
|
||||
|
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@ -59,6 +59,7 @@
|
||||
"reintext",
|
||||
"Rust",
|
||||
"Skotarczak",
|
||||
"Symbollibrary",
|
||||
"Texlive",
|
||||
"UTF"
|
||||
]
|
||||
|
241
Betriebsmittelkennzeichnung.md
Normal file
241
Betriebsmittelkennzeichnung.md
Normal file
@ -0,0 +1,241 @@
|
||||
# Betriebsmittelkennzeichnung in der Elektrotechnik – Alt vs. Neu
|
||||
|
||||
> von Adam Skotarczak <adam@Skotarczak.net>
|
||||
|
||||
## Inhalt
|
||||
|
||||
- [Betriebsmittelkennzeichnung in der Elektrotechnik – Alt vs. Neu](#betriebsmittelkennzeichnung-in-der-elektrotechnik--alt-vs-neu)
|
||||
- [Inhalt](#inhalt)
|
||||
- [1. Hintergrund und Ziel der Betriebsmittelkennzeichnung](#1-hintergrund-und-ziel-der-betriebsmittelkennzeichnung)
|
||||
- [2. Die alte Norm: DIN 40719-2 und ihre Nachfolger](#2-die-alte-norm-din-40719-2-und-ihre-nachfolger)
|
||||
- [2.1 Historie](#21-historie)
|
||||
- [2.2 Kennbuchstaben (alte Logik)](#22-kennbuchstaben-alte-logik)
|
||||
- [3. Die neue Norm: DIN EN IEC 81346-2 2020-10](#3-die-neue-norm-din-en-iec-81346-2-2020-10)
|
||||
- [3.1 Geltung und Einführung](#31-geltung-und-einführung)
|
||||
- [3.2 Zielsetzung der neuen Norm](#32-zielsetzung-der-neuen-norm)
|
||||
- [3.3 Beispiel: SPS](#33-beispiel-sps)
|
||||
- [4. Alt vs. Neu im Vergleich](#4-alt-vs-neu-im-vergleich)
|
||||
- [5. Wann die neue Norm anzuwenden ist](#5-wann-die-neue-norm-anzuwenden-ist)
|
||||
- [5.1 Rechtliche Lage](#51-rechtliche-lage)
|
||||
- [5.2 Praxis](#52-praxis)
|
||||
- [6. Wichtige Unterschiede, die Umsteiger beachten müssen](#6-wichtige-unterschiede-die-umsteiger-beachten-müssen)
|
||||
- [6.1 Empfehlung für die Umstellung](#61-empfehlung-für-die-umstellung)
|
||||
- [6.2 Alt- vs. Neu-Kennbuchstaben](#62-alt--vs-neu-kennbuchstaben)
|
||||
- [6.3 Wichtige Umstellungsregeln](#63-wichtige-umstellungsregeln)
|
||||
- [7. Fazit](#7-fazit)
|
||||
|
||||
## 1. Hintergrund und Ziel der Betriebsmittelkennzeichnung
|
||||
|
||||
Die Betriebsmittelkennzeichnung dient dazu, **technische Komponenten in Schaltplänen, Stücklisten und auf dem Objekt eindeutig zu identifizieren**.
|
||||
In der Elektrotechnik – besonders im industriellen Anlagenbau – ermöglicht sie:
|
||||
|
||||
- **Eindeutige Zuordnung** zwischen Plan, Gerät und Funktion
|
||||
- **Effiziente Wartung** und Fehlersuche
|
||||
- **Normgerechte Dokumentation** für Kunden, Behörden und CE-Kennzeichnung
|
||||
|
||||
Über Jahrzehnte gab es unterschiedliche Systeme in Deutschland und international, was zu **Inkompatibilitäten** geführt hat.
|
||||
Heute gilt in Deutschland und der EU die **DIN EN IEC 81346-2**, die ältere nationale Normen abgelöst hat.
|
||||
|
||||
---
|
||||
|
||||
## 2. Die alte Norm: DIN 40719-2 und ihre Nachfolger
|
||||
|
||||
### 2.1 Historie
|
||||
|
||||
- **DIN 40719-2**: In Deutschland bis ca. 1995 Standard für Funktionskennzeichnung elektrischer Betriebsmittel.
|
||||
- Abgelöst durch **DIN EN 61346-2** (1998), die erste internationale Anpassung.
|
||||
- Letzte Revision: **DIN EN 61346-2:2009**, mittlerweile ersetzt.
|
||||
|
||||
### 2.2 Kennbuchstaben (alte Logik)
|
||||
|
||||
In der alten DIN 40719 waren die Kennbuchstaben stark praxisorientiert. Beispiele:
|
||||
|
||||
| Alt (DIN 40719) | Typische Bedeutung | Beispiel |
|
||||
| --------------- | ------------------------------------- | ---------------------------- |
|
||||
| A | Baugruppen, Aggregate, SPS-E/A-Module | Siemens SM 321 Digital Input |
|
||||
| E | Erzeuger | Generator |
|
||||
| F | Sicherungen | Leitungsschutzschalter |
|
||||
| H | Signalisierung | Lampe, Summer |
|
||||
| K | Schaltrelais | Hilfsrelais |
|
||||
| M | Motoren | Drehstrommotor |
|
||||
| S | Schalter, Taster | Hauptschalter |
|
||||
| T | Transformatoren | Netztrafo |
|
||||
| X | Klemmen | Reihenklemme |
|
||||
|
||||
➡ Vorteil: **Intuitiv** für Praktiker, die Kennung oft selbsterklärend.
|
||||
➡ Nachteil: **Unterschiedliche Systeme** in verschiedenen Ländern, Überschneidungen, fehlende Einheitlichkeit für andere Gewerke.
|
||||
|
||||
---
|
||||
|
||||
## 3. Die neue Norm: DIN EN IEC 81346-2 2020-10
|
||||
|
||||
### 3.1 Geltung und Einführung
|
||||
|
||||
- Internationale Norm: **IEC 81346-2:2019**
|
||||
- Europäische Übernahme: **EN IEC 81346-2:2019**
|
||||
- Deutsche Übernahme: **DIN EN IEC 81346-2:2020-10**
|
||||
- Ersetzt **DIN EN 61346-2:2009** vollständig.
|
||||
- In Deutschland seit 2020 gültig.
|
||||
- In der Industrie **empfohlen** und in manchen Bereichen faktisch vorgeschrieben, wenn harmonisierte Normen über die Maschinenrichtlinie gefordert werden.
|
||||
|
||||
### 3.2 Zielsetzung der neuen Norm
|
||||
|
||||
- **Gewerkeübergreifend** nutzbar (Elektrotechnik, Mechanik, Verfahrenstechnik)
|
||||
- **Eindeutigkeit**: Kein Buchstabe steht mehr für völlig unterschiedliche Dinge in verschiedenen Branchen.
|
||||
- **Flexibilität** durch Unterklassen (A1, A2, A3)
|
||||
- **Internationale Kompatibilität**
|
||||
|
||||
### 3.3 Beispiel: SPS
|
||||
|
||||
- SPS-CPU → **K** (Verarbeitung von Signalen)
|
||||
- SPS-Eingangs-/Ausgangsmodul → **K** (sofern keine Schutzfunktion)
|
||||
- Sicherheits-SPS → **F** (Schutzfunktion)
|
||||
|
||||
---
|
||||
|
||||
## 4. Alt vs. Neu im Vergleich
|
||||
|
||||
| Alt (DIN 40719) | Neu (DIN EN IEC 81346-2) | Bemerkung |
|
||||
| --------------- | ------------------------ | ------------------------------------------------------ |
|
||||
| A = Baugruppe | Nicht belegt | Heute meist **K** oder **B**, je nach Funktion |
|
||||
| H = Lampe | E = Aussenden | E/EA für Beleuchtung, H heute „Behandlung von Stoffen“ |
|
||||
| K = Relais | Q oder K | K für Logikrelais, Q für Leistungsschalter/Schütze |
|
||||
| M = Motor | M | Unverändert in der Grundbedeutung |
|
||||
| S = Schalter | S | Unverändert in der Grundbedeutung |
|
||||
| T = Trafo | T | Unverändert |
|
||||
| X = Klemme | X | Unverändert |
|
||||
|
||||
---
|
||||
|
||||
## 5. Wann die neue Norm anzuwenden ist
|
||||
|
||||
### 5.1 Rechtliche Lage
|
||||
|
||||
- **Normen sind freiwillig** – außer sie werden:
|
||||
|
||||
- In Gesetzen/Verordnungen genannt (z. B. Maschinenrichtlinie → harmonisierte Norm)
|
||||
- Vertragsbestandteil
|
||||
- Teil interner Werksnormen
|
||||
- Für **CE-pflichtige Maschinen** gilt:
|
||||
Anwendung harmonisierter Normen schafft **Vermutungswirkung** (Erleichterung bei Konformitätsbewertung).
|
||||
- In vielen Großunternehmen ist 81346 **intern vorgeschrieben**.
|
||||
|
||||
### 5.2 Praxis
|
||||
|
||||
- **Neuprojekte** → dringend empfohlen, gleich 81346 zu nutzen.
|
||||
- **Bestandsanlagen** → keine Pflicht zur Umkennzeichnung, aber bei Erweiterungen ist eine Mischung möglich – sollte dokumentiert sein.
|
||||
- **Dokumentation für Kunden** → wenn der Kunde 81346 fordert, ist das verbindlich.
|
||||
|
||||
---
|
||||
|
||||
## 6. Wichtige Unterschiede, die Umsteiger beachten müssen
|
||||
|
||||
1. **Ein Buchstabe = eine Funktionsklasse**
|
||||
|
||||
- Alte „H = Lampe“ geht nicht mehr → jetzt „E“
|
||||
- „A = SPS-Modul“ gibt es nicht mehr → jetzt „K“
|
||||
2. **Schutzfunktion vs. Steuerfunktion trennen**
|
||||
|
||||
- Sicherheits-SPS und Sicherheitsrelais → **F**
|
||||
- Normale Steuergeräte → **K**
|
||||
3. **Unterklassen nutzen**
|
||||
|
||||
- Hauptklasse „E“ → Unterklasse „EA“ für Lampe, „EH“ für Heizung
|
||||
4. **Mehr als Elektrotechnik**
|
||||
|
||||
- Norm gilt auch für mechanische und verfahrenstechnische Betriebsmittel → Kennbuchstaben sind universeller.
|
||||
5. **Interne Übergangslösungen**
|
||||
|
||||
- Falls Umstellung nicht sofort möglich, klare Zuordnungstabelle „alt → neu“ erstellen und in der Projektdokumentation führen.
|
||||
|
||||
---
|
||||
|
||||
## 6.1 Empfehlung für die Umstellung
|
||||
|
||||
- **Schrittweise Migration**:
|
||||
|
||||
- Bei Neuprojekten sofort 81346 anwenden.
|
||||
- Bei Umbauten bestehender Anlagen: neue Betriebsmittel nach 81346 kennzeichnen, alte Kennungen in Klammern beibehalten.
|
||||
- **Legende beilegen**:
|
||||
|
||||
- Alte und neue Buchstaben in den Plänen erklären.
|
||||
- **Schulungen intern**:
|
||||
|
||||
- Elektriker und Konstrukteure müssen die neue Systematik verstehen.
|
||||
- **CAD-System vorbereiten**:
|
||||
|
||||
- QElectroTech, EPLAN, WSCAD etc. auf 81346 umstellen und interne Makros/Artikeldaten anpassen.
|
||||
|
||||
## 6.2 Alt- vs. Neu-Kennbuchstaben
|
||||
|
||||
| Alt (DIN 40719 / Praxis) | Typische Bedeutung alt | Neu (DIN EN IEC 81346-2:2020-10) | Neue Funktionsklasse (A1) / Hinweis |
|
||||
|--------------------------|------------------------------------------------------|-----------------------------------|--------------------------------------|
|
||||
| A | Baugruppe, SPS-E/A-Modul, Aggregat | K oder B | K = Steuerlogik (CPU, I/O-Module), B = Erfassen (Messmodule) |
|
||||
| B | Signallampe / Summer (manchmal auch Messgerät) | P | P = Information bereitstellen (Anzeige, Summer) |
|
||||
| C | Kondensator | C | C = Speichern von Energie |
|
||||
| D | Gleichrichter, Ladegerät | G oder T | G = Energie bereitstellen, T = Transformieren, je nach Funktion |
|
||||
| E | Erzeuger (Generator) | G | G = Energie bereitstellen |
|
||||
| F | Sicherung, FI, LS-Schalter | F | F = Schutzobjekt |
|
||||
| G | Signalgeber (akustisch/optisch) | P | P = Anzeige/Hupe |
|
||||
| H | Lampe / Leuchte | E (EA) | E = Aussenden, EA = Beleuchtung |
|
||||
| K | Relais, Schütz | K oder Q | K = Logikrelais, Q = Schütz/Leistungsschalter |
|
||||
| L | Spule, Magnetventilspule | M oder Q | M = mechanische Bewegung (Magnet), Q = Leistungsschalter |
|
||||
| M | Motor | M | M = mechanische Bewegung |
|
||||
| N | Erdungspunkt / Neutralleiter | W | W = Leiten/Führen |
|
||||
| P | Messgerät | P | P = Anzeigen |
|
||||
| Q | Leistungsschalter | Q | Q = Durchfluss/Energiefluss steuern |
|
||||
| R | Widerstand | R | R = Begrenzen/Stabilisieren |
|
||||
| S | Schalter, Taster | S | S = Menschliche Betätigung |
|
||||
| T | Transformator | T | T = Transformieren |
|
||||
| U | Steckdose | X | X = Schnittstelle/Verbinden |
|
||||
| V | Ventil | Q | Q = Durchfluss steuern |
|
||||
| W | Kabel, Leitung | W | W = Leiten/Führen |
|
||||
| X | Klemme | X | X = Schnittstelle |
|
||||
| Y | Spezialgerät (sonst nicht zuordenbar) | je nach Funktion | Funktion ermitteln und zuordnen |
|
||||
| Z | Zeitschaltuhr | K oder F | K = Logik, F = Schutzfunktion |
|
||||
|
||||
---
|
||||
|
||||
## 6.3 Wichtige Umstellungsregeln
|
||||
|
||||
1. **Funktion entscheidet, nicht Bauform**
|
||||
|
||||
- Eine SPS-CPU mit Sicherheitsfunktion → **F**, nicht **K**.
|
||||
- Ein Relais, das Motoren schaltet → **Q**, nicht **K**.
|
||||
|
||||
2. **Unterklassen nutzen**
|
||||
|
||||
- E → EA (Lampe), EH (Heizung)
|
||||
- F → FA (Leitungsschutzschalter), FB (FI-Schalter)
|
||||
- K → KA (CPU), KB (I/O-Modul)
|
||||
|
||||
3. **Bei Mischanlagen**
|
||||
|
||||
- Altkennungen in Klammern beibehalten, z. B.: `=K1 (alt: -A1)`
|
||||
- Legende in der Dokumentation hinterlegen.
|
||||
|
||||
4. **Häufige Stolperfallen**
|
||||
|
||||
- H ist **nicht** mehr Lampe → jetzt **E/EA**.
|
||||
- A ist **nicht** mehr Baugruppe → je nach Funktion **K** oder **B**.
|
||||
- K ist **nicht** automatisch Schütz → für Leistungsschütze **Q**.
|
||||
|
||||
---
|
||||
|
||||
## 7. Fazit
|
||||
|
||||
Die Umstellung von DIN 40719/DIN EN 61346 auf **DIN EN IEC 81346-2** ist mehr als ein reiner Buchstabentausch – es ist ein **Paradigmenwechsel**:
|
||||
|
||||
- **Von elektrospezifisch → zu gewerkeübergreifend**
|
||||
- **Von historisch gewachsenen Kürzeln → zu klarer Funktionslogik**
|
||||
- **Von Deutschland-Standard → zu internationaler Vereinheitlichung**
|
||||
|
||||
Für dich als Praktiker bedeutet das:
|
||||
|
||||
- Du musst einige liebgewonnene Kennbuchstaben ablegen (H = Lampe, A = Baugruppe …)
|
||||
- Dafür bekommst du ein System, das weltweit verstanden wird, eindeutig ist und langfristig verpflichtend sein wird.
|
||||
|
||||
Hier ist die **Alt-/Neu-Umsetzungstabelle** für Betriebsmittelkennzeichnungen –
|
||||
links die alte DIN 40719-2 (bzw. gängige Industrie-Praxis), rechts die neue DIN EN IEC 81346-2:2020-10.
|
||||
|
||||
---
|
114
README.md
114
README.md
@ -5,10 +5,13 @@
|
||||
- [**Personal KiCAD Symbol Library**](#personal-kicad-symbol-library)
|
||||
- [Informationen](#informationen)
|
||||
- [Anleitung](#anleitung)
|
||||
- [**Inhalt `README.md` (Beispiel)**](#inhalt-readmemd-beispiel)
|
||||
- [MyCustomLib – KiCad Symbol Library](#mycustomlib--kicad-symbol-library)
|
||||
- [Direkteinbindung in KiCad 9](#direkteinbindung-in-kicad-9)
|
||||
- [MyCustomLib – KiCad Symbol Library](#mycustomlib--kicad-symbol-library)
|
||||
- [Direkteinbindung in KiCad 9](#direkteinbindung-in-kicad-9)
|
||||
- [**Fertiger sym-lib-table-Ausschnitt**](#fertiger-sym-lib-table-ausschnitt)
|
||||
- [Betriebsmittelkennzeichnung Industrie](#betriebsmittelkennzeichnung-industrie)
|
||||
- [Kennbuchstaben (A1) nach DIN EN IEC 81346-2 2019 / DIN EN IEC 81346-2 2020-10](#kennbuchstaben-a1-nach-din-en-iec-81346-2-2019--din-en-iec-81346-2-2020-10)
|
||||
- [Auszug typische Unterklassen (A2) für die Praxis](#auszug-typische-unterklassen-a2-für-die-praxis)
|
||||
- [Abkürzungen Betriebsmittel - Elektronik](#abkürzungen-betriebsmittel---elektronik)
|
||||
- [License](#license)
|
||||
|
||||
## Informationen
|
||||
@ -19,19 +22,17 @@
|
||||
|
||||
Hier eine saubere **Vorlage für ein GitHub-Repository**, damit andere deine **KiCad-Symbollibrary** direkt per URL in ihre `sym-lib-table` einbinden können.
|
||||
|
||||
### **Inhalt `README.md` (Beispiel)**
|
||||
### MyCustomLib – KiCad Symbol Library
|
||||
|
||||
#### MyCustomLib – KiCad Symbol Library
|
||||
Diese Bibliothek enthält Symbole für Bauteile aus dem Schaltschrankbau.
|
||||
|
||||
Diese Bibliothek enthält Symbole für XYZ-Bauteile.
|
||||
|
||||
##### Direkteinbindung in KiCad 9
|
||||
#### Direkteinbindung in KiCad 9
|
||||
|
||||
1. Schaltplan-Editor öffnen → `Einstellungen → Symbolbibliotheken verwalten`
|
||||
2. Tab „Globale Bibliotheken“ oder „Projektbibliotheken“
|
||||
3. „Hinzufügen“ klicken (`+`)
|
||||
4. Name: `MyCustomLib`
|
||||
5. URL (Raw-Link):
|
||||
5. URL (Raw-Link):
|
||||
|
||||
```plaintext
|
||||
[https://raw.githubusercontent.com/](https://raw.githubusercontent.com/)<USER>/<REPO>/main/MyCustomLib.kicad\_sym
|
||||
@ -41,8 +42,6 @@ Diese Bibliothek enthält Symbole für XYZ-Bauteile.
|
||||
|
||||
---
|
||||
|
||||
---
|
||||
|
||||
## **Fertiger sym-lib-table-Ausschnitt**
|
||||
|
||||
```scheme
|
||||
@ -55,6 +54,99 @@ Diese Bibliothek enthält Symbole für XYZ-Bauteile.
|
||||
|
||||
---
|
||||
|
||||
## Betriebsmittelkennzeichnung Industrie
|
||||
|
||||
Du hast recht: **„H = Lampe“** stammt aus älteren/betrieblichen Konventionen (z. B. nach DIN 40719/Herstellerpraxis). **Nach aktueller DIN EN IEC 81346-2:2019 (DIN-Übernahme 2020-10)** gehören **Leuchten/Lampen zur Klasse „E“ (Aussenden)** – oft mit Unterklasse **EA**; **„H“** steht heute für **Behandlung von Stoffen**. ([Wikipedia][1], [Elektropraktiker][2])
|
||||
|
||||
### Kennbuchstaben (A1) nach DIN EN IEC 81346-2 2019 / DIN EN IEC 81346-2 2020-10
|
||||
|
||||
| Kennbuchstabe | Verwendung / Funktion (Kurzfassung) | Quelle |
|
||||
| ------------- | ------------------------------------------------------------------------------- | --------------------------------------------------------------- |
|
||||
| A | Nicht anzuwenden | DIN EN IEC 81346-2:2019/2020-10 (Übersichten). ([Wikipedia][1]) |
|
||||
| B | Erfassen/Darstellen von Informationen (Sensorik, Schutzrelais …) | ([Wikipedia][1]) |
|
||||
| C | Speichern von Material/Energie/Information (z. B. Kondensator, Batterie) | ([Wikipedia][1]) |
|
||||
| D | Für spätere Normung reserviert | ([Wikipedia][3]) |
|
||||
| E | **Aussenden** (z. B. Beleuchtung/Lampe, Heizung) | ([Wikipedia][1]) |
|
||||
| F | Schutz vor gefährlichen/unerwünschten Zuständen (z. B. Sicherungen, RCD) | ([Wikipedia][1]) |
|
||||
| G | Bereitstellen eines steuerbaren Durchflusses/Energieflusses (Generator, Lüfter) | ([Wikipedia][1]) |
|
||||
| H | **Behandlung von Stoffen** (z. B. Reaktor, Zentrifuge, Filter) | ([Wikipedia][1]) |
|
||||
| I | Nicht anzuwenden | ([Wikipedia][3]) |
|
||||
| J | Für spätere Normung reserviert | ([Wikipedia][3]) |
|
||||
| K | Verarbeitung von Signalen/Information (z. B. CPU, Regler, Relais für Logik) | ([Wikipedia][1]) |
|
||||
| L | Für spätere Normung reserviert | ([Wikipedia][3]) |
|
||||
| M | Mechanische Bewegung/Kraft ausführen (z. B. Motor, Aktor) | ([Wikipedia][1]) |
|
||||
| N | **Einschließende Objekte** (neu in 2019; z. B. Gehäuse, Dichtung) | ([Wikipedia][1]) |
|
||||
| O | Nicht anzuwenden | ([Wikipedia][3]) |
|
||||
| P | Wahrnehmbare Information bereitstellen (Anzeige, Hupe, LED, Messgerät) | ([Wikipedia][1]) |
|
||||
| Q | Zugang/Durchfluss steuern (z. B. **Schütz**, Leistungsschalter, Thyristor) | ([Wikipedia][1]) |
|
||||
| R | Begrenzen/Stabilisieren (z. B. Widerstand, Drossel, Diode) | ([Wikipedia][1]) |
|
||||
| S | Menschliche Betätigung erfassen/reaktiv umsetzen (Taster, Wahlschalter) | ([Wikipedia][1]) |
|
||||
| T | Transformieren (z. B. Trafo, Wandler, Verstärker) | ([Wikipedia][1]) |
|
||||
| U | Verorten/Tragen (z. B. Schrank, Montageplatte, Mast) | ([Wikipedia][1]) |
|
||||
| V | Für spätere Normung reserviert | ([Wikipedia][3]) |
|
||||
| W | Leiten/Führen (Kabel, Bus, LWL, Sammelschiene, Rohrleitung) | ([Wikipedia][1]) |
|
||||
| X | Schnittstellen/Verbinden (Klemmen, Steckverbinder) | ([Wikipedia][1]) |
|
||||
| Y | Für spätere Normung reserviert | ([Wikipedia][3]) |
|
||||
| Z | Für spätere Normung reserviert | ([Wikipedia][3]) |
|
||||
|
||||
**Normquellen/Übersichten:** Zusammenfassungen der Klassen inkl. Beispiele und Erläuterungen finden sich in den verlinkten Übersichten; die deutsche Wikipedia-Seite fasst die 2019er Ausgabe (deutsche Übernahme 2020-10) prägnant zusammen. Für Praxisbeispiele/Unterklassen existieren zudem kompakte Tabellen (z. B. IHK PAL). ([Wikipedia][1], [Industrie- und Handelskammer][4])
|
||||
|
||||
### Auszug typische Unterklassen (A2) für die Praxis
|
||||
|
||||
| Kennz. (A2) | Verwendung | Quelle |
|
||||
| ----------- | --------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
|
||||
| **EA** | **Leuchte/Lampe (Beleuchtung)** | Praxisbeispiel: Leuchten als **EA**; historisch oft **H** verwendet. ([Elektropraktiker][2]) |
|
||||
| **KF** | Relais/Zeitrelais (elektrische Signale) | ([Industrie- und Handelskammer][4]) |
|
||||
| **QA** | Schütz, Hauptschalter | ([Industrie- und Handelskammer][4]) |
|
||||
| **SJ** | Fingerbetätigte Ventile, **Taster/Schalter** | ([Industrie- und Handelskammer][4]) |
|
||||
| **MM** | Motor / Zylinder (fluidische Kraft) | ([Industrie- und Handelskammer][4]) |
|
||||
| **MB** | Ventilmagnet/Spule, Elektromagnet, Schrittmotor | ([Industrie- und Handelskammer][4]) |
|
||||
| **RN** | Drossel-Rückschlagventil / Stromregelventil | ([Industrie- und Handelskammer][4]) |
|
||||
| **BG/BP** | Näherungs-/Endschalter (**BG**), Druck-/Vakuumschalter (**BP**) | ([Industrie- und Handelskammer][4]) |
|
||||
|
||||
**Hinweis zur Historik:** In vielen älteren Schaltplänen wurden **Leuchtmittel mit „-H“** und **Schütze mit „-K“** gekennzeichnet. Die aktuelle 81346-2 ordnet **Leuchten → E/EA** und **Schütze → Q/QA**. ([Elektropraktiker][2], [Wikipedia][1])
|
||||
|
||||
[1]: https://de.wikipedia.org/wiki/Betriebsmittel_%28Elektrotechnik%29?utm_source=chatgpt.com "Betriebsmittel (Elektrotechnik)"
|
||||
[2]: https://www.elektropraktiker.de/nachrichten/nachricht/kennzeichnung-von-betriebsmitteln-leuchten?p=all&utm_source=chatgpt.com "Kennzeichnung von Betriebsmitteln (Leuchten)"
|
||||
[3]: https://de.wikipedia.org/wiki/EN_IEC_81346 "EN IEC 81346 – Wikipedia"
|
||||
[4]: https://www.ihk.de/blueprint/servlet/resource/blob/5090560/d005ab9b73c3e45d81920e28f72b7160/din-en-iec-81346-2-2020-10-referenzkennzeichnung-data.pdf "DIN_EN_IEC_81346_2_2020_10_Referenzkennzeichnung"
|
||||
|
||||
---
|
||||
|
||||
## Abkürzungen Betriebsmittel - Elektronik
|
||||
|
||||
| Abkürzung | Bauteil | Beschreibung |
|
||||
|-----------|-------------------------|----------------------------------|
|
||||
| R | Widerstand | Elektrischer Widerstand |
|
||||
| C | Kondensator | Elektrischer Kondensator |
|
||||
| L | Spule / Induktivität | Induktive Bauelemente |
|
||||
| D | Diode | Halbleiter-Diode |
|
||||
| Q | Transistor (BJT) | Bipolartransistor |
|
||||
| M | MOSFET | Metall-Oxid-Halbleiter-FET |
|
||||
| U | IC (Integrierter Schaltkreis) | Integrierte Schaltung |
|
||||
| J | Anschluss / Verbindung | Jumper, Stecker, Verbindung |
|
||||
| F | Sicherung | Schmelzsicherung |
|
||||
| S | Schalter | Schalter |
|
||||
| T | Transformator | Elektrischer Transformator |
|
||||
| Z | Z-Diode / Zener-Diode | Spannungsstabilisierende Diode |
|
||||
| B | Batterie | Stromquelle |
|
||||
| K | Relais / Kontakt | Elektromechanischer Schalter |
|
||||
| G | Masse / Ground | Bezugspotential / Masse |
|
||||
| X | Bauteil, sonstiges | Allgemeiner Platzhalter |
|
||||
| IC | Integrierter Schaltkreis| Synonym für U, oft verwendet |
|
||||
| OPT | Optokoppler | Optische Kopplungseinheit |
|
||||
| LED | Leuchtdiode | Lichtemittierende Diode |
|
||||
| SW | Schalter (Switch) | Manuell bedienbarer Schalter |
|
||||
| VR | Variabler Widerstand | Potentiometer oder Trimmer |
|
||||
| SCR | Thyristor | Steuerbare Halbleiterdiode |
|
||||
| MOS | MOSFET | Metall-Oxid-Halbleiter-FET |
|
||||
| MCU | Mikrocontroller | Mikroprozessor mit Peripherie |
|
||||
| SENSOR | Sensor | Sensorisches Bauelement |
|
||||
| REL | Relais | Elektromechanischer Schalter |
|
||||
| BUZ | Power MOSFET (Bezeichnung häufig verwendet) | Spezielle MOSFET-Familie |
|
||||
|
||||
---
|
||||
|
||||
## License
|
||||
|
||||
(c) 2025 - Adam Skotarczak
|
||||
|
3156
STD.kicad_sym
3156
STD.kicad_sym
File diff suppressed because it is too large
Load Diff
@ -1,6 +0,0 @@
|
||||
[.ShellClassInfo]
|
||||
IconResource=.assets\icon.ico,0
|
||||
[ViewState]
|
||||
Mode=
|
||||
Vid=
|
||||
FolderType=Generic
|
4283
symlib/devices.kicad_sym
Normal file
4283
symlib/devices.kicad_sym
Normal file
File diff suppressed because it is too large
Load Diff
235
symlib/elektronik.kicad_sym
Normal file
235
symlib/elektronik.kicad_sym
Normal file
@ -0,0 +1,235 @@
|
||||
(kicad_symbol_lib
|
||||
(version 20241209)
|
||||
(generator "kicad_symbol_editor")
|
||||
(generator_version "9.0")
|
||||
(symbol "Diode_D"
|
||||
(pin_names
|
||||
(offset 0)
|
||||
(hide yes)
|
||||
)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(property "Reference" "-D"
|
||||
(at -5.842 4.318 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Value" ""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Description" ""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(symbol "Diode_D_1_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy 2.54 -3.81) (xy 0 -3.81) (xy -2.54 0) (xy 2.54 0) (xy 0 -3.81) (xy -2.54 -3.81)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type solid)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(pin input line
|
||||
(at 0 3.81 270)
|
||||
(length 3.81)
|
||||
(name "Anode"
|
||||
(effects
|
||||
(font
|
||||
(size 0.762 0.762)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "1"
|
||||
(effects
|
||||
(font
|
||||
(size 0.762 0.762)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin output line
|
||||
(at 0 -7.62 90)
|
||||
(length 3.81)
|
||||
(name "Kathode"
|
||||
(effects
|
||||
(font
|
||||
(size 0.762 0.762)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "2"
|
||||
(effects
|
||||
(font
|
||||
(size 0.762 0.762)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(embedded_fonts no)
|
||||
)
|
||||
(symbol "Diode_LED_D"
|
||||
(pin_names
|
||||
(offset 0)
|
||||
(hide yes)
|
||||
)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(property "Reference" "-LED"
|
||||
(at -14.224 9.652 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Value" ""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Description" ""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(symbol "Diode_LED_D_1_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy 2.286 1.27) (xy 5.334 -1.016) (xy 4.8311 -0.1196) (xy 4.318 -0.762) (xy 5.334 -1.016)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type solid)
|
||||
)
|
||||
(fill
|
||||
(type outline)
|
||||
)
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 2.54 0) (xy 0 0) (xy -2.54 3.81) (xy 2.54 3.81) (xy 0 0) (xy -2.54 0)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type solid)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 3.048 2.286) (xy 6.096 0) (xy 5.5931 0.8964) (xy 5.08 0.254) (xy 6.096 0)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type solid)
|
||||
)
|
||||
(fill
|
||||
(type outline)
|
||||
)
|
||||
)
|
||||
(pin input line
|
||||
(at 0 7.62 270)
|
||||
(length 3.81)
|
||||
(name "Anode"
|
||||
(effects
|
||||
(font
|
||||
(size 0.762 0.762)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "1"
|
||||
(effects
|
||||
(font
|
||||
(size 0.762 0.762)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin output line
|
||||
(at 0 -3.81 90)
|
||||
(length 3.81)
|
||||
(name "Kathode"
|
||||
(effects
|
||||
(font
|
||||
(size 0.762 0.762)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "2"
|
||||
(effects
|
||||
(font
|
||||
(size 0.762 0.762)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(embedded_fonts no)
|
||||
)
|
||||
)
|
5
symlib/hydraulik_pneumatic.kicad_sym
Normal file
5
symlib/hydraulik_pneumatic.kicad_sym
Normal file
@ -0,0 +1,5 @@
|
||||
(kicad_symbol_lib
|
||||
(version 20241209)
|
||||
(generator "kicad_symbol_editor")
|
||||
(generator_version "9.0")
|
||||
)
|
219
symlib/mechanics.kicad_sym
Normal file
219
symlib/mechanics.kicad_sym
Normal file
@ -0,0 +1,219 @@
|
||||
(kicad_symbol_lib
|
||||
(version 20241209)
|
||||
(generator "kicad_symbol_editor")
|
||||
(generator_version "9.0")
|
||||
(symbol "Hutschiene_L"
|
||||
(pin_numbers
|
||||
(hide yes)
|
||||
)
|
||||
(pin_names
|
||||
(offset 0)
|
||||
(hide yes)
|
||||
)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(property "Reference" "-"
|
||||
(at -6.858 4.064 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Value" ""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Description" ""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(symbol "Hutschiene_L_0_1"
|
||||
(rectangle
|
||||
(start -8.255 5.08)
|
||||
(end 0 -4.445)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -8.255 5.08) (xy -9.525 6.35) (xy 0 6.35) (xy 0 5.08)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -8.255 -4.445) (xy -9.525 -5.715) (xy 0 -5.715) (xy 0 -4.445)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "Hutschiene_L_1_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 0) (xy -13.97 0)
|
||||
)
|
||||
(stroke
|
||||
(width 0.0762)
|
||||
(type dash_dot)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
)
|
||||
(embedded_fonts no)
|
||||
)
|
||||
(symbol "Hutschiene_R"
|
||||
(pin_numbers
|
||||
(hide yes)
|
||||
)
|
||||
(pin_names
|
||||
(offset 0)
|
||||
(hide yes)
|
||||
)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(property "Reference" "-"
|
||||
(at 1.27 4.064 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Value" ""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Description" ""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(symbol "Hutschiene_R_0_1"
|
||||
(rectangle
|
||||
(start 0 5.08)
|
||||
(end 8.255 -4.445)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 8.255 5.08) (xy 9.525 6.35) (xy 0 6.35) (xy 0 5.08)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 8.255 -4.445) (xy 9.525 -5.715) (xy 0 -5.715) (xy 0 -4.445)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "Hutschiene_R_1_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 0) (xy 13.97 0)
|
||||
)
|
||||
(stroke
|
||||
(width 0.0762)
|
||||
(type dash_dot)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
)
|
||||
(embedded_fonts no)
|
||||
)
|
||||
)
|
File diff suppressed because it is too large
Load Diff
6540
symlib/standart.kicad_sym
Normal file
6540
symlib/standart.kicad_sym
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,4 +0,0 @@
|
||||
(sym_lib_table
|
||||
(version 7)
|
||||
(lib (name "STD")(type "KiCad")(uri "${KIPRJMOD}/plc_standart.kicad_sym")(options "")(descr "Standart"))
|
||||
)
|
@ -1,2 +0,0 @@
|
||||
(kicad_pcb (version 20241229) (generator "pcbnew") (generator_version "9.0")
|
||||
)
|
@ -1,131 +0,0 @@
|
||||
{
|
||||
"board": {
|
||||
"active_layer": 0,
|
||||
"active_layer_preset": "",
|
||||
"auto_track_width": true,
|
||||
"hidden_netclasses": [],
|
||||
"hidden_nets": [],
|
||||
"high_contrast_mode": 0,
|
||||
"net_color_mode": 1,
|
||||
"opacity": {
|
||||
"images": 0.6,
|
||||
"pads": 1.0,
|
||||
"shapes": 1.0,
|
||||
"tracks": 1.0,
|
||||
"vias": 1.0,
|
||||
"zones": 0.6
|
||||
},
|
||||
"selection_filter": {
|
||||
"dimensions": true,
|
||||
"footprints": true,
|
||||
"graphics": true,
|
||||
"keepouts": true,
|
||||
"lockedItems": false,
|
||||
"otherItems": true,
|
||||
"pads": true,
|
||||
"text": true,
|
||||
"tracks": true,
|
||||
"vias": true,
|
||||
"zones": true
|
||||
},
|
||||
"visible_items": [
|
||||
"vias",
|
||||
"footprint_text",
|
||||
"footprint_anchors",
|
||||
"ratsnest",
|
||||
"grid",
|
||||
"footprints_front",
|
||||
"footprints_back",
|
||||
"footprint_values",
|
||||
"footprint_references",
|
||||
"tracks",
|
||||
"drc_errors",
|
||||
"drawing_sheet",
|
||||
"bitmaps",
|
||||
"pads",
|
||||
"zones",
|
||||
"drc_warnings",
|
||||
"drc_exclusions",
|
||||
"locked_item_shadows",
|
||||
"conflict_shadows",
|
||||
"shapes"
|
||||
],
|
||||
"visible_layers": "ffffffff_ffffffff_ffffffff_ffffffff",
|
||||
"zone_display_mode": 0
|
||||
},
|
||||
"git": {
|
||||
"repo_type": "",
|
||||
"repo_username": "",
|
||||
"ssh_key": ""
|
||||
},
|
||||
"meta": {
|
||||
"filename": "symlib.kicad_prl",
|
||||
"version": 5
|
||||
},
|
||||
"net_inspector_panel": {
|
||||
"col_hidden": [
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false
|
||||
],
|
||||
"col_order": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6,
|
||||
7,
|
||||
8,
|
||||
9
|
||||
],
|
||||
"col_widths": [
|
||||
186,
|
||||
171,
|
||||
112,
|
||||
87,
|
||||
112,
|
||||
122,
|
||||
112,
|
||||
91,
|
||||
112,
|
||||
112
|
||||
],
|
||||
"custom_group_rules": [],
|
||||
"expanded_rows": [],
|
||||
"filter_by_net_name": true,
|
||||
"filter_by_netclass": true,
|
||||
"filter_text": "",
|
||||
"group_by_constraint": false,
|
||||
"group_by_netclass": false,
|
||||
"show_unconnected_nets": false,
|
||||
"show_zero_pad_nets": false,
|
||||
"sort_ascending": true,
|
||||
"sorting_column": 0
|
||||
},
|
||||
"open_jobsets": [],
|
||||
"project": {
|
||||
"files": []
|
||||
},
|
||||
"schematic": {
|
||||
"selection_filter": {
|
||||
"graphics": true,
|
||||
"images": true,
|
||||
"labels": true,
|
||||
"lockedItems": false,
|
||||
"otherItems": true,
|
||||
"pins": true,
|
||||
"symbols": true,
|
||||
"text": true,
|
||||
"wires": true
|
||||
}
|
||||
}
|
||||
}
|
@ -1,654 +0,0 @@
|
||||
{
|
||||
"board": {
|
||||
"3dviewports": [],
|
||||
"design_settings": {
|
||||
"defaults": {
|
||||
"apply_defaults_to_fp_fields": false,
|
||||
"apply_defaults_to_fp_shapes": false,
|
||||
"apply_defaults_to_fp_text": false,
|
||||
"board_outline_line_width": 0.05,
|
||||
"copper_line_width": 0.2,
|
||||
"copper_text_italic": false,
|
||||
"copper_text_size_h": 1.5,
|
||||
"copper_text_size_v": 1.5,
|
||||
"copper_text_thickness": 0.3,
|
||||
"copper_text_upright": false,
|
||||
"courtyard_line_width": 0.05,
|
||||
"dimension_precision": 4,
|
||||
"dimension_units": 3,
|
||||
"dimensions": {
|
||||
"arrow_length": 1270000,
|
||||
"extension_offset": 500000,
|
||||
"keep_text_aligned": true,
|
||||
"suppress_zeroes": true,
|
||||
"text_position": 0,
|
||||
"units_format": 0
|
||||
},
|
||||
"fab_line_width": 0.1,
|
||||
"fab_text_italic": false,
|
||||
"fab_text_size_h": 1.0,
|
||||
"fab_text_size_v": 1.0,
|
||||
"fab_text_thickness": 0.15,
|
||||
"fab_text_upright": false,
|
||||
"other_line_width": 0.1,
|
||||
"other_text_italic": false,
|
||||
"other_text_size_h": 1.0,
|
||||
"other_text_size_v": 1.0,
|
||||
"other_text_thickness": 0.15,
|
||||
"other_text_upright": false,
|
||||
"pads": {
|
||||
"drill": 0.8,
|
||||
"height": 1.27,
|
||||
"width": 2.54
|
||||
},
|
||||
"silk_line_width": 0.1,
|
||||
"silk_text_italic": false,
|
||||
"silk_text_size_h": 1.0,
|
||||
"silk_text_size_v": 1.0,
|
||||
"silk_text_thickness": 0.1,
|
||||
"silk_text_upright": false,
|
||||
"zones": {
|
||||
"min_clearance": 0.5
|
||||
}
|
||||
},
|
||||
"diff_pair_dimensions": [],
|
||||
"drc_exclusions": [],
|
||||
"meta": {
|
||||
"version": 2
|
||||
},
|
||||
"rule_severities": {
|
||||
"annular_width": "error",
|
||||
"clearance": "error",
|
||||
"connection_width": "warning",
|
||||
"copper_edge_clearance": "error",
|
||||
"copper_sliver": "warning",
|
||||
"courtyards_overlap": "error",
|
||||
"creepage": "error",
|
||||
"diff_pair_gap_out_of_range": "error",
|
||||
"diff_pair_uncoupled_length_too_long": "error",
|
||||
"drill_out_of_range": "error",
|
||||
"duplicate_footprints": "warning",
|
||||
"extra_footprint": "warning",
|
||||
"footprint": "error",
|
||||
"footprint_filters_mismatch": "ignore",
|
||||
"footprint_symbol_mismatch": "warning",
|
||||
"footprint_type_mismatch": "ignore",
|
||||
"hole_clearance": "error",
|
||||
"hole_to_hole": "warning",
|
||||
"holes_co_located": "warning",
|
||||
"invalid_outline": "error",
|
||||
"isolated_copper": "warning",
|
||||
"item_on_disabled_layer": "error",
|
||||
"items_not_allowed": "error",
|
||||
"length_out_of_range": "error",
|
||||
"lib_footprint_issues": "warning",
|
||||
"lib_footprint_mismatch": "warning",
|
||||
"malformed_courtyard": "error",
|
||||
"microvia_drill_out_of_range": "error",
|
||||
"mirrored_text_on_front_layer": "warning",
|
||||
"missing_courtyard": "ignore",
|
||||
"missing_footprint": "warning",
|
||||
"net_conflict": "warning",
|
||||
"nonmirrored_text_on_back_layer": "warning",
|
||||
"npth_inside_courtyard": "ignore",
|
||||
"padstack": "warning",
|
||||
"pth_inside_courtyard": "ignore",
|
||||
"shorting_items": "error",
|
||||
"silk_edge_clearance": "warning",
|
||||
"silk_over_copper": "warning",
|
||||
"silk_overlap": "warning",
|
||||
"skew_out_of_range": "error",
|
||||
"solder_mask_bridge": "error",
|
||||
"starved_thermal": "error",
|
||||
"text_height": "warning",
|
||||
"text_on_edge_cuts": "error",
|
||||
"text_thickness": "warning",
|
||||
"through_hole_pad_without_hole": "error",
|
||||
"too_many_vias": "error",
|
||||
"track_angle": "error",
|
||||
"track_dangling": "warning",
|
||||
"track_segment_length": "error",
|
||||
"track_width": "error",
|
||||
"tracks_crossing": "error",
|
||||
"unconnected_items": "error",
|
||||
"unresolved_variable": "error",
|
||||
"via_dangling": "warning",
|
||||
"zones_intersect": "error"
|
||||
},
|
||||
"rules": {
|
||||
"max_error": 0.005,
|
||||
"min_clearance": 0.0,
|
||||
"min_connection": 0.0,
|
||||
"min_copper_edge_clearance": 0.5,
|
||||
"min_groove_width": 0.0,
|
||||
"min_hole_clearance": 0.25,
|
||||
"min_hole_to_hole": 0.25,
|
||||
"min_microvia_diameter": 0.2,
|
||||
"min_microvia_drill": 0.1,
|
||||
"min_resolved_spokes": 2,
|
||||
"min_silk_clearance": 0.0,
|
||||
"min_text_height": 0.8,
|
||||
"min_text_thickness": 0.08,
|
||||
"min_through_hole_diameter": 0.3,
|
||||
"min_track_width": 0.0,
|
||||
"min_via_annular_width": 0.1,
|
||||
"min_via_diameter": 0.5,
|
||||
"solder_mask_to_copper_clearance": 0.0,
|
||||
"use_height_for_length_calcs": true
|
||||
},
|
||||
"teardrop_options": [
|
||||
{
|
||||
"td_onpthpad": true,
|
||||
"td_onroundshapesonly": false,
|
||||
"td_onsmdpad": true,
|
||||
"td_ontrackend": false,
|
||||
"td_onvia": true
|
||||
}
|
||||
],
|
||||
"teardrop_parameters": [
|
||||
{
|
||||
"td_allow_use_two_tracks": true,
|
||||
"td_curve_segcount": 0,
|
||||
"td_height_ratio": 1.0,
|
||||
"td_length_ratio": 0.5,
|
||||
"td_maxheight": 2.0,
|
||||
"td_maxlen": 1.0,
|
||||
"td_on_pad_in_zone": false,
|
||||
"td_target_name": "td_round_shape",
|
||||
"td_width_to_size_filter_ratio": 0.9
|
||||
},
|
||||
{
|
||||
"td_allow_use_two_tracks": true,
|
||||
"td_curve_segcount": 0,
|
||||
"td_height_ratio": 1.0,
|
||||
"td_length_ratio": 0.5,
|
||||
"td_maxheight": 2.0,
|
||||
"td_maxlen": 1.0,
|
||||
"td_on_pad_in_zone": false,
|
||||
"td_target_name": "td_rect_shape",
|
||||
"td_width_to_size_filter_ratio": 0.9
|
||||
},
|
||||
{
|
||||
"td_allow_use_two_tracks": true,
|
||||
"td_curve_segcount": 0,
|
||||
"td_height_ratio": 1.0,
|
||||
"td_length_ratio": 0.5,
|
||||
"td_maxheight": 2.0,
|
||||
"td_maxlen": 1.0,
|
||||
"td_on_pad_in_zone": false,
|
||||
"td_target_name": "td_track_end",
|
||||
"td_width_to_size_filter_ratio": 0.9
|
||||
}
|
||||
],
|
||||
"track_widths": [],
|
||||
"tuning_pattern_settings": {
|
||||
"diff_pair_defaults": {
|
||||
"corner_radius_percentage": 80,
|
||||
"corner_style": 1,
|
||||
"max_amplitude": 1.0,
|
||||
"min_amplitude": 0.2,
|
||||
"single_sided": false,
|
||||
"spacing": 1.0
|
||||
},
|
||||
"diff_pair_skew_defaults": {
|
||||
"corner_radius_percentage": 80,
|
||||
"corner_style": 1,
|
||||
"max_amplitude": 1.0,
|
||||
"min_amplitude": 0.2,
|
||||
"single_sided": false,
|
||||
"spacing": 0.6
|
||||
},
|
||||
"single_track_defaults": {
|
||||
"corner_radius_percentage": 80,
|
||||
"corner_style": 1,
|
||||
"max_amplitude": 1.0,
|
||||
"min_amplitude": 0.2,
|
||||
"single_sided": false,
|
||||
"spacing": 0.6
|
||||
}
|
||||
},
|
||||
"via_dimensions": [],
|
||||
"zones_allow_external_fillets": false
|
||||
},
|
||||
"ipc2581": {
|
||||
"dist": "",
|
||||
"distpn": "",
|
||||
"internal_id": "",
|
||||
"mfg": "",
|
||||
"mpn": ""
|
||||
},
|
||||
"layer_pairs": [],
|
||||
"layer_presets": [],
|
||||
"viewports": []
|
||||
},
|
||||
"boards": [],
|
||||
"cvpcb": {
|
||||
"equivalence_files": []
|
||||
},
|
||||
"erc": {
|
||||
"erc_exclusions": [],
|
||||
"meta": {
|
||||
"version": 0
|
||||
},
|
||||
"pin_map": [
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
1,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
1,
|
||||
2,
|
||||
1,
|
||||
1,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
0,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
2,
|
||||
1,
|
||||
2,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
2,
|
||||
1,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2
|
||||
]
|
||||
],
|
||||
"rule_severities": {
|
||||
"bus_definition_conflict": "error",
|
||||
"bus_entry_needed": "error",
|
||||
"bus_to_bus_conflict": "error",
|
||||
"bus_to_net_conflict": "error",
|
||||
"different_unit_footprint": "error",
|
||||
"different_unit_net": "error",
|
||||
"duplicate_reference": "error",
|
||||
"duplicate_sheet_names": "error",
|
||||
"endpoint_off_grid": "warning",
|
||||
"extra_units": "error",
|
||||
"footprint_filter": "ignore",
|
||||
"footprint_link_issues": "warning",
|
||||
"four_way_junction": "ignore",
|
||||
"global_label_dangling": "warning",
|
||||
"hier_label_mismatch": "error",
|
||||
"label_dangling": "error",
|
||||
"label_multiple_wires": "warning",
|
||||
"lib_symbol_issues": "warning",
|
||||
"lib_symbol_mismatch": "warning",
|
||||
"missing_bidi_pin": "warning",
|
||||
"missing_input_pin": "warning",
|
||||
"missing_power_pin": "error",
|
||||
"missing_unit": "warning",
|
||||
"multiple_net_names": "warning",
|
||||
"net_not_bus_member": "warning",
|
||||
"no_connect_connected": "warning",
|
||||
"no_connect_dangling": "warning",
|
||||
"pin_not_connected": "error",
|
||||
"pin_not_driven": "error",
|
||||
"pin_to_pin": "error",
|
||||
"power_pin_not_driven": "error",
|
||||
"same_local_global_label": "warning",
|
||||
"similar_label_and_power": "warning",
|
||||
"similar_labels": "warning",
|
||||
"similar_power": "warning",
|
||||
"simulation_model_issue": "ignore",
|
||||
"single_global_label": "ignore",
|
||||
"unannotated": "error",
|
||||
"unconnected_wire_endpoint": "warning",
|
||||
"unit_value_mismatch": "error",
|
||||
"unresolved_variable": "error",
|
||||
"wire_dangling": "error"
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"pinned_footprint_libs": [],
|
||||
"pinned_symbol_libs": [
|
||||
"plc_standart"
|
||||
]
|
||||
},
|
||||
"meta": {
|
||||
"filename": "symlib.kicad_pro",
|
||||
"version": 3
|
||||
},
|
||||
"net_settings": {
|
||||
"classes": [
|
||||
{
|
||||
"bus_width": 12,
|
||||
"clearance": 0.2,
|
||||
"diff_pair_gap": 0.25,
|
||||
"diff_pair_via_gap": 0.25,
|
||||
"diff_pair_width": 0.2,
|
||||
"line_style": 0,
|
||||
"microvia_diameter": 0.3,
|
||||
"microvia_drill": 0.1,
|
||||
"name": "Default",
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"priority": 2147483647,
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"track_width": 0.2,
|
||||
"via_diameter": 0.6,
|
||||
"via_drill": 0.3,
|
||||
"wire_width": 6
|
||||
},
|
||||
{
|
||||
"name": "0V",
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"priority": 0,
|
||||
"schematic_color": "rgb(38, 159, 255)",
|
||||
"wire_width": 6
|
||||
},
|
||||
{
|
||||
"name": "230V",
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"priority": 2,
|
||||
"schematic_color": "rgb(0, 0, 0)",
|
||||
"wire_width": 6
|
||||
},
|
||||
{
|
||||
"name": "24V",
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"priority": 1,
|
||||
"schematic_color": "rgb(66, 66, 255)",
|
||||
"wire_width": 6
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"version": 4
|
||||
},
|
||||
"net_colors": null,
|
||||
"netclass_assignments": null,
|
||||
"netclass_patterns": [
|
||||
{
|
||||
"netclass": "Default",
|
||||
"pattern": ""
|
||||
},
|
||||
{
|
||||
"netclass": "24V",
|
||||
"pattern": "/24V"
|
||||
},
|
||||
{
|
||||
"netclass": "0V",
|
||||
"pattern": "/0V"
|
||||
}
|
||||
]
|
||||
},
|
||||
"pcbnew": {
|
||||
"last_paths": {
|
||||
"gencad": "",
|
||||
"idf": "",
|
||||
"netlist": "",
|
||||
"plot": "",
|
||||
"pos_files": "",
|
||||
"specctra_dsn": "",
|
||||
"step": "",
|
||||
"svg": "",
|
||||
"vrml": ""
|
||||
},
|
||||
"page_layout_descr_file": ""
|
||||
},
|
||||
"schematic": {
|
||||
"annotate_start_num": 0,
|
||||
"bom_export_filename": "${PROJECTNAME}.csv",
|
||||
"bom_fmt_presets": [],
|
||||
"bom_fmt_settings": {
|
||||
"field_delimiter": ",",
|
||||
"keep_line_breaks": false,
|
||||
"keep_tabs": false,
|
||||
"name": "CSV",
|
||||
"ref_delimiter": ",",
|
||||
"ref_range_delimiter": "",
|
||||
"string_delimiter": "\""
|
||||
},
|
||||
"bom_presets": [],
|
||||
"bom_settings": {
|
||||
"exclude_dnp": false,
|
||||
"fields_ordered": [
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "Reference",
|
||||
"name": "Reference",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "Qty",
|
||||
"name": "${QUANTITY}",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": true,
|
||||
"label": "Value",
|
||||
"name": "Value",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": true,
|
||||
"label": "DNP",
|
||||
"name": "${DNP}",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": true,
|
||||
"label": "Exclude from BOM",
|
||||
"name": "${EXCLUDE_FROM_BOM}",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": true,
|
||||
"label": "Exclude from Board",
|
||||
"name": "${EXCLUDE_FROM_BOARD}",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": true,
|
||||
"label": "Footprint",
|
||||
"name": "Footprint",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"group_by": false,
|
||||
"label": "Datasheet",
|
||||
"name": "Datasheet",
|
||||
"show": true
|
||||
}
|
||||
],
|
||||
"filter_string": "",
|
||||
"group_symbols": true,
|
||||
"include_excluded_from_bom": true,
|
||||
"name": "Default Editing",
|
||||
"sort_asc": true,
|
||||
"sort_field": "Referenz"
|
||||
},
|
||||
"connection_grid_size": 50.0,
|
||||
"drawing": {
|
||||
"dashed_lines_dash_length_ratio": 12.0,
|
||||
"dashed_lines_gap_length_ratio": 3.0,
|
||||
"default_line_thickness": 6.0,
|
||||
"default_text_size": 50.0,
|
||||
"field_names": [],
|
||||
"intersheets_ref_own_page": false,
|
||||
"intersheets_ref_prefix": "",
|
||||
"intersheets_ref_short": false,
|
||||
"intersheets_ref_show": false,
|
||||
"intersheets_ref_suffix": "",
|
||||
"junction_size_choice": 3,
|
||||
"label_size_ratio": 0.375,
|
||||
"operating_point_overlay_i_precision": 3,
|
||||
"operating_point_overlay_i_range": "~A",
|
||||
"operating_point_overlay_v_precision": 3,
|
||||
"operating_point_overlay_v_range": "~V",
|
||||
"overbar_offset_ratio": 1.23,
|
||||
"pin_symbol_size": 25.0,
|
||||
"text_offset_ratio": 0.15
|
||||
},
|
||||
"legacy_lib_dir": "",
|
||||
"legacy_lib_list": [],
|
||||
"meta": {
|
||||
"version": 1
|
||||
},
|
||||
"net_format_name": "",
|
||||
"page_layout_descr_file": "",
|
||||
"plot_directory": "",
|
||||
"space_save_all_events": true,
|
||||
"spice_current_sheet_as_root": false,
|
||||
"spice_external_command": "spice \"%I\"",
|
||||
"spice_model_current_sheet_as_root": true,
|
||||
"spice_save_all_currents": false,
|
||||
"spice_save_all_dissipations": false,
|
||||
"spice_save_all_voltages": false,
|
||||
"subpart_first_id": 65,
|
||||
"subpart_id_separator": 0
|
||||
},
|
||||
"sheets": [
|
||||
[
|
||||
"c2ba6109-0e03-4875-ac85-81d23d00f108",
|
||||
"Root"
|
||||
]
|
||||
],
|
||||
"text_variables": {}
|
||||
}
|
@ -1,402 +0,0 @@
|
||||
(kicad_sch
|
||||
(version 20250114)
|
||||
(generator "eeschema")
|
||||
(generator_version "9.0")
|
||||
(uuid "c2ba6109-0e03-4875-ac85-81d23d00f108")
|
||||
(paper "A4")
|
||||
(lib_symbols
|
||||
(symbol "Relais_(K)_NO_1"
|
||||
(pin_numbers
|
||||
(hide yes)
|
||||
)
|
||||
(pin_names
|
||||
(offset 0)
|
||||
)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(property "Reference" "-K"
|
||||
(at -4.318 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Value" ""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Description" ""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(symbol "Relais_(K)_NO_1_0_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 1.27) (xy 0 1.27)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 -1.27) (xy -1.27 1.27)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "Relais_(K)_NO_1_1_1"
|
||||
(pin input line
|
||||
(at 0 5.08 270)
|
||||
(length 3.81)
|
||||
(name "1"
|
||||
(effects
|
||||
(font
|
||||
(size 0.762 0.762)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "1"
|
||||
(effects
|
||||
(font
|
||||
(size 0.508 0.508)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin output line
|
||||
(at 0 -5.08 90)
|
||||
(length 3.81)
|
||||
(name "4"
|
||||
(effects
|
||||
(font
|
||||
(size 0.762 0.762)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "4"
|
||||
(effects
|
||||
(font
|
||||
(size 0.508 0.508)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(embedded_fonts no)
|
||||
)
|
||||
(symbol "STD:Relais_(K)_NO"
|
||||
(pin_names
|
||||
(offset 0)
|
||||
(hide yes)
|
||||
)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(property "Reference" "-K"
|
||||
(at -4.318 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Value" ""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Description" ""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(symbol "Relais_(K)_NO_0_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 1.27) (xy 0 1.27)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 -1.27) (xy -1.27 1.27)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "Relais_(K)_NO_1_1"
|
||||
(pin input line
|
||||
(at 0 5.08 270)
|
||||
(length 3.81)
|
||||
(name ""
|
||||
(effects
|
||||
(font
|
||||
(size 0.762 0.762)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "1"
|
||||
(effects
|
||||
(font
|
||||
(size 0.508 0.508)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin output line
|
||||
(at 0 -5.08 90)
|
||||
(length 3.81)
|
||||
(name ""
|
||||
(effects
|
||||
(font
|
||||
(size 0.762 0.762)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "4"
|
||||
(effects
|
||||
(font
|
||||
(size 0.508 0.508)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(embedded_fonts no)
|
||||
)
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 40.64 40.64) (xy 261.62 40.64)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(uuid "e799ccf2-c7ad-4d96-81c9-47d6944cd589")
|
||||
)
|
||||
(symbol
|
||||
(lib_name "Relais_(K)_NO_1")
|
||||
(lib_id "STD:Relais_(K)_NO")
|
||||
(at 85.09 88.9 0)
|
||||
(unit 1)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(dnp no)
|
||||
(fields_autoplaced yes)
|
||||
(uuid "0c0728c4-de73-464a-b86b-6f5aee9def7e")
|
||||
(property "Reference" "-K2"
|
||||
(at 86.36 87.6299 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left)
|
||||
)
|
||||
)
|
||||
(property "Value" "~"
|
||||
(at 86.36 90.1699 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
(at 85.09 88.9 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 85.09 88.9 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Description" ""
|
||||
(at 85.09 88.9 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(pin "4"
|
||||
(uuid "d9c86d8b-56ce-4cf7-9f28-b24485fbfabe")
|
||||
)
|
||||
(pin "1"
|
||||
(uuid "e7fbf758-c210-41c0-8abd-5b7493612b57")
|
||||
)
|
||||
(instances
|
||||
(project ""
|
||||
(path "/c2ba6109-0e03-4875-ac85-81d23d00f108"
|
||||
(reference "-K2")
|
||||
(unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "STD:Relais_(K)_NO")
|
||||
(at 76.2 88.9 0)
|
||||
(unit 1)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(dnp no)
|
||||
(fields_autoplaced yes)
|
||||
(uuid "1ed5b163-6bf4-4641-8b53-e3c70c10f601")
|
||||
(property "Reference" "-K1"
|
||||
(at 77.47 87.6299 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left)
|
||||
)
|
||||
)
|
||||
(property "Value" "~"
|
||||
(at 77.47 90.1699 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
(at 76.2 88.9 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" ""
|
||||
(at 76.2 88.9 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Description" ""
|
||||
(at 76.2 88.9 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(pin "1"
|
||||
(uuid "f6882bba-18f0-42ef-9fba-2f1bd281bad4")
|
||||
)
|
||||
(pin "4"
|
||||
(uuid "f253eb7b-7ffc-4b79-adb1-9adcf1254f37")
|
||||
)
|
||||
(instances
|
||||
(project ""
|
||||
(path "/c2ba6109-0e03-4875-ac85-81d23d00f108"
|
||||
(reference "-K1")
|
||||
(unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(sheet_instances
|
||||
(path "/"
|
||||
(page "1")
|
||||
)
|
||||
)
|
||||
(embedded_fonts no)
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user