One of the handy features of LabView is to create a constant by right-clicking an input terminal of a VI or function and selecting "Create Constant". The newly created constant ends up being labeled (albeit the label is invisible) to whatever name the terminal has. For example, right-clicking the bottom terminal of the Multiply block assigns the constant to "y".
This seems nice and pretty much innocuous, until you start copying that constant and pasting it on other areas of the diagram. Particularly if you created the constant by right-clicking an input terminal that has a more specific name, for example, something like "Ignition State". If you paste that constant around and then try to search (using Edit/Find and Replace) for the text "Ignition State", it'll be everywhere and at places that don't make sense.
Automatic assignment of the terminal's name may be "ok" for controls and indicators, but should not happen for constants (specially because, for constants, the label is by default hidden). That said... as another member suggested, the label shoudl at least be visible by default and highlighted (ready do be edited) at creation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any idea that has received less than 2 kudos within 2 years after posting will be automatically declined.