05-08-2013 09:43 AM
Hi everyone
Here is my problem, currently i have 4 waveforms "attached" together with the "Build Array" function and connected to a waveform chart.
I use the option "stacked plots" in order to have 4 curves with only one x-axis.
What I want to do is to add for each curve an upper limit line.
Thank you very much in advance for your replies!
Solved! Go to Solution.
05-10-2013 01:49 AM
Hello Rafale,
Maybe a question out of the box:
Do you want the current maximum of the signal?
Or do you just want to show a line which you should not go above?
In the latter case: Is this Upper Limit fixed (during your measurements)?
05-10-2013 06:36 AM
Hello ThiCop!
Yes, I want to show a line which we should not go above and yes this limit is fixed during our measurements.
(I receive the value of the measure and its upper limit by TCP / IP)
Thank you for your reply!
05-10-2013 06:58 AM
05-10-2013 07:08 AM - edited 05-10-2013 07:09 AM
Hello Rafal,
As you probably noticed in my other post I like to have all background information.
I'll do the same here, but I'll also give you first a relatively simple solution.
If you have a Graph (and not a Chart), then you could just use Cursors to do this and everything would be fixed.
Seeing that you're not using a Graph, you can add an extra data set (with the constant Maximum) that you also write to your Chart. (see Gerd 😉 )
Or you could use a Graph and its Cursor Functionality and make it behave like a Chart.
There are several options, but to have a better idea at what might be best suited, it might be interesting to have a complete overview of how your application works.
Does your TCP/IP communication send the maximum/boundary and all the data at once?
Or do you really want to see each new data sample that appears on the TCP/IP "input"?
05-10-2013 08:53 AM
Hi GerdW,
If I do this, the limit lines will be displayed on separate graphs and I will have 8 waveform charts ...
Thanks.
05-10-2013 09:13 AM - edited 05-10-2013 09:18 AM
Hi ThiCop,
05-10-2013 09:19 AM
05-10-2013 10:22 AM
Hi Gerdw,
Ok thanks! I will use 4 separate waveform charts, it's a bit unfortunate, it would have been "nicer".
I've already tried to hide the x-axis of 3 waveform charts and then superposed them, but it's not very "pretty".
05-10-2013 01:22 PM