added NTC, PTC, NTC_3write, PTC_3wire, NTC_4wire, PTC_4wire

+ some minor corrections to symbols (text alignment/placing, ...)
+ all new symbols conform to KLC (except datasheets, as they are general symbols)
This commit is contained in:
jkriege2 2016-09-30 10:50:21 +02:00
parent e897cc35bb
commit 82d703228b
2 changed files with 191 additions and 21 deletions

View file

@ -540,6 +540,21 @@ K absolute pressure sensor
F http://www.nxp.com/files/sensors/doc/data_sheet/MPXA6115A.pdf
$ENDCMP
#
$CMP NTC
D temperature dependent resistor, negative temperature coefficient (NTC)
K thermistor NTC resistor sensor RTD
$ENDCMP
#
$CMP NTC_3wire
D temperature dependent resistor, negative temperature coefficient (NTC), 3-wire interface
K thermistor NTC resistor sensor RTD
$ENDCMP
#
$CMP NTC_4wire
D temperature dependent resistor, negative temperature coefficient (NTC), 4-wire interface
K thermistor NTC resistor sensor RTD
$ENDCMP
#
$CMP PT100
D PT100 platinum temperature sensor (RTD)
K platinum temperature sensor RTD
@ -594,21 +609,36 @@ K platinum temperature sensor RTD
F https://www.heraeus.com/media/media/group/doc_group/products_1/hst/sot_to/de_15/to_92_d.pdf
$ENDCMP
#
$CMP PTC
D temperature dependent resistor, positive temperature coefficient (PTC)
K thermistor PTC resistor sensor RTD
$ENDCMP
#
$CMP PTC_3wire
D temperature dependent resistor, positive temperature coefficient (PTC), 3-wire interface
K thermistor PTC resistor sensor RTD
$ENDCMP
#
$CMP PTC_4wire
D temperature dependent resistor, positive temperature coefficient (PTC), 4-wire interface
K thermistor PTC resistor sensor RTD
$ENDCMP
#
$CMP RTD
D platinum temperature sensor (RTD)
K platinum temperature sensor RTD
K platinum temperature sensor RTD PTC
F https://en.wikipedia.org/wiki/Resistance_thermometer
$ENDCMP
#
$CMP RTD_3wire
D platinum temperature sensor (RTD), 3-wire interface
K platinum temperature sensor RTD
K platinum temperature sensor RTD PTC
F https://en.wikipedia.org/wiki/Resistance_thermometer
$ENDCMP
#
$CMP RTD_4wire
D platinum temperature sensor (RTD), 4-wire interface
K platinum temperature sensor RTD
K platinum temperature sensor RTD PTC
F https://en.wikipedia.org/wiki/Resistance_thermometer
$ENDCMP
#

View file

@ -1161,21 +1161,17 @@ X NC 8 100 -300 100 U 50 50 1 1 N N
ENDDRAW
ENDDEF
#
# RTD
# NTC
#
DEF RTD TH 0 0 N Y 1 F N
F0 "TH" 100 100 50 V V C CNN
F1 "RTD" 165 180 50 V V C CNN
DEF NTC TH 0 0 N Y 1 F N
F0 "TH" 100 25 50 V V L CNN
F1 "NTC" 175 25 50 V V L CNN
F2 "" 0 50 50 H I C CNN
F3 "" 0 50 50 H I C CNN
ALIAS PT1000 PT500 PT100
$FPLIST
TO-92-2
PIN_ARRAY_2X1
bornier2
TerminalBlock*2pol
TO92-2
SOD70
$ENDFPLIST
DRAW
A -86 208 7 -265 818 0 1 0 N -80 205 -85 215
@ -1188,19 +1184,20 @@ A -64 239 20 -1075 -253 0 1 0 N -70 220 -45 230
S -40 200 40 -100 0 1 8 N
P 2 0 1 0 -60 205 -60 230 N
P 5 0 1 0 -75 175 -75 125 75 -25 75 -75 75 -75 N
P 6 0 1 0 -90 -95 -90 -5 -100 -35 -80 -35 -90 -5 -90 -15 F
P 6 0 1 0 -60 -5 -60 -95 -70 -65 -50 -65 -60 -95 -60 -85 F
X ~ 1 0 300 100 D 50 50 1 1 P
X ~ 2 0 -200 100 U 50 50 1 1 P
ENDDRAW
ENDDEF
#
# RTD_3wire
# NTC_3wire
#
DEF RTD_3wire TH 0 0 Y Y 1 F N
F0 "TH" 150 150 50 H V C CNN
F1 "RTD_3wire" 300 50 50 H V C CNN
DEF NTC_3wire TH 0 0 Y Y 1 F N
F0 "TH" 75 150 50 H V L CNN
F1 "NTC_3wire" 75 50 50 H V L CNN
F2 "" 0 50 50 H I C CNN
F3 "" 0 50 50 H I C CNN
ALIAS PT500_3wire PT1000_3wire PT100_3wire
$FPLIST
PIN_ARRAY_3X1
bornier3
@ -1221,20 +1218,21 @@ P 3 0 1 0 0 -100 0 -200 100 -200 N
P 3 0 1 0 0 200 0 400 100 400 N
P 3 0 1 0 100 300 75 300 0 225 N
P 5 0 1 0 -75 175 -75 125 75 -25 75 -75 75 -75 N
P 6 0 1 0 -90 -95 -90 -5 -100 -35 -80 -35 -90 -5 -90 -15 F
P 6 0 1 0 -60 -5 -60 -95 -70 -65 -50 -65 -60 -95 -60 -85 F
X ~ 1 200 400 100 L 50 50 1 1 P
X ~ 2 200 300 100 L 50 50 1 1 P
X ~ 3 200 -200 100 L 50 50 1 1 P
ENDDRAW
ENDDEF
#
# RTD_4wire
# NTC_4wire
#
DEF RTD_4wire TH 0 0 Y Y 1 F N
F0 "TH" 150 150 50 H V C CNN
F1 "RTD_4wire" 300 50 50 H V C CNN
DEF NTC_4wire TH 0 0 Y Y 1 F N
F0 "TH" 75 150 50 H V L CNN
F1 "NTC_4wire" 75 50 50 H V L CNN
F2 "" 0 50 50 H I C CNN
F3 "" 0 50 50 H I C CNN
ALIAS PT500_4wire PT1000_4wire PT100_4wire
$FPLIST
PIN_ARRAY_4X1
bornier4
@ -1257,6 +1255,148 @@ P 3 0 1 0 0 200 0 400 100 400 N
P 3 0 1 0 100 -200 70 -200 0 -130 N
P 3 0 1 0 100 300 75 300 0 225 N
P 5 0 1 0 -75 175 -75 125 75 -25 75 -75 75 -75 N
P 6 0 1 0 -90 -95 -90 -5 -100 -35 -80 -35 -90 -5 -90 -15 F
P 6 0 1 0 -60 -5 -60 -95 -70 -65 -50 -65 -60 -95 -60 -85 F
X ~ 1 200 400 100 L 50 50 1 1 P
X ~ 2 200 300 100 L 50 50 1 1 P
X ~ 3 200 -200 100 L 50 50 1 1 P
X ~ 4 200 -300 100 L 50 50 1 1 P
ENDDRAW
ENDDEF
#
# PT100
#
DEF PT100 TH 0 0 N Y 1 F N
F0 "TH" 100 25 50 V V L CNN
F1 "PT100" 175 25 50 V V L CNN
F2 "" 0 50 50 H I C CNN
F3 "" 0 50 50 H I C CNN
ALIAS PT1000 PT500
$FPLIST
TO-92-2
PIN_ARRAY_2X1
bornier2
TerminalBlock*2pol
TO92-2
SOD70
$ENDFPLIST
DRAW
A -86 208 7 -265 818 0 1 0 N -80 205 -85 215
A -70 205 10 1800 -900 0 1 0 N -80 205 -70 195
A -70 205 10 -900 0 0 1 0 N -70 195 -60 205
A -70 230 10 0 900 0 1 0 N -60 230 -70 240
A -70 230 10 900 1800 0 1 0 N -70 240 -80 230
A -70 230 10 1800 -900 0 1 0 N -80 230 -70 220
A -64 239 20 -1075 -253 0 1 0 N -70 220 -45 230
S -40 200 40 -100 0 1 8 N
P 2 0 1 0 -60 205 -60 230 N
P 5 0 1 0 -75 175 -75 125 75 -25 75 -75 75 -75 N
P 6 0 1 0 -90 -95 -90 -5 -100 -35 -80 -35 -90 -5 -90 -15 F
P 6 0 1 0 -60 -95 -60 -5 -70 -35 -50 -35 -60 -5 -60 -15 F
X ~ 1 0 300 100 D 50 50 1 1 P
X ~ 2 0 -200 100 U 50 50 1 1 P
ENDDRAW
ENDDEF
#
# PTC
#
DEF PTC TH 0 0 N Y 1 F N
F0 "TH" 100 25 50 V V L CNN
F1 "PTC" 175 25 50 V V L CNN
F2 "" 50 -150 50 H I L CNN
F3 "" 0 50 50 H I C CNN
ALIAS RTD
$FPLIST
PIN_ARRAY_2X1
bornier2
TerminalBlock*2pol
$ENDFPLIST
DRAW
A -86 208 7 -265 818 0 1 0 N -80 205 -85 215
A -70 205 10 1800 -900 0 1 0 N -80 205 -70 195
A -70 205 10 -900 0 0 1 0 N -70 195 -60 205
A -70 230 10 0 900 0 1 0 N -60 230 -70 240
A -70 230 10 900 1800 0 1 0 N -70 240 -80 230
A -70 230 10 1800 -900 0 1 0 N -80 230 -70 220
A -64 239 20 -1075 -253 0 1 0 N -70 220 -45 230
S -40 200 40 -100 0 1 10 N
P 2 0 1 0 -60 205 -60 230 N
P 5 0 1 0 -75 175 -75 125 75 -25 75 -75 75 -75 N
P 6 0 1 0 -90 -95 -90 -5 -100 -35 -80 -35 -90 -5 -90 -15 F
P 6 0 1 0 -60 -95 -60 -5 -70 -35 -50 -35 -60 -5 -60 -15 F
X ~ 1 0 300 100 D 50 50 1 1 P
X ~ 2 0 -200 100 U 50 50 1 1 P
ENDDRAW
ENDDEF
#
# PTC_3wire
#
DEF PTC_3wire TH 0 0 Y Y 1 F N
F0 "TH" 75 150 50 H V L CNN
F1 "PTC_3wire" 75 50 50 H V L CNN
F2 "" 0 50 50 H I C CNN
F3 "" 0 50 50 H I C CNN
ALIAS PT500_3wire PT1000_3wire PT100_3wire RTD_3wire
$FPLIST
PIN_ARRAY_3X1
bornier3
TerminalBlock*3pol
$ENDFPLIST
DRAW
A -86 208 7 -265 818 0 1 0 N -80 205 -85 215
A -70 205 10 1800 -900 0 1 0 N -80 205 -70 195
A -70 205 10 -900 0 0 1 0 N -70 195 -60 205
A -70 230 10 0 900 0 1 0 N -60 230 -70 240
A -70 230 10 900 1800 0 1 0 N -70 240 -80 230
A -70 230 10 1800 -900 0 1 0 N -80 230 -70 220
A -64 239 20 -1075 -253 0 1 0 N -70 220 -45 230
C 0 225 10 0 1 0 F
S -40 200 40 -100 0 1 8 N
P 2 0 1 0 -60 205 -60 230 N
P 3 0 1 0 0 -100 0 -200 100 -200 N
P 3 0 1 0 0 200 0 400 100 400 N
P 3 0 1 0 100 300 75 300 0 225 N
P 5 0 1 0 -75 175 -75 125 75 -25 75 -75 75 -75 N
P 6 0 1 0 -90 -95 -90 -5 -100 -35 -80 -35 -90 -5 -90 -15 F
P 6 0 1 0 -60 -95 -60 -5 -70 -35 -50 -35 -60 -5 -60 -15 F
X ~ 1 200 400 100 L 50 50 1 1 P
X ~ 2 200 300 100 L 50 50 1 1 P
X ~ 3 200 -200 100 L 50 50 1 1 P
ENDDRAW
ENDDEF
#
# PTC_4wire
#
DEF PTC_4wire TH 0 0 Y Y 1 F N
F0 "TH" 75 150 50 H V L CNN
F1 "PTC_4wire" 75 50 50 H V L CNN
F2 "" 0 50 50 H I C CNN
F3 "" 0 50 50 H I C CNN
ALIAS PT500_4wire PT1000_4wire PT100_4wire RTD_4wire
$FPLIST
PIN_ARRAY_4X1
bornier4
TerminalBlock*4pol
$ENDFPLIST
DRAW
A -86 208 7 -265 818 0 1 0 N -80 205 -85 215
A -70 205 10 1800 -900 0 1 0 N -80 205 -70 195
A -70 205 10 -900 0 0 1 0 N -70 195 -60 205
A -70 230 10 0 900 0 1 0 N -60 230 -70 240
A -70 230 10 900 1800 0 1 0 N -70 240 -80 230
A -70 230 10 1800 -900 0 1 0 N -80 230 -70 220
A -64 239 20 -1075 -253 0 1 0 N -70 220 -45 230
C 0 -135 10 0 1 0 F
C 0 225 10 0 1 0 F
S -40 200 40 -100 0 1 8 N
P 2 0 1 0 -60 205 -60 230 N
P 3 0 1 0 0 -100 0 -300 100 -300 N
P 3 0 1 0 0 200 0 400 100 400 N
P 3 0 1 0 100 -200 70 -200 0 -130 N
P 3 0 1 0 100 300 75 300 0 225 N
P 5 0 1 0 -75 175 -75 125 75 -25 75 -75 75 -75 N
P 6 0 1 0 -90 -95 -90 -5 -100 -35 -80 -35 -90 -5 -90 -15 F
P 6 0 1 0 -60 -95 -60 -5 -70 -35 -50 -35 -60 -5 -60 -15 F
X ~ 1 200 400 100 L 50 50 1 1 P
X ~ 2 200 300 100 L 50 50 1 1 P
X ~ 3 200 -200 100 L 50 50 1 1 P