Tag Security Indirection

Hello All,

Curious if there is any way to make tag security within a UDT utilize an instance parameter? When you click read and write permissions, dialogs open up allowing you to select role and security zone. Can I bind these to instance parameters instead?

Thanks,

Frank

Hello Frank,

The Read/Write permissions can’t be made dynamic in the way you desire. They utilize the Gateway’s Security Levels and have to be statically set.

They can be overwritten via scripting with the system.tag.configure() function, but that is much harder to manage than an internal UDT binding. It is not something I would recommend doing unless the use-case is very simple such as swapping the write permissions from a day shift to a night shift role.