Hi,
I wanted to a design a dynamic UDT definition. Suppose I have created a UDT definition named as "Master Recipe" and I've created a bunch of tags in it. And now I am creating an instance with that respective UDT (i.e. Master Recipe).
And the instance which I have created, should show only those set of tags which are relevant to it. { Like a number of machines are there and only the respective tags should be visible to that Machine (i.e. UDT Instance), from the Master Recipe (i.e. UDT definition) }
Example -
Instance 1: (MachineA) which has only 6 tags relevant with respective to the UDT and except those 6 tags other tag should be disabled
Instance 2: (MachineB) which has only 3 tags relevant with respective to the UDT and except those 3 tags other tags should be disabled
Is there any way to achieve this
Thank you
Vinay