08-12-2004 04:25 PM
08-12-2004 06:09 PM
08-13-2004 12:40 PM
07-15-2008 11:39 AM
07-15-2008 12:25 PM
Veeru,
You seem to be asking the same question over and over again but I find the description of your problems confusing. What exactly have you tried and what exactly are the issues with the answers you've been given? Please post some code that illustrates what you've got and what you want to change. As already mentioned, a chart with a long enough history or a graph with a shift register/build array are both viable options.
07-15-2008 04:07 PM
Thanks Dennis
I got tips from mike and Joseph.
I have attached the vi i have done.From Joseph point of view i can use the graph palette and scaling,when using the graph palette the user needs to zoom in and zoom out to see all the plots.Thats useful, instead what i like to do is without the user doing anything i like to display all the datas right from the beginning to till the last moment.Also another tip from Joseph,scrolling the horizontal bar is also useful,but i am mostly interested to do like this(the user should stand back and see the plot without moving the scroll bar,...)
I do apologize for repeating this question
Thanks
07-15-2008 04:37 PM
07-15-2008 05:20 PM
Thanks Dennis
This may be my last question in this topic.Sorry For loop i wrong in this code.
In my code i am just using an array of elements,so each element in the array is updated continuosly and plotted separatley(chart).
Thanks for your help