LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Expl. about direct wiring

I have a vi see exmpl. with local variables. Someone said to me you can use also direct wiring. How can i direct wire from one loop to another.

I'm working with: Labview 6.1


Tia, William
Running with Labview 6.1
Fieldpoint hardware
0 Kudos
Message 1 of 2
(2,502 Views)
Since all your loops run in paralell, you cannot directly wire, except in one of the loops.

I have noticed that all your paralell loops run at full speed doing basically nothing. Place a small wait in each loop. It also seems to me that many of the loops could be combined in a single loop, they don't need to run independently. You should be able to use only 1 or two loops (two loops only if there is user interaction and background opertations). This will reduce the use of locals to virtually zero.
0 Kudos
Message 2 of 2
(2,502 Views)