07-01-2009 12:14 PM
i need to connect ni usb 6259 with the network analyzer and i don't even know what are the programs i need for this. is there any way i can test if the niusb 6259 is working or not. your comment will be highly appreciated.
thank you
07-01-2009 01:41 PM
07-01-2009 05:11 PM
07-01-2009 11:16 PM
That's even more confusing. Do you want to create a signal with the DAQ card and measure it with the network analyzer? What type of signal would you want the 6259 to generate? Are you trying to simulate something with the DAQ card?
Agilent makes a lot of instruments. Why can't you provide the model number?
p.s. There is a lot of space in the message body to provide details. There is absolutely no need to limit yourself to one or two cryptic sentences.
07-02-2009 10:13 AM
i need to be able to read the signal from Agilent 33250A, 80Mhz function/Arbitrary waveform generator. I need to input the signal in daq ni-usb6259 and be able to read and analyzer the voltage in it. This need to read by the code written in the Labview.I am beginner to the labview and i don't have much knowledge about it. Any help will be highly appreciated.
thank you
07-02-2009
10:37 AM
- last edited on
12-28-2024
02:26 PM
by
Content Cleaner
I wish you were consistent. Now you are saying that you have a signal generator and not a network analyzer. Are you really sure of what instruments you have?
For the 33250A, there is an instrument driver here. You will obviously need to connect the instrument to the pc in some manner. The instrument supports GPIB, Ethernet, USB, and RS-232. You need to find out what interface the actual instrument has. If it's only GPIB, you would need a GPIB controller for the pc. For information on what a driver is and how to use one, check the links on the Instrument Driver Network page.
I already mentioned that you use DAQmx functions to control/read the DAQ card. See the DAQmx Getting Started page for explanations of waht DAQmx is and how you use it for NI DAQ cards.
For learning LabVIEW basics, see these tutorials. There other training resources available.
You have not mentioned the type of analysis you need to do. If you have trouble, you need to provide these details. And why do you continue to not provide the details that have been constantly asked for? Whether or not you understand LabVIEW, you need to be able to do a technical description of your task. That's a basic skill that you need to have.
07-02-2009 12:23 PM
I need to connect NI usb-6259 using labview to a network analyzer agilent e8361c, agilent power supply n5752A and agilent function generator 33250A. All agilent devices are connected through GPIB gateway. I am having difficulty finding the NI driver for labview 8.6. Do you have any recommendation where i may find the driver?
Thank you
07-02-2009 02:34 PM
07-02-2009 03:45 PM
I want to know where can i find power supply driver and then know how can i use labview to communicate with the agilent network analyzer using the ni usb-6259.
Thank you
07-02-2009
04:01 PM
- last edited on
12-28-2024
02:26 PM
by
Content Cleaner
I already gave you the link for the Instrument driver network. Enter the model number and do the search. You can also start your search from LabVIEW - Tools>Instrumentation>Find Instrument Driver. Agilent has it's own search engine that takes about two or three mouse clicks to find the driver.
And as I mentioned earlier, the instrument driver network has links on how to use a driver and what are the various types of drivers. Read those sections. It talks about IVI. You have the option to use the specific instrument driver or the class driver. If the driver from Agilent is IVI-C, you will also need the LabVIEW Instrument Driver Import Wizard.
And you DO NOT COMMUNICATE with the network analyzer using the 6259. You can use LabvIEW to communicate to the 6259 and you can use LabVIEW to communicate to the network analyzer. You could use the network analyzer to MEASURE the output of the 6259.