How to Detect Teststand Sequence Steps That Are Not Overridden

Updated Jun 20, 2023

Environment

Software

  • TestStand
  • LabVIEW

We use Teststand 2020 and load different LabVIEW modules in our sequence. We override these modules to use load the as PPL's in production. Is there an automated way to detect those steps that are not yet connected to a PPL?

The information about whether a module is overridden is in the action step Description, as can be seen below.

Image_2022-11-22_18-34-55.png
To retrieve that information call a LabVIEW module, either at the beginning or the end of the sequence. The LabVIEW code below will iterate through all the action steps in the sequence and get their descriptions by using property nodes. Then put all that data in a document. After that you can open the document see which step are not overridden, find them in the sequence and override them.

image.png