08-25-2009 04:25 PM
I am preparing for CLD and looking for comments on my implementation of the "stoplight" CLD example question. Any comment would be appreciated. Kudos will be distributed liberally.
The pdf for the example question is in this zip file:
08-26-2009 11:32 AM
08-26-2009 12:18 PM
It looks like your code does everything that the clad exam wants. I see that you documented everything but the main vi. You might just want to explain what the purpose of the mian vi is. I think you code is simple and east to read. The state machine is simple and works good and everything seems to flow nicely. You document well what is going on in each loop.
I hope this was userful info.
08-26-2009 12:23 PM
Thanks aeastet. One thing I thought about after I finished was that I hadn't documented the meaning of each state in the state machine, I think this is what you are talking about. The names in my enum are sort of self documenting, but probably not enough. I never worried about making nice straight lines before but I am getting faster 🙂
08-26-2009 12:27 PM