Bharat,
You can include these values, but a couple things were tripping you up. The first is the fact that you want to use the step properties of each step, so instead of putting in Parameters.Measurement, you really just need to put in Step.Result.Numeric, etc. This however only gets you halfway there, as you will still get a message that this value does not exist for all steps. I've rewritten your attached VI to check to see if the step is a Numeric Limit step and if so, then get the High and Low Limits, the measurement, and the units. A sample of this for anyone who doesn't want to open the example is:
(TypeOf(RunState.Step) == "NumericLimitTest") ? Step.Limits.Low : ""
This line assures that the step is indeed going to have the value, and then retrieves the value, otherwise it does nothing. Hopefully, this modified example gets on the right track, but if you have any further questions, feel free to repost. Thanks and have a great day.
Adam B.
Applications Engineer
National Instruments