Omega Engineering 8 Channel Thermocouple USB Data Acquisition Module TC-08 User Manual page 37

8 channel thermocouple usb data acquisition module
Table of Contents

Advertisement

3.3.3.5
usb_tc08_get_temp_deskew
long usb_tc08_get_temp_deskew
(
short
float * temp,
long
long
short * overflow,
short
short
short
)
Same as
usb_tc08_get_temp
by the order in which channels are converted. Note: Unless there is a specific reason
to use the
usb_tc08_get_temp_deskewed
instead.
Arguments
Returns
handle,
* times,
buffer_length,
channel,
units,
fill_missing
but the times take account of small differences caused
handle
temp
times_ms_buffer
buffer_length
overflow
channel
units
fill_missing
-1
0
> 0
routine, use
Specifies the USB TC-08 unit.
Pointer to a location where the temperature is to be
placed.
Returns the exact time that this channel was
converted (optional.)
Specifies the length of the sample buffer.
Pointer to a variable that will be assigned a value of
1 if an overflow occurred on any of the readings
copied into temp_buffer, or 0 if an overflow did not
occur. An overflow occurs when the input signal is
higher than the measuring range of the USB
TC-08.
Specifies the channel to read the temperature from.
Specifies the temperature units in which the data
are returned:
0: USBTC08_UNITS_CENTIGRADE
1: USBTC08_UNITS_FAHRENHEIT
2: USBTC08_UNITS_KELVIN
3: USBTC08_UNITS_RANKINE
Voltages are always returned in millivolts.
Choose whether or not to replace QNaN values
(missing readings) with the last known value:
0 - Use QNaNs to represent missing readings.
1 - Fill missing readings (no QNaNs.)
An error occurred, use
get the code.
Currently no readings to collect.
Number of readings copied into array (there may
still be more readings in the driver's internal
buffer.)
Technical reference
usb_tc08_get_temp
usb_tc08_get_last_error
33
to

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents