LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

missing assignment to tunnel

attached is my programme. Here at the bottom under the "Core of the programme" look for "motion direction". I have defined it outside the loop. and then in the while loop under 0 0 1 case you will see the first occurence of "motion direction" local variable. and then outside the while loop the 2nd occurence of the same variable. Now for this 2nd occurance of local variable. I am getting this error messege:" missing assignment to tunnel".
What could be the reason.
Is it not allowed to use more then once the local variable of the boolean control or indicator?
0 Kudos
Message 1 of 4
(3,133 Views)
Hi,

Can you pl. attach the vi. It will give better idea to visualize the problem.

Best Regards,
Nirmal Sharma
India
0 Kudos
Message 2 of 4
(3,133 Views)
Hi,

This question is already answered at
Missing assignment to tunnel

Feroz
0 Kudos
Message 3 of 4
(3,133 Views)
Hello,

This particular error occurs if you are using a case structure, and you have not provided output information for a tunnel from all cases. Please see the attached screenshot for more information.

I hope this helps!

Liz Fausak
National Instruments
0 Kudos
Message 4 of 4
(3,133 Views)