LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview drivers for sorensen dlm power supply

I am looking for a LabVIEW driver for a Sorensen DLM 150-4 power supply.  I am using ethernet to communicate with it.  Can anyone help me?
 
Thanks.
 
 
0 Kudos
Message 1 of 6
(5,726 Views)
Did you check with Sorensen first? The company says they have one on their website.
0 Kudos
Message 2 of 6
(5,719 Views)
The driver for that is here. Though it says that it for GPIB, since it uses VISA, if you enter the correct TCPIP resource name such as TCPIP::192.168.100.1::INSTR (replace with actual ip or hostname), it should work with little or no modification. I have no way of testing this however.
0 Kudos
Message 3 of 6
(5,720 Views)
I believe these drivers will not work for the DLM series power supplies.  I have a brand new DLM 60-10 (600W), and the unit uses the SCPI command set for power supplies.  For example, the NI driver uses the command "VSET" to set the voltage.  The correct command is SOURce:VOLTage, etc.  Perhaps sorensen changed to unit to SCPI compliant, and the NI drivers need updating.
0 Kudos
Message 4 of 6
(5,694 Views)
My apologies.  The DLM unit has two different com options.  My unit has the M130 LXI option, which uses SCPI.  There is another unit with the M9 com option (GPIB?).  I don't know if the newest M9G uses SCPI or not.
0 Kudos
Message 5 of 6
(5,693 Views)
Sorensen probably changed the firmware to more compliant with LXI specs. It's nice that they finally adopted SCPI but it's too bad they didn't maintain backward compatability to their older models. I wonder what they are telling their customers with an installed base of the GPIB instruments that might want to buy the new model. In theory, I suppose you could use the existing driver as a starting point and replace the old commands with the SCPI ones. I only have GPIB models so I can't be of much help there. Have you checked with Sorensen to see if they have a new driver? If you do create a new driver, please post it so others can benefit.
Message 6 of 6
(5,687 Views)