I've created a Custom Type that contains five analog tags - Value, EU_Max, EU_Min, L_Alarm, H_Alarm. Their PLC addresses are based on a custom Parameter called 'BaseAddress'. Address expression example:
\baseaddress + ".Value"
I've also tried:
Pickvalid(Concat(..\baseaddress, ".Value), "")
and
Concat(getphrase(..\baseaddress), ".Value")
etc
Have also tried checking and unchecking the Text option for the parameter.
I've gotten the address to populate correctly each time but when I instantiate the type and the proper address populates only a couple of the tags in the type get a value. The others don't seem to have made the driver list.
If I disable/enable the tags that don't show a value, they'll start polling.
Anyone know what I'm missing?
I've created a Custom Type that contains five analog tags - Value, EU_Max, EU_Min, L_Alarm, H_Alarm. Their PLC addresses are based on a custom Parameter called 'BaseAddress'. Address expression example:
````
\baseaddress + ".Value"
````
I've also tried:
````
Pickvalid(Concat(..\baseaddress, ".Value), "")
````
and
````
Concat(getphrase(..\baseaddress), ".Value")
````
etc
Have also tried checking and unchecking the Text option for the parameter.
I've gotten the address to populate correctly each time but when I instantiate the type and the proper address populates only a couple of the tags in the type get a value. The others don't seem to have made the driver list.
If I disable/enable the tags that don't show a value, they'll start polling.
Anyone know what I'm missing?