TestStand-Debug VIs

Article directory

Debug VIs

  1. Place a breakpoint in the LabVIEW PASS/FAIL TEST step.
    insert image description here

  2. Execute » Run MainSequence. Execute the Pause Test at LabVIEW PASS/FAIL step.
    insert image description here

3. Complete the following steps to debug the LabVIEW PASS/FAIL TEST VI step.
a. Click the step into button on the TestStand debug toolbar. The LabVIEW application activates with the LabVIEW PASS/FAIL TEST VI open and paused.
insert image description hereinsert image description here
b. Open the pending VI block diagram.
c. Click the step into (step) or step over (step over) button on the LabVIEW toolbar to start stepping.
Click the finish VI button to complete the stepping.
insert image description here

d. After completing the step-by-step execution of the VI, click the return to the caller button on the LabVIEW toolbar to return to TestStand. Execution pauses at the next step in the sequence.
insert image description here

  1. Click the Resume button on the Debug toolbar in TestStand to complete the execution.

insert image description here

  1. Close the excute window.
  2. Remove breakpoints from LabVIEW PASS/FAIL TEST steps.

Guess you like

Origin blog.csdn.net/weixin_43781045/article/details/127721335