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 #11 background imageLoading...
Page #11 background image
Technical reference
10
© 2005 Pico Technology Limited. All rights reserved.
USBTC08044-2
3
Technical reference
3.1
Introduction
The USB TC-08 is supplied with driver routines that you can build into your own
programs. The USB TC-08 driver supports the following versions of the Windows
operating system: 98SE, ME, 2000, and XP.
Once you have installed the software, the
DRIVERS
directory will contain the drivers and a
selection of examples of how to use the drivers.
The driver is supplied as a Windows
DLL
. The DLL uses the C
stdcall
calling
convention and can be used with C, Delphi and Visual Basic programs. It can also be
used with programs like Microsoft Excel, where the macro language is a form of Visual
Basic.
3.2
Modes of operation
3.2.1
Introduction
The USB TC-08 is designed for three specific modes of operation to suit a variety of
applications. The following modes are supported:
Streaming mode
Get Single mode
Legacy mode
3.2.2
Streaming mode
Streaming mode
is an operational mode in which the USB TC-08 unit samples data and
returns it to the computer in an unbroken sequence, using the onboard clock to ensure
accurate timing.
The unit can buffer up to two sets of readings at once. To avoid loss of readings, make
sure that another application on the PC - including the one you are writing - does not
prevent the driver from collecting readings for more than three sampling intervals.
To allow the driver to sample continuously, call the Windows
Sleep()
function in any
sampling loops (see example below) to make sure that your application does not use too
much processor time.
Hint:
Try not to use a
Sleep()
call for less than 50-100 milliseconds, e.g.,
Sleep(50)
or
Sleep(100)
. If you are programming a Windows GUI application, a good alternative
to sampling loops is the
WM_TIMER
message.
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