04-14-2008 02:20 PM
04-14-2008 02:50 PM
04-14-2008 02:54 PM

Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.04-14-2008 03:16 PM
04-14-2008 03:18 PM
A slight CORRECTION:
I disagree property nodes DO NOT break the data flow, they may break a thread (so what a microsecond lost).
04-14-2008 03:30 PM
04-14-2008 04:03 PM
I pretty much agree with the evaluations.
For example, the "states" is only used internally, so making it a control is useless because there can never be a user interaction. It is NOT used as a control! The value should be kept in a shift register, and, if you really want a FP object of it, make it an indicator and show the data in the wire at each iteration. No locals needed.
I have never taken any CLD, so I don't quite know what the requirements are for the "traffic light" question. GIven full freedom, I probably would make the traffic light an Xcontrol enum or similar. It would make the code so much more readable. 😄
04-14-2008 04:36 PM
04-14-2008 11:37 PM
04-15-2008 03:54 AM