10-10-2015 12:48 AM
I have a problem with this VI, the event structure executes the event when the botton is pressed but the botton keeps pressed even though the event has already executed, just the stop button works as it must be.
Does anybody think I should use an architecure or it is ok use just the event structure?
Solved! Go to Solution.
10-10-2015 04:47 AM
This happens because you have the cluster control in one case and are handling value-change events in other cases; the cluster is only read in one case. Move the cluster control outside the Event structure and remove the Shift Register.
10-10-2015 11:30 AM
thank you a lot, it works