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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well... i'm not really sure what to do to reproduce it.
just write a line and hit enter?
Have you tried the appimage?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
SimulIDE 0.2.9 is available for download:
Bunch of bug fixes and some new components and features:
Ram I²C.
Circuit ScorllBar configurable.
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
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
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
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?
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!
Did you choose Mega board in compiler properties?
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
Did you choose Mega board in compiler properties?
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.
Ohh yes.
Sorry for the mistake.
And thanks again Ben.
Why is the LED illuminated even when the input status is HIGH? (PULLUP)
Darek
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