LAVA: Calling a VI from another VI - LAVA

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Calling a VI from another VI calling external VI from a VI Rate Topic: -----

#1 User is offline   c_w_k 

  • More Active
  • PipPip
  • Group: Members
  • Posts: 27
  • Joined: 08-June 09
  • Location:Alton, IL
  • Version:LabVIEW 8.6
  • Since:2009

Posted 15 March 2010 - 09:07 PM

hello,

I'm wondering if anyone can explain how to call an external VI from another VI. I'm wanting to press a "Start" button on one vi and once the start button is pressed I want another VI to be called that actually executes the start function. I don't think this should be very hard to do but I've tried looking and haven't seen anything yet.

Thanks
Chad
0

#2 User is offline   c_w_k 

  • More Active
  • PipPip
  • Group: Members
  • Posts: 27
  • Joined: 08-June 09
  • Location:Alton, IL
  • Version:LabVIEW 8.6
  • Since:2009

Posted 15 March 2010 - 10:21 PM

Never mind... after looking around this is easy....just need to click the "Select VI..." button, not sure how i missed that before.

problem solved by myself... :wacko:

-CK
0

#3 User is offline   Robby 

  • Are we there yet?
  • Group: Members
  • Posts: 5
  • Joined: 06-August 09
  • Version:LabVIEW 8.5
  • Since:2004

Posted 29 March 2010 - 02:52 AM

View Postc_w_k, on 15 March 2010 - 10:21 PM, said:

Never mind... after looking around this is easy....just need to click the "Select VI..." button, not sure how i missed that before.

problem solved by myself... :wacko:

-CK


hi, CK

I you could use the Event structure to complete it

1. create event structure and add event case for Start Control
2. place your VI on this case and select "run when opened"
3 you could also set you sub vi as a dialog

that is it

Robby
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic