04-12-2015 06:08 PM
04-13-2015 05:37 AM
if i post the serial interface will i be able to get the help to change the frequency of device
Regards
04-17-2015 08:19 AM
I got two problem in attachment .What should ı do ?
Thank you for your attention .
04-17-2015 09:19 AM
04-17-2015 09:41 AM
VISA resource name is DSO-X_3014A_Agilent .
04-17-2015 11:20 AM - edited 04-17-2015 11:39 AM
That sounds like its model number not a VISA resource. I have a DSO-X 2014A connected with USB and my VISA address is: USB0::0x0957::0x1796::MY51450847::INSTR
If you have your scope connected and LabVIEW running this is SOOOOO easy. Help > Find Instrument Drivers Click on Connected Instruments... Double click the scope and download the drivers. Click Start Using This Driver Open the project and/or pick an example VI like Agilent 2000 3000 X-Series Acquire waveform.vi POOF, your scope's trace is now in a LabVIEW waveform indicator for further processing. Should be the same for your generator, just use the NI Instrument Driver Network (IDN) and save yourself some headaches.
The driver is a LabVIEW Project full of useful helper VIs, examples, etc. Makes life very easy, especially for USB instruments. Good Luck!
EDIT: In case you're curious, the VISA resource is USB0::Agilent's ID::Device Model ID::Device Serial#::INSTR So mine means an Agilent Model 2014A whose serial# is MY51450847
You can know what's what if you read the serial#s on the back of your instruments and write down their serial numbers. ![]()
EDIT2: Oh Yeah, once the driver is installed this way you will find all the SubVIs in your LabVIEW palette auto-magically. They're in Instrument I/O > Instr Drivers > Agilent 2000 3000 X-Series. In addition, you will find the LabVIEW Example Finder populated with the Agilent X-Seris examples. Help > Find Examples... Hardware Input and Output > LabVIEW Plug & Play.
Have Fun...
EDIT3: Why did the bold capital D's in my VISA resource turn into smileys??? D D 😄 Ah, bold 😄 is the code for that smiley. 😄 Hmm, not bold, just the : and the D together.
05-12-2015 04:17 AM
Hello Sir,
My VISA resource name is USB0::0x0957::0x17A8::MY51360432::INSTR.
05-12-2015 06:55 AM
05-12-2015 09:37 AM
Did you download the drivers through the NI IDN? Have you tried them? Have you looked at the examples?
If you're new to this the best way to get started is to look at some examples and see how they're being used. Then you can apply that knowledge to your own applications. This is one of the best parts about LabVIEW, you already have a wealth of code that does all the low-level communication to 1000s of instruments available though the IDN. You can leaverage that and make your job much easier.
You can use the Tools > Instruments > Find Instrument Drivers and load drivers automatically OR you can learn more about the IDN and get your drivers manually from the website here: http://www.ni.com/downloads/instrument-drivers/
05-13-2015 10:49 AM
Thank you for your attention.
Where can ı find the example codes ?