Menu

SimulIDE_0.2.9 released

Santiago
2018-09-17
2018-09-21
  • Santiago

    Santiago - 2018-09-17

    SimulIDE 0.2.9 is available for download:
    Bunch of bug fixes and some new components and features:

    • 555 Timer.
    • I²C to Parallel module.
    • Depletion Mosfet.
    • Arduino Mega 2560.
    • Ram 8 bit.
    • Ram I²C.

    • Circuit ScorllBar configurable.

    • Save State of Plotter and Serial widgets in circuit file.
    • Save State of Wavegen and Clock Components.
    • Power pins in OpAmp.
    • Russian and Spanish translations.
    • Makefile and xml highlighting.
    • Debugger can drive circuit or not.
    • Arduino Debugger: Better variable detection.
    • Speed up big circuit loading.
    • Speed up asm files loading.
     
  • Anonymous

    Anonymous - 2018-09-18

    When compiling the code, a message appears:

    ../src/simulator/elements/e-capacitor.cpp: In member function ‘virtual void eCapacitor::setVChanged()’:
    ../src/simulator/elements/e-capacitor.cpp:53:9: error: ‘fabs’ was not declared in this scope
    if( fabs(volt) < 1e-9 ) return;
    ^~~~
    ../src/simulator/elements/e-capacitor.cpp:53:9: note: suggested alternative: ‘labs’
    if( fabs(volt) < 1e-9 ) return;
    ^~~~
    labs
    Makefile:5369: recipe for target 'build/release/e-capacitor.o' failed

     
  • Santiago

    Santiago - 2018-09-18

    Hi.

    I don't have that problem, you can add this include: cmath.h

    For wich system are you compiling?

     

    Last edit: Santiago 2018-09-18
  • Anonymous

    Anonymous - 2018-09-19

    Ubuntu 18.04 64 bit. Program downloaded in the compiled package has an editor error. If I insert a new line with the enter key, the program stops responding

     
  • Santiago

    Santiago - 2018-09-19

    I can't reproduce the issue.

    Well... i'm not really sure what to do to reproduce it.
    just write a line and hit enter?

    Have you tried the appimage?

     
  • Anonymous

    Anonymous - 2018-09-20

    I solved the problem with theI editor, I set the "show spaces" and "show tabs" to true. Another problem - does not work arduino mega, I attach pictures!

     
    • Santiago

      Santiago - 2018-09-20

      Did you choose Mega board in compiler properties?

       
  • Anonymous

    Anonymous - 2018-09-20

    No working port Serial1, Serial2, Serial3 Ardunio Mega 2560.
    test-mega:5: error: 'Serial1' was not declared in this scope
    Serial1.begin(9600); // INOLINE 5
    ^
    exit status 1

     
    • Santiago

      Santiago - 2018-09-20

      Did you choose Mega board in compiler properties?

       
  • btoland

    btoland - 2018-09-20

    Minor, minor, minor thing - not even an issue...
    On your download link http://simulide.blogspot.com/p/downloads.html the 0.2.9 release is listed under the 0.1.7 heading...
    Sorry to be a pain - confusing for my poor students!
    -Ben.

     
    • Santiago

      Santiago - 2018-09-20

      Ohh yes.

      Sorry for the mistake.

      And thanks again Ben.

       
  • Anonymous

    Anonymous - 2018-09-21

    Why is the LED illuminated even when the input status is HIGH? (PULLUP)
    Darek

     
  • Santiago

    Santiago - 2018-09-21

    I can't reproduce it.
    Can you attach here simu and ino files?

    Anyway you should consider that pin 13 is connected to ground through board led, so even when state is high it's voltage is not 5V.

     

    Last edit: Santiago 2018-09-21
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.