10-10-2018 09:46 PM
hi,
I have a unfinished VI but I am trying to test cases step by step..
in the case " running", the express timer is supposed to work, but why it simply skipped the case " running" and moves to " initialize"?
thanks
10-10-2018 09:54 PM
because in running you go to rain and then stop and then initialize...
Use the debug you will see.
You should never put a Event structure to more than one place in your code.
You should use a Producer consumer structure.
Benoit
10-11-2018 07:41 AM
Thanks..
but it should finish the state "running" first and then go to the state "rain', right??
10-11-2018 08:05 PM
I think you should design your application on paper to define your step... I have no idea what is your system.
Benoit