06-13-2025 10:01 PM
Hello,
Has anyone written a LabVIEW library for this power supply? It’s a just a generic Chinese power supply, but is within budget for myself building a hobbyist lab.
If not once it comes in I’ll get started on creating one and share it here in the community.
Solved! Go to Solution.
06-14-2025 10:27 AM
I could find a User Manual on the Web that describes the Front Panel clearly, and shows a Back Panel USB port presumably to allow control via VISA commands, but apparently the "full manual" is on the CD that they ship with the Power Supply. Maybe I didn't look hard enough ...
Bob Schor
06-14-2025 12:37 PM
I have a Hanmatek scope. It didn't come with any programming guide. I was able to guess some of the commands (based on what other scopes use).
Look at SCPI commands for similar power supplies and try those.
06-14-2025 02:08 PM
Searching “Hanmatek GitHub” in Google resulted in two good ones. I personally liked this one because they uploaded the CD contents which has a MODBUS pdf attached to it. I’ve never worked with a library like this but will attempt it.
Worst case I just make calls to these already written python libraries.
https://github.com/joeyda3rd/modbus-power-supply/tree/main/OEM-docs
06-26-2025 08:39 PM
I have created the LabVIEW library and published it on my GitHub. Link is below.