01-23-2005 10:17 AM
01-23-2005 12:00 PM
@Raghunathan wrote:
I have a requirement to plot two analog parameters - flow Vs rpm of a pump. The conditions are :
1. First plot the limits ( high and low ) of the flow for an rpm range of 500 to 4100 based on a specification table in yellow colour. For this I am trying to create a custom XY-Graph with BG property set to "T" and superimpose on the real time graph. But the graph just does not become transperent - how to do this ?
2. In real time, ON THE ABOVE SAME GRAPH, plot the acquired values in green colour for 500 to 4100 rpm and in blue colour for 4100 to 500 rpm. But unfortunatley when I tried to change color, just when I am reversing, the already plotted ascending curve also changes to blue colour !
01-23-2005 01:27 PM
01-23-2005 02:25 PM
01-23-2005 04:50 PM
01-23-2005 05:49 PM
01-24-2005 09:18 AM
01-30-2005 09:23 AM
@chilly charly wrote:
Sorry, I knew that I was forgetting something !
CC
01-30-2005 12:09 PM
There is probably a more elegant way, but that will also be more complex. Just forget elegance and go for efficiency... Since the limit curves are drawn from a limited number of points a redraw will not add to much computationnal time to your program.
...( I have a vague idea to clear all plots and then replot the limits again- but I am sure there must be a more elegant way ...)
01-31-2005 06:03 PM