07-09-2008 11:48 AM
Sean Wint wrote:
I am using GPIB by the way. I currently am using the VISA Write VI to send commands to instrument. The two commands found in the manual used to send the device into local mode are LLO (Local Lockout) and GTL (Go To Local). These are listed under Local Addresses. I try to send these commands, but an error occurs.
Sean
07-09-2008 12:07 PM
Yeah, I see that as well. If you look on page 113, there is a list of commands for GPIB. The Common commands work with no problem when I write them to a VISA. The address commands are what returns errors. Do you think that becuase GPIB can comunicate to multiples devides through one controller, that the address of the instrument you (the programmer) are trying to communicate with must be attached alongside the command?
Sean
07-09-2008 12:11 PM
07-09-2008 12:17 PM
07-09-2008 03:02 PM
07-09-2008 06:30 PM
Have you implemented a routine to communicate with your instrument? If so, you can use the same one.
R
07-09-2008 06:44 PM
07-09-2008 07:46 PM
07-09-2008 08:13 PM - edited 07-09-2008 08:15 PM
Oop.ss.. I misread the post... reading too quickly..
lmtis wrote:
Also post the LV code that you use that does not work.
07-09-2008 10:43 PM