06-11-2010 11:39 AM
I use the programs attached below and LabView 8.0.
In the program "florin_lic.vi" I cannot make the signals to be stabilized on the chart.How can I set the chart or what can I use to see the signal stabilized?
06-14-2010 03:10 AM
06-14-2010 03:39 AM
06-14-2010 04:41 AM
06-14-2010 04:56 AM
06-14-2010 05:26 AM
06-14-2010 11:14 AM
Hi Americanu22,
If you don't want to have your graph update every loop iteration, you could store the data from X loop iterations and only update the graph every X iteration. You could do this with a case structure. Would this be an option for your application?
Take care!
06-14-2010 12:29 PM
To Tanya V
That could be an option but I do not know exactly what you mean.Storing data from several iterations and then displaying it could be a good idea.The problem is that I don't know how to do that with a case loop.Can you make a quick example for me? Please
Thank you
06-14-2010 03:01 PM
Hi Americanu22,
I posted an example to the community that shows how to control the chart update rate (Modify Chart Update Rate).
Take care!