Series 8650A Universal Power Meters
3-72
Manual 31470, Rev. E, April 2001
3.7
Calibration
Commands which cause the 8650A to calibrate a sensor are based on the CL function code. The
command format is:
Syntax
:
[AE or BE] CL [n] [EN or PCT or %]
[AE or BE] prefix specifies Sensor A or Sensor B.
[n] represents a reference calibration factor of n%. The 8650A makes no use of this
variable; instead it reads cal factors from the sensor EEPROM. The variable is included in
the command format only for compatibility with power meters which require it. Any value
between 50 and 120 can be entered for n.
A terminating suffix is required (EN, PCT, or %).
Examples
:
OUTPUT 713;AE CL 100 EN
! Calibrate sensor A
OUTPUT 713;BE CL 100 EN
! Calibrate sensor B
The appropriate sensor must be attached to the calibrator output for the calibration process to function.
If the sensor is not attached, the calibration will fail, and operation will continue as before.
3.7.1
Calibration Routine
The following is an example of a GPIB program to calibrate a sensor. It is strongly recommended that
this format be followed for remote calibration. Note that the service request feature is used to determine
when the calibration has completed; this will result in the fastest calibration routine.
Calibrate:
! calibration routine
ON INTR 7 GOSUB Srq_interrupt
! setup serial poll interrupt jump location
ENABLE INTR 7;2
! enable SRQ interrupts3;*SRE010
! set service request mask to 23;CS
! clear status byte
OUTPUT 713;CL100EN
! start calibration
Flag=0
reset control flag
WHILE Flag=0
! wait while calibrating
END WHILE
RETURN
Srq_interrupt:
! SRQ interrupts jump here
13;*STB?
ENTER 713;State
IF BIT(State, 1) THEN
PRINT GOOD CAL
ELSE
IF BIT(State, 3) THEN
PRINT BAD CAL
ENDIF
ENDIF
OUTPUT 713;CS
! clear status byte
Flag=1
! set control flag true
RETURN
Summary of Contents for 8650A Series
Page 4: ......
Page 12: ...Series 8650A Universal Power Meters viii Manual 31470 Rev E April 2001 ...
Page 16: ...Series 8650A Universal Power Meters xii Manual 31470 Rev E April 2001 ...
Page 18: ...Series 8650A Universal Power Meters xiv Manual 31470 Rev E April 2001 ...
Page 20: ...Series 8650A Universal Power Meters xvi Manual 31470 Rev E April 2001 ...
Page 32: ...Series 8650A Universal Power Meters 1 12 Manual 31470 Rev E April 2001 ...
Page 198: ...Series 8650A Universal Power Meters 3 124 Manual 31470 Rev E April 2001 ...
Page 216: ...Series 8650A Universal Power Meters A 8 Manual 31470 Rev E April 2001 ...
Page 228: ...Series 8650A Universal Power Meters B 12 Manual 31470 Rev E April 2001 ...
Page 240: ...Series 8650A Universal Power Meters Index 6 Manual 31470 Rev E April 2001 ...