TestStand Example 1: Thermal Chamber Controller Example.seq
This example sequence is a very simple introduction into calling the Public API of a DQMH module from TestStand. This example starts a Thermal Chamber Controller DQMH module (singleton) and executes the following sequence:
-
Update the Set Point, Ramp Rate and Heater State (to allow heating).
-
Monitor the status until the target Set Point is reached.
This example provides an example of a DQMH module being used in a traditional ``Configure > Read/Write > Close'' application. TestStand can be used to quickly define sequential operations to be performed by a DQMH module.
See LabVIEW Example 1: Thermal Chamber Controller Example.vi for a similar example in LabVIEW.
To get the example:
-
Go to
-
From the NI Example Finder window, select Directory Structure>DQMH Consortium>DQMH Consortium Fundamentals – Thermal Chamber.
-
Open
DQMH Consortium Fundamentals – Thermal Chamber.lvproj
. -
Open
Thermal Chamber Controller Example.seq
.