05-19-2017 10:40 AM
Hi all, I'm trying to simulate 5 objects in my project. To do so I would like to see every one of them on the X-Y graph. Unfortunately when I'm Bundling 2 arrays of 5 elements, then the graph doesn't recognize objects. On the other hand when I'm extracting data for every object apart, then I have 5 X-Y graph. How to make it be visible on just one not five? Could anyone help?
Solved! Go to Solution.
05-19-2017 11:04 AM
Sorry, I don't have the simulation toolkit, but did you know that "index array" is resizable?
(Also, what does the VI do right before the lower graph terminals)
To combine the lower graphs, buld the various cluster outputs into an array before wiring to the graph terminal
05-19-2017 11:11 AM
it takes data position x, y and velocity x,y for each objects to make simulation for each of them. Building an array helped, I'm not sure what happend, I'm quite sure I tried that like 5 minutes ago .....Thanks for help