LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can i access one vi file functionality from another one vi file

i want access the one vi function from another one vi 

example

 

test1.vi contains

add (x+y)

 

how can i call add fucntion in test2.vi

with regards and warm welcome,
Ramamoorthy S
0 Kudos
Message 1 of 6
(2,885 Views)
.Go through the tutorials that ship with LV. You will find the answer to that question as well as many other equally simplistic questions.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 6
(2,882 Views)

i could not able to find the example can you please share the example for the labview 10

 

with regards and warm welcome,
Ramamoorthy S
0 Kudos
Message 3 of 6
(2,874 Views)

Hi Ramji44,

 

you may refer to this short video:

http://www.youtube.com/watch?v=9IcifGHSNJc

 

if you want to call another vi, go to block diagram vi and right click it to show the function palette and choose "select aVi".

 

simple and easy...

 

 

0 Kudos
Message 5 of 6
(2,861 Views)

@ramji44 wrote:

i want access the one vi function from another one vi 

example

 

test1.vi contains

add (x+y)

 

how can i call add fucntion in test2.vi


Make add(x+y) into a sub-vi that's used in both.

 

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 6 of 6
(2,852 Views)