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 #21 background imageLoading...
Page #21 background image
Technical reference
20
© 2005 Pico Technology Limited. All rights reserved.
USBTC08044-2
3.3.2.7
usb_tc08_get_minimum_interval_ms
long usb_tc08_get_minimum_interval_ms (short handle)
This routine returns the minimum sampling interval (or fastest millisecond interval) that
the unit can achieve in its current configuration. The configuration is defined by calling
usb_tc08_set_channel()
.
Arguments:
handle
- Specifies the USB TC-08 unit.
Returns:
0
- Use
usb_tc08_get_last_error.
Minimum
Interval
- Minimum sampling interval for current setup (in
milliseconds).
Note: The USB TC-08 can sample, from a single channel, at a rate of 10 samples per
second. The absolute minimum sampling interval, with all 8 channels and the cold
junction enabled, is 900 ms. You must set up all the channels that you wish to use before
calling this routine.
3.3.2.8
usb_tc08_get_unit_info
short usb_tc08_get_unit_info(
short handle,
USBTC08_INFO * info)
This routine gets the unit information and copies it to the
USBTC08_INFO structure,
declared in the usbtc08.h header file. If you pass zero to the function as the handle, only
the driver version member will be valid, but the function will return 1 (success.)
Arguments:
handle
- Specifies the TC-08 unit.
info
- A pointer to a structure containing unit information.
Returns:
0
- Use
usb_tc08_get_last_error
.
1
- Routine was successful.
You must assign the correct value to the
size
field of your
USBTC08_INFO structure
before calling this routine. For example, in C, if
devinfo
is your structure, use this code:
devinfo.size = sizeof(USBTC08_INFO);
usb_tc08_get_unit_info(hTC08, &devinfo);
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