> For the complete documentation index, see [llms.txt](https://docs.irs.systems/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.irs.systems/ltt/documentation/ltt-gui-manual/lttgui/hwcontrol/tcc-control-gui.md).

# TCC Control GUI

You can access the temperature chamber contact control panel through the main window menu **Hardware > TCC**.

![HW\_TCC\_Control](/files/vgJDb7w7CEdfCH770WvT)

With [simulated TCC driver](/ltt/documentation/ltt-gui-manual/configuration/moduleconfiguration/tcc.md) you can set a TCC value, otherwise the panel is read only.

***

The temperature chamber contact is a digital input for the LTT.

The input is usually set from the climatic chamber, which usually accompanies each LTT.

The TCC consists of **8 input channels** (bits).

You need the TCC input for determining which [operation mode](/ltt/documentation/ltt-gui-manual/lttgui/dialogs/f10testparameterconfiguration.md) of your [testplan](/ltt/documentation/ltt-gui-manual/teststand/operationmodes.md) should execute.

{% hint style="info" %}
The standard TCC module is a NI PCI-6503 24 channel digital in/out card. The 24 channels are grouped by 3 ports á 8 lines.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.irs.systems/ltt/documentation/ltt-gui-manual/lttgui/hwcontrol/tcc-control-gui.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
