I don't know why LabVIEW does this, but when you copy and paste (with ctrl-c and ctrl-v as opposed to ctrl-drag) certain items on your block diagram, they do not act as most would expect. I think copy and paste should make an exact copy of what you are copying instead of changing the functionality/behavior. Examples
Local Variable:
If you copy a local variable, it creates a new control and makes a local variable out of that. I really just want a copy of the local variable that's already there. If I wanted a new control, I would have made one, no?
Property Node:
Copying an implicit property/invoke node changes it to an explicit node. Why wouldn't it just make another copy of the implicit node that I already had?
I'm sure there's other examples of this behavior that I can't think of now, so feel free to add them to the comments. If you have a good reason why this behavior is here, please let me know as be happy to be corrected...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.