Remote Operation
Remote Program Examples 5
5-61
5-45. Remote Program Examples
The following programs are written in BASIC for the Fluke 1722A Instrument
Controller.
5-46. Printing Main Output Calibration Shift Results
This program generates a printout of the changes in the magnitude of self correction
generated at the last calibration. The printout contains the following information:
• A heading that shows the date, time, and calibrator’s serial number
• Modules present (installed or attached)
• The most recent calibration dates and temperatures
• Data about the external standards used
• Values of the externally-calibrated internal references
• DC voltage output shifts for each range
• AC voltage output shifts for each range
• AC and dc current output shifts for each range
• Resistance shifts for each value
• 5725 Boost Amplifier output shifts (if attached)
• Wideband AC Module (Option 5700-03) output shifts (if installed)
1Ø REM THIS PROGRAM GENERATES A PRINTOUT OF
2Ø REM MAIN OUTPUT SHIFT RESULTS
3Ø INIT PORT Ø ! INITIALIZE THE INTERFACE
4Ø CLEAR PORT Ø ! SET THE 57ØØA TO ITS POWER-UP STATE
5Ø PRINT @4, “CAL_PR CAL” ! START CAL REPORT PRINTING
6Ø END