Labview 8.5
TS 4.0
I modified the my PreUUT sequnece to call a VI which enters a new Serial Number via a string control. This works fine.
The problem is this new SerialNumber does not seem to be accepted by TestStand and therefore does not print the reports for any executions.
(I get a "<no path>" error on the report header)
I'm using the same variables used in the standard PreUUT step.
I read a post about using RunState.Root.Locals.UUT.SerialNumber but this always causes a runtime error.
Any help is appreciated.