NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I change the ordering of the parameters listed under the Labview module?

Is there anyway to change the ordering of the parameters listed in the parameters table under the Labview module tab in TestStand?  Each of these parameters printout in my report, but I need to change the ordering of the parameters in the report.  Thanks.
0 Kudos
Message 1 of 2
(2,748 Views)

Hi,
There is not a way to manually change the order of the parameter values in the Code Module Parameters Table, but there are a few options for configuring the report ordering of these parameter values.


Option 1: Use the Additional Results in the Properties tab to add a Custom Result. You can then save the parameter values to these custom results and order them they way you desire. This ordering will be reflected in the report.


Option 2: You could use a Post Action in the Properties tab to swap the parameter values that are saved to Locals.ResultList[0].AdditionalResults at run-time. This would require the use of a local variable to serve as a temporary placeholder for one of the values in order to successfully swap the values.


-Adri

Adri Kruger
National Instruments
LabVIEW Product Marketing
0 Kudos
Message 2 of 2
(2,731 Views)