06-18-2000 12:13 PM
06-19-2000 08:25 PM
08-10-2000 04:01 AM
08-11-2000 03:27 AM
04-19-2001 10:30 AM
12-03-2001 10:46 AM
09-03-2002 11:38 PM
09-09-2003 04:32 AM
09-11-2007 08:58 AM
I was having a similar problem with a sr245 (sr 245) from the early 80's, and wound up fooling around in MAX with the GPIB communicator. I found that the communication times out when I start communication with the following string (which should, among other things, read the voltage at input 1):
I8;MA;SM=0;?1\r
but does not time out if I start with the following string:
I8;MA;SM=0;?1;\r (notice the only difference is the semicolon before the \r)
if I follow the latter string with the former string, there is no problem (i.e. it reads the voltage no problem) I don't understand. Can someone enlighten me please? Jonathan
09-11-2007 09:03 AM