09-09-2023 09:50 AM
Hi,
Just stuck to display values of x and y (coordinates) on the front panel.
1- Start from (0,0) to (300,0) with x value difference of 50 should be incremented each time.
2- then after reaching first condition is should be like (0,50) to (300,50) and then (0,100) to (300,100)
please help to do this.
09-09-2023 10:54 AM - edited 09-09-2023 10:56 AM
What have you tried? Once you know the set of points, just display them in an xy graph.
If you only want to show a singe point that moves to the various points with time, make sure to use a plot that has points, not just lines.
09-09-2023 11:16 AM - edited 09-09-2023 11:21 AM