<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Problems trying to run a 555 timer model in EAGLE Forum (Read-Only)</title>
    <link>https://forums.autodesk.com/t5/eagle-forum-read-only/problems-trying-to-run-a-555-timer-model/m-p/9410184#M9740</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not a spice expert but I believe the error may be basically what it says:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Too few parameters for subcircuit type "ne555" (instance: xx_ic1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is your devices line with X_IC1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;X_IC1 0 N_1 N_5 N_3 NE555&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looks like you specify 4 nodes here but the model wants 8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.subckt NE555 1 2 3 4 5 6 7 8&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe you must specify the connection for all 8 pins.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Mar 2020 17:36:18 GMT</pubDate>
    <dc:creator>mtl_asm</dc:creator>
    <dc:date>2020-03-30T17:36:18Z</dc:date>
    <item>
      <title>Problems trying to run a 555 timer model</title>
      <link>https://forums.autodesk.com/t5/eagle-forum-read-only/problems-trying-to-run-a-555-timer-model/m-p/9407942#M9739</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I've used ngspice successfully to do some basic modeling but I can't seem to figure out the error I'm getting when adding a 555 timer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;Circuit: * spicenetlist&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Too few parameters for subcircuit type "ne555" (instance: xx_ic1)&lt;/P&gt;&lt;P&gt;Note: No ".plot", ".print", or ".fourier" lines; no simulations run&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;I've got a simple oscillator circuit that uses a 555 timer and I went out and found a couple of different SPICE models to try.&amp;nbsp; Both the NE555 and TLC555 (below) give me the above error when attempting to simulate.&lt;/P&gt;&lt;P&gt;UPDATE: after fiddling with this some more, I realized the error seems to be as a result of not having one of the unused pins on the 555 attached.&amp;nbsp;&amp;nbsp; I grounded the unused pin 5 and now it seems to work.&amp;nbsp; Is there a way around this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the complete netlist file.&amp;nbsp;&amp;nbsp; I get that there are no .plot or .print lines and thus no simulation is being run but I've never had to add these to the file before.&amp;nbsp; They were always added for me.&amp;nbsp; Even when I manually add them I seem to get the same error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;* SpiceNetList&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;* Exported from SpiceCodeTransmitter.sch at 3/29/20 2:55 PM&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;* EAGLE Version 9.6.0 Copyright (c) 1988-2020 Autodesk, Inc.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;.TEMP=25.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;* --------- .OPTIONS ---------&lt;/P&gt;&lt;P&gt;.OPTIONS ABSTOL=1e-12 GMIN=1e-12 PIVREL=1e-3 ITL1=100 ITL2=50 PIVTOL=1e-13 RELTOL=1e-3 VNTOL=1e-6 CHGTOL=1e-15 ITL4=10 METHOD=TRAP SRCSTEPS=0 TRTOL=7 NODE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;* --------- .PARAMS ---------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;* --------- devices ---------&lt;/P&gt;&lt;P&gt;C_C2 N_1 0 .01uf&lt;/P&gt;&lt;P&gt;L_L3 N_7 N_3 7uh&lt;/P&gt;&lt;P&gt;X_IC1 0 N_1 N_5 N_3 NE555&lt;/P&gt;&lt;P&gt;R_R2 N_1 N_2 1k&lt;/P&gt;&lt;P&gt;C_C3 N_7 N_6 470pf&lt;/P&gt;&lt;P&gt;L_L4 N_3 N_6 7uh&lt;/P&gt;&lt;P&gt;Q_T1 N_6 N_4 N_5 2N2222&lt;/P&gt;&lt;P&gt;V_V1 N_3 0 5v&lt;/P&gt;&lt;P&gt;R_R3 N_4 N_3 100k&lt;/P&gt;&lt;P&gt;C_C1 N_3 0 .01uf&lt;/P&gt;&lt;P&gt;R_R4 N_5 0 100&lt;/P&gt;&lt;P&gt;C_C5 0 N_6 .005uf&lt;/P&gt;&lt;P&gt;R_R1 N_2 N_3 100k&lt;/P&gt;&lt;P&gt;C_C4 N_7 N_4 .1uf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;* --------- models ---------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;* Copyright © Linear Technology Corp. 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008. All rights reserved.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;.subckt NE555 1 2 3 4 5 6 7 8&lt;/P&gt;&lt;P&gt;A1 N001 2 1 1 1 1 N003 1 SCHMITT Vt=0 Vh=1m&lt;/P&gt;&lt;P&gt;R1 N001 1 5K&lt;/P&gt;&lt;P&gt;R2 5 N001 5K&lt;/P&gt;&lt;P&gt;R3 8 5 5K&lt;/P&gt;&lt;P&gt;S1 1 7 N007 1 D&lt;/P&gt;&lt;P&gt;A2 N011 N003 1 1 1 1 N008 1 SRFLOP Trise=100n tripdt=10n&lt;/P&gt;&lt;P&gt;A3 6 5 1 1 1 1 N012 1 SCHMITT Vt=0 Vh=1m&lt;/P&gt;&lt;P&gt;S2 8 3 N009 1 O&lt;/P&gt;&lt;P&gt;S3 3 1 1 N009 O&lt;/P&gt;&lt;P&gt;A6 1 N006 1 N008 1 1 N007 1 OR Ref=.5 Vlow=-1 Trise=100n&lt;/P&gt;&lt;P&gt;R7 8 1 4K&lt;/P&gt;&lt;P&gt;R9 2 1 1G&lt;/P&gt;&lt;P&gt;R10 6 1 1G&lt;/P&gt;&lt;P&gt;A4 1 N008 1 N006 1 N009 1 1 OR ref=.5 Vlow=-1 Trise=100n&lt;/P&gt;&lt;P&gt;A5 4 1 1 1 1 N006 1 1 SCHMITT Vt=.7 Vh=1m&lt;/P&gt;&lt;P&gt;D1 4 1 DR&lt;/P&gt;&lt;P&gt;A7 1 N006 1 N012 1 1 N011 1 OR&lt;/P&gt;&lt;P&gt;D2 8 4 400uA&lt;/P&gt;&lt;P&gt;.model DR D(Ron=150K Roff=1T Vfwd=1.6)&lt;/P&gt;&lt;P&gt;.model O SW(Ron=6 Roff=1Meg Vt=0 Vh=-.8)&lt;/P&gt;&lt;P&gt;.model D SW(Ron=6 Roff=.75G Vt=.5 Vh=-.4)&lt;/P&gt;&lt;P&gt;.model 400uA D(Ron=1K Ilimit=400u epsilon=.5)&lt;/P&gt;&lt;P&gt;.ends NE555&lt;/P&gt;&lt;P&gt;**********&lt;/P&gt;&lt;P&gt;* From Texas Intruments&lt;/P&gt;&lt;P&gt;* TLC555 TIMER MACROMODEL *&lt;/P&gt;&lt;P&gt;* 4/1/92 *&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;.SUBCKT TLC555 1 2 3 4 5 6 7 8&lt;/P&gt;&lt;P&gt;* Node Connection&lt;/P&gt;&lt;P&gt;* COMMON&lt;/P&gt;&lt;P&gt;* | TRIGGER&lt;/P&gt;&lt;P&gt;* | | OUTPUT&lt;/P&gt;&lt;P&gt;* | | | RESET&lt;/P&gt;&lt;P&gt;* | | | | CONTROL&lt;/P&gt;&lt;P&gt;* | | | | | THRESHOLD&lt;/P&gt;&lt;P&gt;* | | | | | | DISCHARGE&lt;/P&gt;&lt;P&gt;* | | | | | | | VDD&lt;/P&gt;&lt;P&gt;* | | | | | | | |&lt;/P&gt;&lt;P&gt;* 1 2 3 4 5 6 7 8&lt;/P&gt;&lt;P&gt;EREF 15 1 8 1 .5&lt;/P&gt;&lt;P&gt;GSOURCE 8 3 8 26 12.5E-3&lt;/P&gt;&lt;P&gt;GSINK 3 1 26 1 67E-3&lt;/P&gt;&lt;P&gt;VD1 8 27 DC .8&lt;/P&gt;&lt;P&gt;VD2 28 1 DC .85&lt;/P&gt;&lt;P&gt;VREF 30 1 DC 1.2&lt;/P&gt;&lt;P&gt;C1 29 1 700E-15&lt;/P&gt;&lt;P&gt;RREF2 30 1 100E3&lt;/P&gt;&lt;P&gt;RREF 15 1 100E3&lt;/P&gt;&lt;P&gt;ROUT 3 1 100K&lt;/P&gt;&lt;P&gt;R1 6 1 500E9&lt;/P&gt;&lt;P&gt;R2 2 1 500E9&lt;/P&gt;&lt;P&gt;R3 8 5 75E3&lt;/P&gt;&lt;P&gt;R4 5 9 75E3&lt;/P&gt;&lt;P&gt;R5 9 1 75E3&lt;/P&gt;&lt;P&gt;R6 10 11 1E3&lt;/P&gt;&lt;P&gt;R7 13 14 1E3&lt;/P&gt;&lt;P&gt;R8 8 12 150E3&lt;/P&gt;&lt;P&gt;R9 4 8 500E9&lt;/P&gt;&lt;P&gt;R10 20 19 1E3&lt;/P&gt;&lt;P&gt;R11 16 17 1E3&lt;/P&gt;&lt;P&gt;R12 8 18 150E3&lt;/P&gt;&lt;P&gt;R13 8 21 150E3&lt;/P&gt;&lt;P&gt;R14 22 23 1E3&lt;/P&gt;&lt;P&gt;R15 8 26 150E3&lt;/P&gt;&lt;P&gt;R16 24 25 1E3&lt;/P&gt;&lt;P&gt;R19 7 1 500E9&lt;/P&gt;&lt;P&gt;R20 29 26 1E6&lt;/P&gt;&lt;P&gt;D1 1 11 DMOD&lt;/P&gt;&lt;P&gt;D2 12 11 DMOD&lt;/P&gt;&lt;P&gt;D3 12 14 DMOD&lt;/P&gt;&lt;P&gt;D4 1 14 DMOD&lt;/P&gt;&lt;P&gt;D5 18 17 DMOD&lt;/P&gt;&lt;P&gt;D6 1 17 DMOD&lt;/P&gt;&lt;P&gt;D7 18 19 DMOD&lt;/P&gt;&lt;P&gt;D8 1 19 DMOD&lt;/P&gt;&lt;P&gt;D9 21 14 DMOD&lt;/P&gt;&lt;P&gt;D10 21 25 DMOD&lt;/P&gt;&lt;P&gt;D11 1 23 DMOD&lt;/P&gt;&lt;P&gt;D12 18 23 DMOD&lt;/P&gt;&lt;P&gt;D13 26 25 DMOD&lt;/P&gt;&lt;P&gt;D14 1 25 DMOD1&lt;/P&gt;&lt;P&gt;D15 3 27 DMOD&lt;/P&gt;&lt;P&gt;D16 28 3 DMOD&lt;/P&gt;&lt;P&gt;E1 10 1 6 5 1000&lt;/P&gt;&lt;P&gt;E2 13 1 2 9 1000&lt;/P&gt;&lt;P&gt;E3 16 1 15 12 1000&lt;/P&gt;&lt;P&gt;E4 22 1 15 21 1000&lt;/P&gt;&lt;P&gt;E5 24 1 15 18 1000&lt;/P&gt;&lt;P&gt;E7 20 1 4 30 1000&lt;/P&gt;&lt;P&gt;M1 7 29 1 1 MOSMOD&lt;/P&gt;&lt;P&gt;.MODEL MOSMOD NMOS (LEVEL=1 KP=1 VTO=1 RD=5)&lt;/P&gt;&lt;P&gt;.MODEL DMOD D (RS=1E-6)&lt;/P&gt;&lt;P&gt;.MODEL DMOD1 D (RS=1E-6 IS=1E-9)&lt;/P&gt;&lt;P&gt;.ENDS&lt;/P&gt;&lt;P&gt;**********&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;.MODEL 2N2222 NPN (IS=3.88184e-14 NF=0.90 BF=240 VAF=114&lt;/P&gt;&lt;P&gt;+ IKF=0.293 ISE=2.73p NE=2.00 BR=4.00 NR=1.00&lt;/P&gt;&lt;P&gt;+ VAR=24.0 IKR=0.600 RE=0.194 RB=0.777 RC=0.5&lt;/P&gt;&lt;P&gt;+ XTB=1.5 CJE=24.9p VJE=1.10 MJE=0.500 CJC=12.4p VJC=0.300&lt;/P&gt;&lt;P&gt;+ MJC=0.300 TF=371p TR=64.0n EG=1.12 )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;* --------- simulation ---------&lt;/P&gt;&lt;P&gt;.control&lt;/P&gt;&lt;P&gt;set filetype=ascii&lt;/P&gt;&lt;P&gt;OP&lt;/P&gt;&lt;P&gt;write SpiceCodeTransmitter.sch.sim&lt;/P&gt;&lt;P&gt;.endc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;.END&lt;/P&gt;</description>
      <pubDate>Sun, 29 Mar 2020 19:29:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum-read-only/problems-trying-to-run-a-555-timer-model/m-p/9407942#M9739</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-29T19:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problems trying to run a 555 timer model</title>
      <link>https://forums.autodesk.com/t5/eagle-forum-read-only/problems-trying-to-run-a-555-timer-model/m-p/9410184#M9740</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not a spice expert but I believe the error may be basically what it says:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Too few parameters for subcircuit type "ne555" (instance: xx_ic1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is your devices line with X_IC1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;X_IC1 0 N_1 N_5 N_3 NE555&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looks like you specify 4 nodes here but the model wants 8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.subckt NE555 1 2 3 4 5 6 7 8&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe you must specify the connection for all 8 pins.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 17:36:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum-read-only/problems-trying-to-run-a-555-timer-model/m-p/9410184#M9740</guid>
      <dc:creator>mtl_asm</dc:creator>
      <dc:date>2020-03-30T17:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problems trying to run a 555 timer model</title>
      <link>https://forums.autodesk.com/t5/eagle-forum-read-only/problems-trying-to-run-a-555-timer-model/m-p/9423254#M9741</link>
      <description>&lt;P&gt;Yes.&amp;nbsp; That seems to be the problem.&amp;nbsp; The interface around ngspice in Eagle needs some improvements.&lt;/P&gt;</description>
      <pubDate>Sun, 05 Apr 2020 16:56:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum-read-only/problems-trying-to-run-a-555-timer-model/m-p/9423254#M9741</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-05T16:56:13Z</dc:date>
    </item>
  </channel>
</rss>

