Help with using variables in tags

Hopefully I can explain this correctly…

I have multiple devices that all have the same tag structure.

Device 1
/VCF33601/BDP1
/VCF33601/BDP2
/VCF33601/US
…etc

Device 2
/VCF33602/BDP1
/VCF33602/BDP2
/VCF33602/US
…etc

Device 3
/VCF33603/BDP1
/VCF33603/BDP2
/VCF33603/US
…etc

I want to build the display dynamically. When I click a button on a main screen indicating which device variables I want to look at, I set a Client Tag “macName” to the device. IE macName = VCF33602

So insteand of showing the value of my numeric label “VCF33602/US” how do I use a variable in the tag path?? “macName/US”

Are you talking about Indirect Binding?
http://www.inductiveautomation.com/support/usermanuals/ignition/index.html?indirect_bindings_and_window_p.htm

Thanks Pat, that was exactly what I needed…

Any chance you know how to apply this same thing to an Easy Chart for Historical values?

[quote=“tbackus”]Any chance you know how to apply this same thing to an Easy Chart for Historical values?[/quote]Sure do…The easiest way is to set-up an Easy Chart for one of your devices, then go to the Easy Chart properties and select binding for the Tag Pens property. Select the Cell Update binding and use indirect binding to update the TAG_PATH rows.