EasyManua.ls Logo

PICO USB TC-08 User Manual

PICO USB TC-08
43 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #27 background imageLoading...
Page #27 background image
Technical reference
26
© 2005 Pico Technology Limited. All rights reserved.
USBTC08044-2
3.3.3.4
usb_tc08_get_temp
long usb_tc08_get_temp( short handle,
float * temp_buffer,
long * times_ms_buffer,
long buffer_length,
short * overflow,
short channel,
short units,
short fill_missing)
Once you open the driver and set up some channels, you can call the
usb_tc08_run
routine. The driver will then begin to continually take readings from the USB TC-08. Use
the
usb_tc08_get_temp
routine to retrieve readings from the driver's buffer
periodically. You must call the function at least once per minute to avoid losing data (the
driver's buffer is circular, so the oldest readings will be overwritten first).
Streaming mode
relies on the driver to buffer readings without interruption. If the driver
does not get enough share of the PC's processor time (the most frequent cause of which
is too many applications running at the same time), readings will be dropped and the
sample buffer will be padded with
QNaN floating integers.
Warning: The padding of the buffer is also dependent on the performance of the PC and
under very heavy processor loading, padding may not always be accurate.
Question and Answer IconNeed help?

Do you have a question about the PICO USB TC-08 and is the answer not in the manual?

PICO USB TC-08 Specifications

General IconGeneral
Number of Channels8
Temperature Range-270°C to +1820°C
Thermocouple Types SupportedB, E, J, K, N, R, S, T
InterfaceUSB
Operating System CompatibilityWindows, Linux, macOS
Operating Temperature Range0°C to +50°C
Storage Temperature Range-20°C to +70°C
Power SupplyUSB
Sampling Rate10 samples per second
Accuracy±0.2°C

Summary

Introduction

Overview

General overview of the USB TC-08 temperature logger and its capabilities.

Installing the Driver

Steps and requirements for installing the necessary software drivers for the USB TC-08.

Connecting the USB TC-08

Instructions on how to physically connect the USB TC-08 to a computer and thermocouple.

Legal Information

Safety Warning

Company Details

Product Information

Specifications

Detailed technical specifications including resolution, thermocouple types, input ranges, and environmental conditions.

How a Thermocouple Works

Technical Reference

Introduction

Overview of the driver routines and supported operating systems for custom programming.

Modes of Operation

Description of different operational modes: Streaming, Get Single, and Legacy.

Driver Routines

Explains various routines available in the USB TC-08 driver for software integration.

Programming

Guidance on using driver routines with different programming languages like C, C++, Delphi, and Excel.

Troubleshooting

Glossary

Thermocouple Types

Type K Thermocouple

Details on Type K thermocouples, their cost-effectiveness, general purpose use, and temperature range.

Type T Thermocouple

Details on Type T thermocouples, their materials, accuracy, and operating temperature range.

Type S Thermocouple

Details on Type S thermocouples, their materials, temperature range, stability, and use in calibration.

USB