03-22-2007 01:26 PM
03-22-2007 01:55 PM
03-22-2007 02:21 PM
03-22-2007 02:38 PM
03-22-2007 02:58 PM
Frame 1:
Frame 2: That loop needs a small wait statement. Since STOP is always true when the loop ends, the later case structure seems unneeded.
Frame 3:
Overall, you should use a state machine architecture instead of sequences. It will be much more flexible and will take even less diagram space. The indicators can be outside the state case, so all states can write to them. No locals needed.
03-22-2007 03:30 PM
03-22-2007 03:43 PM