I need to use an already written VI that returns two U16 words (Output_1, Output_2). How do I combine these words and convert to a 32bit decimal floating-point number in a post expression for use in a numeric comparison? Is there a way to do something similar to the labview type-cast function in TestStand? I think the expression should start with something like this Step.result.Numeric = Locals.Output_1*65535 + Locals.Output_2.
I'm using TestStand 3.5
Thanks,
Jason