LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

HANMATEK HM310T

Solved!
Go to solution

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. 

0 Kudos
Message 1 of 5
(342 Views)

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

Message 2 of 5
(288 Views)

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.

 

Message 3 of 5
(273 Views)

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

0 Kudos
Message 4 of 5
(267 Views)
Solution
Accepted by topic author VInoob

I have created the LabVIEW library and published it on my GitHub. Link is below. 

 

https://github.com/Escobar805/LabVIEW-Hanmatek-HM310T

0 Kudos
Message 5 of 5
(163 Views)