Measurement-computing TempBook rev.3.0 Instrukcja Użytkownika Strona 55

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 166
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 54
TempBook Users Manual Software Calibration and Zero Compensation 7-5
/* Print the compensated samples using a 12-bit format */
printf(/nResults of tbkRdNFore after zero compensation:/n);
for(i=0; i<8; i++)
printf(Channel: %2d Data: %4d/n, i, data[i]>4);
/* Close and exit */
tbkClose
}
Automatic Zero Compensation
The
tbkTCAutoZero
function will configure the thermocouple linearization functions to automatically
perform zero compensation. This is the easiest way to use zero compensation when making thermocouple
measurements. When enabled, the thermocouple conversion functions will require a CJC zero reading and
a TC zero reading to precede the actual CJC and TC reading.
int tbkTCAutoZero ()
uint zero
If non-zero, will enable auto zero compensation in the tbkTC... functions
Note
: See the thermocouple linearization section for a description and example of automatic zero
compensation for thermocouple measurement.
Przeglądanie stron 54
1 2 ... 50 51 52 53 54 55 56 57 58 59 60 ... 165 166

Komentarze do niniejszej Instrukcji

Brak uwag