QL355TP Power Supply Automation

Status
Not open for further replies.

satheeshvelu

Member level 1
Joined
Apr 1, 2008
Messages
38
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,580
Hi All,
I'm trying to automate QL355TP Power supply using Python or LabView. If Instrumentation experts out there could you please share your thoughts?
 

Hi Stenzer,

Thanks for your inputs. This is really useful.
I'm using the attached commands. Interface is USB. Internally the commands pass through UART. Defined COM Port & Baud Rate 9600.

import pyvisa
rm = pyvisa.ResourceManager()
rm.list_resources()
('ASRL1::INSTR', 'ASRL2::INSTR')
inst = rm.open_resource('ASRL1::INSTR')
print(inst.query("*IDN?"))

To read Voltage, the said command format is
V<N> <NRF> Set output <N> to <NRF> Volts.

print(inst.query("V1 5.00"))

I'm unable to get it this result.

I will also try with Matlab cos the driver is specifically for this PSU.

But eventually I will still need to get it done on Python/C# to support other interfaces.

Thanks,
Satheesh
 

Attachments

  • QLT355TP_Commands.pdf
    109.1 KB · Views: 276

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…