component
teazzers-taprite-solonoid-638-0031-multicarrier
Public Unreviewedby Caleb
Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0 - Carrier board for (4) Taprite Solenoid (638-0031) breaking out [Power]. Includes red "power on" LEDs. Drive current = 0.7A/solenoid
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000500150025003500450055006500750085009501050115012501350145015501650175018501950205021502250235024502550265027502850295030503150325033503450355036503750385039504050415042504350445045504650475048504950505051505250535054505550565057505850595060506150625063506450655066506750685069507050715072507350745075507650775078507950805081508250835084508550865087508850895090509150925093509450955096509750985099510051015102510351045105510651075108510951105111511251135114511551165117511851195120512151225123512451255126512751285129513051315132513351345135513651375138513951405141514251435144514551465147514851495150515151525153515451555156515751585159516051615162516351645165516651675168516951705171517251735174517551765177517851795180518151825183518451855186518751885189519051915192519351945195519651975198519952005201520252035204520552065207520852095210521152125213521452155216521752185219522052215222522352245225522652275228522952305231523252335234523552365237523852395240524152425243524452455246524752485249525052515252525352545255525652575258525952605261526252635264526552665267526852695270527152725273527452755276527752785279528052815282528352845285528652875288528952905291529252935294529552965297529852995300530153025303530453055306530753085309531053115312531353145315531653175318531953205321532253235324532553265327532853295330533153325333533453355336533753385339534053415342534353445345534653475348534953505351535253535354535553565357535853595360536153625363536453655366536753685369537053715372537353745375537653775378537953805381538253835384538553865387538853895390539153925393539453955396539753985399540054015402540354045405540654075408540954105411541254135414541554165417541854195420542154225423542454255426542754285429543054315432543354345435543654375438543954405441544254435444544554465447544854495450545154525453545454555456545754585459546054615462546354645465546654675468546954705471547254735474547554765477547854795480548154825483548454855486548754885489549054915492549354945495549654975498549955005501550255035504550555065507550855095510551155125513551455155516551755185519552055215522552355245525552655275528552955305531553255335534553555365537553855395540554155425543554455455546554755485549555055515552555355545555555655575558555955605561556255635564556555665567556855695570557155725573557455755576557755785579558055815582558355845585558655875588558955905591559255935594559555965597559855995600560156025603560456055606560756085609561056115612561356145615561656175618561956205621562256235624562556265627562856295630563156325633563456355636563756385639564056415642564356445645564656475648564956505651565256535654565556565657565856595660566156625663566456655666566756685669567056715672567356745675567656775678567956805681568256835684568556865687568856895690569156925693569456955696569756985699570057015702570357045705570657075708570957105711571257135714571557165717571857195720572157225723572457255726572757285729573057315732573357345735573657375738573957405741574257435744574557465747574857495750575157525753575457555756575757585759576057615762576357645765576657675768576957705771577257735774577557765777577857795780578157825783578457855786578757885789579057915792579357945795579657975798579958005801580258035804580558065807580858095810581158125813581458155816581758185819582058215822582358245825582658275828582958305831583258335834583558365837583858395840584158425843584458455846584758485849585058515852585358545855585658575858585958605861586258635864586558665867586858695870587158725873587458755876587758785879588058815882588358845885588658875888588958905891589258935894589558965897589858995900590159025903590459055906590759085909591059115912591359145915591659175918591959205921592259235924592559265927592859295930593159325933593459355936593759385939594059415942594359445945594659475948594959505951595259535954595559565957595859595960596159625963596459655966596759685969597059715972597359745975597659775978597959805981598259835984598559865987598859895990599159925993599459955996599759985999600060016002600360046005600660076008600960106011601260136014601560166017601860196020602160226023602460256026602760286029603060316032603360346035603660376038603960406041604260436044604560466047604860496050605160526053605460556056605760586059606060616062606360646065606660676068606960706071607260736074607560766077607860796080608160826083608460856086608760886089609060916092609360946095609660976098609961006101610261036104610561066107610861096110611161126113611461156116611761186119612061216122612361246125612661276128612961306131613261336134613561366137613861396140614161426143614461456146614761486149615061516152615361546155615661576158615961606161616261636164616561666167616861696170617161726173617461756176617761786179618061816182618361846185618661876188618961906191619261936194619561966197619861996200620162026203620462056206620762086209621062116212621362146215621662176218621962206221622262236224622562266227622862296230623162326233623462356236623762386239624062416242624362446245624662476248624962506251625262536254625562566257625862596260626162626263626462656266626762686269627062716272627362746275627662776278627962806281628262836284628562866287628862896290629162926293629462956296629762986299630063016302630363046305630663076308630963106311631263136314631563166317631863196320632163226323632463256326632763286329633063316332633363346335633663376338633963406341634263436344634563466347634863496350635163526353635463556356635763586359636063616362636363646365636663676368636963706371637263736374637563766377637863796380638163826383638463856386638763886389639063916392639363946395639663976398639964006401640264036404640564066407640864096410641164126413641464156416641764186419642064216422642364246425642664276428642964306431643264336434643564366437643864396440644164426443644464456446644764486449645064516452645364546455645664576458645964606461646264636464646564666467646864696470647164726473647464756476647764786479648064816482648364846485648664876488648964906491649264936494649564966497649864996500650165026503650465056506650765086509651065116512651365146515651665176518651965206521652265236524652565266527652865296530653165326533653465356536653765386539654065416542654365446545654665476548654965506551655265536554655565566557655865596560656165626563656465656566656765686569657065716572657365746575657665776578657965806581658265836584658565866587658865896590659165926593659465956596659765986599660066016602660366046605660666076608660966106611661266136614661566166617661866196620662166226623662466256626662766286629663066316632663366346635663666376638663966406641664266436644664566466647664866496650665166526653665466556656665766586659666066616662666366646665666666676668666966706671667266736674667566766677667866796680668166826683668466856686668766886689669066916692669366946695669666976698669967006701670267036704670567066707670867096710671167126713671467156716671767186719672067216722672367246725672667276728672967306731673267336734673567366737673867396740674167426743674467456746674767486749675067516752675367546755675667576758675967606761676267636764676567666767676867696770677167726773677467756776677767786779678067816782678367846785678667876788678967906791679267936794679567966797679867996800680168026803680468056806680768086809681068116812681368146815681668176818681968206821682268236824682568266827682868296830683168326833683468356836683768386839684068416842684368446845684668476848684968506851685268536854685568566857685868596860686168626863686468656866686768686869687068716872687368746875687668776878687968806881688268836884688568866887688868896890689168926893689468956896689768986899690069016902690369046905690669076908690969106911691269136914691569166917691869196920692169226923
(kicad_sch
(version 20260306)
(generator "eeschema")
(generator_version "10.0")
(uuid "3d26cab6-2549-4119-bc35-b3c7196ca480")
(paper "A4")
(title_block
(title "Pressure Pump: IEIK, 5L/PM")
(date "2026-01-13")
(rev "v1.0")
(company "Adom Industries, Inc. ")
(comment 1 "Design Engineer: Caleb Taylor")
)
(lib_symbols
(symbol "Adom KiCad Symbols:Adom_Machine_Contact"
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(in_pos_files yes)
(duplicate_pin_numbers_are_jumpers no)
(property "Reference" "MC"
(at 0 2.54 0)
(show_name no)
(do_not_autoplace yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" ""
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" "Adom Footprint Library:ADOM_MEDIUM_CONTACT"
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" ""
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(symbol "Adom_Machine_Contact_1_0"
(polyline
(pts
(xy 0 1.27) (xy 0.0389 1.2669) (xy 0.0776 1.2619) (xy 0.1161 1.255) (xy 0.1542 1.2461) (xy 0.1919 1.2354)
(xy 0.2292 1.2227) (xy 0.266 1.2081) (xy 0.3021 1.1917) (xy 0.3023 1.1912) (xy 0.3025 1.1908)
(xy 0.3027 1.1903) (xy 0.3029 1.1899) (xy 0.303 1.1895) (xy 0.3032 1.189) (xy 0.3033 1.1886) (xy 0.3033 1.1882)
(xy 0.3034 1.1878) (xy 0.3034 1.1873) (xy 0.3035 1.1869) (xy 0.3035 1.1865) (xy 0.3034 1.1861)
(xy 0.3034 1.1857) (xy 0.3033 1.1854) (xy 0.3032 1.185) (xy 0.1473 0.6033) (xy 0.1917 0.5898)
(xy 0.2348 0.5735) (xy 0.2764 0.5546) (xy 0.3165 0.533) (xy 0.355 0.509) (xy 0.3916 0.4826) (xy 0.4265 0.454)
(xy 0.4594 0.4232) (xy 0.4902 0.3903) (xy 0.5188 0.3554) (xy 0.5452 0.3188) (xy 0.5692 0.2803)
(xy 0.5908 0.2402) (xy 0.6097 0.1986) (xy 0.626 0.1555) (xy 0.6395 0.1111) (xy 1.2212 0.267) (xy 1.2216 0.2671)
(xy 1.2219 0.2671) (xy 1.2223 0.2672) (xy 1.2227 0.2672) (xy 1.2231 0.2672) (xy 1.2235 0.2672)
(xy 1.224 0.2672) (xy 1.2244 0.2671) (xy 1.2248 0.267) (xy 1.2252 0.2669) (xy 1.2257 0.2668) (xy 1.2261 0.2667)
(xy 1.2265 0.2665) (xy 1.227 0.2663) (xy 1.2274 0.2661) (xy 1.2279 0.2659) (xy 1.2287 0.2655)
(xy 1.2295 0.265) (xy 1.2303 0.2644) (xy 1.231 0.2638) (xy 1.2318 0.2632) (xy 1.2327 0.2624) (xy 1.2335 0.2617)
(xy 1.2343 0.2608) (xy 1.2351 0.2599) (xy 1.2359 0.259) (xy 1.2368 0.258) (xy 1.2376 0.2569) (xy 1.2385 0.2558)
(xy 1.2393 0.2546) (xy 1.2402 0.2534) (xy 1.241 0.2521) (xy 1.2428 0.2493) (xy 1.2446 0.2463)
(xy 1.2463 0.2431) (xy 1.2481 0.2397) (xy 1.2499 0.236) (xy 1.2518 0.2321) (xy 1.2536 0.228) (xy 1.2554 0.2237)
(xy 1.2572 0.2192) (xy 1.259 0.2145) (xy 1.2608 0.2096) (xy 1.2626 0.2045) (xy 1.2644 0.1992)
(xy 1.2662 0.1937) (xy 1.268 0.1881) (xy 1.2697 0.1822) (xy 1.2714 0.1762) (xy 1.2731 0.17) (xy 1.2748 0.1636)
(xy 1.2764 0.1571) (xy 1.278 0.1505) (xy 1.2796 0.1436) (xy 1.2811 0.1366) (xy 1.2826 0.1295)
(xy 1.2854 0.1149) (xy 1.2881 0.0997) (xy 1.2906 0.0841) (xy 1.2928 0.0681) (xy 1.2948 0.0517)
(xy 1.2966 0.0351) (xy 1.2981 0.0181) (xy 1.2993 0.001) (xy 1.3003 -0.0162) (xy 1.301 -0.0337)
(xy 1.3014 -0.0512) (xy 1.3016 -0.069) (xy 1.3014 -0.0868) (xy 1.301 -0.1043) (xy 1.3003 -0.1218)
(xy 1.2993 -0.139) (xy 1.2981 -0.1561) (xy 1.2966 -0.1731) (xy 1.2948 -0.1898) (xy 1.2928 -0.2061)
(xy 1.2906 -0.2221) (xy 1.2881 -0.2377) (xy 1.2854 -0.2529) (xy 1.2826 -0.2675) (xy 1.2796 -0.2816)
(xy 1.2764 -0.2951) (xy 1.2731 -0.308) (xy 1.2697 -0.3202) (xy 1.268 -0.3261) (xy 1.2662 -0.3317)
(xy 1.2644 -0.3372) (xy 1.2626 -0.3425) (xy 1.2608 -0.3476) (xy 1.259 -0.3525) (xy 1.2572 -0.3572)
(xy 1.2554 -0.3618) (xy 1.2536 -0.3661) (xy 1.2518 -0.3701) (xy 1.2499 -0.374) (xy 1.2481 -0.3777)
(xy 1.2463 -0.3811) (xy 1.2446 -0.3844) (xy 1.2428 -0.3873) (xy 1.241 -0.3901) (xy 1.2402 -0.3914)
(xy 1.2393 -0.3926) (xy 1.2385 -0.3938) (xy 1.2376 -0.3949) (xy 1.2368 -0.396) (xy 1.2359 -0.397)
(xy 1.2351 -0.3979) (xy 1.2343 -0.3988) (xy 1.2335 -0.3997) (xy 1.2327 -0.4004) (xy 1.2319 -0.4012)
(xy 1.2311 -0.4018) (xy 1.2303 -0.4024) (xy 1.2295 -0.403) (xy 1.2287 -0.4035) (xy 1.2279 -0.4039)
(xy 1.2275 -0.4041) (xy 1.227 -0.4043) (xy 1.2266 -0.4045) (xy 1.2261 -0.4047) (xy 1.2257 -0.4048)
(xy 1.2252 -0.4049) (xy 1.2248 -0.405) (xy 1.2244 -0.4051) (xy 1.224 -0.4052) (xy 1.2235 -0.4052)
(xy 1.2231 -0.4052) (xy 1.2227 -0.4052) (xy 1.2223 -0.4052) (xy 1.2219 -0.4052) (xy 1.2215 -0.4051)
(xy 1.2212 -0.405) (xy 0.6395 -0.2491) (xy 0.626 -0.2935) (xy 0.6097 -0.3366) (xy 0.5908 -0.3782)
(xy 0.5692 -0.4183) (xy 0.5452 -0.4568) (xy 0.5188 -0.4934) (xy 0.4902 -0.5283) (xy 0.4594 -0.5612)
(xy 0.4265 -0.592) (xy 0.3916 -0.6206) (xy 0.355 -0.647) (xy 0.3165 -0.671) (xy 0.2764 -0.6926)
(xy 0.2348 -0.7115) (xy 0.1917 -0.7278) (xy 0.1473 -0.7413) (xy 0.3032 -1.323) (xy 0.3033 -1.3233)
(xy 0.3034 -1.3237) (xy 0.3034 -1.3241) (xy 0.3034 -1.3245) (xy 0.3035 -1.3249) (xy 0.3034 -1.3253)
(xy 0.3034 -1.3258) (xy 0.3033 -1.3262) (xy 0.3033 -1.3266) (xy 0.3032 -1.327) (xy 0.303 -1.3275)
(xy 0.3029 -1.3279) (xy 0.3027 -1.3283) (xy 0.3025 -1.3288) (xy 0.3023 -1.3292) (xy 0.3021 -1.3297)
(xy 0.3015 -1.3307) (xy 0.3009 -1.3317) (xy 0.3002 -1.3327) (xy 0.2994 -1.3337) (xy 0.2984 -1.3347)
(xy 0.2974 -1.3357) (xy 0.2963 -1.3367) (xy 0.2951 -1.3378) (xy 0.2939 -1.3388) (xy 0.2925 -1.3399)
(xy 0.291 -1.341) (xy 0.2895 -1.3421) (xy 0.2878 -1.3431) (xy 0.2861 -1.3442) (xy 0.2843 -1.3453)
(xy 0.2824 -1.3465) (xy 0.2804 -1.3476) (xy 0.2783 -1.3487) (xy 0.2761 -1.3498) (xy 0.2738 -1.351)
(xy 0.2715 -1.3521) (xy 0.269 -1.3533) (xy 0.2665 -1.3544) (xy 0.2639 -1.3555) (xy 0.2612 -1.3567)
(xy 0.2584 -1.3578) (xy 0.2555 -1.359) (xy 0.2526 -1.3601) (xy 0.2496 -1.3613) (xy 0.2465 -1.3624)
(xy 0.2433 -1.3635) (xy 0.2056 -1.3759) (xy 0.1675 -1.3863) (xy 0.129 -1.3947) (xy 0.0903 -1.4013)
(xy 0.0514 -1.4059) (xy 0.0124 -1.4085) (xy -0.0266 -1.4092) (xy -0.0656 -1.408) (xy -0.1045 -1.4049)
(xy -0.1432 -1.3999) (xy -0.1816 -1.3929) (xy -0.2198 -1.3841) (xy -0.2575 -1.3733) (xy -0.2948 -1.3607)
(xy -0.3316 -1.3461) (xy -0.3677 -1.3297) (xy -0.3679 -1.3292) (xy -0.3681 -1.3288) (xy -0.3683 -1.3283)
(xy -0.3685 -1.3279) (xy -0.3686 -1.3275) (xy -0.3688 -1.327) (xy -0.3689 -1.3266) (xy -0.3689 -1.3262)
(xy -0.369 -1.3258) (xy -0.369 -1.3253) (xy -0.369 -1.3249) (xy -0.369 -1.3245) (xy -0.369 -1.3241)
(xy -0.369 -1.3237) (xy -0.3689 -1.3233) (xy -0.3688 -1.323) (xy -0.2129 -0.7413) (xy -0.2573 -0.7278)
(xy -0.3004 -0.7115) (xy -0.342 -0.6926) (xy -0.3821 -0.671) (xy -0.4206 -0.647) (xy -0.4572 -0.6206)
(xy -0.4921 -0.592) (xy -0.525 -0.5612) (xy -0.5558 -0.5283) (xy -0.5844 -0.4934) (xy -0.6108 -0.4568)
(xy -0.6348 -0.4183) (xy -0.6564 -0.3782) (xy -0.6753 -0.3366) (xy -0.6916 -0.2935) (xy -0.7051 -0.2491)
(xy -1.2868 -0.405) (xy -1.2871 -0.4051) (xy -1.2875 -0.4052) (xy -1.2879 -0.4052) (xy -1.2883 -0.4052)
(xy -1.2887 -0.4052) (xy -1.2891 -0.4052) (xy -1.2896 -0.4052) (xy -1.29 -0.4051) (xy -1.2904 -0.405)
(xy -1.2908 -0.4049) (xy -1.2913 -0.4048) (xy -1.2917 -0.4047) (xy -1.2922 -0.4045) (xy -1.2926 -0.4043)
(xy -1.2931 -0.4041) (xy -1.2935 -0.4039) (xy -1.2943 -0.4035) (xy -1.2951 -0.403) (xy -1.2959 -0.4024)
(xy -1.2967 -0.4018) (xy -1.2975 -0.4012) (xy -1.2983 -0.4004) (xy -1.2991 -0.3997) (xy -1.2999 -0.3988)
(xy -1.3007 -0.3979) (xy -1.3015 -0.397) (xy -1.3024 -0.396) (xy -1.3032 -0.3949) (xy -1.3041 -0.3938)
(xy -1.3049 -0.3926) (xy -1.3058 -0.3914) (xy -1.3066 -0.3901) (xy -1.3084 -0.3873) (xy -1.3102 -0.3843)
(xy -1.3119 -0.3811) (xy -1.3137 -0.3777) (xy -1.3155 -0.374) (xy -1.3174 -0.3701) (xy -1.3192 -0.366)
(xy -1.321 -0.3617) (xy -1.3228 -0.3572) (xy -1.3246 -0.3525) (xy -1.3264 -0.3476) (xy -1.3282 -0.3425)
(xy -1.33 -0.3372) (xy -1.3318 -0.3317) (xy -1.3336 -0.3261) (xy -1.3353 -0.3202) (xy -1.337 -0.3142)
(xy -1.3387 -0.308) (xy -1.3404 -0.3016) (xy -1.342 -0.2951) (xy -1.3436 -0.2885) (xy -1.3452 -0.2816)
(xy -1.3467 -0.2746) (xy -1.3482 -0.2675) (xy -1.351 -0.2529) (xy -1.3537 -0.2377) (xy -1.3562 -0.2221)
(xy -1.3584 -0.2061) (xy -1.3604 -0.1897) (xy -1.3622 -0.1731) (xy -1.3637 -0.1561) (xy -1.3649 -0.139)
(xy -1.3659 -0.1218) (xy -1.3666 -0.1043) (xy -1.367 -0.0868) (xy -1.3672 -0.069) (xy -1.367 -0.0512)
(xy -1.3666 -0.0337) (xy -1.3659 -0.0162) (xy -1.3649 0.001) (xy -1.3637 0.0181) (xy -1.3622 0.0351)
(xy -1.3604 0.0518) (xy -1.3584 0.0681) (xy -1.3562 0.0841) (xy -1.3537 0.0997) (xy -1.351 0.1149)
(xy -1.3482 0.1295) (xy -1.3452 0.1436) (xy -1.342 0.1571) (xy -1.3387 0.17) (xy -1.3353 0.1822)
(xy -1.3336 0.1881) (xy -1.3318 0.1937) (xy -1.33 0.1992) (xy -1.3282 0.2045) (xy -1.3264 0.2096)
(xy -1.3246 0.2145) (xy -1.3228 0.2192) (xy -1.321 0.2238) (xy -1.3192 0.2281) (xy -1.3174 0.2321)
(xy -1.3155 0.236) (xy -1.3137 0.2397) (xy -1.3119 0.2431) (xy -1.3102 0.2464) (xy -1.3084 0.2493)
(xy -1.3066 0.2521) (xy -1.3058 0.2534) (xy -1.3049 0.2546) (xy -1.3041 0.2558) (xy -1.3032 0.2569)
(xy -1.3024 0.258) (xy -1.3015 0.259) (xy -1.3007 0.2599) (xy -1.2999 0.2608) (xy -1.2991 0.2617)
(xy -1.2983 0.2625) (xy -1.2974 0.2632) (xy -1.2966 0.2638) (xy -1.2959 0.2644) (xy -1.2951 0.265)
(xy -1.2943 0.2655) (xy -1.2935 0.2659) (xy -1.293 0.2661) (xy -1.2926 0.2663) (xy -1.2921 0.2665)
(xy -1.2917 0.2667) (xy -1.2913 0.2668) (xy -1.2908 0.2669) (xy -1.2904 0.267) (xy -1.29 0.2671)
(xy -1.2896 0.2672) (xy -1.2891 0.2672) (xy -1.2887 0.2672) (xy -1.2883 0.2672) (xy -1.2879 0.2672)
(xy -1.2875 0.2672) (xy -1.2872 0.2671) (xy -1.2868 0.267) (xy -0.7051 0.1111) (xy -0.6916 0.1555)
(xy -0.6753 0.1986) (xy -0.6564 0.2402) (xy -0.6348 0.2803) (xy -0.6108 0.3188) (xy -0.5844 0.3554)
(xy -0.5558 0.3903) (xy -0.525 0.4232) (xy -0.4921 0.454) (xy -0.4572 0.4826) (xy -0.4206 0.509)
(xy -0.3821 0.533) (xy -0.342 0.5546) (xy -0.3004 0.5735) (xy -0.2573 0.5898) (xy -0.2129 0.6033)
(xy -0.3688 1.185) (xy -0.3689 1.1853) (xy -0.369 1.1857) (xy -0.369 1.1861) (xy -0.369 1.1865)
(xy -0.3691 1.1869) (xy -0.369 1.1873) (xy -0.369 1.1878) (xy -0.3689 1.1882) (xy -0.3689 1.1886)
(xy -0.3688 1.189) (xy -0.3686 1.1895) (xy -0.3685 1.1899) (xy -0.3683 1.1903) (xy -0.3681 1.1908)
(xy -0.3679 1.1912) (xy -0.3677 1.1917) (xy -0.3671 1.1927) (xy -0.3665 1.1937) (xy -0.3658 1.1947)
(xy -0.365 1.1957) (xy -0.364 1.1967) (xy -0.363 1.1977) (xy -0.3619 1.1987) (xy -0.3607 1.1998)
(xy -0.3595 1.2008) (xy -0.3581 1.2019) (xy -0.3566 1.203) (xy -0.3551 1.2041) (xy -0.3534 1.2052)
(xy -0.3517 1.2062) (xy -0.3499 1.2073) (xy -0.348 1.2085) (xy -0.3459 1.2096) (xy -0.3438 1.2107)
(xy -0.3417 1.2118) (xy -0.3394 1.213) (xy -0.337 1.2141) (xy -0.3346 1.2153) (xy -0.3321 1.2164)
(xy -0.3294 1.2176) (xy -0.3267 1.2187) (xy -0.324 1.2198) (xy -0.3211 1.221) (xy -0.3182 1.2221)
(xy -0.3151 1.2233) (xy -0.3121 1.2244) (xy -0.3089 1.2256) (xy -0.2712 1.2379) (xy -0.233 1.2483)
(xy -0.1946 1.2568) (xy -0.1559 1.2633) (xy -0.117 1.2679) (xy -0.078 1.2705) (xy -0.039 1.2712)
(xy 0 1.27)
)
(stroke
(width 0.1889)
(type solid)
)
(fill
(type background)
)
)
(polyline
(pts
(xy 0.0567 1.6687) (xy 0.1451 1.662) (xy 0.2322 1.651) (xy 0.3179 1.6356) (xy 0.402 1.6162) (xy 0.4846 1.5928)
(xy 0.5655 1.5654) (xy 0.6445 1.5343) (xy 0.7216 1.4994) (xy 0.7966 1.461) (xy 0.8694 1.4191)
(xy 0.94 1.3738) (xy 1.0083 1.3253) (xy 1.074 1.2737) (xy 1.1371 1.219) (xy 1.1976 1.1614) (xy 1.2552 1.1009)
(xy 1.3099 1.0378) (xy 1.3615 0.9721) (xy 1.41 0.9038) (xy 1.4553 0.8332) (xy 1.4972 0.7604) (xy 1.5356 0.6854)
(xy 1.5705 0.6083) (xy 1.6016 0.5293) (xy 1.629 0.4484) (xy 1.6524 0.3658) (xy 1.6718 0.2817)
(xy 1.6872 0.196) (xy 1.6982 0.1089) (xy 1.7049 0.0205) (xy 1.7072 -0.069) (xy 1.7049 -0.1585)
(xy 1.6982 -0.2469) (xy 1.6872 -0.334) (xy 1.6718 -0.4197) (xy 1.6524 -0.5038) (xy 1.629 -0.5864)
(xy 1.6016 -0.6673) (xy 1.5705 -0.7463) (xy 1.5356 -0.8234) (xy 1.4972 -0.8984) (xy 1.4553 -0.9712)
(xy 1.41 -1.0418) (xy 1.3615 -1.1101) (xy 1.3099 -1.1758) (xy 1.2552 -1.2389) (xy 1.1976 -1.2994)
(xy 1.1371 -1.357) (xy 1.074 -1.4117) (xy 1.0083 -1.4633) (xy 0.94 -1.5118) (xy 0.8694 -1.5571)
(xy 0.7966 -1.599) (xy 0.7216 -1.6374) (xy 0.6445 -1.6723) (xy 0.5655 -1.7034) (xy 0.4846 -1.7308)
(xy 0.402 -1.7542) (xy 0.3179 -1.7736) (xy 0.2322 -1.789) (xy 0.1451 -1.8) (xy 0.0567 -1.8067)
(xy -0.0328 -1.809) (xy -0.1223 -1.8067) (xy -0.2107 -1.8) (xy -0.2978 -1.789) (xy -0.3835 -1.7736)
(xy -0.4676 -1.7542) (xy -0.5502 -1.7308) (xy -0.6311 -1.7034) (xy -0.7101 -1.6723) (xy -0.7872 -1.6374)
(xy -0.8622 -1.599) (xy -0.935 -1.5571) (xy -1.0056 -1.5118) (xy -1.0739 -1.4633) (xy -1.1396 -1.4117)
(xy -1.2027 -1.357) (xy -1.2632 -1.2994) (xy -1.3208 -1.2389) (xy -1.3755 -1.1758) (xy -1.4271 -1.1101)
(xy -1.4756 -1.0418) (xy -1.5209 -0.9712) (xy -1.5628 -0.8984) (xy -1.6012 -0.8234) (xy -1.6361 -0.7463)
(xy -1.6672 -0.6673) (xy -1.6946 -0.5864) (xy -1.718 -0.5038) (xy -1.7374 -0.4197) (xy -1.7528 -0.334)
(xy -1.7638 -0.2469) (xy -1.7705 -0.1585) (xy -1.7728 -0.069) (xy -1.7705 0.0205) (xy -1.7638 0.1089)
(xy -1.7528 0.196) (xy -1.7374 0.2817) (xy -1.718 0.3658) (xy -1.6946 0.4484) (xy -1.6672 0.5293)
(xy -1.6361 0.6083) (xy -1.6012 0.6854) (xy -1.5628 0.7604) (xy -1.5209 0.8332) (xy -1.4756 0.9038)
(xy -1.4271 0.9721) (xy -1.3755 1.0378) (xy -1.3208 1.1009) (xy -1.2632 1.1614) (xy -1.2027 1.219)
(xy -1.1396 1.2737) (xy -1.0739 1.3253) (xy -1.0056 1.3738) (xy -0.935 1.4191) (xy -0.8622 1.461)
(xy -0.7872 1.4994) (xy -0.7101 1.5343) (xy -0.6311 1.5654) (xy -0.5502 1.5928) (xy -0.4676 1.6162)
(xy -0.3835 1.6356) (xy -0.2978 1.651) (xy -0.2107 1.662) (xy -0.1223 1.6687) (xy -0.0328 1.671)
(xy 0.0567 1.6687)
)
(stroke
(width 0.1889)
(type solid)
)
(fill
(type background)
)
)
)
(symbol "Adom_Machine_Contact_1_1"
(pin passive line
(at 5.08 0 180)
(length 3.81)
(name ""
(effects
(font
(size 1.27 1.27)
)
)
)
(number "1"
(effects
(font
(size 1.27 1.27)
)
)
)
)
)
(embedded_fonts no)
)
(symbol "Adom KiCad Symbols:Adom_Machine_Pin"
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(in_pos_files yes)
(duplicate_pin_numbers_are_jumpers no)
(property "Reference" "MP"
(at -1.27 1.524 0)
(show_name no)
(do_not_autoplace yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" ""
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" "Adom Footprint Library:ADOM_MEDIUM_PIN_v2"
(at 0 -1.524 0)
(show_name no)
(do_not_autoplace yes)
(hide yes)
(effects
(font
(size 0.635 0.635)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" ""
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "ki_fp_filters" "Adom?Footprint?Library:ADOM?MEDIUM?PIN*"
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(symbol "Adom_Machine_Pin_1_0"
(polyline
(pts
(xy -4.445 0.255) (xy -2.54 0.255)
)
(stroke
(width 0.2)
(type default)
)
(fill
(type none)
)
)
(arc
(start -4.445 -0.255)
(mid -4.7 0)
(end -4.445 0.255)
(stroke
(width 0.2)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy -2.54 0.435) (xy -2.475 0.5)
)
(stroke
(width 0.2)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy -2.54 0.255) (xy -2.54 0.435)
)
(stroke
(width 0.2)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy -2.54 -0.255) (xy -4.445 -0.255)
)
(stroke
(width 0.2)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy -2.54 -0.435) (xy -2.54 -0.255)
)
(stroke
(width 0.2)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy -2.475 0.5) (xy -2.375 0.5)
)
(stroke
(width 0.2)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy -2.475 -0.5) (xy -2.54 -0.435)
)
(stroke
(width 0.2)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy -2.375 0.5) (xy 0.06 0.5)
)
(stroke
(width 0.2)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy -2.375 -0.5) (xy -2.475 -0.5)
)
(stroke
(width 0.2)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 0.06 0.8) (xy 0.26 0.8)
)
(stroke
(width 0.2)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 0.06 0.5) (xy 0.06 0.8)
)
(stroke
(width 0.2)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 0.06 -0.5) (xy -2.375 -0.5)
)
(stroke
(width 0.2)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 0.06 -0.8) (xy 0.06 -0.5)
)
(stroke
(width 0.2)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 0.26 0.8) (xy 0.26 0.6)
)
(stroke
(width 0.2)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 0.26 0.6) (xy 2.16 0.6)
)
(stroke
(width 0.2)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 0.26 -0.6) (xy 0.26 -0.8)
)
(stroke
(width 0.2)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 0.26 -0.8) (xy 0.06 -0.8)
)
(stroke
(width 0.2)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 2.16 0.8) (xy 2.96 0.8)
)
(stroke
(width 0.2)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 2.16 0.6) (xy 2.16 0.8)
)
(stroke
(width 0.2)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 2.16 -0.6) (xy 0.26 -0.6)
)
(stroke
(width 0.2)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 2.16 -0.8) (xy 2.16 -0.6)
)
(stroke
(width 0.2)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 2.96 0.8) (xy 2.96 -0.8)
)
(stroke
(width 0.2)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 2.96 -0.8) (xy 2.16 -0.8)
)
(stroke
(width 0.2)
(type default)
)
(fill
(type none)
)
)
)
(symbol "Adom_Machine_Pin_1_1"
(pin passive line
(at 5.08 0 180)
(length 2)
(name ""
(effects
(font
(size 1.27 1.27)
)
)
)
(number "1"
(effects
(font
(size 1.27 1.27)
)
)
)
)
)
(embedded_fonts no)
)
(symbol "CalebsLibrary:+5V"
(power global)
(exclude_from_sim no)
(in_bom no)
(on_board no)
(in_pos_files yes)
(duplicate_pin_numbers_are_jumpers no)
(property "Reference" "#PWR"
(at 0.254 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "+5V"
(at -0.508 3.556 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" ""
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(symbol "+5V_0_1"
(polyline
(pts
(xy 0 0) (xy 0 2.54) (xy -1.27 2.54) (xy 1.27 2.54)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
)
(symbol "+5V_1_1"
(pin power_in line
(at 0 0 90)
(length 2.54)
(hide yes)
(name "+5V"
(effects
(font
(size 1.27 1.27)
)
)
)
(number ""
(effects
(font
(size 1.27 1.27)
)
)
)
)
)
(embedded_fonts no)
)
(symbol "Connector:Conn_01x02_Socket"
(pin_names
(offset 1.016)
(hide yes)
)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(in_pos_files yes)
(duplicate_pin_numbers_are_jumpers no)
(property "Reference" "J"
(at 0 2.54 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "Conn_01x02_Socket"
(at 0 -5.08 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" "Generic connector, single row, 01x02, script generated"
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "ki_locked" ""
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "ki_keywords" "connector"
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "ki_fp_filters" "Connector*:*_1x??_*"
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(symbol "Conn_01x02_Socket_1_1"
(polyline
(pts
(xy -1.27 0) (xy -0.508 0)
)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy -1.27 -2.54) (xy -0.508 -2.54)
)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(arc
(start 0 -0.508)
(mid -0.5058 0)
(end 0 0.508)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(arc
(start 0 -3.048)
(mid -0.5058 -2.54)
(end 0 -2.032)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(pin passive line
(at -5.08 0 0)
(length 3.81)
(name "Pin_1"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "1"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at -5.08 -2.54 0)
(length 3.81)
(name "Pin_2"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "2"
(effects
(font
(size 1.27 1.27)
)
)
)
)
)
(embedded_fonts no)
)
(symbol "Device:R_Small"
(pin_numbers
(hide yes)
)
(pin_names
(offset 0.254)
(hide yes)
)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(in_pos_files yes)
(duplicate_pin_numbers_are_jumpers no)
(property "Reference" "R"
(at 0 0 90)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.016 1.016)
)
)
)
(property "Value" "R_Small"
(at 1.778 0 90)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" "Resistor, small symbol"
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "ki_keywords" "R resistor"
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "ki_fp_filters" "R_*"
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(symbol "R_Small_0_1"
(rectangle
(start -0.762 1.778)
(end 0.762 -1.778)
(stroke
(width 0.2032)
(type default)
)
(fill
(type none)
)
)
)
(symbol "R_Small_1_1"
(pin passive line
(at 0 2.54 270)
(length 0.762)
(name ""
(effects
(font
(size 1.27 1.27)
)
)
)
(number "1"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 0 -2.54 90)
(length 0.762)
(name ""
(effects
(font
(size 1.27 1.27)
)
)
)
(number "2"
(effects
(font
(size 1.27 1.27)
)
)
)
)
)
(embedded_fonts no)
)
(symbol "Graphic:Logo_Open_Hardware_Small"
(exclude_from_sim no)
(in_bom no)
(on_board no)
(in_pos_files yes)
(duplicate_pin_numbers_are_jumpers no)
(property "Reference" "#SYM"
(at 0 6.985 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "Logo_Open_Hardware_Small"
(at 0 -5.715 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" "Open Hardware logo, small"
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Sim.Enable" "0"
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "ki_keywords" "Logo"
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(symbol "Logo_Open_Hardware_Small_0_1"
(polyline
(pts
(xy 3.3528 -4.3434) (xy 3.302 -4.318) (xy 3.175 -4.2418) (xy 2.9972 -4.1148) (xy 2.7686 -3.9624)
(xy 2.54 -3.81) (xy 2.3622 -3.7084) (xy 2.2352 -3.6068) (xy 2.1844 -3.5814) (xy 2.159 -3.6068)
(xy 2.0574 -3.6576) (xy 1.905 -3.7338) (xy 1.8034 -3.7846) (xy 1.6764 -3.8354) (xy 1.6002 -3.8354)
(xy 1.6002 -3.8354) (xy 1.5494 -3.7338) (xy 1.4732 -3.5306) (xy 1.3462 -3.302) (xy 1.2446 -3.0226)
(xy 1.1176 -2.7178) (xy 0.9652 -2.413) (xy 0.8636 -2.1082) (xy 0.7366 -1.8288) (xy 0.6604 -1.6256)
(xy 0.6096 -1.4732) (xy 0.5842 -1.397) (xy 0.5842 -1.397) (xy 0.6604 -1.3208) (xy 0.7874 -1.2446)
(xy 1.0414 -1.016) (xy 1.2954 -0.6858) (xy 1.4478 -0.3302) (xy 1.524 0.0762) (xy 1.4732 0.4572)
(xy 1.3208 0.8128) (xy 1.0668 1.143) (xy 0.762 1.3716) (xy 0.4064 1.524) (xy 0 1.5748) (xy -0.381 1.5494)
(xy -0.7366 1.397) (xy -1.0668 1.143) (xy -1.2192 0.9906) (xy -1.397 0.6604) (xy -1.524 0.3048)
(xy -1.524 0.2286) (xy -1.4986 -0.1778) (xy -1.397 -0.5334) (xy -1.1938 -0.8636) (xy -0.9144 -1.143)
(xy -0.8636 -1.1684) (xy -0.7366 -1.27) (xy -0.635 -1.3462) (xy -0.5842 -1.397) (xy -1.0668 -2.5908)
(xy -1.143 -2.794) (xy -1.2954 -3.1242) (xy -1.397 -3.4036) (xy -1.4986 -3.6322) (xy -1.5748 -3.7846)
(xy -1.6002 -3.8354) (xy -1.6002 -3.8354) (xy -1.651 -3.8354) (xy -1.7272 -3.81) (xy -1.905 -3.7338)
(xy -2.0066 -3.683) (xy -2.1336 -3.6068) (xy -2.2098 -3.5814) (xy -2.2606 -3.6068) (xy -2.3622 -3.683)
(xy -2.54 -3.81) (xy -2.7686 -3.9624) (xy -2.9718 -4.0894) (xy -3.1496 -4.2164) (xy -3.302 -4.318)
(xy -3.3528 -4.3434) (xy -3.3782 -4.3434) (xy -3.429 -4.318) (xy -3.5306 -4.2164) (xy -3.7084 -4.064)
(xy -3.937 -3.8354) (xy -3.9624 -3.81) (xy -4.1656 -3.6068) (xy -4.318 -3.4544) (xy -4.4196 -3.3274)
(xy -4.445 -3.2766) (xy -4.445 -3.2766) (xy -4.4196 -3.2258) (xy -4.318 -3.0734) (xy -4.2164 -2.8956)
(xy -4.064 -2.667) (xy -3.6576 -2.0828) (xy -3.8862 -1.5494) (xy -3.937 -1.3716) (xy -4.0386 -1.1684)
(xy -4.0894 -1.0414) (xy -4.1148 -0.9652) (xy -4.191 -0.9398) (xy -4.318 -0.9144) (xy -4.5466 -0.8636)
(xy -4.8006 -0.8128) (xy -5.0546 -0.7874) (xy -5.2578 -0.7366) (xy -5.4356 -0.7112) (xy -5.5118 -0.6858)
(xy -5.5118 -0.6858) (xy -5.5372 -0.635) (xy -5.5372 -0.5588) (xy -5.5372 -0.4318) (xy -5.5626 -0.2286)
(xy -5.5626 0.0762) (xy -5.5626 0.127) (xy -5.5372 0.4064) (xy -5.5372 0.635) (xy -5.5372 0.762)
(xy -5.5372 0.8382) (xy -5.5372 0.8382) (xy -5.461 0.8382) (xy -5.3086 0.889) (xy -5.08 0.9144)
(xy -4.826 0.9652) (xy -4.8006 0.9906) (xy -4.5466 1.0414) (xy -4.318 1.0668) (xy -4.1656 1.1176)
(xy -4.0894 1.143) (xy -4.0894 1.143) (xy -4.0386 1.2446) (xy -3.9624 1.4224) (xy -3.8608 1.6256)
(xy -3.7846 1.8288) (xy -3.7084 2.0066) (xy -3.6576 2.159) (xy -3.6322 2.2098) (xy -3.6322 2.2098)
(xy -3.683 2.286) (xy -3.7592 2.413) (xy -3.8862 2.5908) (xy -4.064 2.8194) (xy -4.064 2.8448)
(xy -4.2164 3.0734) (xy -4.3434 3.2512) (xy -4.4196 3.3782) (xy -4.445 3.4544) (xy -4.445 3.4544)
(xy -4.3942 3.5052) (xy -4.2926 3.6322) (xy -4.1148 3.81) (xy -3.937 4.0132) (xy -3.8608 4.064)
(xy -3.6576 4.2926) (xy -3.5052 4.4196) (xy -3.4036 4.4958) (xy -3.3528 4.5212) (xy -3.3528 4.5212)
(xy -3.302 4.4704) (xy -3.1496 4.3688) (xy -2.9718 4.2418) (xy -2.7432 4.0894) (xy -2.7178 4.0894)
(xy -2.4892 3.937) (xy -2.3114 3.81) (xy -2.1844 3.7084) (xy -2.1336 3.683) (xy -2.1082 3.683)
(xy -2.032 3.7084) (xy -1.8542 3.7592) (xy -1.6764 3.8354) (xy -1.4732 3.937) (xy -1.27 4.0132)
(xy -1.143 4.064) (xy -1.0668 4.1148) (xy -1.0668 4.1148) (xy -1.0414 4.191) (xy -1.016 4.3434)
(xy -0.9652 4.572) (xy -0.9144 4.8514) (xy -0.889 4.9022) (xy -0.8382 5.1562) (xy -0.8128 5.3848)
(xy -0.7874 5.5372) (xy -0.762 5.588) (xy -0.7112 5.6134) (xy -0.5842 5.6134) (xy -0.4064 5.6134)
(xy -0.1524 5.6134) (xy 0.0762 5.6134) (xy 0.3302 5.6134) (xy 0.5334 5.6134) (xy 0.6858 5.588)
(xy 0.7366 5.588) (xy 0.7366 5.588) (xy 0.762 5.5118) (xy 0.8128 5.334) (xy 0.8382 5.1054) (xy 0.9144 4.826)
(xy 0.9144 4.7752) (xy 0.9652 4.5212) (xy 1.016 4.2926) (xy 1.0414 4.1402) (xy 1.0668 4.0894)
(xy 1.0668 4.0894) (xy 1.1938 4.0386) (xy 1.3716 3.9624) (xy 1.5748 3.8608) (xy 2.0828 3.6576)
(xy 2.7178 4.0894) (xy 2.7686 4.1402) (xy 2.9972 4.2926) (xy 3.175 4.4196) (xy 3.302 4.4958) (xy 3.3782 4.5212)
(xy 3.3782 4.5212) (xy 3.429 4.4704) (xy 3.556 4.3434) (xy 3.7338 4.191) (xy 3.9116 3.9878) (xy 4.064 3.8354)
(xy 4.2418 3.6576) (xy 4.3434 3.556) (xy 4.4196 3.4798) (xy 4.4196 3.429) (xy 4.4196 3.4036) (xy 4.3942 3.3274)
(xy 4.2926 3.2004) (xy 4.1656 2.9972) (xy 4.0132 2.794) (xy 3.8862 2.5908) (xy 3.7592 2.3876)
(xy 3.6576 2.2352) (xy 3.6322 2.159) (xy 3.6322 2.1336) (xy 3.683 2.0066) (xy 3.7592 1.8288) (xy 3.8608 1.6002)
(xy 4.064 1.1176) (xy 4.3942 1.0414) (xy 4.5974 1.016) (xy 4.8768 0.9652) (xy 5.1308 0.9144) (xy 5.5372 0.8382)
(xy 5.5626 -0.6604) (xy 5.4864 -0.6858) (xy 5.4356 -0.6858) (xy 5.2832 -0.7366) (xy 5.0546 -0.762)
(xy 4.8006 -0.8128) (xy 4.5974 -0.8636) (xy 4.3688 -0.9144) (xy 4.2164 -0.9398) (xy 4.1402 -0.9398)
(xy 4.1148 -0.9652) (xy 4.064 -1.0668) (xy 3.9878 -1.2446) (xy 3.9116 -1.4478) (xy 3.81 -1.651)
(xy 3.7338 -1.8542) (xy 3.683 -2.0066) (xy 3.6576 -2.0828) (xy 3.683 -2.1336) (xy 3.7846 -2.2606)
(xy 3.8862 -2.4638) (xy 4.0386 -2.667) (xy 4.191 -2.8956) (xy 4.318 -3.0734) (xy 4.3942 -3.2004)
(xy 4.445 -3.2766) (xy 4.4196 -3.3274) (xy 4.3434 -3.429) (xy 4.1656 -3.5814) (xy 3.937 -3.8354)
(xy 3.8862 -3.8608) (xy 3.683 -4.064) (xy 3.5306 -4.2164) (xy 3.4036 -4.318) (xy 3.3528 -4.3434)
)
(stroke
(width 0)
(type default)
)
(fill
(type outline)
)
)
)
(embedded_fonts no)
)
(symbol "LED_2"
(pin_numbers
(hide yes)
)
(pin_names
(offset 1.016)
(hide yes)
)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(in_pos_files yes)
(duplicate_pin_numbers_are_jumpers no)
(property "Reference" "D"
(at 0 2.54 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "LED"
(at 0 -2.54 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" "Light emitting diode"
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Sim.Pins" "1=K 2=A"
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "ki_keywords" "LED diode"
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*"
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(symbol "LED_2_0_1"
(polyline
(pts
(xy -3.048 -0.762) (xy -4.572 -2.286) (xy -3.81 -2.286) (xy -4.572 -2.286) (xy -4.572 -1.524)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy -1.778 -0.762) (xy -3.302 -2.286) (xy -2.54 -2.286) (xy -3.302 -2.286) (xy -3.302 -1.524)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy -1.27 0) (xy 1.27 0)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy -1.27 -1.27) (xy -1.27 1.27)
)
(stroke
(width 0.254)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 1.27 -1.27) (xy 1.27 1.27) (xy -1.27 0) (xy 1.27 -1.27)
)
(stroke
(width 0.254)
(type default)
)
(fill
(type none)
)
)
)
(symbol "LED_2_1_1"
(pin passive line
(at -3.81 0 0)
(length 2.54)
(name "K"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "1"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 3.81 0 180)
(length 2.54)
(name "A"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "2"
(effects
(font
(size 1.27 1.27)
)
)
)
)
)
(embedded_fonts no)
)
(symbol "Mechanical:DIN_Rail_Adapter"
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(in_pos_files yes)
(duplicate_pin_numbers_are_jumpers no)
(property "Reference" "DRA"
(at 0 6.35 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "DIN_Rail_Adapter"
(at 0 3.81 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 0 -5.08 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 0 3.81 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" "DIN Rail adapter universal, mounting holes without connection"
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "ki_keywords" "Mounting holes, DIN rail adapter"
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "ki_fp_filters" "DINRailAdapter?3xM3* DINRailAdapter?2xM3*"
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(symbol "DIN_Rail_Adapter_0_1"
(polyline
(pts
(xy 10.16 2.54) (xy -10.16 2.54) (xy -10.16 -3.81) (xy -7.62 -3.81) (xy -7.62 -2.54) (xy -8.89 -2.54)
(xy -8.89 -1.27) (xy 8.89 -1.27) (xy 8.89 -2.54) (xy 7.62 -2.54) (xy 7.62 -3.81) (xy 10.16 -3.81)
(xy 10.16 2.54) (xy -10.16 2.54)
)
(stroke
(width 0)
(type default)
)
(fill
(type background)
)
)
)
(embedded_fonts no)
)
(symbol "Mechanical:MountingHole"
(pin_names
(offset 1.016)
)
(exclude_from_sim no)
(in_bom no)
(on_board yes)
(in_pos_files yes)
(duplicate_pin_numbers_are_jumpers no)
(property "Reference" "H"
(at 0 5.08 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "MountingHole"
(at 0 3.175 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" "Mounting Hole without connection"
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "ki_keywords" "mounting hole"
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "ki_fp_filters" "MountingHole*"
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(symbol "MountingHole_0_1"
(circle
(center 0 0)
(radius 1.27)
(stroke
(width 1.27)
(type default)
)
(fill
(type none)
)
)
)
(embedded_fonts no)
)
(symbol "power:GND"
(power global)
(pin_numbers
(hide yes)
)
(pin_names
(offset 0)
(hide yes)
)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(in_pos_files yes)
(duplicate_pin_numbers_are_jumpers no)
(property "Reference" "#PWR"
(at 0 -6.35 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "GND"
(at 0 -3.81 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "ki_keywords" "global power"
(at 0 0 0)
(show_name no)
(do_not_autoplace no)
(hide yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(symbol "GND_0_1"
(polyline
(pts
(xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
)
(symbol "GND_1_1"
(pin power_in line
(at 0 0 270)
(length 0)
(name ""
(effects
(font
(size 1.27 1.27)
)
)
)
(number "1"
(effects
(font
(size 1.27 1.27)
)
)
)
)
)
(embedded_fonts no)
)
)
(rectangle
(start 57.785 53.34)
(end 103.505 132.715)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
(uuid "006717a1-2bdc-48db-b12a-1ea7bc0f59e6")
)
(circle
(center 181.61 103.505)
(radius 1.7961)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
(uuid "24c11d6b-eef7-4dc5-8b2b-29b8bec65666")
)
(circle
(center 131.445 103.505)
(radius 1.7961)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
(uuid "429641ec-3420-4906-be63-78aff2fe3880")
)
(rectangle
(start 107.95 53.34)
(end 153.67 132.715)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
(uuid "53bcee89-a3ef-4a27-9e46-d02abf0b085e")
)
(circle
(center 231.14 103.505)
(radius 1.7961)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
(uuid "5497c6ea-2901-4797-b756-7af5e11cacae")
)
(circle
(center 81.28 103.505)
(radius 1.7961)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
(uuid "76ee5cc9-811f-4c08-ae63-5e93628dc2f5")
)
(rectangle
(start 116.205 15.875)
(end 161.29 42.545)
(stroke
(width 0)
(type dash)
)
(fill
(type none)
)
(uuid "77030ad9-f265-43f4-8a24-b16c34f13cd6")
)
(rectangle
(start 207.645 53.34)
(end 253.365 132.715)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
(uuid "cffe0fe7-29ca-4700-a6c5-18d8bd356da4")
)
(rectangle
(start 158.115 53.34)
(end 203.835 132.715)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
(uuid "f4ef966e-e6de-47fa-9e15-56294325eae0")
)
(text "55.3mm"
(exclude_from_sim no)
(at 41.91 103.505 0)
(effects
(font
(size 1.27 1.27)
)
)
(uuid "03e8f7b9-4801-4bb2-84a5-b70e87aae909")
)
(text "5mm"
(exclude_from_sim no)
(at 81.28 107.315 0)
(effects
(font
(size 1.27 1.27)
)
)
(uuid "0d93e5db-f10d-43dc-b00c-66de6fc50aba")
)
(text "23.0 mm"
(exclude_from_sim no)
(at 230.505 83.82 0)
(effects
(font
(size 1.27 1.27)
)
)
(uuid "3074f0fc-f86a-4bc3-80ec-3a0dd807682b")
)
(text "Holes Populates in Solenoid Footprint"
(exclude_from_sim no)
(at 230.505 99.06 0)
(effects
(font
(size 1.27 1.27)
)
)
(uuid "3235f805-4505-4087-8ac2-a959b5560735")
)
(text "192.0mm"
(exclude_from_sim no)
(at 164.465 163.195 0)
(effects
(font
(size 1.27 1.27)
)
)
(uuid "384f2124-7050-4418-9063-4eaee8d2766d")
)
(text "Holes Populates in Solenoid Footprint"
(exclude_from_sim no)
(at 130.81 99.06 0)
(effects
(font
(size 1.27 1.27)
)
)
(uuid "3b0b2d59-999a-4c90-a768-ac39d919235c")
)
(text "23.0 mm"
(exclude_from_sim no)
(at 80.645 83.82 0)
(effects
(font
(size 1.27 1.27)
)
)
(uuid "443e86d6-87f3-476b-910b-a1ffae74014b")
)
(text "23.0 mm"
(exclude_from_sim no)
(at 130.81 83.82 0)
(effects
(font
(size 1.27 1.27)
)
)
(uuid "46ec3550-3de4-4a72-a2ff-2b1f64f36ff4")
)
(text "5mm"
(exclude_from_sim no)
(at 231.14 107.315 0)
(effects
(font
(size 1.27 1.27)
)
)
(uuid "5e531068-d80d-4fa6-899f-a75253a21402")
)
(text "Holes Populates in Solenoid Footprint"
(exclude_from_sim no)
(at 180.975 99.06 0)
(effects
(font
(size 1.27 1.27)
)
)
(uuid "749aa50b-e681-4145-9a96-4986a0291a0a")
)
(text "Red: (24.0-1.8V)/47kohm = 0.47mA"
(exclude_from_sim no)
(at 80.645 164.465 0)
(effects
(font
(size 1.27 1.27)
)
)
(uuid "753f7190-a1ac-4a2a-9410-6fa3ea51c640")
)
(text "5mm"
(exclude_from_sim no)
(at 181.61 107.315 0)
(effects
(font
(size 1.27 1.27)
)
)
(uuid "954465e1-3d88-4c9c-859a-765256c6d84f")
)
(text "96.0 mm"
(exclude_from_sim no)
(at 281.305 96.52 0)
(effects
(font
(size 1.27 1.27)
)
)
(uuid "bb2c6843-8807-4542-8710-d9e79c43caad")
)
(text "Holes Populates in Solenoid Footprint"
(exclude_from_sim no)
(at 80.645 99.06 0)
(effects
(font
(size 1.27 1.27)
)
)
(uuid "c0e94dc1-ecaf-47ec-b39d-0037f26c8748")
)
(text "Solonoid Details: \nCONNECTOR: J2\nMFR: TAPRITE\nPOWER: DC24V\nP/N: 638-0031\n\n\n\n"
(exclude_from_sim no)
(at 140.335 31.75 0)
(effects
(font
(size 1.905 1.905)
)
)
(uuid "ceca333a-5790-4324-bf74-39b39ecc5689")
)
(text "23.0 mm"
(exclude_from_sim no)
(at 180.975 83.82 0)
(effects
(font
(size 1.27 1.27)
)
)
(uuid "dc67bdb3-3b48-4c65-ada7-150b3130449d")
)
(text "5mm"
(exclude_from_sim no)
(at 131.445 107.315 0)
(effects
(font
(size 1.27 1.27)
)
)
(uuid "dc7efc2e-289a-4e66-9df4-28ce401fa2b3")
)
(junction
(at 167.64 146.05)
(diameter 0)
(color 0 0 0 0)
(uuid "0e4069de-4266-47d6-954f-8ec5356fa8ca")
)
(junction
(at 196.215 140.335)
(diameter 0)
(color 0 0 0 0)
(uuid "244c30f3-09db-4a82-8339-28404522cc52")
)
(junction
(at 245.745 140.335)
(diameter 0)
(color 0 0 0 0)
(uuid "2dca9b1d-fce5-423a-821e-d611000f7ed4")
)
(junction
(at 217.17 146.05)
(diameter 0)
(color 0 0 0 0)
(uuid "6aa282bf-9323-4e15-8dbf-9a47d885a5a4")
)
(junction
(at 67.31 146.05)
(diameter 0)
(color 0 0 0 0)
(uuid "8c15ee37-7e73-4933-8399-b0bd6c4ad3ea")
)
(junction
(at 196.215 146.05)
(diameter 0)
(color 0 0 0 0)
(uuid "8e6a511d-f569-4c04-89ba-cb0626a81cf3")
)
(junction
(at 95.885 140.335)
(diameter 0)
(color 0 0 0 0)
(uuid "a3798566-21e5-4ba3-b431-c1630d284491")
)
(junction
(at 146.05 140.335)
(diameter 0)
(color 0 0 0 0)
(uuid "b6633026-be71-4876-b879-7a85df55df12")
)
(junction
(at 245.745 146.05)
(diameter 0)
(color 0 0 0 0)
(uuid "d2405d95-6d95-40ec-b5a7-78a4bec201cd")
)
(junction
(at 146.05 146.05)
(diameter 0)
(color 0 0 0 0)
(uuid "db6d927c-7c84-46fc-af88-4f574cdf25b6")
)
(junction
(at 117.475 146.05)
(diameter 0)
(color 0 0 0 0)
(uuid "e736667b-3dd9-44e7-b4a8-5a0b27ab94a0")
)
(junction
(at 95.885 146.05)
(diameter 0)
(color 0 0 0 0)
(uuid "e7bbec68-3208-43ef-92f6-d10e1b47f18f")
)
(no_connect
(at 267.335 135.89)
(uuid "3620f004-2644-430f-add4-cb32a85f8600")
)
(no_connect
(at 54.61 135.255)
(uuid "6bb8a1b0-a6cf-4229-8acd-3d0ed22e456c")
)
(no_connect
(at 54.61 50.165)
(uuid "d7cbc1b2-82b8-4b7e-a310-4352adf4c8ff")
)
(no_connect
(at 267.335 50.8)
(uuid "ed7ceaf8-0d0a-45e6-b71d-5ff0358be149")
)
(polyline
(pts
(xy 179.705 105.41) (xy 183.515 101.6)
)
(stroke
(width 0)
(type default)
)
(uuid "004a1542-9544-4d55-9b2b-4e9638b0cdce")
)
(wire
(pts
(xy 117.475 140.335) (xy 130.81 140.335)
)
(stroke
(width 0)
(type default)
)
(uuid "015e2bf8-cec3-411d-bd3d-441e4b9588e9")
)
(wire
(pts
(xy 95.885 139.065) (xy 95.885 140.335)
)
(stroke
(width 0)
(type default)
)
(uuid "01652898-2d42-44e6-be40-69bacb4e02b6")
)
(polyline
(pts
(xy 79.375 105.41) (xy 83.185 101.6)
)
(stroke
(width 0)
(type default)
)
(uuid "033e3062-eea2-4ad0-b688-9692f65fdbd8")
)
(polyline
(pts
(xy 110.49 88.265) (xy 110.49 94.615)
)
(stroke
(width 0)
(type dash)
)
(uuid "041f3e66-8659-41f1-9da7-600de8a8b42c")
)
(polyline
(pts
(xy 210.185 85.725) (xy 250.19 85.725)
)
(stroke
(width 0)
(type default)
)
(uuid "0e211af7-7d75-407b-bead-d60a2742fdb8")
)
(wire
(pts
(xy 158.75 151.765) (xy 158.75 146.05)
)
(stroke
(width 0)
(type default)
)
(uuid "0f4c7fdf-4519-4ea2-90ec-e26abde97863")
)
(wire
(pts
(xy 180.975 140.335) (xy 180.975 132.715)
)
(stroke
(width 0)
(type default)
)
(uuid "13b10041-a13b-4b47-a7da-3853eb86d3e0")
)
(wire
(pts
(xy 58.42 151.765) (xy 58.42 146.05)
)
(stroke
(width 0)
(type default)
)
(uuid "19757b7d-1a3c-4a49-9143-95a39808baef")
)
(wire
(pts
(xy 233.045 140.335) (xy 233.045 132.715)
)
(stroke
(width 0)
(type default)
)
(uuid "1c343e80-3c0b-4b72-aa70-5e2b3ba1c14b")
)
(polyline
(pts
(xy 274.955 50.8) (xy 274.955 135.89)
)
(stroke
(width 0)
(type default)
)
(uuid "1dff6261-584e-48ee-9c58-7da24c36b012")
)
(wire
(pts
(xy 95.885 147.32) (xy 95.885 146.05)
)
(stroke
(width 0)
(type default)
)
(uuid "20aad865-8be0-4818-8b36-bc7f84331a97")
)
(polyline
(pts
(xy 150.495 85.725) (xy 150.495 94.615)
)
(stroke
(width 0)
(type dash)
)
(uuid "227a6041-7dbd-41bd-a548-73125d5d9db1")
)
(wire
(pts
(xy 108.585 146.05) (xy 117.475 146.05)
)
(stroke
(width 0)
(type default)
)
(uuid "24b9214d-a45d-427c-af62-6a1dcece96c7")
)
(polyline
(pts
(xy 160.655 84.455) (xy 160.655 85.725)
)
(stroke
(width 0)
(type dash)
)
(uuid "264bef01-2ca5-48cb-bf30-3bf184633a2b")
)
(wire
(pts
(xy 80.645 140.335) (xy 80.645 132.715)
)
(stroke
(width 0)
(type default)
)
(uuid "2ca2cab9-008f-4390-be33-85257cf1624a")
)
(wire
(pts
(xy 117.475 140.335) (xy 117.475 146.05)
)
(stroke
(width 0)
(type default)
)
(uuid "2d560436-1843-4572-b9bc-07cfe74aa8bc")
)
(wire
(pts
(xy 146.05 139.065) (xy 146.05 140.335)
)
(stroke
(width 0)
(type default)
)
(uuid "2dfda0fd-56e2-4949-a38f-34599b535681")
)
(wire
(pts
(xy 88.9 146.05) (xy 95.885 146.05)
)
(stroke
(width 0)
(type default)
)
(uuid "30261247-7232-482d-a502-ad4fde213bd2")
)
(wire
(pts
(xy 245.745 140.335) (xy 245.745 146.05)
)
(stroke
(width 0)
(type default)
)
(uuid "32837f7a-ae33-4021-b44a-0c7440fb37f6")
)
(wire
(pts
(xy 146.05 140.335) (xy 146.05 146.05)
)
(stroke
(width 0)
(type default)
)
(uuid "388fdef3-392a-45e9-8194-93751088cf08")
)
(polyline
(pts
(xy 129.54 105.41) (xy 133.35 101.6)
)
(stroke
(width 0)
(type default)
)
(uuid "3934987b-f89e-4a0f-9b9c-f49e6713d417")
)
(polyline
(pts
(xy 45.085 94.615) (xy 46.99 94.615)
)
(stroke
(width 0)
(type default)
)
(uuid "46c09a21-a2ee-4c89-96bd-2cd7b0414bac")
)
(wire
(pts
(xy 189.23 146.05) (xy 196.215 146.05)
)
(stroke
(width 0)
(type default)
)
(uuid "48c83b83-2f17-4a27-87be-d8cce30141f7")
)
(wire
(pts
(xy 183.515 140.335) (xy 183.515 132.715)
)
(stroke
(width 0)
(type default)
)
(uuid "497219bc-25fd-45dd-b34d-2c28fb928dd5")
)
(wire
(pts
(xy 67.31 140.335) (xy 80.645 140.335)
)
(stroke
(width 0)
(type default)
)
(uuid "498ec30a-4249-4305-b2b2-286d6732a452")
)
(wire
(pts
(xy 67.31 140.335) (xy 67.31 146.05)
)
(stroke
(width 0)
(type default)
)
(uuid "4ba152ba-e1a2-404a-a654-afe6f8326a47")
)
(wire
(pts
(xy 133.35 140.335) (xy 133.35 132.715)
)
(stroke
(width 0)
(type default)
)
(uuid "4cf4ae06-270b-4748-8277-a17913824f25")
)
(wire
(pts
(xy 196.215 139.065) (xy 196.215 140.335)
)
(stroke
(width 0)
(type default)
)
(uuid "4fc88488-8d79-4466-b355-1d5b58813ad0")
)
(wire
(pts
(xy 208.28 151.765) (xy 208.28 146.05)
)
(stroke
(width 0)
(type default)
)
(uuid "54bff996-4f2f-49b8-8e0f-a2514fffeec5")
)
(wire
(pts
(xy 196.215 147.32) (xy 196.215 146.05)
)
(stroke
(width 0)
(type default)
)
(uuid "5676fa2b-4f11-4d91-89b0-2939e980c8ee")
)
(polyline
(pts
(xy 269.875 50.8) (xy 276.225 50.8)
)
(stroke
(width 0)
(type dash)
)
(uuid "56f670c3-e94d-4b34-adbf-d7bbdd7b0a2f")
)
(wire
(pts
(xy 67.31 146.05) (xy 73.025 146.05)
)
(stroke
(width 0)
(type default)
)
(uuid "5bfe5f54-2543-4875-b515-003f3e481ec1")
)
(wire
(pts
(xy 108.585 151.765) (xy 108.585 146.05)
)
(stroke
(width 0)
(type default)
)
(uuid "5ce31f6d-09b2-4706-9b07-14102fdfa408")
)
(wire
(pts
(xy 167.64 146.05) (xy 173.355 146.05)
)
(stroke
(width 0)
(type default)
)
(uuid "5d5d23a8-74b5-48e7-a360-3798b0aa42c1")
)
(wire
(pts
(xy 117.475 147.32) (xy 117.475 146.05)
)
(stroke
(width 0)
(type default)
)
(uuid "5e1fdb0e-ba79-41be-b770-e8233f2ba862")
)
(polyline
(pts
(xy 250.19 84.455) (xy 250.19 85.725)
)
(stroke
(width 0)
(type default)
)
(uuid "5f04ac7f-2e90-42f9-b603-f458b7eae724")
)
(polyline
(pts
(xy 60.325 88.265) (xy 60.325 94.615)
)
(stroke
(width 0)
(type dash)
)
(uuid "604c39e3-d729-4a53-9f1a-631a9c71ce9f")
)
(polyline
(pts
(xy 100.33 85.725) (xy 100.33 94.615)
)
(stroke
(width 0)
(type dash)
)
(uuid "62a66209-9011-477e-b007-18bd53ec1af6")
)
(wire
(pts
(xy 58.42 146.05) (xy 67.31 146.05)
)
(stroke
(width 0)
(type default)
)
(uuid "6433b8a8-b120-403a-b83b-24621d743e07")
)
(polyline
(pts
(xy 200.66 85.725) (xy 200.66 94.615)
)
(stroke
(width 0)
(type dash)
)
(uuid "680cbe47-5f58-4c3b-b5d5-90990fee9b63")
)
(polyline
(pts
(xy 52.07 137.795) (xy 52.07 161.925)
)
(stroke
(width 0)
(type dash)
)
(uuid "69853fb5-cf99-4666-81c8-524d9b0a2093")
)
(polyline
(pts
(xy 110.49 85.725) (xy 110.49 88.265)
)
(stroke
(width 0)
(type dash)
)
(uuid "6d6b2229-ae9f-49dd-9d1e-50ce8fbb07f8")
)
(polyline
(pts
(xy 250.19 85.725) (xy 250.19 94.615)
)
(stroke
(width 0)
(type dash)
)
(uuid "73332f69-e5e5-4340-8e03-4fcf2632e51b")
)
(wire
(pts
(xy 133.35 140.335) (xy 146.05 140.335)
)
(stroke
(width 0)
(type default)
)
(uuid "7434ebe3-2b37-455e-b7ad-ba8ee4a29be3")
)
(polyline
(pts
(xy 210.185 88.265) (xy 210.185 94.615)
)
(stroke
(width 0)
(type dash)
)
(uuid "74ddcefa-15eb-4a62-8d2a-740081c823e3")
)
(polyline
(pts
(xy 160.655 85.725) (xy 200.66 85.725)
)
(stroke
(width 0)
(type default)
)
(uuid "76b521d9-d3ac-4357-a7ea-368289d0d85f")
)
(polyline
(pts
(xy 160.655 88.265) (xy 160.655 94.615)
)
(stroke
(width 0)
(type dash)
)
(uuid "77b9d053-2c76-468c-a269-bc23e0603032")
)
(wire
(pts
(xy 67.31 147.32) (xy 67.31 146.05)
)
(stroke
(width 0)
(type default)
)
(uuid "7a67966e-e26a-49b6-b083-a2c28b094f65")
)
(wire
(pts
(xy 217.17 140.335) (xy 217.17 146.05)
)
(stroke
(width 0)
(type default)
)
(uuid "7b44b835-5906-4192-8ec9-0ece33cc2a63")
)
(wire
(pts
(xy 238.76 146.05) (xy 245.745 146.05)
)
(stroke
(width 0)
(type default)
)
(uuid "7bc27ff9-f3e0-4db3-8146-c9ea57b5407e")
)
(wire
(pts
(xy 83.185 140.335) (xy 95.885 140.335)
)
(stroke
(width 0)
(type default)
)
(uuid "7c49bd14-88d4-4d4a-8009-8b5e5a83d158")
)
(polyline
(pts
(xy 45.085 114.3) (xy 46.355 114.3)
)
(stroke
(width 0)
(type default)
)
(uuid "8495e5a5-f71b-4916-86c0-a9444b02b4ef")
)
(wire
(pts
(xy 167.64 147.32) (xy 167.64 146.05)
)
(stroke
(width 0)
(type default)
)
(uuid "8576dd13-07ce-432a-abda-c1dfdef3d1e6")
)
(wire
(pts
(xy 117.475 146.05) (xy 123.19 146.05)
)
(stroke
(width 0)
(type default)
)
(uuid "8a4e0591-727a-4637-ba19-034ac9166014")
)
(polyline
(pts
(xy 200.66 84.455) (xy 200.66 85.725)
)
(stroke
(width 0)
(type default)
)
(uuid "8fac56eb-c7b0-4716-b76d-3b4e64775402")
)
(polyline
(pts
(xy 110.49 84.455) (xy 110.49 85.725)
)
(stroke
(width 0)
(type dash)
)
(uuid "9057e712-e2d1-4bc2-bd8d-ec55c722c214")
)
(polyline
(pts
(xy 269.875 135.89) (xy 276.225 135.89)
)
(stroke
(width 0)
(type dash)
)
(uuid "92f49e14-2d33-4ec9-b374-b7cb6c89bb92")
)
(polyline
(pts
(xy 210.185 84.455) (xy 210.185 85.725)
)
(stroke
(width 0)
(type dash)
)
(uuid "94124246-0265-4992-bf5a-29eca0e107ca")
)
(wire
(pts
(xy 230.505 140.335) (xy 230.505 132.715)
)
(stroke
(width 0)
(type default)
)
(uuid "9749e3b9-aef1-4037-9621-4faa1c68a5d8")
)
(wire
(pts
(xy 208.28 146.05) (xy 217.17 146.05)
)
(stroke
(width 0)
(type default)
)
(uuid "9a8d8864-9c53-4a14-959c-d5d80e4590fc")
)
(wire
(pts
(xy 217.17 140.335) (xy 230.505 140.335)
)
(stroke
(width 0)
(type default)
)
(uuid "a28ec3f6-77dd-4ee3-a677-2b86c096cf74")
)
(wire
(pts
(xy 183.515 140.335) (xy 196.215 140.335)
)
(stroke
(width 0)
(type default)
)
(uuid "a320ebb6-4a51-48ba-815e-1266be09955f")
)
(polyline
(pts
(xy 110.49 85.725) (xy 150.495 85.725)
)
(stroke
(width 0)
(type default)
)
(uuid "a6162bab-0168-4a99-a1fb-7620ff5afc6f")
)
(wire
(pts
(xy 167.64 140.335) (xy 180.975 140.335)
)
(stroke
(width 0)
(type default)
)
(uuid "a66dc9ec-a40e-46e6-8b95-d80452afe359")
)
(polyline
(pts
(xy 264.795 138.43) (xy 264.795 162.56)
)
(stroke
(width 0)
(type dash)
)
(uuid "a9fb91c3-ddf2-4ebd-a98c-bca37d352e05")
)
(wire
(pts
(xy 158.75 146.05) (xy 167.64 146.05)
)
(stroke
(width 0)
(type default)
)
(uuid "aa0bc1e9-f8d7-476c-b50c-ae46e7acdc30")
)
(wire
(pts
(xy 128.27 146.05) (xy 131.445 146.05)
)
(stroke
(width 0)
(type default)
)
(uuid "abbb5206-b5a2-49cc-9fcb-5a13a3460de0")
)
(wire
(pts
(xy 178.435 146.05) (xy 181.61 146.05)
)
(stroke
(width 0)
(type default)
)
(uuid "acc48624-42d5-400b-9193-b227d845935d")
)
(wire
(pts
(xy 146.05 147.32) (xy 146.05 146.05)
)
(stroke
(width 0)
(type default)
)
(uuid "ad8e1ab8-efd4-4e82-a9f2-74e3d2ce6c41")
)
(polyline
(pts
(xy 46.355 114.3) (xy 60.325 114.3)
)
(stroke
(width 0)
(type dash)
)
(uuid "ae2518dd-639b-4883-92ee-e593d908c2e6")
)
(wire
(pts
(xy 233.045 140.335) (xy 245.745 140.335)
)
(stroke
(width 0)
(type default)
)
(uuid "b2fe2340-7b11-4cf2-986b-ad910202a1ee")
)
(wire
(pts
(xy 227.965 146.05) (xy 231.14 146.05)
)
(stroke
(width 0)
(type default)
)
(uuid "b3835b87-77d0-4e14-9e19-b91299902b4c")
)
(polyline
(pts
(xy 100.33 84.455) (xy 100.33 85.725)
)
(stroke
(width 0)
(type default)
)
(uuid "b4b2268e-5d84-4047-b60e-94fa82ccd370")
)
(wire
(pts
(xy 139.065 146.05) (xy 146.05 146.05)
)
(stroke
(width 0)
(type default)
)
(uuid "b5829aec-95f8-4d57-bd64-bd7e90c92997")
)
(polyline
(pts
(xy 46.355 94.615) (xy 46.355 114.3)
)
(stroke
(width 0)
(type default)
)
(uuid "bc92a20c-8367-4105-8de2-398b5f185d57")
)
(wire
(pts
(xy 95.885 140.335) (xy 95.885 146.05)
)
(stroke
(width 0)
(type default)
)
(uuid "be557344-ebef-4631-abdd-39154f01d331")
)
(polyline
(pts
(xy 52.07 160.655) (xy 264.795 160.655)
)
(stroke
(width 0)
(type default)
)
(uuid "bf453c75-cf57-48b9-9a9d-cf63da693d0a")
)
(polyline
(pts
(xy 46.355 94.615) (xy 60.325 94.615)
)
(stroke
(width 0)
(type dash)
)
(uuid "ca8ff602-7d12-4c87-a710-552dff67c478")
)
(polyline
(pts
(xy 150.495 84.455) (xy 150.495 85.725)
)
(stroke
(width 0)
(type default)
)
(uuid "cca1aed2-7111-4511-af06-409cfca22e9b")
)
(wire
(pts
(xy 167.64 140.335) (xy 167.64 146.05)
)
(stroke
(width 0)
(type default)
)
(uuid "ce279272-27ec-4a58-98d3-51c735247a27")
)
(polyline
(pts
(xy 60.325 84.455) (xy 60.325 85.725)
)
(stroke
(width 0)
(type dash)
)
(uuid "d3effcd5-6ac3-4907-b3a5-6d171ebb994b")
)
(wire
(pts
(xy 245.745 139.065) (xy 245.745 140.335)
)
(stroke
(width 0)
(type default)
)
(uuid "d67d932c-9a6a-4991-881c-1c66acaa161f")
)
(wire
(pts
(xy 130.81 140.335) (xy 130.81 132.715)
)
(stroke
(width 0)
(type default)
)
(uuid "d8f5f36e-c201-4572-8211-5f0e5ab9f325")
)
(wire
(pts
(xy 196.215 140.335) (xy 196.215 146.05)
)
(stroke
(width 0)
(type default)
)
(uuid "d9a6dd02-b64b-4b8d-84e0-04e955520a6c")
)
(wire
(pts
(xy 78.105 146.05) (xy 81.28 146.05)
)
(stroke
(width 0)
(type default)
)
(uuid "d9f41fe9-5668-40c0-bdf3-9afc8c8707b9")
)
(wire
(pts
(xy 245.745 147.32) (xy 245.745 146.05)
)
(stroke
(width 0)
(type default)
)
(uuid "e06e239f-8784-49e0-ab7b-8f0ebdc69150")
)
(wire
(pts
(xy 217.17 147.32) (xy 217.17 146.05)
)
(stroke
(width 0)
(type default)
)
(uuid "e91dd81a-c1a9-49fa-a269-72cad6d55f50")
)
(polyline
(pts
(xy 60.325 85.725) (xy 60.325 88.265)
)
(stroke
(width 0)
(type dash)
)
(uuid "efb89ac4-b5ba-47f0-adc7-9db1f55d5b53")
)
(polyline
(pts
(xy 160.655 85.725) (xy 160.655 88.265)
)
(stroke
(width 0)
(type dash)
)
(uuid "efdb00c1-b031-4f89-96f1-4dee3c16880c")
)
(polyline
(pts
(xy 60.325 85.725) (xy 100.33 85.725)
)
(stroke
(width 0)
(type default)
)
(uuid "f418356c-15df-4edd-aa8d-b0e98f5d3a3a")
)
(wire
(pts
(xy 217.17 146.05) (xy 222.885 146.05)
)
(stroke
(width 0)
(type default)
)
(uuid "f4a6b7f9-bf70-430e-9e9a-1b8714f88f10")
)
(polyline
(pts
(xy 229.235 105.41) (xy 233.045 101.6)
)
(stroke
(width 0)
(type default)
)
(uuid "f532c023-94ae-4845-bb38-a039079ff43e")
)
(wire
(pts
(xy 83.185 140.335) (xy 83.185 132.715)
)
(stroke
(width 0)
(type default)
)
(uuid "f6f9a7b0-8c36-4e10-83b1-1f4d40e278f7")
)
(polyline
(pts
(xy 210.185 85.725) (xy 210.185 88.265)
)
(stroke
(width 0)
(type dash)
)
(uuid "fca66edd-3439-4bb7-8c39-0dbc184cc048")
)
(symbol
(lib_id "Mechanical:MountingHole")
(at 150.495 93.98 0)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom no)
(on_board yes)
(in_pos_files yes)
(dnp yes)
(fields_autoplaced yes)
(uuid "0898d425-ad4b-487a-b76c-0f89d7f8e24c")
(property "Reference" "H4"
(at 153.67 92.7099 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Value" "MountingHole"
(at 153.67 95.2499 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Footprint" "MountingHole:MountingHole_5.3mm_M5_ISO7380_Pad_TopBottom"
(at 150.495 93.98 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 150.495 93.98 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" "Mounting Hole without connection"
(at 150.495 93.98 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "H4")
(unit 1)
)
)
)
)
(symbol
(lib_id "Adom KiCad Symbols:Adom_Machine_Contact")
(at 67.31 152.4 90)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(in_pos_files yes)
(dnp no)
(uuid "0935e7ce-fd56-4817-bbae-897d8042f59a")
(property "Reference" "MC1"
(at 67.31 156.845 90)
(show_name no)
(do_not_autoplace yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" ""
(at 70.485 152.4327 90)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify right)
)
)
(property "Footprint" "adom-kicad-footprint-library:MachineContactMedium"
(at 67.31 152.4 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 67.31 152.4 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" ""
(at 67.31 152.4 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(pin "1"
(uuid "1b1ef21e-8709-4ad1-abe3-7d4d23ac6242")
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "MC1")
(unit 1)
)
)
)
)
(symbol
(lib_id "Adom KiCad Symbols:Adom_Machine_Contact")
(at 146.05 152.4 90)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(in_pos_files yes)
(dnp no)
(uuid "1a0bde3a-4da8-4615-ab68-de0e0e877477")
(property "Reference" "MC4"
(at 146.05 156.845 90)
(show_name no)
(do_not_autoplace yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" ""
(at 149.225 152.4327 90)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify right)
)
)
(property "Footprint" "adom-kicad-footprint-library:MachineContactMedium"
(at 146.05 152.4 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 146.05 152.4 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" ""
(at 146.05 152.4 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(pin "1"
(uuid "ff33d899-2aee-48e9-ad4d-3dbc04ec01da")
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "MC4")
(unit 1)
)
)
)
)
(symbol
(lib_id "Mechanical:DIN_Rail_Adapter")
(at 24.765 21.59 0)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom no)
(on_board yes)
(in_pos_files yes)
(dnp no)
(fields_autoplaced yes)
(uuid "1a70979a-7359-4c76-a85b-bd8279ad0353")
(property "Reference" "OBJ1"
(at 24.765 14.605 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "SOLONOID"
(at 24.765 17.145 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" "CalebsLib_CDT:Solonoid-Taprite 638-0031_V2.0"
(at 24.765 26.67 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 24.765 17.78 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" "Taprite Solonoid 638-0031 Footprint"
(at 24.765 21.59 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "OBJ1")
(unit 1)
)
)
)
)
(symbol
(lib_id "Device:R_Small")
(at 225.425 146.05 270)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(in_pos_files yes)
(dnp no)
(uuid "1e34216c-e991-4f35-a422-f87fbcad8814")
(property "Reference" "R4"
(at 225.425 143.51 90)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "47k"
(at 225.425 148.59 90)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" "Resistor_SMD:R_0603_1608Metric"
(at 225.425 144.272 90)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 225.425 146.05 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" "Thick Film Resistors - SMD 47K ohm 1%, 100 mW (1/10 W), 100 PPM / C"
(at 225.425 146.05 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "MFR" "Bourns"
(at 225.425 146.05 90)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "PN" "CR0603-FX-4702ELF"
(at 225.425 146.05 90)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Mouser PN" "652-CR0603FX-4702ELF"
(at 225.425 146.05 90)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(pin "1"
(uuid "6d0de92d-2c4c-435b-96d9-ae2b67cf7f81")
)
(pin "2"
(uuid "feb25e37-3a9e-435b-be56-2f7c6c3cf9ca")
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "R4")
(unit 1)
)
)
)
)
(symbol
(lib_id "Adom KiCad Symbols:Adom_Machine_Contact")
(at 196.215 152.4 90)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(in_pos_files yes)
(dnp no)
(uuid "2a689a84-a6eb-41aa-ab59-148d3cbed846")
(property "Reference" "MC6"
(at 196.215 156.845 90)
(show_name no)
(do_not_autoplace yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" ""
(at 199.39 152.4327 90)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify right)
)
)
(property "Footprint" "adom-kicad-footprint-library:MachineContactMedium"
(at 196.215 152.4 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 196.215 152.4 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" ""
(at 196.215 152.4 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(pin "1"
(uuid "cfc51518-6d7f-4201-b057-e471fefc8edf")
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "MC6")
(unit 1)
)
)
)
)
(symbol
(lib_id "Adom KiCad Symbols:Adom_Machine_Pin")
(at 49.53 135.255 0)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(in_pos_files yes)
(dnp no)
(fields_autoplaced yes)
(uuid "3d543b32-a014-4c03-8473-dc07104ec724")
(property "Reference" "MP3"
(at 48.26 133.731 0)
(show_name no)
(do_not_autoplace yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" ""
(at 48.67 131.445 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" "adom-kicad-footprint-library:MachinePinLargeShort"
(at 49.53 136.779 0)
(hide yes)
(show_name no)
(do_not_autoplace yes)
(effects
(font
(size 0.635 0.635)
)
)
)
(property "Datasheet" ""
(at 49.53 135.255 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" ""
(at 49.53 135.255 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(pin "1"
(uuid "cf5d7aaa-0d69-4b97-8591-3fd5ce84177e")
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "MP3")
(unit 1)
)
)
)
)
(symbol
(lib_id "CalebsLibrary:+5V")
(at 245.745 139.065 0)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom no)
(on_board no)
(in_pos_files yes)
(dnp no)
(uuid "3fd7325f-5367-43fb-9618-cd08aaad9a57")
(property "Reference" "#PWR08"
(at 245.999 139.065 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "+24V_4"
(at 245.745 135.255 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 245.745 139.065 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 245.745 139.065 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" ""
(at 245.745 139.065 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(pin ""
(uuid "1ce47f95-5d23-4162-85d2-e9a36bf816ef")
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "#PWR08")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:GND")
(at 108.585 151.765 0)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(in_pos_files yes)
(dnp no)
(uuid "4486ac26-d90f-456d-802c-30aff98a1ccb")
(property "Reference" "#PWR03"
(at 108.585 158.115 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "GND_2"
(at 106.045 156.21 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Footprint" ""
(at 108.585 151.765 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 108.585 151.765 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
(at 108.585 151.765 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(pin "1"
(uuid "fde8d1c9-ef93-4082-8b6a-d4c1e4e5ca88")
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "#PWR03")
(unit 1)
)
)
)
)
(symbol
(lib_id "Graphic:Logo_Open_Hardware_Small")
(at 35.56 190.5 0)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom no)
(on_board yes)
(in_pos_files yes)
(dnp no)
(fields_autoplaced yes)
(uuid "448747e4-60fa-4c4b-bfa9-266f695cd074")
(property "Reference" "LOGO2"
(at 35.56 183.515 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "Logo_Open_Hardware_Small"
(at 35.56 196.215 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" "Adom Footprint Library:Adom Logo Size 2"
(at 35.56 190.5 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 35.56 190.5 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" "Open Hardware logo, small"
(at 35.56 190.5 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "LOGO2")
(unit 1)
)
)
)
)
(symbol
(lib_id "Mechanical:MountingHole")
(at 110.49 94.615 0)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom no)
(on_board yes)
(in_pos_files yes)
(dnp yes)
(fields_autoplaced yes)
(uuid "53146d49-45ab-4022-b802-f2eb7582cc4c")
(property "Reference" "H3"
(at 113.665 93.3449 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Value" "MountingHole"
(at 113.665 95.8849 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Footprint" "MountingHole:MountingHole_5.3mm_M5_ISO7380_Pad_TopBottom"
(at 110.49 94.615 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 110.49 94.615 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" "Mounting Hole without connection"
(at 110.49 94.615 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "H3")
(unit 1)
)
)
)
)
(symbol
(lib_id "Adom KiCad Symbols:Adom_Machine_Contact")
(at 117.475 152.4 90)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(in_pos_files yes)
(dnp no)
(uuid "53d40f65-2567-4a26-bb8f-d0b3bd6a7e83")
(property "Reference" "MC3"
(at 117.475 156.845 90)
(show_name no)
(do_not_autoplace yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" ""
(at 120.65 152.4327 90)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify right)
)
)
(property "Footprint" "adom-kicad-footprint-library:MachineContactMedium"
(at 117.475 152.4 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 117.475 152.4 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" ""
(at 117.475 152.4 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(pin "1"
(uuid "9977024d-3e0a-4b5b-a798-40666b2d3ca0")
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "MC3")
(unit 1)
)
)
)
)
(symbol
(lib_id "Mechanical:MountingHole")
(at 250.19 93.98 0)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom no)
(on_board yes)
(in_pos_files yes)
(dnp yes)
(fields_autoplaced yes)
(uuid "54d83877-9149-4b99-8671-da5eccb7e23c")
(property "Reference" "H8"
(at 253.365 92.7099 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Value" "MountingHole"
(at 253.365 95.2499 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Footprint" "MountingHole:MountingHole_5.3mm_M5_ISO7380_Pad_TopBottom"
(at 250.19 93.98 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 250.19 93.98 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" "Mounting Hole without connection"
(at 250.19 93.98 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "H8")
(unit 1)
)
)
)
)
(symbol
(lib_id "Mechanical:MountingHole")
(at 100.33 93.98 0)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom no)
(on_board yes)
(in_pos_files yes)
(dnp yes)
(fields_autoplaced yes)
(uuid "57d2fabc-6814-471a-8021-1dcd1cbf2d4a")
(property "Reference" "H1"
(at 103.505 92.7099 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Value" "MountingHole"
(at 103.505 95.2499 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Footprint" "MountingHole:MountingHole_5.3mm_M5_ISO7380_Pad_TopBottom"
(at 100.33 93.98 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 100.33 93.98 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" "Mounting Hole without connection"
(at 100.33 93.98 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "H1")
(unit 1)
)
)
)
)
(symbol
(lib_id "Device:R_Small")
(at 125.73 146.05 270)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(in_pos_files yes)
(dnp no)
(uuid "624ea86a-1e55-4556-8b3d-b90336521f51")
(property "Reference" "R2"
(at 125.73 143.51 90)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "47k"
(at 125.73 148.59 90)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" "Resistor_SMD:R_0603_1608Metric"
(at 125.73 144.272 90)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 125.73 146.05 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" "Thick Film Resistors - SMD 47K ohm 1%, 100 mW (1/10 W), 100 PPM / C"
(at 125.73 146.05 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "MFR" "Bourns"
(at 125.73 146.05 90)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "PN" "CR0603-FX-4702ELF"
(at 125.73 146.05 90)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Mouser PN" "652-CR0603FX-4702ELF"
(at 125.73 146.05 90)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(pin "1"
(uuid "962a3f2d-6b00-44f6-83b0-082acefb7338")
)
(pin "2"
(uuid "890b840b-353f-4b05-b7c4-172f70800c69")
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "R2")
(unit 1)
)
)
)
)
(symbol
(lib_id "Mechanical:DIN_Rail_Adapter")
(at 24.13 54.61 0)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom no)
(on_board yes)
(in_pos_files yes)
(dnp no)
(fields_autoplaced yes)
(uuid "658b705b-bbda-4585-94d6-e72d6b87384d")
(property "Reference" "OBJ3"
(at 24.13 47.625 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "SOLONOID"
(at 24.13 50.165 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" "CalebsLib_CDT:Solonoid-Taprite 638-0031_V2.0"
(at 24.13 59.69 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 24.13 50.8 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" "Taprite Solonoid 638-0031 Footprint"
(at 24.13 54.61 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "OBJ3")
(unit 1)
)
)
)
)
(symbol
(lib_id "Adom KiCad Symbols:Adom_Machine_Pin")
(at 49.53 50.165 0)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(in_pos_files yes)
(dnp no)
(fields_autoplaced yes)
(uuid "6db89ca7-2e48-4a44-b021-7451201de030")
(property "Reference" "MP1"
(at 48.26 48.641 0)
(show_name no)
(do_not_autoplace yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" ""
(at 48.67 46.99 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" "adom-kicad-footprint-library:MachinePinLargeShort"
(at 49.53 51.689 0)
(hide yes)
(show_name no)
(do_not_autoplace yes)
(effects
(font
(size 0.635 0.635)
)
)
)
(property "Datasheet" ""
(at 49.53 50.165 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" ""
(at 49.53 50.165 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(pin "1"
(uuid "2385c06f-50a4-4b2f-af96-1aac1d7d8dcd")
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "MP1")
(unit 1)
)
)
)
)
(symbol
(lib_id "Mechanical:MountingHole")
(at 60.325 94.615 0)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom no)
(on_board yes)
(in_pos_files yes)
(dnp yes)
(fields_autoplaced yes)
(uuid "6eb64c95-4f73-4687-9fbc-ebd7035db364")
(property "Reference" "H2"
(at 63.5 93.3449 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Value" "MountingHole"
(at 63.5 95.8849 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Footprint" "MountingHole:MountingHole_5.3mm_M5_ISO7380_Pad_TopBottom"
(at 60.325 94.615 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 60.325 94.615 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" "Mounting Hole without connection"
(at 60.325 94.615 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "H2")
(unit 1)
)
)
)
)
(symbol
(lib_id "Connector:Conn_01x02_Socket")
(at 233.045 127.635 270)
(mirror x)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(in_pos_files yes)
(dnp no)
(uuid "70df9512-dd1a-44b4-8600-694ef398d572")
(property "Reference" "J4"
(at 233.045 123.825 90)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify right)
)
)
(property "Value" "MOLEX 0705530001"
(at 244.475 126.365 90)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify right)
)
)
(property "Footprint" "molex_CDT:MOLEX_0705530001"
(at 233.045 127.635 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 233.045 127.635 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" "Molex, 0705530001,CONN HEADER R/A 2POS 2.54MM,"
(at 233.045 127.635 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(pin "1"
(uuid "075b92e5-56e3-4577-8847-5908c8c49c53")
)
(pin "2"
(uuid "889991c8-9bd1-4723-940f-d75ef6514fe8")
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "J4")
(unit 1)
)
)
)
)
(symbol
(lib_id "Adom KiCad Symbols:Adom_Machine_Contact")
(at 95.885 152.4 90)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(in_pos_files yes)
(dnp no)
(uuid "77062bfb-5278-4cd8-8845-b90c101522c8")
(property "Reference" "MC2"
(at 95.885 156.845 90)
(show_name no)
(do_not_autoplace yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" ""
(at 99.06 152.4327 90)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify right)
)
)
(property "Footprint" "adom-kicad-footprint-library:MachineContactMedium"
(at 95.885 152.4 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 95.885 152.4 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" ""
(at 95.885 152.4 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(pin "1"
(uuid "04aa50be-8835-4c69-ac30-fd8908f7f95e")
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "MC2")
(unit 1)
)
)
)
)
(symbol
(lib_id "CalebsLibrary:+5V")
(at 146.05 139.065 0)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom no)
(on_board no)
(in_pos_files yes)
(dnp no)
(uuid "7a2784b1-e54a-49ef-aa90-edac821e8b03")
(property "Reference" "#PWR04"
(at 146.304 139.065 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "+24V_2"
(at 146.05 135.255 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 146.05 139.065 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 146.05 139.065 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" ""
(at 146.05 139.065 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(pin ""
(uuid "44322447-f322-4dfb-87a3-85e6cefb1b94")
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "#PWR04")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:GND")
(at 158.75 151.765 0)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(in_pos_files yes)
(dnp no)
(uuid "7d2f6a69-b867-4739-a72b-2e9b2b759b62")
(property "Reference" "#PWR05"
(at 158.75 158.115 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "GND_3"
(at 155.575 156.845 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Footprint" ""
(at 158.75 151.765 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 158.75 151.765 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
(at 158.75 151.765 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(pin "1"
(uuid "32d9e2ab-1cca-4906-ab8a-c3984e231c30")
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "#PWR05")
(unit 1)
)
)
)
)
(symbol
(lib_name "LED_2")
(lib_id "Device:LED")
(at 85.09 146.05 0)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(in_pos_files yes)
(dnp no)
(uuid "83adfa6c-923c-4011-8c95-8ed153242629")
(property "Reference" "D1"
(at 85.09 143.51 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "RED"
(at 85.09 148.59 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" "LED_SMD:LED_0603_1608Metric"
(at 85.09 146.05 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 85.09 146.05 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" "Single Color LEDs BRIGHT RED 622NM 140MCD 20MA"
(at 85.09 146.05 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Sim.Pins" "1=K 2=A"
(at 85.09 146.05 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Mouser PN" "743-S63BTR"
(at 85.09 146.05 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "MFR" "Inolux"
(at 85.09 146.05 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "PN" "IN-S63BTR"
(at 85.09 146.05 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(pin "1"
(uuid "1e1a316e-48ac-4049-89a2-d8cb471eae57")
)
(pin "2"
(uuid "2b7db642-5e35-426f-b252-1090e2f56972")
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "D1")
(unit 1)
)
)
)
)
(symbol
(lib_id "Mechanical:DIN_Rail_Adapter")
(at 24.13 70.485 0)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom no)
(on_board yes)
(in_pos_files yes)
(dnp no)
(fields_autoplaced yes)
(uuid "8a10053b-691e-49b6-9ca9-1342437a7ac6")
(property "Reference" "OBJ4"
(at 24.13 63.5 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "SOLONOID"
(at 24.13 66.04 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" "CalebsLib_CDT:Solonoid-Taprite 638-0031_V2.0"
(at 24.13 75.565 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 24.13 66.675 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" "Taprite Solonoid 638-0031 Footprint"
(at 24.13 70.485 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "OBJ4")
(unit 1)
)
)
)
)
(symbol
(lib_id "Device:R_Small")
(at 75.565 146.05 270)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(in_pos_files yes)
(dnp no)
(uuid "99d9194c-6ddc-4f85-9b1c-31ef91381673")
(property "Reference" "R1"
(at 75.565 143.51 90)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "47k"
(at 75.565 148.59 90)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" "Resistor_SMD:R_0603_1608Metric"
(at 75.565 144.272 90)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 75.565 146.05 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" "Thick Film Resistors - SMD 47K ohm 1%, 100 mW (1/10 W), 100 PPM / C"
(at 75.565 146.05 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "MFR" "Bourns"
(at 75.565 146.05 90)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "PN" "CR0603-FX-4702ELF"
(at 75.565 146.05 90)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Mouser PN" "652-CR0603FX-4702ELF"
(at 75.565 146.05 90)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(pin "1"
(uuid "4685cddb-fd5e-4f81-b2c2-7dabce01e78a")
)
(pin "2"
(uuid "26bd1e6f-1811-4dae-ab24-974cbdde159d")
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "R1")
(unit 1)
)
)
)
)
(symbol
(lib_name "LED_2")
(lib_id "Device:LED")
(at 234.95 146.05 0)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(in_pos_files yes)
(dnp no)
(uuid "a93bddcf-9e09-4efa-a003-feb05f6375c5")
(property "Reference" "D4"
(at 234.95 143.51 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "RED"
(at 234.95 148.59 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" "LED_SMD:LED_0603_1608Metric"
(at 234.95 146.05 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 234.95 146.05 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" "Single Color LEDs BRIGHT RED 622NM 140MCD 20MA"
(at 234.95 146.05 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Sim.Pins" "1=K 2=A"
(at 234.95 146.05 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Mouser PN" "743-S63BTR"
(at 234.95 146.05 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "MFR" "Inolux"
(at 234.95 146.05 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "PN" "IN-S63BTR"
(at 234.95 146.05 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(pin "1"
(uuid "0cdd95aa-29e6-4e53-8143-13dbde2890d6")
)
(pin "2"
(uuid "6e8a2b41-08a0-44f6-a4b4-165dc52204d8")
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "D4")
(unit 1)
)
)
)
)
(symbol
(lib_name "LED_2")
(lib_id "Device:LED")
(at 185.42 146.05 0)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(in_pos_files yes)
(dnp no)
(uuid "ad5d6a5d-c092-455c-8690-d4089aed3464")
(property "Reference" "D3"
(at 185.42 143.51 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "RED"
(at 185.42 148.59 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" "LED_SMD:LED_0603_1608Metric"
(at 185.42 146.05 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 185.42 146.05 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" "Single Color LEDs BRIGHT RED 622NM 140MCD 20MA"
(at 185.42 146.05 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Sim.Pins" "1=K 2=A"
(at 185.42 146.05 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Mouser PN" "743-S63BTR"
(at 185.42 146.05 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "MFR" "Inolux"
(at 185.42 146.05 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "PN" "IN-S63BTR"
(at 185.42 146.05 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(pin "1"
(uuid "9059dedc-ae70-4dd6-95ea-1904ea856573")
)
(pin "2"
(uuid "db14fa1e-3957-4c19-afab-fe344a3b9e4b")
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "D3")
(unit 1)
)
)
)
)
(symbol
(lib_id "Graphic:Logo_Open_Hardware_Small")
(at 21.59 189.865 0)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom no)
(on_board yes)
(in_pos_files yes)
(dnp no)
(uuid "ad9a0516-1287-4eba-a4ae-88a8003ba69c")
(property "Reference" "LOGO1"
(at 18.415 182.88 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Value" "Logo_Open_Hardware_Small"
(at 21.59 195.58 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" "Adom Footprint Library:Adom Icon"
(at 21.59 189.865 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 21.59 189.865 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" "Open Hardware logo, small"
(at 21.59 189.865 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "LOGO1")
(unit 1)
)
)
)
)
(symbol
(lib_id "Adom KiCad Symbols:Adom_Machine_Contact")
(at 217.17 152.4 90)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(in_pos_files yes)
(dnp no)
(uuid "b5b42fca-eb76-4cfe-a4a9-54bffae81c78")
(property "Reference" "MC7"
(at 217.17 156.845 90)
(show_name no)
(do_not_autoplace yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" ""
(at 220.345 152.4327 90)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify right)
)
)
(property "Footprint" "adom-kicad-footprint-library:MachineContactMedium"
(at 217.17 152.4 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 217.17 152.4 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" ""
(at 217.17 152.4 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(pin "1"
(uuid "efd87401-93ca-4827-927c-532301a49d6d")
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "MC7")
(unit 1)
)
)
)
)
(symbol
(lib_id "Adom KiCad Symbols:Adom_Machine_Contact")
(at 245.745 152.4 90)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(in_pos_files yes)
(dnp no)
(uuid "b931ce1c-729c-4411-bbe4-5778078e97c2")
(property "Reference" "MC8"
(at 245.745 156.845 90)
(show_name no)
(do_not_autoplace yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" ""
(at 248.92 152.4327 90)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify right)
)
)
(property "Footprint" "adom-kicad-footprint-library:MachineContactMedium"
(at 245.745 152.4 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 245.745 152.4 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" ""
(at 245.745 152.4 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(pin "1"
(uuid "e2143263-6981-4437-a8bf-1473840eb015")
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "MC8")
(unit 1)
)
)
)
)
(symbol
(lib_id "Adom KiCad Symbols:Adom_Machine_Pin")
(at 262.255 135.89 0)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(in_pos_files yes)
(dnp no)
(fields_autoplaced yes)
(uuid "c320583f-ed2b-44e4-9988-82bbced263e8")
(property "Reference" "MP4"
(at 260.985 134.366 0)
(show_name no)
(do_not_autoplace yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" ""
(at 261.395 132.715 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" "adom-kicad-footprint-library:MachinePinLargeShort"
(at 262.255 137.414 0)
(hide yes)
(show_name no)
(do_not_autoplace yes)
(effects
(font
(size 0.635 0.635)
)
)
)
(property "Datasheet" ""
(at 262.255 135.89 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" ""
(at 262.255 135.89 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(pin "1"
(uuid "3b35344f-3868-46c7-bd09-f314132ec5b2")
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "MP4")
(unit 1)
)
)
)
)
(symbol
(lib_id "CalebsLibrary:+5V")
(at 95.885 139.065 0)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom no)
(on_board no)
(in_pos_files yes)
(dnp no)
(uuid "c6bc902c-1881-4193-986a-38d1dea52a5e")
(property "Reference" "#PWR01"
(at 96.139 139.065 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "+24V_1"
(at 95.885 135.255 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 95.885 139.065 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 95.885 139.065 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" ""
(at 95.885 139.065 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(pin ""
(uuid "ea5f990d-d1a6-48a9-bcc1-2ea01618dd27")
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "#PWR01")
(unit 1)
)
)
)
)
(symbol
(lib_id "Connector:Conn_01x02_Socket")
(at 183.515 127.635 270)
(mirror x)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(in_pos_files yes)
(dnp no)
(uuid "cab114f8-c0a9-48da-a770-c55a9ee5cb6a")
(property "Reference" "J3"
(at 183.515 123.825 90)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify right)
)
)
(property "Value" "MOLEX 0705530001"
(at 194.945 126.365 90)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify right)
)
)
(property "Footprint" "molex_CDT:MOLEX_0705530001"
(at 183.515 127.635 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 183.515 127.635 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" "Molex, 0705530001,CONN HEADER R/A 2POS 2.54MM,"
(at 183.515 127.635 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(pin "1"
(uuid "411da911-3108-4f10-a100-71c0df19d647")
)
(pin "2"
(uuid "a86b5050-f563-40cc-b8dc-d45ef2957e8f")
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "J3")
(unit 1)
)
)
)
)
(symbol
(lib_id "Mechanical:MountingHole")
(at 200.66 93.98 0)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom no)
(on_board yes)
(in_pos_files yes)
(dnp yes)
(fields_autoplaced yes)
(uuid "d3756a26-e1d7-4044-a8ec-9488bcd315cd")
(property "Reference" "H6"
(at 203.835 92.7099 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Value" "MountingHole"
(at 203.835 95.2499 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Footprint" "MountingHole:MountingHole_5.3mm_M5_ISO7380_Pad_TopBottom"
(at 200.66 93.98 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 200.66 93.98 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" "Mounting Hole without connection"
(at 200.66 93.98 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "H6")
(unit 1)
)
)
)
)
(symbol
(lib_id "CalebsLibrary:+5V")
(at 196.215 139.065 0)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom no)
(on_board no)
(in_pos_files yes)
(dnp no)
(uuid "d410e82f-0a92-411b-b973-5dcf5e321618")
(property "Reference" "#PWR06"
(at 196.469 139.065 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "+24V_3"
(at 196.215 135.255 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 196.215 139.065 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 196.215 139.065 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" ""
(at 196.215 139.065 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(pin ""
(uuid "cc093beb-4959-41c1-92f5-2ccc4a95ab51")
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "#PWR06")
(unit 1)
)
)
)
)
(symbol
(lib_id "Mechanical:MountingHole")
(at 160.655 94.615 0)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom no)
(on_board yes)
(in_pos_files yes)
(dnp yes)
(fields_autoplaced yes)
(uuid "d4b69f66-137f-40e9-9884-ac70cc6504d8")
(property "Reference" "H5"
(at 163.83 93.3449 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Value" "MountingHole"
(at 163.83 95.8849 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Footprint" "MountingHole:MountingHole_5.3mm_M5_ISO7380_Pad_TopBottom"
(at 160.655 94.615 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 160.655 94.615 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" "Mounting Hole without connection"
(at 160.655 94.615 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "H5")
(unit 1)
)
)
)
)
(symbol
(lib_name "LED_2")
(lib_id "Device:LED")
(at 135.255 146.05 0)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(in_pos_files yes)
(dnp no)
(uuid "d4c846a8-026b-419f-b0ed-c9ae36417f8e")
(property "Reference" "D2"
(at 135.255 143.51 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "RED"
(at 135.255 148.59 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" "LED_SMD:LED_0603_1608Metric"
(at 135.255 146.05 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 135.255 146.05 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" "Single Color LEDs BRIGHT RED 622NM 140MCD 20MA"
(at 135.255 146.05 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Sim.Pins" "1=K 2=A"
(at 135.255 146.05 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Mouser PN" "743-S63BTR"
(at 135.255 146.05 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "MFR" "Inolux"
(at 135.255 146.05 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "PN" "IN-S63BTR"
(at 135.255 146.05 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(pin "1"
(uuid "73d61b3a-2d6d-4c99-8f5e-e01f1c4d786c")
)
(pin "2"
(uuid "4f199c2e-8152-42f0-8912-2aeab58ac89b")
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "D2")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:GND")
(at 58.42 151.765 0)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(in_pos_files yes)
(dnp no)
(uuid "d76c4c79-1f1a-4746-a66b-9d30dd9f0fd4")
(property "Reference" "#PWR02"
(at 58.42 158.115 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "GND_1"
(at 55.88 156.21 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Footprint" ""
(at 58.42 151.765 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 58.42 151.765 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
(at 58.42 151.765 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(pin "1"
(uuid "f2d9a68a-c67e-4409-9262-882f2fce9d37")
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "#PWR02")
(unit 1)
)
)
)
)
(symbol
(lib_id "Adom KiCad Symbols:Adom_Machine_Pin")
(at 262.255 50.8 0)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(in_pos_files yes)
(dnp no)
(fields_autoplaced yes)
(uuid "d8b2a4b2-c02e-4b6e-b8b8-76ee00180384")
(property "Reference" "MP2"
(at 260.985 49.276 0)
(show_name no)
(do_not_autoplace yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" ""
(at 261.395 47.625 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" "adom-kicad-footprint-library:MachinePinLargeShort"
(at 262.255 52.324 0)
(hide yes)
(show_name no)
(do_not_autoplace yes)
(effects
(font
(size 0.635 0.635)
)
)
)
(property "Datasheet" ""
(at 262.255 50.8 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" ""
(at 262.255 50.8 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(pin "1"
(uuid "152d443d-41fb-4eea-87d6-56e25f3ee5d5")
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "MP2")
(unit 1)
)
)
)
)
(symbol
(lib_id "Mechanical:DIN_Rail_Adapter")
(at 24.765 37.465 0)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom no)
(on_board yes)
(in_pos_files yes)
(dnp no)
(fields_autoplaced yes)
(uuid "dd81cb6d-db72-4c5a-b159-b550542b4867")
(property "Reference" "OBJ2"
(at 24.765 30.48 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "SOLONOID"
(at 24.765 33.02 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" "CalebsLib_CDT:Solonoid-Taprite 638-0031_V2.0"
(at 24.765 42.545 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 24.765 33.655 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" "Taprite Solonoid 638-0031 Footprint"
(at 24.765 37.465 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "OBJ2")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:GND")
(at 208.28 151.765 0)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(in_pos_files yes)
(dnp no)
(uuid "e58268bb-8242-434d-bdd1-0bc8ff26c8c6")
(property "Reference" "#PWR07"
(at 208.28 158.115 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "GND_4"
(at 205.105 156.21 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Footprint" ""
(at 208.28 151.765 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 208.28 151.765 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
(at 208.28 151.765 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(pin "1"
(uuid "d97659ce-00a0-4f17-9159-9825ae57a014")
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "#PWR07")
(unit 1)
)
)
)
)
(symbol
(lib_id "Adom KiCad Symbols:Adom_Machine_Contact")
(at 167.64 152.4 90)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(in_pos_files yes)
(dnp no)
(uuid "e6961c45-8102-4699-b135-1b6848ba5c62")
(property "Reference" "MC5"
(at 167.64 156.845 90)
(show_name no)
(do_not_autoplace yes)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" ""
(at 170.815 152.4327 90)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify right)
)
)
(property "Footprint" "adom-kicad-footprint-library:MachineContactMedium"
(at 167.64 152.4 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 167.64 152.4 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" ""
(at 167.64 152.4 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(pin "1"
(uuid "5d1863f4-3fdf-4008-8537-2a014c60ae40")
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "MC5")
(unit 1)
)
)
)
)
(symbol
(lib_id "Device:R_Small")
(at 175.895 146.05 270)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(in_pos_files yes)
(dnp no)
(uuid "eba71781-78e7-436d-ae3e-12fe427b1b52")
(property "Reference" "R3"
(at 175.895 143.51 90)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "47k"
(at 175.895 148.59 90)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" "Resistor_SMD:R_0603_1608Metric"
(at 175.895 144.272 90)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 175.895 146.05 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" "Thick Film Resistors - SMD 47K ohm 1%, 100 mW (1/10 W), 100 PPM / C"
(at 175.895 146.05 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "MFR" "Bourns"
(at 175.895 146.05 90)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "PN" "CR0603-FX-4702ELF"
(at 175.895 146.05 90)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Mouser PN" "652-CR0603FX-4702ELF"
(at 175.895 146.05 90)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(pin "1"
(uuid "66f34de0-03a8-4530-8262-7a3243aabfdc")
)
(pin "2"
(uuid "07dd4754-19c0-4ba6-ac3d-a3e540d0880e")
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "R3")
(unit 1)
)
)
)
)
(symbol
(lib_id "Mechanical:MountingHole")
(at 210.185 94.615 0)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom no)
(on_board yes)
(in_pos_files yes)
(dnp yes)
(fields_autoplaced yes)
(uuid "ec606d4a-e501-4699-97f8-35c2486f9227")
(property "Reference" "H7"
(at 213.36 93.3449 0)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Value" "MountingHole"
(at 213.36 95.8849 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Footprint" "MountingHole:MountingHole_5.3mm_M5_ISO7380_Pad_TopBottom"
(at 210.185 94.615 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 210.185 94.615 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" "Mounting Hole without connection"
(at 210.185 94.615 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "H7")
(unit 1)
)
)
)
)
(symbol
(lib_id "Connector:Conn_01x02_Socket")
(at 83.185 127.635 270)
(mirror x)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(in_pos_files yes)
(dnp no)
(uuid "f318e32f-d52c-41c1-9a9e-5d4838d6c575")
(property "Reference" "J1"
(at 83.185 123.825 90)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify right)
)
)
(property "Value" "MOLEX 0705530001"
(at 94.615 126.365 90)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify right)
)
)
(property "Footprint" "molex_CDT:MOLEX_0705530001"
(at 83.185 127.635 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 83.185 127.635 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" "Molex, 0705530001,CONN HEADER R/A 2POS 2.54MM,"
(at 83.185 127.635 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(pin "1"
(uuid "7b39d7fd-3908-47ba-b3b3-532594fad939")
)
(pin "2"
(uuid "f5dfb56a-c7ec-47c1-9ccc-8395a8577abe")
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "J1")
(unit 1)
)
)
)
)
(symbol
(lib_id "Connector:Conn_01x02_Socket")
(at 133.35 127.635 270)
(mirror x)
(unit 1)
(body_style 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(in_pos_files yes)
(dnp no)
(uuid "fa2570d9-47ee-412b-bd97-40d29b6aa8ab")
(property "Reference" "J2"
(at 133.35 123.825 90)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify right)
)
)
(property "Value" "MOLEX 0705530001"
(at 144.78 126.365 90)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
(justify right)
)
)
(property "Footprint" "molex_CDT:MOLEX_0705530001"
(at 133.35 127.635 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 133.35 127.635 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" "Molex, 0705530001,CONN HEADER R/A 2POS 2.54MM,"
(at 133.35 127.635 0)
(hide yes)
(show_name no)
(do_not_autoplace no)
(effects
(font
(size 1.27 1.27)
)
)
)
(pin "1"
(uuid "4eb8b98d-1ebf-475c-83a9-24c76324563f")
)
(pin "2"
(uuid "18c5bec2-2eed-4cd5-8be4-ab80eaf058c8")
)
(instances
(project "Teazzers_Taprite_Solonoid-638-0031_Multicarrier_v1.0"
(path "/3d26cab6-2549-4119-bc35-b3c7196ca480"
(reference "J2")
(unit 1)
)
)
)
)
(sheet_instances
(path "/"
(page "1")
)
)
(embedded_fonts no)
)