NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How can assign a PASS/FAIL test to each element of a cluster?

I would like to pass a cluster from Labview 8.6  to TestStand 4.1.1 and apply a pass/fail test to each boolean element of the cluster.  For elements of the cluster that are string values, I would like to apply a string value test.  For elements of the cluster that are numeric values, I would like to apply numeric value or limit tests.  How can I do this? 
0 Kudos
Message 1 of 2
(2,983 Views)
Hi epsilon-delta,

The best way to do this would be to create a custom data type from that cluster and store the output of your vi to a local variable. You can then add Pass/Fail Test, Numeric Limit Test and String Value Test steps (using the None adapter) after the Action step to test each element of the cluster.
Eric B.
National Instruments
0 Kudos
Message 2 of 2
(2,958 Views)