Structuring Your Test Data
- Updated2025-10-28
- 2 minute(s) read
Create a cluster to structure the properties of your test step data so the data displays correctly in Test Monitor.
Test Monitor only supports displaying the TestStand data model. Therefore, how you configure the key-value pairs for each property in the cluster determines whether your data displays correctly in Test Monitor.
What to Use
- Build Array
- Bundle By Name
- In Place Element Structure
- Number To Decimal String
- Property Node
- Unbundle/Bundle Elements Border Node
- Unbundle By Name
What to Do
On the client, create the following diagram in a VI to structure your test step data.
Customize the gray sections for your unique programming goals.

| 1 | The test step in control provides the test steps of your test program. The Property Node reads the Data property from the test steps. |
| 2 | The step parameters control provides the parameters of your test steps. Unbundle by Name returns the names of the step parameters. |
| 3 | The SystemLink Properties type definition contains the key-value pair structure you need to use for your step parameter properties. |
| 4 | Bundle By Name specifies the keys and values of each step parameter. These key-value pairs appear in Test Monitor. |
| 5 | Build Array creates an array containing all the key-value properties of the step parameters. |
| 6 | In Place Element Structure uses Unbundle/Bundle Elements Border Nodes and Build Array to assemble the data obtained from test step in and the key-value properties from step parameters into a cluster structure. |
| 7 | The Property Node uses the cluster to display the data correctly in Test Monitor. |
Related Information
- Acquiring Test Results
Create test steps to record your tests and measurement data.
- LabVIEW Programming VIs and Functions