12-08-2013 11:44 PM
Dear guys,
I will like to do a compilation of my results into only 1 graph instead of the current approach i am using by assigning one graph to each function. I was thinking is it possible to use the "property node" to achieve this target? If not, can anyone suggest how the intergration could be done? In addition, i realize my graph constantly "jerK" due to the sudden changes in my x and y coordinates, is this cause by the autoscalling function of the graph?
Best Regards,
Scott
Solved! Go to Solution.
12-09-2013 12:38 AM
12-09-2013 02:15 AM
Hi udka,
My bad, i think i phrase my question wrongly. My programme is as such,
3 different functions with three similar outputs of x - y coordinates. However i will like the graph (Final outcome) to show only the coordinates of whichever function i have selected. I was thinking to assign the values into a property node and whenever one of the function is selected, the value will be send to the Graph i wanted. No intergration is needed but i want my graph to show the correct data from 1 of the 3 outputs i selected.
Best Regards,
Scott
12-09-2013 02:39 AM
You could use a case structure as a selector
Btw, what is the reason that you use multiple waits?
And instead of build xy graph function, you can also use the cluster function.
12-09-2013 02:47 AM
12-09-2013 04:13 AM
12-09-2013 11:46 PM
Thanks udka and Koen94,
However as my output is a 1D Array of cluster 2 elements, I was unable to connect to the property node. Does property node only accept 1D values?
Best Regards,
Scott
12-09-2013 11:46 PM
Thanks udka and Koen94,
However as my output is a 1D Array of cluster 2 elements, I was unable to connect to the property node. Does property node only accept 1D values?
Best Regards,
Scott
12-10-2013 01:35 AM - edited 12-10-2013 01:37 AM
Hello,
I don't see your problem, you have a 1D array of clusters.
It should work.
it also works with arrays, if that is what you mean. Though you have to connect it to the xy graph once.