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

Interface for voltage and current. #7

Open
ericmoderbacher opened this issue Jul 2, 2023 · 6 comments
Open

Interface for voltage and current. #7

ericmoderbacher opened this issue Jul 2, 2023 · 6 comments

Comments

@ericmoderbacher
Copy link

Maybe a little gui window to show the measured voltage and current continuously. Does not need to be part of another project or executable.

@JamesNewton
Copy link

I've found graphs of current draw, over the last minute or even 10 seconds or so to be very very helpful. I got that on my latest bench power supply and I'm amazed at how often I use it. It's normally a "wait... what just happened?" sort of a thing, and then I look up and see "oh, something shorted" or "Oh... it's didn't pull any power for a second there, did the load come disconnected?" or things like that. So a little graph, along with the number would be super nice. V2.0 maybe.

@ericmoderbacher
Copy link
Author

@JamesNewton that's great input, as a software guy I don't really know what's useful to include.

@Architeuthis-Flux
Copy link
Owner

@JamesNewton good idea, I use that little graph on my power supply all the time. At one point for testing I did it with printing a bunch of periods depending on the reading. But eventually I'm going to need to take the plunge and write a full on GUI. If you have any suggestions for which framework I should use, let me know.

@JamesNewton
Copy link

@Architeuthis-Flux Oh, I have a very strong opinion on this one. HTML / SVG. Always write GUI's for the web. Then use e.g. Phonegap or Node or Electron or whatever to compile it down into a program. Always. Then you have a web interface, and program interfaces for every OS because all the work is done for browsers on every OS. And it's a standard that will never (knock on wood) go away. And... it's pretty easy to use, well documented, lots of tools to help make things easy. And... if you learn it, then you can apply it to building web sites.

@Architeuthis-Flux
Copy link
Owner

@JamesNewton thanks for that, now that you say it, it does seem like that's totally the way to go considering that's how Wokwi is written and I'll probably need to include it in any GUI I make for this.

@nilclass
Copy link
Contributor

nilclass commented Dec 4, 2023

GUI aside, is there any way to get to those values currently? I see a commented out m here, but it doesn't do anything

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