mje Posted April 7, 2011 Report Share Posted April 7, 2011 Ran into this today: Since the IPE unbundle nodes work by name, they aren't happy with anonymous types. Bummer. Not a big deal, but it would be nice to be able to operate on unnamed types... Quote Link to comment
soupy Posted April 7, 2011 Report Share Posted April 7, 2011 well, the IPE is essentially an "unbundle by name" which doesn't work in this case either. I would say that it is expected. Quote Link to comment
mje Posted April 7, 2011 Author Report Share Posted April 7, 2011 Oh yes, of course it's expected. I just don't like how since I have an anonymous cluster I can't use the IPE to operate on it. Doesn't affect my code at all, just annoyed. Makes for messy code since I need to unbundle a whole cluster to operate on a single value. And no, I don't have control over the incoming cluster, so making the type named won't work. I could typecast it to a named one, but meh it's not that big of a deal... Quote Link to comment
Wire Warrior Posted April 8, 2011 Report Share Posted April 8, 2011 :lightbulb:Seems like a perfect item for the Idea Exchange. Jason Quote Link to comment
SteveChandler Posted April 8, 2011 Report Share Posted April 8, 2011 :lightbulb:Seems like a perfect item for the Idea Exchange. Jason I don't see how that would work. If it is not named you have no way of specifying the element you want to unbundle. But it will work for clusters that are partially anonymous. Or you could do this This is not specific to the inplace element structure. There is no way to unbundle a single element of a cluster unless it has a name anywhere in LabVIEW. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.