04-04-2006 05:12 AM
04-04-2006 05:54 AM
Hi
It's not the right way to force the vi to accept your enumeration type. I'd suggest you creating a case structure and wire you enum to it. Inside the case structure you can place the enumeration of the vi.
Thomas
04-04-2006 06:48 AM
04-04-2006 07:00 AM
Enumerations are for the programmer, not the user. It is best to decouple the enumeration type from the user interface, and then typecast back to an enumeration to run the function. This decoupling will allow for a more manageable code.
07-18-2010 12:39 PM
In my vi it shown that You have two or more enumeration data types wired together, but the enumerations are different. The list of items in the enumerations must be exactly the same. But I don't know what should I do. How can I disable or change this error. I'm a new user.
07-18-2010 02:53 PM