LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Control case

In my software I used case structure in while loop and while program is running I want to change case structure for example I have 2 case 0 and 1 and each of them has a different program code to control device and I created enum also to change case while software keep run but it does not change, when I started with case 0 it does not switch case 1 even I chose case 1 in enum, and if I star with case 1, it does not switch case o even I chose case 0. What it could be the problem? my software is attached to be clear about my problem.

Thank you

0 Kudos
Message 1 of 2
(2,198 Views)

Your case selector needs to be in a shift register. You will also need to wire the data through ALL of your cases.



Mark Yedinak
Certified LabVIEW Architect
LabVIEW Champion

"Does anyone know where the love of God goes when the waves turn the minutes to hours?"
Wreck of the Edmund Fitzgerald - Gordon Lightfoot
0 Kudos
Message 2 of 2
(2,194 Views)