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 #31 background imageLoading...
Page #31 background image
Technical reference
30
© 2005 Pico Technology Limited. All rights reserved.
USBTC08044-2
3.3.4.2
usb_tc08_legacy_set_channel
short usb_tc08_legacy_set_channel (short handle,
short channel,
char tc_type,
short filter_factor,
short offset,
short slope)
Call this routine once for each channel that you would like to take readings from. You can
do this any time after calling
usb_tc08_open_unit
.
Arguments:
handle
- Specifies the USB TC-08 unit.
channel
- Specifies which channel you want to set the details
for: This should be between 0 and 8.
tc_type
- Specifies what type of thermocouple is connected to
this channel. Set to one of the following characters
'B', 'E', 'J', 'K', 'N', 'R', 'S', 'T.' Use a space in quotes to
disable the channel.
filter_factor
- Specifies the size of the median filter. Each time the
driver takes a reading from this channel, it updates
the filtered value by adding a reading to a median
filter. The filter factor can be set to any value between
0 - 255 (0 or 1 turns filtering off).
filter_factor
- These parameters are provided for backward
compatibility with the serial TC-08 and have no effect
when used with the USB TC-08.
Returns:
0
- Use
usb_tc08_get_last_error
.
1
- Legacy set channel successful.
Note: Do not call this function unless you are operating the USB TC-08 in legacy mode,
having called
usb_tc08_legacy_run
.
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