> 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/configuration/moduleconfiguration/tcc.md).

# TCC Module

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. This card is also used for the [UPS](/ltt/documentation/ltt-gui-manual/configuration/moduleconfiguration/ups.md). For the TCC port 0 / lines 0 - 7 is used. For the UPS port 1 / line 0 is used.

A temperature chamber contact module has the following mandatory standard parameters:

| Parameter    | Meaning                                                                                                                             | Examples                |
| ------------ | ----------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
| Resource     | The connection information needed to connect to this device.                                                                        | cDAQ1Mod1/port0/line0:7 |
| Inverted     | Indicated whether the digital inputs are inverter or not. The standard LTT TCC hardware has inverted inputs.                        | true / false            |
| LastSimValue | This parameter is used by the simulation driver to store the last simulated value. You change this value via the TCC control panel. | 1                       |

{% hint style="info" %}
You can access a TCC control panel through [GUI](/ltt/documentation/ltt-gui-manual/lttgui/hwcontrol/tcc-control-gui.md) and also via [TestStand](/ltt/documentation/ltt-gui-manual/teststand/hardware-control.md).
{% 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/configuration/moduleconfiguration/tcc.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.
