Hi,
The Step and the Result are passed as parameters to the sequence.
You can pick out the Step name and Step type by either:
1. Using ActiveX adapter steps and using the step as a reference. Then you want to select the Step and the Property will be Name to obtain the step name. Create a second step but this time select StepType. This will give you a StepType reference which you use as the reference in a third ActiveX step, you will need to create a Locals ActiveX reference variable to hold the returned reference. In this step you select StepType instead of Step and again select the property Name.
Or
2. As you are using labview you can do this in your VI. If you are not fimilar with using TS API calls in you Labview, have a look in the TestStand Programmer's Help, there is a section Using the API in different programming languages.
There is also an example using the SequenceFilePostFailureStep callback in the TestStand\Examples\Callback folder
Hope this helps
Regards
Ray Farmer
Regards
Ray Farmer
