07-10-2012 04:47 PM
This has been bugging me about property nodes for a while, and I was wondering what the reasoning is. Why do property node entries expand downward?
This means that if I ever want to read or write a property node value, I'm almost always crossing over an error wire. Of course if you're wiring from one property node to another, there isn't crossover, but there are tons of cases where I'm wiring to sub-VIs, into shift cluster data, etc.
LabVIEW coding guidelines are all about minimizing wire overlap, but here we have something that makes that intrinsically impossible at least half the time they're used.
So, what was the reasoning behind property nodes being "special" in terms of their error in/out being at the top instead of the bottom?
07-10-2012 04:55 PM - edited 07-10-2012 05:05 PM
Your only point seems to be the location of the error terminals with respect to the rest of the property node.
If you think you have a better idea, feel free to post the suggestion in the LabVIEW Idea exchange. Create some graphics to show us how you think it should look like instead.
See if you get any votes. 😄
(Also do a search: htere are some remotely related idea such as this one.)
07-10-2012 05:01 PM
I guess I figured it's been this way for so long, there must be some logic behind it!
07-12-2012 11:20 AM
Now that you mention it, this does seem better:
07-12-2012 11:52 AM