ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

stooping a case structure

 Hi everybody..

I want stop the most inner case structure after executing only once but the count is keep on increasing i cannot use STOP...please help

Thanks in advavce

0 Kudos
Message 1 of 6
(3,261 Views)

The case structure is kept inside the for loop and that will get executed depending on the value you enter in the N Value of both the for loops. You can maintain a shift register to restrict the case for single execution.

-----

The best solution is the one you find it by yourself
Message 2 of 6
(3,248 Views)

Sorry Sir but can explain in detail....

Thanking you...

0 Kudos
Message 3 of 6
(3,246 Views)

I have attached the vi containing a shift register just check how it is implemented and make it in your logic depending on your preference.

-----

The best solution is the one you find it by yourself
Message 4 of 6
(3,230 Views)

thank you sir...

0 Kudos
Message 5 of 6
(3,223 Views)

Hi Everybody

In this VI when Boolean UDA is connected to single case structure is working fine but when it is connected to a another case structure it is showing abnormal result.

I am attaching both the VI. Any suggestion will be helpful  

Download All
0 Kudos
Message 6 of 6
(3,215 Views)