04-22-2009 02:58 PM
04-22-2009 03:10 PM
jmcbee wrote:
...Anyone have any ideas?
After backuing up everything...
Make one instance a type-defed enum and then re-name an elements. That should break everything. Then go through and do the replacements and (after a couple of days of that) you are done.
Ben
04-22-2009 03:24 PM
04-23-2009 02:24 PM
To help you with this, you can programmatically search your VIs to find the number of Enums you have in each. That might at least help you keep track of your changes. You could even make all of them blink so they are easy to find. For details on how to do this, see the following thread:
http://forums.ni.com/ni/board/message?board.id=170&message.id=359515&requireLogin=False
04-23-2009 02:33 PM
Will S. wrote:To help you with this, you can programmatically search your VIs to find the number of Enums you have in each. That might at least help you keep track of your changes. You could even make all of them blink so they are easy to find. For details on how to do this, see the following thread:
http://forums.ni.com/ni/board/message?board.id=170&message.id=359515&requireLogin=False
That will help you find them on the FP but not the block diagram.
For the BD this should work.
Just select the enum constant for the numeric palette.
Ben