Would you like to react to this message? Create an account in a few clicks or log in to continue.

You are not connected. Please login or register

SIMDE VER 100RC2R1007. Creating Component

2 posters

Go down  Message [Page 1 of 1]

Defran

Defran

Hi,

I created a new component for the 555, I have made a schematic with it, but it does not work. I do know if it is a Simulide bug or if I have misconfigured it.

I attach here a zip with the files including an example. All ZIP files must be directly under "data" folder. 555_test.sim1 is the benchmark test example.

I am waiting for your answer, thanks for you attention.
Attachments
SIMDE VER 100RC2R1007. Creating Component  Attachmentdata.zip
555
You don't have permission to download attachments.
(4 Kb) Downloaded 3 times

arcachofo

arcachofo

Hi.

There is already a 555 as a subcircuit, but it doesn't appear in the component list.
To solve the issue just add this line to data/unsorted.xml:

Code:
    <item name="LM555" info=" Timer" />

At the end it shoould look like this:

Code:
<!DOCTYPE SimulIDE>

<itemlib>
   <tag>QT_TRANSLATE_NOOP("xmlfile","Other IC")</tag>
   
   <itemset category="Other IC" type="Subcircuit" folder="ICs" >
   <item name="AD7224" info=" 8-Bit DAC with Output Amplifiers" />
   <item name="AD7520" info=" 10-Bit, Multiplying D/A Converter (DAC)" />
   <item name="AD7521" info=" 12-Bit, Multiplying D/A Converter (DAC)" />
   <item name="AD7524" info=" 8-Bit Buffered Multiplying DAC" />
   <item name="AD7845" info=" Complete 12-Bit Multiplying DAC" />
   <item name="AM1404_ttl" info=" 1024-Bit Dynamic Shift Registers (TTL compatible)" />
   <item name="AM1403_ttl" info=" dual 512-bit Dynamic Shift Registers (TTL compatible)" />
   <item name="AM1402_ttl" info=" quad 256-bit Dynamic Shift Registers (TTL compatible)" />  
   <item name="chip222" info=" PWM generator (virtual alternative LM555)" />
   <item name="DAC8562" info=" +5 Volt, Parallel Input Complete 12-Bit DAC" />          
   <item name="DAC7621" info=" +5 Volt, Parallel Input 12-Bit DAC" />
   <item name="LM555" info=" Timer" />
   <item name="TPL8002_25" info=" Tandem 64-tap Digital Potentiometer " />
</itemset>

</itemlib>

Then restart simulide and 555 should be in Logic->Other IC

Defran

Defran

To do the *.xml is not the problem. The problem is the LS Package does not work in LM555.



Last edited by Defran on Sun Apr 03, 2022 5:40 pm; edited 1 time in total

arcachofo

arcachofo

LS package should work in subcircuit version of 555,you can add it following the instructions in previous post.

Defran

Defran

I´ve done it, but the LS-package version still doesn´t work. The LED in the output is on always. The regular version (not LS) works.

arcachofo

arcachofo

I´ve done it, but the LS-package version still doesn´t work.
Can you explain what exactly "doesn´t work" means?
Or better can you share a circuit showing the problem?

The regular version (not LS) works
All versions are basically identical.

Defran

Defran

I send to You the example.
Attachments
SIMDE VER 100RC2R1007. Creating Component  Attachment555_b.zip
You don't have permission to download attachments.
(38 Kb) Downloaded 3 times

Defran

Defran

I add a test of the 555 respect to its internal operationals amps.
555_LS: Output always to HIGH. 555 standard: works.
Attachments
SIMDE VER 100RC2R1007. Creating Component  AttachmentLM555_TEST_OPERATIONALS.zip
You don't have permission to download attachments.
(2 Kb) Downloaded 3 times

arcachofo

arcachofo

I add a test of the 555 respect to its internal operationals amps.
555_LS: Output always to HIGH. 555 standard: works.
Ok, now I see.
555 subcircuit version was not working (Ls or not LS)

Solved at trunk Rev 1060.

Defran

Defran

OK, fine.

Sponsored content



Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum