08-04-2008 05:10 AM
08-04-2008 08:35 AM
08-04-2008 08:35 AM
08-04-2008 09:17 AM
Hello,
Yes, you can send SCPI command by using VISA.
You can simply use Open Visa with the instrument adress and the Visa write to send commands.
You can start by using MAX to find the instrument adress and test the communication (before you start writing code).
BR
Thomas
08-04-2008 09:22 AM
08-04-2008 10:12 AM
Guys, thanks for your relies, since some equipments do not arrive yet, i am just planning the framework of my program now.
i did a program which communicate with GPIB devices before, it is very simple, just set GPIB device's address to 9, sent the basic code by visa, but my current project's computer is laptop, so we buy a USB/GPIB-HS converter to communicate with GPIB device. i am not sure the scpi code can be sent out by visa as before, i think the address is changed, since the connection port is USB.
08-04-2008 10:46 AM
08-06-2008 07:29 AM