Skip to content
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

Sugestion to cerate a selector in Digital #1379

Open
jacneves opened this issue Jan 16, 2025 · 10 comments
Open

Sugestion to cerate a selector in Digital #1379

jacneves opened this issue Jan 16, 2025 · 10 comments

Comments

@jacneves
Copy link

version: v0.31

Quite recently, I had the problem of creating a circuit with a manual selector, with wires, with 1 input and a manually selected output,.
Is that possible, in a simple way with the Digital sw

Sincerely

JACNeves

@KubaO
Copy link

KubaO commented Jan 16, 2025

Can't you use a switch? Switches can be toggled by clicking them when the simulation is running.

Image

@jacneves
Copy link
Author

jacneves commented Jan 16, 2025 via email

@mengstr
Copy link

mengstr commented Jan 16, 2025

Like this or this then? (using a Multiplexer)

Image Image

@jacneves
Copy link
Author

jacneves commented Jan 16, 2025 via email

@jacneves
Copy link
Author

jacneves commented Jan 16, 2025 via email

@KubaO
Copy link

KubaO commented Jan 16, 2025 via email

@jacneves
Copy link
Author

jacneves commented Jan 17, 2025 via email

@hneemann
Copy link
Owner

Another point worth mentioning: Since switches are real bidirectional connections that are established and disconnected while the simulation is running, they are very slow. The same applies to relays and transistors. Therefore, these components should not be used excessively.

@jacneves
Copy link
Author

jacneves commented Jan 18, 2025 via email

@hneemann
Copy link
Owner

@jacneves
The graph has no running time. This would make little sense, especially if components are controlled manually. Therefore, the graph records changes. You can imagine it as if the time in the graph is stopped until the next change is made. If a clock is then running and a manual change is made at the same time, it appears as if the clock pulse is twice as long.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants