03-18-2018 06:24 PM
Hi guys,
So we have a program that measures the force Vs displacement of the item being pressed on the machine and outputs a graph on the front panel Live. What i am trying to do is have a preset boundary graph available on the screen so when the item is being pressed the user can see if the ranges are within the limits.
How can i go about this?
Thanx
03-19-2018 03:16 AM
HI,
what datatypes do you want to use for your graph and can you draw a quick example of how it should look like in the end?
Regards
03-19-2018 09:03 AM - edited 03-19-2018 09:04 AM
As your data is being collected live, write the set of collected data points to an XY or Waveform graph, along with also writing the complete overlay plots as well. They'll all be drawn together on the same grid. Give the overlay plots different styles (color, line types, etc.) to distinguish them from the collected data plot.
03-19-2018 05:51 PM
Hi,
Just getting in x and y..i have attached an example of what the graph should look like.
So when the process starts I want the red lines (boundary) to be already on the screen and then the blue line begins to form as data is collected. The aim is so that the user can see if the blue line is within the boundary or not before the graph ends.
I am already getting the blue line. I just need to know how to add the pre-set red line with the co ordinates into the graph.
Thank You
03-19-2018 05:53 PM
Hi,
Just getting in x and y..i have attached an example of what the graph should look like.
So when the process starts I want the red lines (boundary) to be already on the screen and then the blue line begins to form as data is collected. The aim is so that the user can see if the blue line is within the boundary or not before the graph ends.
I am already getting the blue line. I just need to know how to add the pre-set red line with the co ordinates into the graph.
So all I really need to do is add the red line into the graph. Hope this is clearer.
Thank You
03-20-2018 03:33 AM
I made a quick example of what I think you want. Maybe you can start with that.