01-28-2008 09:02 PM
01-28-2008 09:38 PM
There are drivers for the instrument available. Choose the one you want at http://sine.ni.com/apps/utf8/niid_web_display.model_page?p_model_id=533.
What I don't understand though, is what you are trying to accomplish. The instrument is a waveform source and the command SENS:DATA? is not something I could find in the manual. If you found it, what page is it on? The command is found in instruments that perform a measurement typically but not often on sources. If the command is not supported, then you would need another instrument (i.e. a scope) connected to the output to look at the waveform. What is the 8648 normally connected to and why do you need to capture the signal?
01-28-2008 11:26 PM
01-29-2008 06:33 AM
01-29-2008 06:48 PM
01-29-2008 11:40 PM
01-30-2008 10:12 AM
01-30-2008 10:31 AM
If there is a command to read the generated waveform, it will be listed in the manual. If you have found such a command, could you provide a link to the manual and a reference to the page in the manual that the command is on?
I also question why you are using the Instrument I/O Assistant. If you really want some help with that, you will need to at least provide the commands you are sending and attaching the actual VI would be a bigger help. Your statement is a bit confusing because the frequency, amplitude, mod index are inputs you would normally write to the instrument.
01-30-2008 07:44 PM
01-30-2008 08:56 PM
One thing you need to learn is how to use the built-in help. Go to the LabVIEW help menu and select 'Show Context Help'. Then you can move your mouse over the function and get a description of what it does. The help says 'This VI is used to set the controls and parameters associated with the signal source's LCD display'. Front a front panel, you can also move the mouse over controls and indicators and get a description of each of them. You can also look at the block diagram of any VI and see what commands are being used. You should then be able to look up those commands in the programming manual.
I think you need to take a step back and read the instrument manual. It almost sounds as if you are sending random commands to the instrument in the hope that something will work. If there is a command listed in the manual that will in some manner echo back the output waveform, I could not find it in my brief review of it (just like the previous instrument). A thorough review by you may turn up something and maybe someone who is more familiar with it can help. You should also try Agilent technical support.
I've used a lot of signal generators over the years and I can't remember offhand any that had a command that allowed you to query the signal output. There may be some with that capability but I've always used an instrument like a scope to see the actual output. To retrieve a signal from a scope would be simple (especially if you used a scope with a LabVIEW driver).
Lastly, for help with instrument drivers, go to http://www.ni.com/devzone/idnet/ and check out the links below on what a driver is and how to use one.