Simulating astable multivibrator
Title
Question
upon clicking the simulate option in esim, the application closes automatically. Unable to perform simulation,how to resolve this issue?
eSim Simulating-an-Astable-Multivibrator 10-11 min 0-10 sec
Answers:
Dear Mothish,
Please paste the .cir.out file here. To do so,
Please paste the .cir.out file here. To do so,
Double click on the project.
Click on the .cir.out file.
Copy the file and paste it here.
Thanks & Regards,
Sumanto Kar
Dear Mothish,
For some reason, some of the components were interchanged like the LED models were connected to transistor and vice versa. Please try this now:
For some reason, some of the components were interchanged like the LED models were connected to transistor and vice versa. Please try this now:
.title kicad schematic
.include LED.lib
.include BC547B.lib
q1 led1 net-_c2-pad2_ gnd BC547B
c1 led1 net-_c1-pad2_ 22u
r2 in net-_c1-pad2_ 68k
r1 in net-_d1-pad1_ 1k
* u1 led1 plot_v1
d1 net-_d1-pad1_ led1 LED
c2 led2 net-_c2-pad2_ 22u
r3 in net-_c2-pad2_ 68k
d2 net-_d2-pad1_ led2 LED
r4 in net-_d2-pad1_ 1k
* u3 in plot_v1
q2 led2 net-_c1-pad2_ gnd BC547B
v1 in gnd dc 9
* u2 led2 plot_v1
.tran 10e-03 12e-00 0e-00
* Control Statements
.control
run
print allv > plot_data_v.txt
print alli > plot_data_i.txt
plot v(led1)
plot v(in)
plot v(led2)
.endc
.end
Also, please create an issue in the GitHub page of eSim:
https://github.com/FOSSEE/eSim/issues/new/chooseThanks & Regards,
Sumanto Kar
eSim team
Still getting the same error
<a href="https://drive.google.com/file/d/1gTBYy95gS5MV0qM7bloAObpe6WnMqs-6/view?usp=sharing" style="background-color: rgb(255, 255, 255);" target="_blank" title="error image">error image</a>
Login to add comment
Dear Mothish,
Are you using eSim-2.4? Can you try on eSim-2.3?
Regards,
Sumanto Kar
Are you using eSim-2.4? Can you try on eSim-2.3?
Regards,
Sumanto Kar
eSim Team
Yes, but it works on esim-2.3.Thanks!
Dear Mothish,
Thanks. Please feel free to create an issue here: https://github.com/FOSSEE/eSim/issues
Thanks & Regards,
Sumanto Kar
eSim Team
Thanks. Please feel free to create an issue here: https://github.com/FOSSEE/eSim/issues
Thanks & Regards,
Sumanto Kar
eSim Team
Login to add comment
The issue is now resolved in eSim-2.4. Please follow these steps during the installation:
https://github.com/FOSSEE/eSim/blob/master/INSTALL
Thanks & regards.
Sumanto Kar
eSim team
Login to add comment