Starting with TestStand 3.0, values and parameters are passed through the vi connector pane rather than through the clusters as in previous versions. In my opinion, this is a great feature in that now the vi can run stand alone for debugging without depending upon TestStand. You will see an extra section in the TestStand window when specifying a vi that allows you to specify which TestStand variable to associate with each connector pane terminal in the vi. Use TestStand variable Step.Result.Error to associate with Labview Error In and Error Out connector terminals. Use whatever local variables you create to associate with the other connector pane terminals. For a numeric limit test, you can connect the vi's numeric output to a connector pane terminal, and associa
te that with TestStand's Step.Result.Numeric. This is the value that TestStand will use to compare against the limits. If this is not clear, let me know and I will try to post an example.