09-08-2015 10:38 PM
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
09-09-2015 12:21 AM
09-09-2015 06:42 AM
Thanks
What the advantage of event structure and state machine over prompt user for input. I want something simpler, save space and run time
09-10-2015 09:15 AM
@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.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord