10-15-2013 03:11 AM
Yes it is but this is solved now so post it as other question with VI what you have tried so far
10-24-2013 02:23 PM
@Ranjeet_Singh wrote:
Here
This seems overly complicated and convoluted.
10-24-2013 02:28 PM - edited 10-24-2013 02:28 PM
@Ranjeet_Singh wrote:
Use event structure
NO! Events are for user interaction!
In the description here, the value is generated by a process, not by a front panel interaction.
All that's needed is a case structure, one for each case, each containing the code for the specified task. Wire the numeric to the case selector.
10-24-2013 02:35 PM
@Omi_30 wrote:
Thanks a lot for the solution. Also is it possible to automate button pressing, suppose I am having one button but insted of user pressing that,can I controll the Button inside, using one Boolean?
A boolean implies that you only have two cases, so you can wire the boolean directly to the case structure.
Please be more specific where the selector value comes from. The word "process" is a big vague. A state machine has been mentioned several times here and that's what you should do. Can you show us your VI so we get a better idea what you are actually trying to do? Thanks!