Lookout

cancel
Showing results for 
Search instead for 
Did you mean: 

TestStand Errorlogging

Hello,
I'm making an errorlogging in TestStand by adding the StationPostStepRuntimeError in the StationCallbacks.seq. Everytime there is an error it will call this callback, however I can't find the property containing the error message and code. Does anybody know how or where I can find this property?

Thanks in advance,
Mark
Mark Vorage
Vision Engineer

Philips Technologie GmbH

View Mark Vorage's profile on LinkedIn
0 Kudos
Message 1 of 3
(3,016 Views)


Hello Mark,

You may want to post your question under TestStand section of this forum for a faster response. This particular section is for the Lookout HMI/SCADA package from NI.

Regards,

Khalid


0 Kudos
Message 2 of 3
(3,016 Views)
Mark,

You can access the error that caused the StationPostStepRuntimeError callback to be executed by using the lookup strings "Parameters.Step.Result.Error.Code" and "Parameters.Step.Result.Error.Msg". The Station Callbacks all receive a Step container with the information from the calling step as a parameter. You can use the "Parameters.Step" to access information about the calling step.

Feel free to let us know about any other questions. As Khalid said, it is usually better to post in the TestStand section of the Discussion Forums.

Regards,
Shannon R.
Applications Engineer
National Instruments
0 Kudos
Message 3 of 3
(3,016 Views)