06-05-2017 03:13 AM
Please if someone can help me I have to work with this generator to generate a waveform and I do not know how to do it is the first time thanks
06-05-2017 04:45 AM
Do you know how to manually use the instrument? You will not get far if you don't.
Did you find the driver for the instrument? Spend some time studying it to find the functions you need.
06-05-2017 07:09 AM
As long as you know which buttons to press in order to set the instrument up to get your desired waveform, it is relatively easy to program it remotely. This instrument accepts SCPI commands and it spells those out in the Keysight User's Guide.
06-05-2017 04:23 PM
Thanks to all of you to answerd me, i didn't find much can you plz quide
06-06-2017 06:55 AM - edited 06-06-2017 06:58 AM
The Internet is your friend. This manual, Keysight 81150A User's Guide which can be found at: http://literature.cdn.keysight.com/litweb/pdf/81160-91020.pdf?id=2026276 was simple to find.
06-09-2017 08:26 AM
thank you for answering me . the problem it's no the generator but how to link it with labview how to programme it with labview
06-09-2017 08:27 AM
thank you for answering me . the problem it's no the generator but how to link it with labview how to programme it with labview
06-09-2017 09:46 AM
The instrument has 3 interface option for connecting and communicating with the device. If this is the only instrument, I would go with the USB connection unless you have a preferred interface. Then I would use SCPI commands for controlling this instrument with some very simple code like this.
The other case is [-1] without the braces. It passes the write to the read and the VISA Write to the Close.
Once the instrument is powered and connected, load the write buffer with the following:
*IDN?\n
The instrument should respond with something similar to: Hewlett-Packard 81150A,... or Agilent 81150A,... or Keysight 81150A,...
Couldn't get much easier.