Ohms Remote Program Modifications For 5100B Emulation - Fluke 5700A Series II Operator's Manual

Multi-function calibrator
Hide thumbs Also See for 5700A Series II:
Table of Contents

Advertisement

5-63. Ohms Remote Program Modifications for 5100B Emulation

The following example programs illustrate the conversions that are required for running a
5100B resistance program on a 5700A/5720A Series II in 5100B emulation mode.
Without these modifications, the 5700A/5720A Series II will still operate as a 5100B
emulator, but the resistance accuracy is only the 5700A/5720A Series II tolerance to
nominal, which is less accurate than a 5100B.
The shaded lines in these 5100B resistance programs are those that need to be modified
in order for the programs to run on a 5700A/5720A Series II in 5100B emulation mode.
5
REM ORIGINAL 51ØØB PROGRAM
REM THIS PROGRAM SETS THE 51ØØB TO 1Ø KQ, READS THE VALUE OF A
REM FLUKE 85Ø5A DMM AND CALCULATES THE ERROR.
RF = 1ØØØØ.Ø
INIT PORT Ø
CLEAR PORT Ø
PRINT @1,"ZTØ"
PRINT @4, RF;"Z,N"
WAIT 2ØØØ
PRINT @1, "?" \ INPUT @1,R
1ØØ ER = ABS(RF-R)/RF * 1E6
11Ø PRINT "EXPECTED ";RF
12Ø PRINT "MEASURED ";R
13Ø PRINT "ERROR";ER;"PPM"
5
REM PROGRAM FOR A 57ØØA EMULATING A 51ØØB
REM THIS PROGRAM SETS THE 51ØØB TO 1Ø KQ, READS THE VALUE OF A
REM FLUKE 85Ø5A DMM AND CALCULATES THE ERROR.
RF = 1ØØØØ.Ø
INIT PORT Ø
CLEAR PORT Ø
PRINT @1,"ZTØ"
PRINT @4, RF;"Z,N"
PRINT @4,"Y1GZ?"
INPUT @4,RA
1ØØ WAIT 2ØØØ
11Ø PRINT @1, "?" \ INPUT @1,R
12Ø ER = ABS(RA-R)/RA * 1E6
13Ø PRINT "EXPECTED ";RF
14Ø PRINT "ACTUAL ";RA
15Ø PRINT "MEASURED ";R
16Ø PRINT "ERROR";ER;"PPM"
! CLEAR THE INTERFACE (SENDS DCL)
! SET THE 57ØØA TO ITS POWER-UP STATE
! SET 85Ø5 TO OHMS EXT TRIGGER
! SET THE 51ØØB TO 1ØKQ, OPERATE
! WAIT FOR OUTPUT TO SETTLE
! TRIGGER AND READ THE 85Ø5A
! COMPUTE ERROR IN PPM
! PRINT RESULTS
! "
! "
! CLEAR THE INTERFACE (SENDS DCL)
! SET THE 57ØØA TO ITS POWER-UP STATE
! SET 85Ø5 TO OHMS EXT TRIGGER
! SET THE 51ØØB TO 1ØKQ, OPERATE
! GET ACTUAL OHMS VALUE
! "
! WAIT FOR OUTPUT TO SETTLE
! TRIGGER AND READ THE 85Ø5A
! COMPUTE ERROR IN PPM
! PRINT RESULTS
! "
! "
! "
Remote Operation
5
5200A Emulation
5-71

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

5720a series ii5720a series ii

Table of Contents