Solution
This was a previous bug that was resolved in NI-RIO 15.0. To disable Open Thermocouple Detection, you can install NI-RIO 15.0 (or newer versions, cRIO) and disable Open Thermocouple Detection using any of the following methods:
LabVIEW Project
- Right-click the module in the LabVIEW project and select Properties.
- Unselect the Enable Open-Thermocouple Detection checkbox.
- Right-click the module in the LabVIEW project and select Deploy.

Programmatically
- Drag the module from the project into LabVIEW
- Right-click the output >> Create >> Property for 9213 Class>> Enable Open TC Detection
- Right-click the property node and select Change To Write
- Right-click the property node and add a False boolean constant.
