I would like to create a template button with parameters like name, buttoncolor and other tag path names.
I have a static 4 buttons in a window. whenever i click on a button (say “Speed”), button template will be repeated for tags under speed (Line speed, actual speed, set speed etc). And when i click on line speed, corresponding chart will be displayed.
When i click on another button other than speed (say “Pressure”), buttons created under speed will be vanished and new buttons will be displayed under Pressure.
I wish to add a template repeater , so whenever i click on a button, params will be passed and chart will be displayed.
For eg:
I like the idea of using an Easy Chart to achieve the functionality you are looking for. With an Easy Chart, the Tag Pen editor allows you to divide your options into selectable groups that can be toggled on and off via checkboxes in one single chart. See the example below:
Thanks for your idea. I am currently looking for a normal chart in which, for eg: i will be clicking on speed, line speed and other speed buttons will be displayed. Once i select start and end date, click on line speed (for eg), chart will be displayed after clicking the load button.