08-07-2007 11:20 PM
08-08-2007 12:09 AM
08-08-2007 12:51 AM
The attached quick modification illustrates some of the above points. This is not a finished or even reasonable program. It would need a complete rewrite.
08-08-2007 08:22 AM
08-08-2007 09:37 AM
08-08-2007 09:43 AM
08-08-2007 11:35 AM
WOW!
Thanks a lot folks. I wasn't expecting any response until a week or two later.
I am very impressed with this FORUM and most importantly the members.
I just learned a whole lot from your MOD altenbach , so thanks a lot once again.
I never new you can combine conditions in within a Case Structure and
I like the fact where you moved the location for the State Operation.
I forgot to mention this earlier but I actually wrote this code in a much better
fashion in C. I was basically trying to do the same program with LabVIEW.
Nevertheless, I knew it wasn't going to be perfect but I want to have some functional
program that I can learn from. I knew my program was complicated but I was hoping
from another set of eyes to have a look at. Anyways, I already feel indebted to you folks
cause I really learned a lot already.
Once again, ThanX a lot.
08-15-2007 11:20 AM
08-15-2007 11:49 AM
08-15-2007 03:19 PM
> Withregards to the sequence structure, I removed it cause I totally forgot about the error cluster.
> I actually want to enque the Ring Data only when it changes and to revert back to the default after making a selection.
I am not sure how to implement this. Withregards to the the defualt State being selected, I thought that using property node
would much more efficient than using a local variable. Is there any other way of implementing this?
> I know it would have been better to used Enum but I already started with the Ring and didn't want to adjust that for now.
Hopefully this is much better.