Author Topic: Rigol DP832 Crappy Python GUI  (Read 4731 times)

0 Members and 1 Guest are viewing this topic.

Offline coflynnTopic starter

  • Regular Contributor
  • *
  • Posts: 50
  • Country: ca
    • Colin's Homepage
Rigol DP832 Crappy Python GUI
« on: July 24, 2014, 08:29:09 pm »
I made a (very) crappy Python GUI that interfaces to the DP832. Basically I wanted something to graph current in real-time for monitoring power consumption as switching through different areas of a microcontroller (checking that certain things are switching off mainly). It seemed the graphing application on the DP832 had fixed 3A axis, so I wasn't able to zoom in, although perhaps I'm missing the settings. Anyway this doesn't implement a real class for talking to the DP832 as I only use a single command, so it doesn't use the Python-IVI framework.

The code is posted at https://github.com/colinoflynn/dp832-gui. The GUI looks something like this, here I'm plotting power during a Raspberry Pi boot cycle:



There's a video of it running but it's 100% as exciting as you would expect a video showing a simple graphing application to be:
 

Offline Slappy_g

  • Regular Contributor
  • *
  • Posts: 53
  • Country: us
Re: Rigol DP832 Crappy Python GUI
« Reply #1 on: July 24, 2014, 11:45:51 pm »
Pretty cool little app!

Actually, I thought the video was a handy walkthrough to see what the app can do.  As a suggestion, next time have some dramatic opera music in the background...  ;)
Unlocked the Rigol MSO2072A to a MSO2302A via JTAG.  Read about how here: https://www.eevblog.com/forum/testgear/rigol-mso2000-series-hacking/msg498454/#msg498454
 

Offline mcinque

  • Supporter
  • ****
  • Posts: 1129
  • Country: it
  • I know that I know nothing
Re: Rigol DP832 Crappy Python GUI
« Reply #2 on: July 25, 2014, 11:11:41 am »
 :-+
 

Offline bwat

  • Frequent Contributor
  • **
  • Posts: 278
  • Country: se
    • My website
Re: Rigol DP832 Crappy Python GUI
« Reply #3 on: July 25, 2014, 11:27:19 am »
Your software is a direct reflection of your thinking. I had a quick look at your code and I don't know enough Python (I know nothing about the language to be honest) to say too much but your code looks like it was structured in accordance to a reasonably well thought out design. I wouldn't call your code "crappy" so you really shouldn't be calling your software "crappy" either.

It sounds like you needed a tool to get a simple one-off job done, and, it looks like that's what happened. That's a success in my book. The fact it's not a monster program doing all manner of useful things is testimony to your understanding of the importance of parsimony in design. The fact it crashes when you do things in the wrong order (as described in your comments in the code), well it's a one off and if you need reliability you can spend some time fixing it.

I think you're being too hard on yourself.
"Who said that you should improve programming skills only at the workplace? Is the workplace even suitable for cultural improvement of any kind?" - Christophe Thibaut

"People who are really serious about software should make their own hardware." - Alan Kay
 

Offline coflynnTopic starter

  • Regular Contributor
  • *
  • Posts: 50
  • Country: ca
    • Colin's Homepage
Re: Rigol DP832 Crappy Python GUI
« Reply #4 on: July 25, 2014, 04:54:05 pm »
Thanks for the kind words! Although I only called it 'crappy' because I don't want people to think it will later get extended to a full-on GUI or anything, it's solely a real-time display app ;-) So maybe 'simple real-time display app' is a better description, but anyway it does what I needed...

Anyway hopefully somebody finds it useful, if you have trouble getting it to run let me know!
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf