Before I get too deep into rebuilding my views, could you clarify this for me? In every Ignition UDT I have made, I have a member called _TagPath which is just bound to the built in parameter PathToParentFolder for each tag.
This has come in handy in certain situations. Now, if I'm changing my view parameters to be a string tag address instead of an Ignition UDT, can I bind that string parameter to this single member of each tag to get that string? Like so:
Or will doing even that binding to just that sting member of the UDT cause the entire UDT to be leased?
Here is the new parameter within my view with the custom properties now indirectly bound to just the status tags I need for animation using that tag address.
I think I'm on the right track, but just looking for some confirmation. I guess within my conveyor view, I'm referencing UDT members anyways, so if doing that does make the whole tag leased, then I'm leasing the whole thing regardless of how I get the address to the view parameter.
Thanks!


