Agilent Technologies E1356A Spécifications Page 113

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 149
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 112
Procedure 1. Measure the voltage on the upper bridge leg.
MEASure:VOLT:DC? (@111)
2. Measure the voltage on the lower bridge leg.
MEASure:VOLT:DC? (@110)
3. Calculate the ratio of upper bridge leg to lower bridge leg voltages.
The following example determines the internal half bridge voltage ratio.
The program assumes the strain gage multiplexer is used with the HP
E1326B/E1411B Multimeter as part of a scanning multimeter instrument.
The computer syntax used is HP BASIC running on a Hewlett-Packard
Series 300 computer.
!Clear and reset the multimeter.
CLEAR 70903
OUTPUT 70903;"*RST"
!Measure the voltage across the upper leg of the internal
1
2
bridge resistor.
OUTPUT 70903;"MEAS:VOLT:DC? (@111)"
ENTER 70903;V_upper
!Measure the voltage across the lower leg of the internal
1
2
bridge resistor.
OUTPUT 70903;"MEAS:VOLT:DC? (@110)"
ENTER 70903;V_lower
!Compute the ratio of the upper bridge leg voltage to the lower bridge leg voltage.
V_ratio=V_upper/V_lower
PRINT “V_upper to V_lower ratio = ”;V_ratio
END
A typical output from this program is:
V_upper to V_lower ratio = .999935
112 Strain Gage Diagnostics Appendix C
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com
Vue de la page 112
1 2 ... 108 109 110 111 112 113 114 115 116 117 118 ... 148 149

Commentaires sur ces manuels

Pas de commentaire