Omega Speaker Systems TC-08 manual Now do something with the cold junction temperature

Models: TC-08

1 54
Download 54 pages 42.43 Kb
Page 17
Image 17

Technical reference

13

Example

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

mode with the USB TC-08 driver:

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

//Setting up and running the unit in Legacy mode

//This is designed to make it easier to adapt code written

//for the Serial TC08 for use with the USB TC08 //==========================================================

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

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

{

//set each channel up as a type K thermocouple

//switch off filtering for all channels

usb_tc08_legacy_set_channel(handle, channel, 'K', 0);

}

usb_tc08_legacy_run(handle);

last_cycle_no = 0; no_of_readings = 0;

while (no_of_readings < 50) // collect 50 readings

{

usb_tc08_legacy_get_cycle(handle, &this_cycle_no);

if (last_cycle_no != this_cycle_no)

{

last_cycle_no = this_cycle_no; no_of_readings++;

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

{

usb_tc08_legacy_get_temp( &reading[channel], handle, channel,

0);

}

//now do something with the readings

//check that they have not overflowed

//by comparing each reading with 2147483647L

//or LONG_MAX (include limits.h)

usb_tc08_legacy_get_cold_junction(handle, &cold_junction);

//now do something with the cold junction temperature

}

}

usb_tc08_stop(handle);

Page 17
Image 17
Omega Speaker Systems TC-08 manual Now do something with the cold junction temperature

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.