-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspot_welder.net
518 lines (518 loc) · 19.1 KB
/
spot_welder.net
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
(export (version D)
(design
(source C:\work\git_playground\igbt\spot_welder\spot_welder\spot_welder.sch)
(date "24.06.2020 09:33:43")
(tool "Eeschema (5.0.2)-1")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title)
(company)
(rev)
(date)
(source spot_welder.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref U5)
(value MOC3062M)
(footprint Package_DIP:DIP-6_W7.62mm_LongPads)
(datasheet http://www.fairchildsemi.com/ds/MO/MOC3061M.pdf)
(libsource (lib Relay_SolidState) (part MOC3062M) (description "Zero Cross Opto-Triac, Vdrm 600V, Ift 10mA, DIP6"))
(sheetpath (names /) (tstamps /))
(tstamp 5EECF25B))
(comp (ref R4)
(value R)
(footprint Resistor_SMD:R_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5EECF2EE))
(comp (ref D1)
(value BTA24-600B)
(footprint Package_TO_SOT_THT:TO-220-3_Vertical)
(datasheet ~)
(libsource (lib Device) (part Q_TRIAC_A1A2G) (description "Triode for alternating current, anode1/anode2/gate"))
(sheetpath (names /) (tstamps /))
(tstamp 5EECF482))
(comp (ref R5)
(value R)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5EECF533))
(comp (ref R6)
(value R)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5EECF58C))
(comp (ref R7)
(value R)
(footprint Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5EECF796))
(comp (ref J1)
(value Conn_01x02_Female)
(footprint Connector_Phoenix_GMSTB:PhoenixContact_GMSTBVA_2,5_2-G-7,62_1x02_P7.62mm_Vertical)
(datasheet ~)
(libsource (lib Connector) (part Conn_01x02_Female) (description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5EECF850))
(comp (ref J2)
(value Conn_01x02_Female)
(footprint Connector_Phoenix_GMSTB:PhoenixContact_GMSTBVA_2,5_2-G-7,62_1x02_P7.62mm_Vertical)
(datasheet ~)
(libsource (lib Connector) (part Conn_01x02_Female) (description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5EECF92B))
(comp (ref C1)
(value C)
(footprint Capacitor_THT:C_Rect_L13.0mm_W3.0mm_P10.00mm_FKS3_FKP3_MKS4)
(datasheet ~)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5EECFBA9))
(comp (ref U1)
(value Stm8S103F6_module)
(footprint ebay_modules:DIP-20_600_ELL)
(libsource (lib marcin_schematic) (part Stm8S103F6_module) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5EED1B37))
(comp (ref Q1)
(value BC807)
(footprint Package_TO_SOT_SMD:SOT-23)
(datasheet ~)
(libsource (lib Device) (part Q_PNP_BEC) (description "PNP transistor, base/emitter/collector"))
(sheetpath (names /) (tstamps /))
(tstamp 5EED1D00))
(comp (ref Q2)
(value BC807)
(footprint Package_TO_SOT_SMD:SOT-23)
(datasheet ~)
(libsource (lib Device) (part Q_PNP_BEC) (description "PNP transistor, base/emitter/collector"))
(sheetpath (names /) (tstamps /))
(tstamp 5EED1D6A))
(comp (ref Q3)
(value BC807)
(footprint Package_TO_SOT_SMD:SOT-23)
(datasheet ~)
(libsource (lib Device) (part Q_PNP_BEC) (description "PNP transistor, base/emitter/collector"))
(sheetpath (names /) (tstamps /))
(tstamp 5EED1DB2))
(comp (ref R1)
(value 1k)
(footprint Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5EED1EC3))
(comp (ref R2)
(value 1k)
(footprint Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5EED22A0))
(comp (ref R3)
(value 1k)
(footprint Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5EED22DA))
(comp (ref SW1)
(value Rotary_Encoder_Switch)
(footprint Rotary_Encoder:RotaryEncoder_Alps_EC12E-Switch_Vertical_H20mm_CircularMountingHoles)
(datasheet ~)
(libsource (lib Device) (part Rotary_Encoder_Switch) (description "Rotary encoder, dual channel, incremental quadrate outputs, with switch"))
(sheetpath (names /) (tstamps /))
(tstamp 5EF04048))
(comp (ref J3)
(value Supply)
(footprint Connector_Phoenix_GMSTB:PhoenixContact_GMSTBVA_2,5_2-G-7,62_1x02_P7.62mm_Vertical)
(datasheet ~)
(libsource (lib Connector) (part Conn_01x02_Female) (description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5EF4A07A))
(comp (ref H1)
(value MountingHole)
(footprint MountingHole:MountingHole_3.2mm_M3_DIN965_Pad)
(datasheet ~)
(libsource (lib Mechanical) (part MountingHole) (description "Mounting Hole without connection"))
(sheetpath (names /) (tstamps /))
(tstamp 5EF6B686))
(comp (ref H2)
(value MountingHole)
(footprint MountingHole:MountingHole_3.2mm_M3_DIN965_Pad)
(datasheet ~)
(libsource (lib Mechanical) (part MountingHole) (description "Mounting Hole without connection"))
(sheetpath (names /) (tstamps /))
(tstamp 5EF6F4BE))
(comp (ref H3)
(value MountingHole)
(footprint MountingHole:MountingHole_3.2mm_M3_DIN965_Pad)
(datasheet ~)
(libsource (lib Mechanical) (part MountingHole) (description "Mounting Hole without connection"))
(sheetpath (names /) (tstamps /))
(tstamp 5EF6F500))
(comp (ref H4)
(value MountingHole)
(footprint MountingHole:MountingHole_3.2mm_M3_DIN965_Pad)
(datasheet ~)
(libsource (lib Mechanical) (part MountingHole) (description "Mounting Hole without connection"))
(sheetpath (names /) (tstamps /))
(tstamp 5EF6F54A))
(comp (ref R9)
(value 220)
(footprint Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5EF8C27B))
(comp (ref R12)
(value 220)
(footprint Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5EF8C48C))
(comp (ref R10)
(value 220)
(footprint Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5EF8C4DE))
(comp (ref R13)
(value 220)
(footprint Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5EF8C532))
(comp (ref R11)
(value 220)
(footprint Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5EF8C5A1))
(comp (ref R14)
(value 220)
(footprint Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5EF8C5FF))
(comp (ref R8)
(value 220)
(footprint Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5EFAEF36))
(comp (ref D2)
(value SM410363)
(footprint ebay_modules:SM410363)
(libsource (lib marcin_schematic) (part SM410363) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5EF29973)))
(libparts
(libpart (lib Connector) (part Conn_01x02_Female)
(description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_1x??_*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x02_Female))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))))
(libpart (lib Device) (part C)
(description "Unpolarized capacitor")
(docs ~)
(footprints
(fp C_*))
(fields
(field (name Reference) C)
(field (name Value) C))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib Device) (part Q_PNP_BEC)
(description "PNP transistor, base/emitter/collector")
(docs ~)
(fields
(field (name Reference) Q)
(field (name Value) Q_PNP_BEC))
(pins
(pin (num 1) (name B) (type input))
(pin (num 2) (name E) (type passive))
(pin (num 3) (name C) (type passive))))
(libpart (lib Device) (part Q_TRIAC_A1A2G)
(description "Triode for alternating current, anode1/anode2/gate")
(docs ~)
(fields
(field (name Reference) D)
(field (name Value) Q_TRIAC_A1A2G))
(pins
(pin (num 1) (name A1) (type passive))
(pin (num 2) (name A2) (type passive))
(pin (num 3) (name G) (type input))))
(libpart (lib Device) (part R)
(description Resistor)
(docs ~)
(footprints
(fp R_*))
(fields
(field (name Reference) R)
(field (name Value) R))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib Device) (part Rotary_Encoder_Switch)
(description "Rotary encoder, dual channel, incremental quadrate outputs, with switch")
(docs ~)
(footprints
(fp RotaryEncoder*Switch*))
(fields
(field (name Reference) SW)
(field (name Value) Rotary_Encoder_Switch))
(pins
(pin (num A) (name A) (type passive))
(pin (num B) (name B) (type passive))
(pin (num C) (name C) (type passive))
(pin (num S1) (name S1) (type passive))
(pin (num S2) (name S2) (type passive))))
(libpart (lib Mechanical) (part MountingHole)
(description "Mounting Hole without connection")
(docs ~)
(footprints
(fp MountingHole*))
(fields
(field (name Reference) H)
(field (name Value) MountingHole)))
(libpart (lib Relay_SolidState) (part MOC3031M)
(aliases
(alias MOC3032M)
(alias MOC3033M)
(alias MOC3041M)
(alias MOC3042M)
(alias MOC3043M)
(alias MOC3081M)
(alias MOC3082M)
(alias MOC3083M)
(alias MOC3061M)
(alias MOC3062M)
(alias MOC3063M)
(alias MOC3162M)
(alias MOC3163M))
(description "Zero Cross Opto-Triac, Vdrm 250V, Ift 15mA, DIP6")
(docs http://www.fairchildsemi.com/ds/MO/MOC3031M.pdf)
(footprints
(fp DIP*W7.62mm*)
(fp SMDIP*W9.53mm*)
(fp DIP*W10.16mm*))
(fields
(field (name Reference) U)
(field (name Value) MOC3031M))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))
(pin (num 3) (name NC) (type NotConnected))
(pin (num 4) (name ~) (type passive))
(pin (num 5) (name NC) (type NotConnected))
(pin (num 6) (name ~) (type passive))))
(libpart (lib marcin_schematic) (part SM410363)
(fields
(field (name Reference) D)
(field (name Value) SM410363))
(pins
(pin (num 1) (name E) (type input))
(pin (num 2) (name D) (type input))
(pin (num 3) (name DP) (type input))
(pin (num 4) (name C) (type input))
(pin (num 5) (name G) (type input))
(pin (num 6) (name B) (type input))
(pin (num 7) (name C1) (type power_in))
(pin (num 8) (name C2) (type power_in))
(pin (num 9) (name F) (type input))
(pin (num 10) (name A) (type input))
(pin (num 11) (name C3) (type power_in))))
(libpart (lib marcin_schematic) (part Stm8S103F6_module)
(fields
(field (name Reference) U)
(field (name Value) Stm8S103F6_module))
(pins
(pin (num 1) (name D4) (type input))
(pin (num 2) (name D5) (type input))
(pin (num 3) (name D6) (type input))
(pin (num 4) (name RST) (type input))
(pin (num 5) (name A1) (type input))
(pin (num 6) (name A2) (type input))
(pin (num 7) (name GND) (type power_in))
(pin (num 8) (name 5V) (type power_in))
(pin (num 9) (name 3V3) (type power_in))
(pin (num 10) (name A3) (type input))
(pin (num 11) (name B5) (type input))
(pin (num 12) (name B4) (type input))
(pin (num 13) (name C3) (type input))
(pin (num 14) (name C4) (type input))
(pin (num 15) (name C5) (type input))
(pin (num 16) (name C6) (type input))
(pin (num 17) (name C7) (type input))
(pin (num 18) (name D1) (type input))
(pin (num 19) (name D2) (type input))
(pin (num 20) (name D3) (type input)))))
(libraries
(library (logical Connector)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Connector.lib"))
(library (logical Device)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Device.lib"))
(library (logical Mechanical)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Mechanical.lib"))
(library (logical Relay_SolidState)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Relay_SolidState.lib"))
(library (logical marcin_schematic)
(uri C:/Users/nxf29707/Downloads/flyback_archive/marcin_schematic.lib)))
(nets
(net (code 1) (name /swim)
(node (ref U1) (pin 18)))
(net (code 2) (name /OPTO)
(node (ref U1) (pin 10))
(node (ref U5) (pin 2)))
(net (code 3) (name "Net-(Q3-Pad1)")
(node (ref Q3) (pin 1))
(node (ref R3) (pin 2)))
(net (code 4) (name "Net-(J3-Pad2)")
(node (ref J3) (pin 2))
(node (ref U1) (pin 8)))
(net (code 5) (name "Net-(R2-Pad2)")
(node (ref R2) (pin 2))
(node (ref U1) (pin 14)))
(net (code 6) (name "Net-(R1-Pad1)")
(node (ref U1) (pin 15))
(node (ref R1) (pin 1)))
(net (code 7) (name "Net-(R9-Pad1)")
(node (ref R9) (pin 1))
(node (ref U1) (pin 20)))
(net (code 8) (name "Net-(R12-Pad1)")
(node (ref U1) (pin 19))
(node (ref R12) (pin 1)))
(net (code 9) (name "Net-(R10-Pad1)")
(node (ref R10) (pin 1))
(node (ref U1) (pin 17)))
(net (code 10) (name GND)
(node (ref U1) (pin 7))
(node (ref J3) (pin 1))
(node (ref SW1) (pin S2))
(node (ref SW1) (pin C)))
(net (code 11) (name "Net-(R13-Pad1)")
(node (ref U1) (pin 16))
(node (ref R13) (pin 1)))
(net (code 12) (name /SW)
(node (ref SW1) (pin S1))
(node (ref U1) (pin 3)))
(net (code 13) (name /EN_A)
(node (ref U1) (pin 5))
(node (ref SW1) (pin A)))
(net (code 14) (name /EN_B)
(node (ref SW1) (pin B))
(node (ref U1) (pin 6)))
(net (code 15) (name "Net-(D2-Pad7)")
(node (ref D2) (pin 7))
(node (ref Q3) (pin 2)))
(net (code 16) (name "Net-(D2-Pad8)")
(node (ref Q2) (pin 2))
(node (ref D2) (pin 8)))
(net (code 17) (name "Net-(D2-Pad11)")
(node (ref Q1) (pin 2))
(node (ref D2) (pin 11)))
(net (code 18) (name "Net-(R3-Pad1)")
(node (ref U1) (pin 13))
(node (ref R3) (pin 1)))
(net (code 19) (name "Net-(R11-Pad1)")
(node (ref U1) (pin 12))
(node (ref R11) (pin 1)))
(net (code 20) (name "Net-(R14-Pad1)")
(node (ref R14) (pin 1))
(node (ref U1) (pin 11)))
(net (code 21) (name "Net-(R8-Pad2)")
(node (ref R8) (pin 2))
(node (ref U1) (pin 1)))
(net (code 22) (name "Net-(J1-Pad2)")
(node (ref J2) (pin 1))
(node (ref J1) (pin 2)))
(net (code 23) (name "Net-(C1-Pad1)")
(node (ref C1) (pin 1))
(node (ref R7) (pin 1)))
(net (code 24) (name "Net-(R4-Pad2)")
(node (ref U5) (pin 1))
(node (ref R4) (pin 2)))
(net (code 25) (name "Net-(U5-Pad3)")
(node (ref U5) (pin 3)))
(net (code 26) (name "Net-(D1-Pad3)")
(node (ref R6) (pin 2))
(node (ref U5) (pin 4))
(node (ref D1) (pin 3)))
(net (code 27) (name "Net-(U5-Pad5)")
(node (ref U5) (pin 5)))
(net (code 28) (name "Net-(C1-Pad2)")
(node (ref D1) (pin 1))
(node (ref R6) (pin 1))
(node (ref C1) (pin 2))
(node (ref J2) (pin 2)))
(net (code 29) (name "Net-(D1-Pad2)")
(node (ref J1) (pin 1))
(node (ref R7) (pin 2))
(node (ref R5) (pin 1))
(node (ref D1) (pin 2)))
(net (code 30) (name "Net-(R5-Pad2)")
(node (ref R5) (pin 2))
(node (ref U5) (pin 6)))
(net (code 31) (name /c)
(node (ref R13) (pin 2))
(node (ref D2) (pin 4)))
(net (code 32) (name +3V3)
(node (ref R4) (pin 1))
(node (ref Q3) (pin 3))
(node (ref Q2) (pin 3))
(node (ref Q1) (pin 3))
(node (ref U1) (pin 9)))
(net (code 33) (name /a)
(node (ref R12) (pin 2))
(node (ref D2) (pin 10)))
(net (code 34) (name /b)
(node (ref D2) (pin 6))
(node (ref R8) (pin 1)))
(net (code 35) (name /d)
(node (ref D2) (pin 2))
(node (ref R14) (pin 2)))
(net (code 36) (name /e)
(node (ref R11) (pin 2))
(node (ref D2) (pin 1)))
(net (code 37) (name /f)
(node (ref R9) (pin 2))
(node (ref D2) (pin 9)))
(net (code 38) (name /g)
(node (ref R10) (pin 2))
(node (ref D2) (pin 5)))
(net (code 39) (name /dp)
(node (ref D2) (pin 3)))
(net (code 40) (name "Net-(U1-Pad2)")
(node (ref U1) (pin 2)))
(net (code 41) (name "Net-(U1-Pad4)")
(node (ref U1) (pin 4)))
(net (code 42) (name "Net-(Q1-Pad1)")
(node (ref R1) (pin 2))
(node (ref Q1) (pin 1)))
(net (code 43) (name "Net-(Q2-Pad1)")
(node (ref Q2) (pin 1))
(node (ref R2) (pin 1)))))