06-11-2008 04:01 PM
I don't understand how you were doing the NI Hyperterminal/Loopback test at all. You HAVE to short the pins. It doesn't make any sense to do it any other way.
If you tried using Hyperterminal to communicate to the instrument, are you sure that one of the cables matches what the vendor specifies? One of the major reasons I mentioned using Hyperterminal is that you can (and probably should) contact the vendor and explain your problems. A lot will have nver heard of LabVIEW but they should all now how Hyperterminal works. I treally doesn't make a lot of sense trying LabVIEW until you can get Hyperterminal to work.
06-16-2008 12:38 PM
Hi
I did the loopback test by shorting the pins 2 & 3 of DB 9 connector.
It gave me expected results.
Please tell me how to proceed further.
I tried to send commands to Power supply through measurement & automation explorer'r VISA test panel.
I tried to set voltage of power supply. But i was not able to.
To set the voltage, i used commands given in power supply reference manual.
I tried these commands through vi write window.
Please guide me.
Vaibhav
06-16-2008 01:46 PM
06-16-2008 04:04 PM
Hi
Please review the following links
http://www.lambdapower.com/ftp/Manuals/zup_usermanual.pdf
http://www.lambda-hp.com/product_html/drivers.htm.
I am using brand new cables procured from manufacturer of power supply. Hyper terminal test is sucessful.
I have tried to use commands ending with \n & \r . But i am not able to talk to power supply.
Please guide me.
06-16-2008 04:14 PM
Glad you got Hyperterminal to work. Do you know why it would not work before?
Well, one of those links has LabVIEW drivers. Have you downloaded those?
If you are writing your own code, you need to post what you've written. It's important that you send control characters in the correct way. You cannot simply enter in a \n or \r into a normal string control. Fro a string control, you should right click on it and select '\' Codes Display. Best thing though, is to try the driver.
06-16-2008 05:36 PM
hi
I am already having drivers.
I need instructions for using them.
Thats why i forwarded the link to you.
I am begineer as far as LABVIEW is considered.
Vaibhav
06-16-2008 07:23 PM
1). There is a readme that comes with the driver.
2). Read what a driver is and how to use it at http://www.ni.com/devzone/idnet/
3.) Start with something simple. There is an Initialize function. This sets up the com port and addresses the instrument. It then issues a *IDN? query to the instrument and reads the response. Run this VI and see what happens.