12-20-2007 10:35 AM
12-25-2007 02:55 AM
01-02-2008 10:06 AM
Well, I have madea few attempts. I have not programmed anything in years.
Can you make suggestion on this program?
-P
01-03-2008
10:55 AM
- last edited on
04-15-2025
08:56 AM
by
Content Cleaner
Howdy philmo1,
After some extensive searching, I managed to find an online auction entry of a Sorenson DCS80-13E power supply. The information contained in the auction listing is pretty much all the information I have on the device itself. From the entry, I gather that communication to the power supply is done through either RS-232 or GPIB 488.2. What you will need to do is develop a LabVIEW application that communicates via one of these two protocols.
If you choose RS-232, then you can just use a COM port on the back of your PC to connect to your power supply. If you prefer GPIB, then you will need an actual GPIB device connected to your PC that also connects to your power supply. Once you install drivers for your hardware--NI-Serial or NI-488.2 (depending on which hardware you prefer) and NI-VISA--various examples will install into LabVIEW. These examples, accessible through the NI Example Finder within LabVIEW by going to Help»Find Examples, should be enough to get you started. With the Example Finder open, just search for "GPIB" or "Serial" to find the examples. You want to consult the Sorenson DCS80-13E to see exactly what commands it needs to accomplish the things you want to do.
Alternatively, I'm not sure what sort of resources are available to you, but you might consider contacting an Alliance Partner to develop an application for you. More information on the NI Partner Program can be found at https://www.ni.com/en/partners.html.
I hope this helps! Here are some additional links that should be useful:
Serial Instrument Control Tutorial
GPIB Instrument Control Tutorial
NI-VISA Overview
01-04-2008 09:37 AM
01-07-2008 11:50 AM
01-09-2008 02:41 PM
01-12-2008 09:52 PM
01-14-2008 09:44 AM
03-31-2011 10:16 AM
Hi:
I currently use a
Sorenson DCS60-18E power supply
I'm following this guide:
I'm trying to connect to the RS-232 interface on this power supply to remotely control it. Would you be able to tell me
+ What model of RJ-11 to DB9 connector to use
+ Currently I have part #940-0144A that is plugged to the RS-232 interface on the DC power and DB9 is connected to PC
+ Settings on terminal is
Baud: 19200
Data bits: 8
Stop bits: 1
Parity: none
Flow control : none
I type in ID? -> and I don’t see any response as the document indicates:
id?
id? -> this is the response I get
Can you provide some suggestions.
Thanks.