Remote Operation

Example Programs

!

 

OUTPUT 723;”*esr?”

! Read & clear the Std Event Status Register

ENTER 723;Stat

 

PRINT “Standard Event Status Register Byte:”;Stat

 

PRINT

 

!

 

REPEAT

 

OUTPUT 723;”system:error?”

! Query error queue entries

ENTER 723;Errno;Error$

 

PRINT “Error Queue”;Errno;Error$

 

UNTIL Errno=0

! Test for no error message in queue

!

 

LOCAL 723

 

END

 

4-30