09-03-2007 03:28 PM - edited 09-03-2007 03:28 PM
Message Edited by Bill@NGC on 09-03-2007 01:30 PM
09-03-2007 04:02 PM
09-03-2007 05:02 PM
09-03-2007 05:06 PM
09-03-2007 06:30 PM
Here are some older discussion abut all this 🙂
http://forums.ni.com/ni/board/message?board.id=170&message.id=100963
http://forums.ni.com/ni/board/message?board.id=170&message.id=140796
Enjoy!
09-04-2007 12:31 AM
09-04-2007 12:42 AM
09-04-2007 03:09 AM
@Bill@NGC wrote:
You can't just wire your own enumeration type into that VI without getting a conflict (since the control has to match in type to the parameter passed in).
Actually, you can. You just need to know how to drop in the diagram so that it will adapt to its inputs. I suggest you read the links in the other thread.
Note - external nodes were an experiment in 7.x and were replaced by Xnodes. You should not rely on them in your code. Instead, you can make your own converter for each enum or use either the typecast or a conversion to a variant and back. I would personally be careful about both of them.
09-05-2007 12:46 AM