Technical reference

11

Example

The following code is a fragment of a C application demonstrating how to use Get

Single mode with the USB TC-08 driver:

//========================================================

//Setting up and converting readings with Get Single mode //========================================================

usb_tc08_set_mains (handle, 0); // use 50Hz mains noise rejection

for (channel = 0; channel < 9; channel++)

{

//set each channel up as a type K thermocouple

//channel 0 is the cold junction and will be enabled

//by setting the third argument to anything other than ' ' usb_tc08_set_channel (handle, channel, 'K');

}

//find out the approximate conversion time

//for a call to usb_tc08_get_single

minimum_interval = usb_tc08_get_minimum_interval_ms (handle); printf("Conversion time: %d\n", minimum_interval);

//Collect 10 readings over approximately 9 minutes last_time = GetTickCount();

for (i = 0, i < 10, i++)

{

//do the conversion for all channels

usb_tc08_get_single( handle,

value_array, // short value_array[9] &overflow_flags,

0);

// degrees Celsius units

// print out the values

printf("\n\nTime: %d minute(s)", i); for (c = 0; c < 9; c++)

{

//check for overflows on each channel

//with a bitwise & comparator

//shift the comparison bit to match the channel if (overflow_flags & (1 << c))

{

printf("\nChannel %d overflowed", c);

}

else // no overflow

{

printf("\nChannel %d: %f", c, value_array[c]);

}

}

if (i < 9)

{

while (60000 > (GetTickCount() - last_time)) // 60000ms = 1 minute

{

Sleep(100); // let other applications run

}

last_time = GetTickCount();

}

}

Page 15
Image 15
Omega Speaker Systems TC-08 manual Usbtc08setmains handle, 0 // use 50Hz mains noise rejection

TC-08 specifications

The Omega Speaker Systems TC-08 is a remarkable speaker system that combines advanced technology with exceptional audio performance, making it a favorite among audiophiles and casual listeners alike. With a sleek and modern design, the TC-08 is designed to blend seamlessly into any home audio setup while delivering outstanding sound quality.

One of the standout features of the TC-08 is its wide frequency response range, which captures the full spectrum of sound, from deep bass tones to crisp treble notes. This is achieved through the use of high-quality drivers that are engineered for performance. The 8-inch woofer is designed to deliver powerful low frequencies, providing the depth and impact needed for an immersive listening experience. The tweeter, on the other hand, is finely tuned to ensure that high frequencies are clear and well-defined, allowing listeners to appreciate the intricate details of their favorite music.

The TC-08 also incorporates advanced technologies that enhance the overall audio experience. One such technology is the use of a custom crossover network, which intelligently directs the appropriate frequencies to each driver, ensuring optimal performance and sound clarity. This results in a well-balanced output that can handle various music genres with ease. Furthermore, the speaker’s configuration minimizes distortion, even at higher volumes, meaning listeners can enjoy their music at any level without compromising sound quality.

In addition to its impressive audio capabilities, the Omega Speaker Systems TC-08 is designed with user convenience in mind. The speaker features versatile connectivity options, making it compatible with a wide range of audio sources. Whether connecting to a home theater system, a dedicated stereo setup, or streaming music from a Bluetooth-enabled device, the TC-08 provides users with flexibility and convenience.

The build quality of the TC-08 is also noteworthy. Constructed with durable materials, the speaker is designed to endure the rigors of daily use while maintaining its aesthetic appeal. The elegant finish and thoughtful design details ensure that the TC-08 not only sounds great but also looks great in any environment.

In summary, the Omega Speaker Systems TC-08 offers a blend of excellent audio performance, advanced technologies, and thoughtful design. With its powerful drivers, custom crossover network, and versatile connectivity options, it stands out as a top choice for anyone looking to enhance their listening experience. Whether for casual listening or serious audio enjoyment, the TC-08 is a speaker system that delivers on all fronts.