Streaming Mode - Omega Engineering 8 Channel Thermocouple USB Data Acquisition Module TC-08 User Manual

8 channel thermocouple usb data acquisition module
Table of Contents

Advertisement

8
TC-08 User's Guide
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
function in any
Sleep()
sampling loops (see example below) to make sure that your application does not use
too much processor time.
Hint: Try not to use a
call for less than 50-100 milliseconds, e.g.,
Sleep()
or
. If you are programming a Windows GUI application, a
Sleep(50)
Sleep(100)
good alternative to sampling loops is the
message.
WM_TIMER

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents