LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Want to contorl the Powersupply using labview

hi ,

 

I have the Time electronincs power supply , which has the Options of rs232 and GBIP . but i could no tfind any Driver file to interface with Labview .

 

Can you please guide me. My Requiremnt is , Just to control the Power supplyform labview .

 

I need to create any new driver or , can connect suing RS232 ?

 

i am the beginner of Labview . Please help me with some detailed information .

 

 

0 Kudos
Message 1 of 3
(2,561 Views)
Yes, you could create a single driver that would use either a serial or GPIB connection. At the main instrument driver network page (http://www.ni.com/downloads/instrument-drivers/), there is a section on driver development. One of the options is the instrument driver wizard that will create a series of typical VIs needed and you edit them to provide the actual commands for your instrument. The good news is that a power supply is one of the easiest to program.
0 Kudos
Message 2 of 3
(2,552 Views)

In addition to what Dennis mentioned, have your power supply's programmer's guide - it could be a separate document or contined withing the manual or user's guide - handy.  That is where you will find the necessary info to populate the driver shell with.

 

[edit]

As Dennis said, a power supply is one of the simplest device to program.  A great one to cut your teeth on!

[/edit]

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 3 of 3
(2,534 Views)