TS Module

A temperature sensor (TS) module has the following mandatory standard parameters:

Parameter
Meaning
Examples

Resource

The connection information needed to connect to this device. Depending on the type of device this can be a COM port, a GPIB address, an IP address or something else. Most drivers are based on VISA, which brings its own syntax to provide a GPIB or IP address. The VISA resource names can usually be looked up in NI Max.

COM1 GPIB0::1::INSTR TCPIP::192.168.222.50::INSTR

MinTemp

The lower temperature limit in °C. This value can be changed through the LTT GUI. The GUI will stop all running tests if this limit will be violated.

-41

MaxTemp

The upper temperature limit in °C. This value can be changed through the LTT GUI. The GUI will stop all running tests if this limit will be violated.

120

Depending on the specific TS module, there might be additional parameters, which are described here.

You can access the TS control panel through GUI and also via TestStand..

Last updated

Was this helpful?