LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging Help Needed

I have several sub vis that make up a vi. I only want to execute the
last three sub vis.
Does anyone know how to only execute these vis and ignore the earlier
ones?

Thanks,

MM


[See first answer for additional information]
0 Kudos
Message 1 of 3
(2,908 Views)
[Attachment(s) for question]
0 Kudos
Message 2 of 3
(2,908 Views)
If you never want to execute the other sub-VIs, just delete all but the ones
you want. If there are cases when you want to execute all, separate the VIs
into a state machine or just encapsulate some of the VIs by a case statement.

Magela Moore wrote:
>This is a multi-part message in MIME format.>--------------326C2F2AE075AD91FF77B201>Content-Type:
text/plain; charset=us-ascii>Content-Transfer-Encoding: 7bit>>I have several
sub vis that make up a vi. I only want to execute the>last three sub vis.>Does
anyone know how to only execute these vis and ignore the earlier>ones?>>Thanks,>>MM>>--------------326C2F2AE075AD91FF77B201>Content-Type:
text/x-vcard; charset=us-ascii;> name="Magela.vcf">Content-Transfer-Encoding:
7bit>Content-Description: Car
d for Magela Moore>Content-Disposition: attachment;>
filename="Magela.vcf">>begin:vcard >n:Moore;Magela Moore>tel;work:321.728.7975
ext.111>x-mozilla-html:FALSE>url:http://www.ace-comp.com>org:ACE Computer
Engineering>adr:;;1918 Dairy Road;West Melbourne;Florida;32935;>version:2.1>email;internet:magela@ace-comp.com>title:Junior
Software Engineer- RIU Verification Team>fn:Magela Moore>end:vcard>>--------------326C2F2AE075AD91FF77B201-->
0 Kudos
Message 3 of 3
(2,908 Views)