Jump to content

Why is my VI still running after my teststand sequence has completed?


nitulandia

Recommended Posts

Hello all,

Disclosure: I have not played with TestStand in a long while...

This is what I've done so far:

1. Successfully have put together a simple test sequence comprised of 5 steps

- Initialize Power Supply.vi

- Initialize Instrument B.vi

- Display Hello World.vi

- Close Power Supply.vi

- Close Instrument B.vi

2. I'm able to successfully run this test sequence (BTW, I'm actually talking to real instruments)

The issue I'm having is that once my test sequence has completed its execution, if I try to open either of the VIs from above it shows that "The SubVI is wating to Run"

May I ask, why that is?

In advance, thank you for the feedback.

Cheers,

edp

post-14457-0-70535700-1345562640_thumb.p

Link to comment

By default, the LabVIEW adapter is configured to reserve loaded VIs for execution. This setting can be changed in the adapter configuration (Configure>>Adapters) for LabVIEW. To unreserve all reserved VIs, select File>>Unload All Modules. Also, if you select a step that calls a code module, then select Edit VI, the VI will open in an unreserved state.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.