<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>PCB Design, Prototyping and Production</title><link>https://community.element14.com/products/pcbprototyping/</link><description>Join members as we design, prototype and fabricate printed circuit boards, for fun and for practicality!</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>Forum Post: RE: Logic Gate Output Changes When Nearby Relay Activates</title><link>https://community.element14.com/products/pcbprototyping/f/forum/56880/logic-gate-output-changes-when-nearby-relay-activates/235248</link><pubDate>Thu, 30 Apr 2026 20:54:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:cc267f10-ad80-4576-98f1-845f77eb6db9</guid><dc:creator>DAB</dc:creator><description>Never underestimate the value of metal shielding. Also, ferrite cores can be very useful in reducing induced spikes.</description></item><item><title>Forum Post: RE: Logic Gate Output Changes When Nearby Relay Activates</title><link>https://community.element14.com/products/pcbprototyping/f/forum/56880/logic-gate-output-changes-when-nearby-relay-activates/235197</link><pubDate>Tue, 28 Apr 2026 12:52:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:cdde6fe5-04e8-45d5-a226-6ee55e57361c</guid><dc:creator>colporteur</dc:creator><description>I&amp;#39;ve experienced the interference from relays in digital electronics. The components don&amp;#39;t even have to be on the same board. Mostly working with Arduino&amp;#39;s and raspberry pi. My fix was to code to simulate key bounce. relay contacts under heavy load do tend to generate emf. Its never seems to be good for the contacts and the surround environment. I can give you empathy but not a practical solution.</description></item><item><title>Forum Post: RE: Logic Gate Output Changes When Nearby Relay Activates</title><link>https://community.element14.com/products/pcbprototyping/f/forum/56880/logic-gate-output-changes-when-nearby-relay-activates/235173</link><pubDate>Mon, 27 Apr 2026 13:05:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:41d78de0-634b-431c-a9a0-1cb7f5102b14</guid><dc:creator>robogary</dc:creator><description>Depends. Is the relay switching an inductive load ? If possible, you could remove the relay&amp;#39;s load and cycle to see if that is related to misoperation. Relay coils should have a flyback diode (or a shottkey double back diode tvs) unless it effects any critical timing. Larger coils should also have RC suppression. If your relay switches an inductive load like a motor or solenoid, that load should also have suppression. The suppression will also ensure the relay contact life.</description></item><item><title>Forum Post: RE: Logic Gate Output Changes When Nearby Relay Activates</title><link>https://community.element14.com/products/pcbprototyping/f/forum/56880/logic-gate-output-changes-when-nearby-relay-activates/235167</link><pubDate>Mon, 27 Apr 2026 08:21:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:a6e4deea-29a9-465b-ad91-03268fd8d8c7</guid><dc:creator>acdc90</dc:creator><description>is the gates powered on 5volts is the relays on 5v or 12v does the relay have diode across coil can we have a circuit ?</description></item><item><title>Forum Post: Logic Gate Output Changes When Nearby Relay Activates</title><link>https://community.element14.com/products/pcbprototyping/f/forum/56880/logic-gate-output-changes-when-nearby-relay-activates</link><pubDate>Mon, 27 Apr 2026 08:08:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:e2289307-38fd-4dcc-b623-03221cc79360</guid><dc:creator>eva_402</dc:creator><description>Hi, I’m using a few AND/OR logic gates to generate enable signals before they enter a microcontroller. The logic works normally, but sometimes outputs change briefly when a nearby relay switches. The relay and logic ICs are on the same board. Questions: Is this more likely EMI coupling or supply disturbance? Should I add more decoupling or flyback suppression first? On the PCB, is physical separation between relay components and logic ICs usually enough?</description></item><item><title /><link>https://community.element14.com/products/pcbprototyping/b/pcb-blogs/posts/kicad-10-and-spice-practical-tips-for-working-with-circuit-simulations?CommentId=578943b4-275a-4a2b-982e-54d02ee9ea48</link><pubDate>Tue, 21 Apr 2026 04:48:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:578943b4-275a-4a2b-982e-54d02ee9ea48</guid><dc:creator>shabaz</dc:creator><description>I&amp;#39;m not very good with creating SPICE simulations (I don&amp;#39;t do it all too regularly)! I find SPICE can become frustratingly difficult to debug in larger projects, because there&amp;#39;s so much volume of math going on in the background, and things might get out of hand, and then the simulation just halts. It&amp;#39;s much easier in smaller projects, or in sub-circuits (i.e. only simulate the part that one is unsure of). On the positive side, even without creating any simulations people can benefit from the KiCad feature: if others create simulations in their projects, then it&amp;#39;s possible to just run their pre-created simulations in KiCad, to see how a project works, and if it&amp;#39;s worth constructing.</description></item><item><title /><link>https://community.element14.com/products/pcbprototyping/b/pcb-blogs/posts/kicad-10-and-spice-practical-tips-for-working-with-circuit-simulations?CommentId=c698a9cb-0595-45af-b365-180227c798ee</link><pubDate>Mon, 20 Apr 2026 19:43:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:c698a9cb-0595-45af-b365-180227c798ee</guid><dc:creator>colporteur</dc:creator><description>You can&amp;#39;t see my response but &amp;quot;two thumbs up&amp;quot; for this share. If you ever decide to publish a KiCAD tutorial, I will be your first register. I so under utilize KiCAD because of a knowledge gap. Trying to develop skills without having an application never seems to work. Learn stuff while I am building tends to stick. SPICE was a girl band for me. I fear if I get into simulations I will drown in the water so deep.</description></item><item><title /><link>https://community.element14.com/products/pcbprototyping/b/pcb-blogs/posts/kicad-10-and-spice-practical-tips-for-working-with-circuit-simulations?CommentId=d8c15d50-39ab-4894-b732-955cfad4aa2d</link><pubDate>Sat, 18 Apr 2026 03:01:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:d8c15d50-39ab-4894-b732-955cfad4aa2d</guid><dc:creator>kmikemoo</dc:creator><description>shabaz You never cease to amaze. Great info.</description></item><item><title /><link>https://community.element14.com/products/pcbprototyping/b/pcb-blogs/posts/kicad-10-and-spice-practical-tips-for-working-with-circuit-simulations?CommentId=63bf5ddd-6cdd-4517-bfbf-9d2537154a21</link><pubDate>Thu, 16 Apr 2026 20:06:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:63bf5ddd-6cdd-4517-bfbf-9d2537154a21</guid><dc:creator>DAB</dc:creator><description>I would have loved this capability back when I was building circuits.</description></item><item><title>Forum Post: RE: Thermal profile methodology for DIY reflow — what I know, what I'm missing</title><link>https://community.element14.com/products/pcbprototyping/f/forum/56848/thermal-profile-methodology-for-diy-reflow-what-i-know-what-i-m-missing/235000</link><pubDate>Thu, 16 Apr 2026 16:53:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3b594d19-2920-4c7a-8935-b9fcb6774b6d</guid><dc:creator>BigG</dc:creator><description>An idea I had (needs effort to explore practical implications) is to place a layer of densely packed steel wool between the plate and the board to allow for warping and to provide a more even heat distribution. The thermal conductivity of steel wool will certainly be better than air but not as good as a solid metal plate.</description></item><item><title>Forum Post: RE: How to Position an SMT Stencil at Home</title><link>https://community.element14.com/products/pcbprototyping/f/forum/56849/how-to-position-an-smt-stencil-at-home/234987</link><pubDate>Wed, 15 Apr 2026 11:06:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:49018fa8-b848-43ea-be65-f011210363b3</guid><dc:creator>pvit</dc:creator><description>I just imagine squeegee path and keep pins aside. There are 4 corners. 2 pins required. Usually enough variants to select from. From my experience, the only real problem is to position SMT stencil with ease and high precision. Everything else is not a big deal. Also, dry paste (high viscosity) is a bit more convenient, but difference is not fatal.</description></item><item><title>Forum Post: RE: How to Position an SMT Stencil at Home</title><link>https://community.element14.com/products/pcbprototyping/f/forum/56849/how-to-position-an-smt-stencil-at-home/234984</link><pubDate>Wed, 15 Apr 2026 10:02:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:ead28991-0245-4b2f-a1eb-93d3166de26a</guid><dc:creator>BigG</dc:creator><description>Good idea. I&amp;#39;m just wondering whether these pins will impinge on the solder application process. You typically apply solder paste on the stencil and then scrape across with a card etc.</description></item><item><title>Forum Post: RE: How to Position an SMT Stencil at Home</title><link>https://community.element14.com/products/pcbprototyping/f/forum/56849/how-to-position-an-smt-stencil-at-home/234983</link><pubDate>Wed, 15 Apr 2026 09:32:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:19f67220-44be-42d6-9126-23006a8e1fe7</guid><dc:creator>Andrew J</dc:creator><description>I just tape the PCB down to a board along as much of all 4 edges as possible so that it doesn’t move. With the stencil, I place a long piece of tape along one side. The stencil is positioned on the PCB so it is properly aligned then the stencil’s tape is pressed down onto the board (not PCB) and that allows the stencil to (a) not move whilst scraping paste across it; and (b) provides a hinge for lifting it off without disturbing paste. It also allows the stencil to be lowered back down if you’ve missed some paste or could do with more on some pads. Never had an issue with this approach.</description></item><item><title>Forum Post: How to Position an SMT Stencil at Home</title><link>https://community.element14.com/products/pcbprototyping/f/forum/56849/how-to-position-an-smt-stencil-at-home</link><pubDate>Wed, 15 Apr 2026 06:49:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:da8f061a-942a-40f2-8897-db23057a68b6</guid><dc:creator>pvit</dc:creator><description>This is a positioning method that wasn&amp;#39;t obvious to me until I&amp;#39;d tried a few other approaches. Sharing it in case it saves someone time. The basic idea: use needles and fiducial holes to fix the stencil and PCB to a silicone mat. It&amp;#39;s far more accurate and practical than building a makeshift frame with tape. Use case - Hobby use — assembling a few boards occasionally - Open source projects where reproducibility matters (many people will build it) What&amp;#39;s out there SMT stencil printers (full-size) — large, require dedicated space. Fine for production runs, overkill at home. Also needs a larger stencil, which drives up cost and shipping. Compact stencil printers — appeared only recently. Much better suited for hobby use. Still somewhat large — might make sense for a dozen boards, but overkill for 1–2. Fiducial hole positioning — has its nuances, but nearly ideal for hobby use. Unbeatable on price. Hobby boards typically don&amp;#39;t exceed 100&amp;#215;100 mm. In that case a steel stencil runs about $3. The question &amp;quot;solder by hand or use paste?&amp;quot; pretty much answers itself. Worth noting: in &amp;quot;proper&amp;quot; stencil use the stencil doesn&amp;#39;t touch the board — it snaps off during squeegee travel. With fiducial positioning the stencil lies directly on the board. In theory that&amp;#39;s worse, but the results are good enough not to worry about. How to do it &amp;quot;Use needles and fiducial holes&amp;quot; sounds simple. In practice there are subtleties — needles come in different diameters, and repeatability matters. For a long time I used AWG 22 steel wire with 0.7 mm holes: Total offset no more than 0.1 mm Sufficient for 0.5 mm pitch components Downsides: Still need to source the wire Wire deforms when clipped, so zero clearance is impossible On recent boards I tried something different. It turns out there are &amp;quot;location pins&amp;quot; at 1 mm diameter and smaller. At one well-known three-letter Chinese fab you can order them for pennies along with the boards. As shown in the photo, each location area has 4 holes — 0.6, 0.65, 1.0, and 1.05 mm — for 0.6 and 1.0 mm pins. I went with 1.0 mm pins. Very happy with the results: Pins drop straight into the board — no pushing into the mat Zero play Prints are even more precise. Multiple squeegee passes don&amp;#39;t smear anything Result does not depend on user experience It&amp;#39;s too early to call it 100% reproducible, but I&amp;#39;ve ordered boards this way three times with no issues. For extra safety you could add 1.05 mm holes next to the 1.0 mm ones, but I&amp;#39;ve never needed them. If you know other convenient methods — share them.</description><category domain="https://community.element14.com/products/pcbprototyping/tags/reflow">reflow</category><category domain="https://community.element14.com/products/pcbprototyping/tags/soldering">soldering</category><category domain="https://community.element14.com/products/pcbprototyping/tags/stencil">stencil</category></item><item><title /><link>https://community.element14.com/products/pcbprototyping/b/pcb-blogs/posts/kicad-10-and-spice-practical-tips-for-working-with-circuit-simulations?CommentId=4090baa3-aab7-4523-aa4b-09cd5812c3af</link><pubDate>Wed, 15 Apr 2026 02:39:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:4090baa3-aab7-4523-aa4b-09cd5812c3af</guid><dc:creator>shabaz</dc:creator><description>(Now added a video explanation regarding one method of sharing simulations).</description></item><item><title>Blog Post: KiCad 10 and SPICE: Practical Tips for Working with Circuit Simulations!</title><link>https://community.element14.com/products/pcbprototyping/b/pcb-blogs/posts/kicad-10-and-spice-practical-tips-for-working-with-circuit-simulations</link><pubDate>Tue, 14 Apr 2026 19:28:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:8d6fc18b-7319-460a-a78a-87edf803c52b</guid><dc:creator>shabaz</dc:creator><description>Table of Contents Introduction What is SPICE and How it is Used with KiCad? Simulations and PCB Design with One Schematic Sharing Circuit Simulations Easier-to-Read Charts Summary Introduction KiCad software enables the user to create circuit schematics and convert those into printed circuit board (PCB) layouts, all ready for manufacturing, whether that’s for hobby or commercial use. A lesser-used feature of KiCad is its SPICE circuit simulation capability. I explored it a while back (+) KiCad 8: Working with Circuit Simulations! - element14 Community however I felt it is useful enough that it was worth retrying it with the recent KiCad 10 software release. In particular, I wanted to see if I could now figure out some methods (perhaps not best practices - I don&amp;#39;t know!), to make simulations more usable and accessible. In particular, I wanted to be able to easily share simulations with others, and to be able to create circuit boards from the same schematic that was being simulated. This blog post discusses how to do that, and also how to obtain slightly easier-to-read charts from simulation results. What is SPICE and How it is Used with KiCad? SPICE is a circuit simulation engine that KiCad uses. For more information, please refer to (+) SPICE Circuit Simulation: A Simple Explanation! - element14 Community and then to see how to use it specifically with KiCad, the earlier version 8 blog post can be used, it is still relevant: (+) KiCad 8: Working with Circuit Simulations! - element14 Community Simulations and PCB Design with One Schematic Often, just a subcircuit is simulated, rather than the entire project. A separate project or a separate schematic file could be created in KiCad, with just the parts you wish to simulate copied across from your real project that you wish to eventually construct with a real circuit board. Another approach is described in the earlier version 8 blog post (in particular in the comments section there), where the entire schematic is split up into sheets, and the top level sheet is not simulated, but any of the lower-level sheets can be simulated if desired. Yet another approach is to mark some components as excluded from simulation. With KiCad 10, that approach leaves boxes drawn around those components, which looks ugly. There may be a solution to that, but I have worked around it for now, by simply assigning benign “fake” SPICE models to the components that I do not wish to be simulated (usually connectors). Here’s a SPICE model example, which I called AUDIOJACK_STEREO.lib, which was intended for a 3.5 mm audio connector with three pins called SHIELD, RING and TIP: .SUBCKT AUDIOJACK_STEREO SHIELD RING TIP R1 SHIELD RING 1e12 R2 SHIELD TIP 1e12 .ENDS AUDIOJACK_STEREO All it does is simulate two very high resistance (1e12 ohms) between the shield and the other pins. Another problem that needs to be resolved, is that you might not want the SPICE-related stuff to clutter the schematic. To keep it clean, I rely on signal labels to attach connections to SPICE elements, and that way there’s no wires visually cluttering things. I can then push off all the SPICE related stuff into a corner of the schematic sheet. See the example screenshot below. You’ll also notice a very small resistance of 0.000001 ohms present in the circuit! I used that to tie the SPICE ‘ 0 ’ symbol to the 0V rail in the circuit. Don’t connect the signals directly, because that causes KiCad to swallow the 0V connections, and then if your PCB layout had a 0V ground plane, it would disappear. A very low value resistor solves the problem. The resistor must not appear in the PCB since it’s just there for simulation purposes, so right-click on it and select Attributes-&amp;gt;Exclude from Board , and Exclude from BoM . Sharing Circuit Simulations If you give someone else your KiCad project folder, they will not be able to easily simulate themselves, because the SPICE libraries are not local to a project. Their PC likely won’t have the SPICE libraries that you downloaded. Technically it is possible to &amp;#39;embed&amp;#39; the SPICE model within KiCad symbols, but there are some limitations (not easy to view the model, and it gets dynamically saved I believe, with a mangled filename which is inconvenient, plus there&amp;#39;s a KiCad 10 issue currently that can make you lose the embedded model). The only reasonably solution I could come up with so far, is to create a folder within the project folder, called say spice_lib , and then copy the SPICE libraries that were used into that folder, and then change each component in the schematic to point to the relevant model in that local folder, rather than wherever one normally stores models. That can get tedious to do manually, so I used AI to help write a spice_lib_local graphical tool to automate things. Here&amp;#39;s a 4-minute video explanation: https://youtu.be/VLH2petuyxM When run, the user can select their project folder, then select the schematic, and click Analyze to see what SPICE models are present inside that schematic. Another button-click will automatically copy those models into the local spice_lib folder, and then by clicking on the Make Instances Local button, the tool will modify the schematic file to point to the local SPICE models. After that, the project folder can be shared with others, and they will be able to run the simulations. Easier-to-Read Charts Personally, I don’t like the charts that KiCad generates from simulations; the values on the axes are tiny, and not easy to read. One solution is to use some other charting application, because the results can be exported from KiCad in a CSV format. For TRAN and AC analyses (i.e. time-domain and frequency response simulations), I wrote a couple of simply Python scripts called plot_tran.py and plot_ac.py to show the results better. They could be tweaked to suit needs. The screenshots below show how to run the scripts, and example output. Summary Simulations run well in KiCad 10, but you may need to consider how to best draw the schematic if you want to separate out the things that need simulating, from the parts that are not to be simulated. Some techniques for that were discussed, and a simple way for smaller circuits could be to use SPICE models that do nothing (with very high resistances) for things like connectors. For connecting a ground net to the “0” symbol that is used by SPICE in KiCad, a very low value resistor can be used. To share circuits with others, it is worthwhile to store SPICE models locally within the project folder (or a sub-folder, say called spice_lib) so that they are available to anyone else who receives the project folder. An automated tool to perform the copy operation, and to modify the schematic file to use the new path to the models was discussed. KiCad supports SPICE results export in CSV format, and that can be used to plot results with custom or third party tools. Thanks for reading!</description><category domain="https://community.element14.com/products/pcbprototyping/tags/kicad%2b8">kicad 8</category><category domain="https://community.element14.com/products/pcbprototyping/tags/kicad">kicad</category><category domain="https://community.element14.com/products/pcbprototyping/tags/simulation">simulation</category><category domain="https://community.element14.com/products/pcbprototyping/tags/spice">spice</category><category domain="https://community.element14.com/products/pcbprototyping/tags/kicad%2b9">kicad 9</category><category domain="https://community.element14.com/products/pcbprototyping/tags/kicad%2b10">kicad 10</category></item><item><title>Forum Post: RE: Thermal profile methodology for DIY reflow — what I know, what I'm missing</title><link>https://community.element14.com/products/pcbprototyping/f/forum/56848/thermal-profile-methodology-for-diy-reflow-what-i-know-what-i-m-missing/234970</link><pubDate>Mon, 13 Apr 2026 18:51:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:a73a218c-0109-4257-bea4-09f56b340695</guid><dc:creator>pvit</dc:creator><description>Yeah. Thin plate =&amp;gt; bad heat distribution. Fat plate =&amp;gt; slow cooling. I use Pi5 fan to blow from the bottom. It improves cooling speed 2x-3x until melting point reached . But that&amp;#39;s still 1&amp;#176;C/sec. Something more serious will not fit device size. The cheat is to end profile graph on melting point instead of room temp, lol :).</description></item><item><title>Forum Post: RE: Thermal profile methodology for DIY reflow — what I know, what I'm missing</title><link>https://community.element14.com/products/pcbprototyping/f/forum/56848/thermal-profile-methodology-for-diy-reflow-what-i-know-what-i-m-missing/234969</link><pubDate>Mon, 13 Apr 2026 17:19:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:b615fcad-a1fb-40e9-a0af-a7e116cee40c</guid><dc:creator>wolfgangfriedrich</dc:creator><description>[quote userid=&amp;quot;121623&amp;quot; url=&amp;quot;~/products/pcbprototyping/f/forum/56848/thermal-profile-methodology-for-diy-reflow-what-i-know-what-i-m-missing/234961&amp;quot;]Using a hotplate like this is very much affected by the heat transfer between plate and board. It is necessary to press the board down on the hotplate since it will almost certainly warp as it heats up.[/quote] This is probably the most important point to make a hot-plate work, at least when frying larger boards.</description></item><item><title>Forum Post: RE: Thermal profile methodology for DIY reflow — what I know, what I'm missing</title><link>https://community.element14.com/products/pcbprototyping/f/forum/56848/thermal-profile-methodology-for-diy-reflow-what-i-know-what-i-m-missing/234968</link><pubDate>Mon, 13 Apr 2026 17:12:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:b126004c-c175-4872-b608-0ff9049d7185</guid><dc:creator>wolfgangfriedrich</dc:creator><description>When I did have my DIY hot plate, I recorded some temperature profiles. With just turning of and convection cooling, the down ramp was never as steep a decline as the required profile. And the up-ramp was basically linear if there is not enough power or too much mass to heat. (+) Arduino Hot Plate (2) - What&amp;#39;s for dessert? - element14 Community</description></item><item><title>Forum Post: RE: Thermal profile methodology for DIY reflow — what I know, what I'm missing</title><link>https://community.element14.com/products/pcbprototyping/f/forum/56848/thermal-profile-methodology-for-diy-reflow-what-i-know-what-i-m-missing/234965</link><pubDate>Mon, 13 Apr 2026 14:36:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:eca3137d-7e25-45f7-92e5-1156844cdc20</guid><dc:creator>pvit</dc:creator><description>In current configuration the ramp up is ~ 1&amp;#176;C/sec in high point. Cool down ~ 1&amp;#176;C/sec until go below TAL, then become slower and very slow at room temp.</description></item></channel></rss>