12-09-2013 07:15 PM
12-09-2013 07:30 PM
Here's a revised version that meets your requirement.
12-09-2013 07:31 PM
Make a state machine and go to an idle state if these conditions are met.
12-09-2013 08:21 PM
Sorry man, is there a way you can save this in a format that can be opened with version 8.5?
12-09-2013 08:42 PM
12-09-2013 10:43 PM
12-10-2013 01:45 AM
12-10-2013 01:52 AM
You can find the standard state machine in the examples.
There is some information of the state machine.
Simple explanation: The state machine is simply a case structure in a while loop connected with shift registers.
Every state is predefined, after every iteration you have the possibility to change the state. Thus make an idle state