Agilent Technologies n3306a Portable Generator User Manual


 
Performance Test and Calibration - B
91
IMON, IPROG and CURRENT Calibration Program
10 ! This program will calibrate Imon, Iprog and Current
20 ! for load modules N3302A, N3303A, N3304A, N3305A and N3306A.
30 !
40 ! last update 9/6/00
50 !
60 ! Edit the interface address on line 100 if different then 705
70 !
80 ASSIGN @Ld TO 705
90 !
100 OUTPUT @Ld;"*RST"
110 OUTPUT @Ld;"CAL:STAT ON"
120 OUTPUT @Ld;"FUNC CURR"
130 OUTPUT @Ld;"CURR:RANG MAX"
140 OUTPUT @Ld;"SENS:CURR:RANG MAX"
150 OUTPUT @Ld;"INP:STAT ON"
160 !
170 ! ******* Calibrating Imon Zero *******
180 !
190 PRINT TABXY(10,8),"See figure B-1 for Imon calibration"
200 PRINT TABXY(10,10),"Module Input Terminals must be open - disconnect power
source"
210 PRINT TABXY(10,12),"Connect DVM to IMON terminals"
220 DISP "Press CONT when ready to calibrate Imon"
230 PAUSE
240 CLEAR SCREEN
250 !
260 OUTPUT @Ld;"CAL:IMON:LEV P1"
270 PRINT TABXY(20,20);"Calibrating IMON P1 - 5 SECOND WAIT"
280 WAIT 5
290 CLEAR SCREEN
300 INPUT "Measure IMON and enter value in volts - OBSERVE VOLTAGE
POLARITY",Vimonp1
310 !
320 OUTPUT @Ld;"CAL:DATA ";Vimonp1
330 !
340 OUTPUT @Ld;"CAL:IMON:LEV P2"
350 PRINT TABXY(20,20);"Calibrating IMON P2 - 5 SECOND WAIT"
360 WAIT 5
370 CLEAR SCREEN
380 INPUT "Measure IMON and enter value in volts - OBSERVE VOLTAGE
POLARITY",Vimonp2
390 !
400 OUTPUT @Ld;"CAL:DATA ";Vimonp2
410 !
420 ! ******* Calibrating Imon and Iprog gain *******
430 !
440 PRINT TABXY(10,8),"See figure B-2 for Imon and Iprog calibration"
450 PRINT TABXY(10,10),"Connect module input terminals to power source"
460 PRINT TABXY(10,12),"See Table B-2 Current Mode Voltage /Current Settings"
470 PRINT TABXY(10,14),"Set power source voltage and current for model to be
calibrated"
480 PRINT TABXY(10,16),"Set IPROG power source to 1 volt"
490 !
500 DISP "Press CONT when ready to calibrate Imon and Iprog"
510 PAUSE
520 CLEAR SCREEN
530 !