8/3/2011 2:58 PM | |
Posts: 9 Rating:
|
I dont think you can configure the graph's Y axis as a log scale. One way is, calculate log value in the PLC or using VB script and then display it. |
8/3/2011 6:09 PM | |
Joined: 7/28/2010 Last visit: 8/31/2024 Posts: 184 Rating:
|
Hi Ratan, The Y-Axis is linear so you can't display values in logarithmic scale. The range you are looking it is 10,000 ( which is a large number. I recommend: 1. Scale down your numbers by 100. Instead of having a range of 10,000, you will have 100. 2. Before displaying trend, find Max and Min value and use those values as Begin and End for Y-Axis. Regards, Behnam www.winccflexiblemastery.com |
Follow us on