LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

no change of value, go on the next sequence

hi, i currently have this loop. or frame/sequence.
i can't seems to go to the next frame without changing the value of "data file"
is it possible to the next frame without changing the value of data file?
Best regards,
Krispiekream
0 Kudos
Message 1 of 5
(2,914 Views)
It should goto the "time out" of the event sequence if "datafile" value doesn't change.
------- LabVIEW 2009, So Easy, Even a Therapist Can Do It -------
Message 2 of 5
(2,898 Views)
yes that works!
thank you!

Best regards,
Krispiekream
0 Kudos
Message 3 of 5
(2,885 Views)
You should really rethink your entire program design. Event structures don't belong inside case structures. What is in the other frames of the sequence?
Message 4 of 5
(2,865 Views)
i am thinking about reprogramming all the program. but not right now. i want to finish the job requested by my boss in order to do anything else to it.
but so far, its working.
the other sequence is creating excel file. recalculating new value if the user change the serial number.
Best regards,
Krispiekream
0 Kudos
Message 5 of 5
(2,839 Views)