01-09-2013 11:08 PM
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
01-09-2013 11:18 PM
01-09-2013 11:56 PM
i could not able to find the example can you please share the example for the labview 10
01-10-2013 12:19 AM
Start with looking at:
LabVIEW Introduction Course - Three Hours
LabVIEW Introduction Course - Six Hours
01-10-2013 12:47 AM
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...
01-10-2013 02:16 AM
@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