10-31-2019 04:00 AM
Dear All:
I want to show two static plots which indicates the Upper and lower limit on Waveform chart before I begin to collect data and draw Wavaform.The limit plots and new collected data need to show on on Waveform chart. How I can do this?
Thank you!
11-19-2019 08:33 AM
Hello,
You can always update the upper and lower limit of your Graph by just making click on the number at the top and giving it any value. The same with the lower value. Also remember that there is an option of autoscale by default so it would be better in your case if you disable it. I will show you some images of how to do is if you are still wondering how to do it.
Hope this might help you
Regards
Michael Pinzas
11-19-2019 08:41 AM
I use cursors for this. You need to create the cursors manually or programmatically. Then you can give the cursor a name and value. You can set the high and low limits and draw the cursor without data on the graph.
11-19-2019 08:46 AM
Like this
Just edit the top and bottom and run.
11-19-2019 09:15 AM
You could add two additional plots one for hi the other for low.
The advantage you get using that approach is you can see if the limits change AND eb able to use the "fill to" option to highlight the are between the measured and the limit if you so choose.
Ben