# 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: 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:

```
GET https://docs.irs.systems/ltt/documentation/ltt-gui-manual/configuration/moduleconfiguration/tcc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
