12-01-2024 01:28 PM
Hey, so i want this graph to show the line from the (0,0) point to the point where it goes through y=0 again. So basically i want the x and y minimum to be set at 0, but the x and y maximum to change depending on the plot, so it shows it from the start until the end (where it goes through y=0 again). I hope this makes sense.
12-01-2024 01:30 PM
You can set the scale range with property nodes. Turn off autoscale and set the min to zero and the max according to the max in the data whenever the max changes.
12-01-2024 01:30 PM
forgot to add the file 🙂
12-01-2024 01:34 PM
yeah, but isnt the problem with this, my program makes the plot using plynomial function, so it generates the plot between 2 given x values? And also, how would this work for the y value?
Could you maybe show me?
12-01-2024 01:35 PM
here is my block diagram
12-01-2024 01:40 PM
@somelabguy wrote:
here is my block diagram
No, that's just a picture! If you want more people to look at your VI, use "save for previous (2020 or below)" before attaching. Many don't have LabVIEW 2024.
12-01-2024 01:43 PM
im sorry didnt know. this should do it, can you take a look? hope it works
12-01-2024 03:15 PM
Hello, how can i want to get the maximum y value out of my plot, to use for further calculations, how would i do this?
12-01-2024 10:26 PM - edited 12-01-2024 10:28 PM
See if this can give you some ideas...
A few points: