With Ignition 8.0.5:
opcItemPath in an udt if composed as follow:
opcItemPath value = {opcDebut}[{opcDevice}]TABLE:1.3.6.1.2.1.25.3.3.1.2
udt parameters:
opcDebut value = ns=1;s=
opcDevice value = ESX_1
if I suppress the " : " after TABLE,
opcItemPath value = {opcDebut}[{opcDevice}]TABLE1.3.6.1.2.1.25.3.3.1.2
opcItemPath value is correct = [ESX_1]TABLE:1.3.6.1.2.1.25.3.3.1.2
(…after restarting Ignition, opcItemPath is wrong again ???)
With Ignition 7.9.12, the " : " is allowed
ns=1;s=[ESX_1]TABLE:1.3.6.1.2.1.25.3.3.1.2
Is it intentional in V8.0 for the parameter computation ?
As a side note, if I directly put the string opcItemPath value = [ESX_1]TABLE:1.3.6.1.2.1.25.3.3.1.2,
It’s OK, the opc item return the good value !