fixed several KLC issues in relays.lib + changed all remaining REFDES from RL to K (Standard!)
This commit is contained in:
parent
b77e949c54
commit
bdd33f0ec8
2 changed files with 46 additions and 37 deletions
|
@ -1,19 +1,19 @@
|
|||
EESchema-DOCLIB Version 2.0
|
||||
#
|
||||
$CMP AZ850-x
|
||||
D Microminiature Polarised Dual Pole Relay
|
||||
D American Zettler, Microminiature Polarised Dual Pole Relay
|
||||
K Miniature Polarised Relay Dual Pole
|
||||
F http://www.azettler.com/pdfs/az850.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP AZ850P1-x
|
||||
D Microminiature Polarised Dual Pole Relay Bistable
|
||||
D American Zettler, Microminiature Polarised Dual Pole Relay Bistable
|
||||
K Miniature Polarised Relay Dual Pole Bistable
|
||||
F http://www.azettler.com/pdfs/az850.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP AZ850P2-x
|
||||
D Microminiature Polarised Dual Pole Relay Bistable
|
||||
D American Zettler, Microminiature Polarised Dual Pole Relay Bistable
|
||||
K Miniature Polarised Relay Dual Pole Bistable
|
||||
F http://www.azettler.com/pdfs/az850.pdf
|
||||
$ENDCMP
|
||||
|
@ -79,25 +79,25 @@ F http://gfinder.findernet.com/assets/Series/359/S44EN.pdf
|
|||
$ENDCMP
|
||||
#
|
||||
$CMP FRT5
|
||||
D FRT5 relay
|
||||
D FORWARD INDUSTRIAL, Miniature Dual Pole Relay, DIP-like package
|
||||
K relay monostable
|
||||
F https://www.elpro.org/de/index.php?controller=attachment&id_attachment=8663
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP FRT5_separated
|
||||
D FRT5 relay
|
||||
D FORWARD INDUSTRIAL, Miniature Dual Pole Relay, DIP-like package, separate subsymbols
|
||||
K relay monostable
|
||||
F https://www.elpro.org/de/index.php?controller=attachment&id_attachment=8663
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP G5Q-1
|
||||
D G5G relay, Miniature Single Pole, SPDT, 10A
|
||||
D Omron G5G relay, Miniature Single Pole, SPDT, 10A
|
||||
K Miniature Single Pole Relay
|
||||
F https://www.omron.com/ecb/products/pdf/en-g5q.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP G5Q-1A
|
||||
D G5Q relay, Miniature Single Pole, SPST-NO, 10A
|
||||
D Omron G5Q relay, Miniature Single Pole, SPST-NO, 10A
|
||||
K Miniature Single Pole Relay
|
||||
F https://www.omron.com/ecb/products/pdf/en-g5q.pdf
|
||||
$ENDCMP
|
||||
|
@ -265,25 +265,25 @@ F http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocN
|
|||
$ENDCMP
|
||||
#
|
||||
$CMP RM50-xx11
|
||||
D Single Pole Relay, Sugar Cube, 15A
|
||||
D RELPOL Single Pole Relay, Sugar Cube, 15A
|
||||
K Single Pole Relay Sugar Cube
|
||||
F http://www.relpol.pl/en/content/download/13683/165953/file/e_RM50.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP RM50-xx21
|
||||
D RELPOL RM50-xx21, Single Pole Relay SPST-NO, 6A
|
||||
D RELPOL, Single Pole Relay SPST-NO, 6A
|
||||
K Single Pole Relay SPST-NO
|
||||
F http://www.relpol.pl/en/content/download/13683/165953/file/e_RM50.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP RM84
|
||||
D RELPOL RM84, Dual Pole Relay, 5mm Pitch, 8A
|
||||
D RELPOL Dual Pole Relay, 5mm Pitch, 8A
|
||||
K Dual Pole Relay
|
||||
F http://www.relpol.pl/en/content/download/13766/168095/file/e_RM84.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
$CMP RSM822
|
||||
D RELPOL RSM822, Dual Pole Relay, 5mm Pitch, 2A
|
||||
D RELPOL Dual Pole Relay, 5mm Pitch, 2A
|
||||
K Dual Pole Relay
|
||||
F http://www.relpol.pl/en/content/download/14975/202519/file/e_RSM822.pdf
|
||||
$ENDCMP
|
||||
|
@ -293,3 +293,5 @@ D TIANBO HJR-4102-L, Single Pole Relay, 5mm Pitch, 3A
|
|||
K Single Pole Relay
|
||||
F https://cdn-reichelt.de/documents/datenblatt/C300/DS_HJR4102E.pdf
|
||||
$ENDCMP
|
||||
#
|
||||
#End Doc Library
|
||||
|
|
|
@ -1,15 +1,17 @@
|
|||
|
||||
EESchema-LIBRARY Version 2.3
|
||||
#encoding utf-8
|
||||
#
|
||||
# AZ850-x
|
||||
#
|
||||
DEF AZ850-x RL 0 40 Y Y 1 F N
|
||||
F0 "RL" 850 150 50 H V L CNN
|
||||
DEF AZ850-x K 0 40 Y Y 1 F N
|
||||
F0 "K" 850 150 50 H V L CNN
|
||||
F1 "AZ850-x" 850 50 50 H V L CNN
|
||||
F2 "" 0 0 50 H I C CNN
|
||||
F2 "Relays_THT:Relay_DPDT_FRT5" 750 50 50 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
ALIAS AZ850P1-x
|
||||
$FPLIST
|
||||
Relay*DPDT*FRT5*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -400 200 800 -200 0 1 10 f
|
||||
S -325 75 -75 -75 0 1 10 N
|
||||
|
@ -56,11 +58,14 @@ ENDDEF
|
|||
#
|
||||
# AZ850P2-x
|
||||
#
|
||||
DEF AZ850P2-x RL 0 40 Y Y 1 F N
|
||||
F0 "RL" 850 150 50 H V L CNN
|
||||
DEF AZ850P2-x K 0 40 Y Y 1 F N
|
||||
F0 "K" 850 150 50 H V L CNN
|
||||
F1 "AZ850P2-x" 850 50 50 H V L CNN
|
||||
F2 "" 0 0 50 H I C CNN
|
||||
F2 "Relays_THT:Relay_DPDT_FRT5" 750 50 50 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
$FPLIST
|
||||
Relay*DPDT*FRT5*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
T 0 -195 -115 40 0 0 0 R Normal 0 C C
|
||||
T 0 -195 110 40 0 0 0 S Normal 0 C C
|
||||
|
@ -117,8 +122,8 @@ ENDDEF
|
|||
#
|
||||
# FINDER-32.21-x300
|
||||
#
|
||||
DEF FINDER-32.21-x300 RL 0 40 Y Y 1 F N
|
||||
F0 "RL" 450 150 50 H V L CNN
|
||||
DEF FINDER-32.21-x300 K 0 40 Y Y 1 F N
|
||||
F0 "K" 450 150 50 H V L CNN
|
||||
F1 "FINDER-32.21-x300" 450 50 50 H V L CNN
|
||||
F2 "" 0 0 50 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
|
@ -147,8 +152,8 @@ ENDDEF
|
|||
#
|
||||
# FINDER-40.51
|
||||
#
|
||||
DEF FINDER-40.51 RL 0 40 Y Y 1 F N
|
||||
F0 "RL" 450 150 50 H V L CNN
|
||||
DEF FINDER-40.51 K 0 40 Y Y 1 F N
|
||||
F0 "K" 450 150 50 H V L CNN
|
||||
F1 "FINDER-40.51" 450 50 50 H V L CNN
|
||||
F2 "" 0 0 50 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
|
@ -181,10 +186,10 @@ ENDDEF
|
|||
#
|
||||
# FINDER-40.52
|
||||
#
|
||||
DEF FINDER-40.52 RL 0 40 Y Y 1 F N
|
||||
F0 "RL" 850 150 50 H V L CNN
|
||||
DEF FINDER-40.52 K 0 40 Y Y 1 F N
|
||||
F0 "K" 850 150 50 H V L CNN
|
||||
F1 "FINDER-40.52" 850 50 50 H V L CNN
|
||||
F2 "" 0 0 50 H I C CNN
|
||||
F2 "" 750 50 50 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
ALIAS FINDER-41.52 FINDER-44.52 FINDER-44.62 FINDER-30.22 RSM822 RM84
|
||||
DRAW
|
||||
|
@ -234,10 +239,10 @@ ENDDEF
|
|||
DEF FRT5 K 0 40 Y Y 1 F N
|
||||
F0 "K" 850 150 50 H V L CNN
|
||||
F1 "FRT5" 850 50 50 H V L CNN
|
||||
F2 "" 0 0 50 H V C CNN
|
||||
F3 "" 0 0 50 H V C CNN
|
||||
F2 "Relays_THT:Relay_DPDT_FRT5" 750 50 50 H I C CNN
|
||||
F3 "" 850 150 50 H I C CNN
|
||||
$FPLIST
|
||||
Relay_DPDT_FRT5
|
||||
Relay*DPDT*FRT5*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -400 200 800 -200 0 1 10 f
|
||||
|
@ -288,13 +293,13 @@ ENDDEF
|
|||
DEF FRT5_separated K 0 40 Y Y 3 F N
|
||||
F0 "K" 200 100 50 H V L TNN
|
||||
F1 "FRT5_separated" 200 0 50 H V L TNN
|
||||
F2 "" 0 0 50 H V C CNN
|
||||
F3 "" 0 0 50 H V C CNN
|
||||
F2 "Relays_THT:Relay_DPDT_FRT5" 750 -100 50 H I C CNN
|
||||
F3 "" 200 100 50 H I C CNN
|
||||
$FPLIST
|
||||
Relay_DPDT_FRT5
|
||||
Relay*DPDT*FRT5*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -125 75 125 -75 1 1 10 N
|
||||
S -125 75 125 -75 1 1 10 f
|
||||
P 2 1 1 10 -100 -75 100 75 N
|
||||
P 2 1 1 0 0 -200 0 -75 N
|
||||
P 2 1 1 0 0 200 0 75 N
|
||||
|
@ -610,11 +615,11 @@ ENDDEF
|
|||
#
|
||||
# TIANBO-HJR-4102-L
|
||||
#
|
||||
DEF TIANBO-HJR-4102-L RL 0 40 Y Y 1 F N
|
||||
F0 "RL" 450 150 50 H V L CNN
|
||||
DEF TIANBO-HJR-4102-L K 0 40 Y Y 1 F N
|
||||
F0 "K" 450 150 50 H V L CNN
|
||||
F1 "TIANBO-HJR-4102-L" 450 50 50 H V L CNN
|
||||
F2 "" 0 0 50 H V C CNN
|
||||
F3 "" 0 0 50 H V C CNN
|
||||
F2 "Relays_THT:Relay_SPDT_HJR-4102" 1100 -50 50 H I C CNN
|
||||
F3 "" 450 150 50 H I C CNN
|
||||
$FPLIST
|
||||
Relay*HJR?4102*
|
||||
$ENDFPLIST
|
||||
|
@ -643,3 +648,5 @@ X ~ 8 -200 -300 100 U 50 50 1 1 P
|
|||
X ~ 12 200 -300 100 U 50 50 1 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
#End Library
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue