03-01-2006 06:00 PM
03-01-2006 08:27 PM
03-01-2006 11:11 PM
03-02-2006 11:33 AM
Altenbach,
After looking over this a bit more, I have another question. Is there a way to make the zoom in/out the same amount. That is I would be able to zoom in say 25 points on the x-axis and then zoom out the same amount. I thought I had modified your example to do this, but it doesn't seem to work afte rplaying with the numbers.
Any suggestions?
Thanks in advance...
03-02-2006 11:43 AM
03-02-2006 12:22 PM
Thank you Altenbach!
Just a quick question again. What is the purpose of the 5 constant wired to the "In Range and Coerce" function? I have read over the help for the function, but I'm still a little confused over this. I also had increased the chart history buffer as well, but my main concern was over the 5 and exactly what its purpose was at that input. I've never used that function before, so that's why I'm asking.
Thank you again for your help....
03-02-2006 12:58 PM
03-03-2006 08:44 AM
Thanks for the explanation Altenbach.
Just another quest or concern I'm playing around with, although everything works just about the way I want it to. Do you have any suggestions on how to prevent the x-axis (min) from displaying or going to negative values? My x-axis right now should only be positive numbers since the numbers there represent measurement numbers. I had placed an absolute value function in front of the x min input to prevent this and it just about works, although I've noticed sometimes it will cause "zoom in" instead of zooming out or not at all. I don't really think that situation would come up in reality, but I'd like to try take care of it.
I was just wondering if you had any ideas or suggestions. I'm still working on it myself, but I thought I'd see what you thought if you had the time to answer.
Thanks again...
07-24-2006 08:14 AM
07-26-2006 10:08 AM - edited 07-26-2006 10:08 AM
Hello Dennis,
Thank you for posting your question to the NI discussion forums. To answer your question, there is no built-in way to do what you are looking for – though feel free to request it. However, you are able to program the desired behavior with use of some LabVIEW property nodes and a few of the built in structures of LabVIEW.
Basically, you want to know when the user has zoomed into an area and then, by using property nodes, ‘freeze’ the X and Y scales. When the user presses some “ok” button, the program will re-autoscale and continue.
A colleague and I took a little interest in the problem and created an example program that hopefully you will be able to use.
I hope this helps, please let us know if you have any questions.
Message Edited by Travis M. on 07-26-2006 10:09 AM