I am using Auto-build for ABCIP with 3 different PLC programs. This goes to the IDE - 2023R2.
I have graphics set to the templates which are brought in from the AutoBuild.
Assuming the template has attributes say AttA, AttB and AttC.
I have the graphics set to use Me.AttA / Me.AttB / Me.AttC - so the instance name will get picked up automatically.
If I use Prefix when doing the autobuild (to differentiate the individual program), the template and instance gets added with the prefix (say P_)
So all my template and instance becomes P_Template and P_Object1.
What would be the best way to get the data inside the Graphic which originally had Me.AttA?
It is looking at Object1.AttA but the prefix made it P_Object1.AttA.