06-04-2008 10:40 AM
Labview
7.1
By the way I also have the same problems running the Keithley 2701 + 77XX example programs.
06-04-2008 10:42 AM
06-04-2008 11:45 PM
06-05-2008 07:51 AM
I am not a LV expert but the screenshot you have shows a timeout error. I see that you have termchar enabled which is correct for VISA socket connections but I am confused by the value it is showing for the actual termchar. It should be linefeed decimal 10?
06-09-2008 02:07 PM
06-10-2008 07:26 AM
Your latest screenshot shows you sending "*idn?" without the '\n". When sending anything to the 2701 over raw sockets you have to append the "\n" (Linefeed char) and reading you need to enable termchar. The default termchar is linefeed.
Make sure the IoProt is set for 488 strings.
Have you used just the VISA Interactive Control to flush this out?
Can you ping the instrument?
06-10-2008 07:28 AM