10-26-2007 06:40 AM
10-26-2007 07:15 AM
10-26-2007 07:18 AM
10-29-2007 07:58 AM
10-29-2007 02:49 PM
The best way I’ve found to do what you want to do is by using references. Rather than passing in the Temperature variable to the subvi, pass in a reference to it. That way when you update the variable in the subvi, the indicator in the main vi gets updated at the same time. No need for globals.
01-09-2008 08:54 AM
01-09-2008 09:02 AM - edited 01-09-2008 09:03 AM
01-10-2008 03:42 AM
01-10-2008 04:39 AM - edited 01-10-2008 04:40 AM
01-11-2008 03:28 AM
Thank you!!
As expected --> parallel loop should execute at same time, provided they are not connected.
Regards,
Azfar