Running a Measurement from TestStand
- Updated2025-10-03
- 2 minute(s) read
You can run Measurement Plug-Ins measurements withTestStand.
- Add the measurement to a TestStand sequence.
- Launch TestStand.
- Double-click the Measurement step in the Insertion Palette. A measurement step is added to your sequence.
- Select the new measurement step in the sequence and select the Configure Measurement tab for the step.
- Select your measurement in the Measurement list.

Measurement parameters appear in the Configure Measurement tab.Note If your measurement does not appear in the Measurement list, ensure that the plug-in is either configured to start automatically or has been started manually. For more information, refer to Automatically Starting a Measurement Plug-In. - Review and modify the measurement parameters.
- If the measurement is pin-aware, configure the sequence to use your pin map. See the Using a Pin Map to Enhance Automation section for more information.
- Run the sequence. The measurement runs as a step in your sequence.
Using a Pin Map to Enhance Automation
Pin maps contain information about connected instruments. Measurement Plug-Ins uses information from a registered pin map to determine the associated driver for NI hardware. You can then use the Measurement Plug-Ins session management service to manage instrument driver sessions for your test sequence.
Complete the following steps to register your pin map:
- Double-click the Update Pin Map step in the Insertion Palette. An update pin map step is added to your sequence.Note For best performance, register your pin map in the ProcessSetup sequence callback or use a separate Setup step group. Avoid registering a pin map within the Main sequence.
- Select the Update Pin Map step in the sequence and select the Update Pin Map tab to configure the pin map path.
- Specify the Pin Map Path. Type the path directly or click Browse and select the pin map file.
Using the Session Manager Service
Once you have registered a pin map, you can configure a sequence to initialize and close driver sessions for use with your measurement. Refer to Using Driver Sessions in TestStand for detailed instructions.
Related Information
- Understanding Measurement Plug-In Behavior
- Using Driver Sessions in TestStand
The session management service manages instrument driver sessions that are associated with the pin map. Because this action relies on the pin map, you must first register your pin map with the pin map service.
- Creating and Using Pin Maps
Measurement Plug-Ins supports pin maps and uses information from a pin map file to initialize and manage NI driver sessions.