-
Notifications
You must be signed in to change notification settings - Fork 848
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improvements to the simulator #3866
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…that will not be simulated.
…nto simulator2
… of the display settings in Windows
…s with power prefix.
… current parameter can be changed in superflux leds
…ml, check for potentiometer errors, fixed bug in getting current and power in parts with several spice subcomponents, added sparkfun module IDs to properties.xml
… and every change in the properties of a part will trigger a simulation. When pressing the "Stop Simulator" button, the simulator removes all the artifacts and stops triggering simulations when parameters are changed. Added some sparkfun potentiometers to properties.xml to be able to chage their properties.
…. Capacitors and resistors Allows intruducing up top 10 digits (fixes fritzing#1943)
…ulation results after changing wires, properties, moving items, etc and also when undoing or redoing commands. The problem is that several simulations are performed as some interactions run several commands, this needs to be fixed to reduce the time that the program is blocked (specially for big circuits).
… times for one user action.
… if it is in simulation mode. Renamed reset to stop simulator.
…ot be static as there could be multiple instances of Fritzing with different circuits)
…schematic view too.
…not grey our connectors, so when highlighting the connectors that are connected toguether, the highlighting colors are preserved.
…ck for short circuits in power supplies (schematic symbols)
And the last commits added:
I think the simulator is ready to be merged, but let me know if you find something that needs to be modified. I will not continue improving it for now. There are a few things that I would like to implement when I find time, but they are not urgent and do not affect the core of the simulator:
I also updated the README to reflect the last changes. |
… DC motor, so it works at 3V) and improved text in how_to_use_multimeter example.
Released in 0.9.10. Closing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The main modifications:
TODO: