Bind tag property (eg. Eng Limit) to tag

Hi,
I would like to bind some tag properties dynamically to other tags (eg. Engineering High Limit). I tried to write expression (like:

{FT1001/EngMax}

or

tag({FT1001/EngMax})

but it didn't work, I also tried to bind it to OPC tag path (like:

[PLC]Path/Tag

also didn't work.
I know I can write to it directly through script, but is there any direct way to bind.

Thanks in advance

You can only bind those to UDT and tag parameters not other tags.

You could setup a script that writes to them as required.