04-16-2019 02:45 AM
Hello to all,
I want to display several variables at the same time in a chart. I am using a bundle for that. I would like to give a name to each bundle signal. Is there a way to do it ?
There is a photo attached.
Thanks 🙂
Solved! Go to Solution.
04-16-2019 02:52 AM - edited 04-16-2019 02:53 AM
04-16-2019 03:02 AM
You can wire a cluster diagram constant of the correct type to the middle of the bundle function , then name the elements accordingly.
Here is a simple example:
Of course to label e.g. the traces of your charts, you can use property nodes or even manual configuration.
04-16-2019 07:33 AM
The cluster name won't affect the value of the elements (0)?
04-16-2019 09:01 AM
@Mahmoud63PPC wrote:
The cluster name won't affect the value of the elements (0)?
Is this a statement or a question? What does "elements (0)" even mean?
The Name of the cluster constant (or whatever is wired to the middle) will be the name of the cluster output ("My cluster" here). The Names of the elements of the cluster constant will be the names of the elements ("Count", "Value" here).
04-16-2019 09:04 AM