LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

prompt user for input and case structure

I am using prompt user for input as case selector for case structure as attached. It works fine for sample cases but have feeling there is more proffosinal way today. My real application is more complicated and want to do it in simplest way possible

0 Kudos
Message 1 of 4
(2,953 Views)
Look into event structures and state machines.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 4
(2,929 Views)

Thanks

What the advantage of event structure and state machine over prompt user for input. I want something simpler, save space and run time

0 Kudos
Message 3 of 4
(2,903 Views)

@Husain111 wrote:

 

What the advantage of event structure and state machine over prompt user for input.


It's easier to code, takes less time to develop, easier to read, somewhat self documenting, is more modular, scalable, reusable, and has better performance than polling.

0 Kudos
Message 4 of 4
(2,861 Views)