@Robbe_Meyvis, sorry for the delay in a response as I was on vacation the last week.
Without seeing the configuration of the trommelProgramma
param, I am missing a bit of information to be able to troubleshoot.
Attached you will find:
- An export of a UDT and UDT Instance that resembles the configuration in your screen.
- An export of a view that is setup to use this UDT Def as a Drop Target
I am thinking that something isn't setup completely correctly in the props.dropConfig
area of the view you are setting up to be dropped as the values aren't populating.
A couple ways to troubleshoot:
- In
embedded/UDTDropView
, modifyparams.trommelProgramma
to contain the path to the UDT Instance you are expecting to validate that values are showing for. - After dropping the UDT Instance onto a new view, there will be an
embeddedView
component. Look at theprops.params.trommelProgramma
value to see the value that was set.
There is also a known issue where you might get values, but when changing them they may not change the value of the tag when making the change in the designer. If this occurs, make sure that Project > Comm Read/Write
is enabled as the Designer does not throw an error that it is in Read Only mode.
Example of attached items in use:
Attached Files:
UDTParameterExample_Tags_View.zip (9.4 KB)
Hopefully this helps.
Garth