06-24-2013 10:11 PM
Hi All,
I have a question,
Do anyone know how is it possible to transfer data in DBL form from one SubVI to another SubVI on the same project file with some arthemetrical calculations and codings in the VIs.
I do not want to use local or global variables. How do I use refnum? Can anyone help me?
Thanks,
Alan.
Solved! Go to Solution.
06-24-2013 10:45 PM
Hi Alan,
It's very simple. You just have to wire the data to an indicator in your first SubVI, then make it an output using the connector pane. Call both SubVIs in your main program at the point where you want the data to transfer, and wire this output to an input of the other SubVI.
Another option is to call the second SubVI within the first and simply wire the data to an input.
06-25-2013 07:56 AM
Well, there's a Notifier, Queue, Functional Global Variable (also known as an Action Engine). There are many ways to do this. Can you be a little more specific on your needs?