09-11-2007 03:12 PM
09-11-2007 11:26 PM - edited 09-11-2007 11:26 PM
Message Edited by Bill@NGC on 09-11-2007 09:31 PM
09-12-2007 12:56 AM
@f. Schubert wrote:
Sorry, can't post the code, but if none of you knows that kind of problems and I can't solve it on my on in an hour or so, I can make some imitation code.
Felix
09-12-2007 03:36 AM
09-12-2007 04:16 AM
Eventhough we think that we re only switching the Tabs, LabVIEW has to redraw all the point [1000000x1000000] point on the graph lying inside the Tab, each n every time we switch the Tabs. So, that consumes a whopping CPU resource.
This could be the reason behind this problem.
I tried putting a Timeout event of 10ms so that LV does not get locked inside the same event of Measure1 or Measure2, but still the same result.
Somebody with large no. of graphs project experience should help you achive what you want.
09-12-2007 04:34 AM
09-12-2007 06:08 AM
Probably you should see the below link...
http://zone.ni.com/devzone/cda/tut/p/id/3625
09-12-2007 01:17 PM