07-27-2005 09:30 PM
07-27-2005 09:48 PM
I'm not sure what you mean by running an enum, but to fix the errors is easy. When a wore passes through the wall of a case structure you have to define an output value for every case in the structure. So you have two choices, define values for the other case OR move the indicators and the subvi inside the case structure (which look like is the one you would want to do). See attached screenshot...
Mike...
07-28-2005 01:22 AM
07-28-2005 01:28 AM
There is no problem to make one enum with all you values, but I would not do it.
The program is more readable if you have different enums which concentrate on one "topic" (just an example: Enum "MotorControl" / Values Forward, Reverse, Stop). I think this is much better than to have one enum conataining all values (e.g. Enum "General" / Values Forward, Reverse, Stop, Read, No Read).
07-28-2005 01:30 AM
07-28-2005 01:34 AM
07-28-2005 02:26 AM
07-28-2005 02:28 AM
07-28-2005 02:45 AM
07-28-2005 02:46 AM