LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Global Variable Between Sequence

Now I have Three Frames which Three Variables were chose at the second and i need them in the third frame.I don't know how to transport these three Parameters to my third frame.My Labview's version is 4.0.

Regards
0 Kudos
Message 1 of 2
(2,156 Views)
1. go to second frame and right click the frame's border.
2. from popup menu select "Add Sequence Local"
3. connect your variable with the "yellow square" created in previous step
4. go to third frame where you can see a "yellow square containing an arrow pointing in" attached to border in the same place. This is your "global variable" - the value coming from second frame.
5. connect this one as you need

Another solution is to create local variables for those parameters, but is recommended to avoid them if possible.

Hope this helps
Message 2 of 2
(2,156 Views)