02-09-2006 06:24 PM - edited 02-09-2006 06:24 PM
Message Edited by GHernandez on 02-09-2006 06:25 PM
02-10-2006 02:10 AM
Using globals as a data transfer mechanism is a dangerous thing to do in general and is probably not wise on a PDA, due to the limited memory and processor power.
Try looking up functional globals (or LV2 global) and that might help. Also, try minimizing the amount of locals and display clusters, as they will also cost you in memory.
02-10-2006 04:50 PM - edited 02-10-2006 04:50 PM
Message Edited by GHernandez on 02-10-2006 04:51 PM
Message Edited by GHernandez on 02-10-2006 04:52 PM
02-10-2006 06:26 PM
02-11-2006 10:30 AM
Again, I don't know how 8 is, but earlier versions were not up to the task of updating several graphs at the same time properly, especially if you had to switch tab pages. Instead of using a chart, you can try creating a FIFO VI which will simulate the chart using a graph and only update it when it's displayed. I don't know if that will help, but it might. I've posted such examples before. Try searching my posts for XY Chart.
And don't use globals on the PDA! (unless it works for you)
09-02-2009 01:45 AM
I experienced a crash from Local Variable of An DBM Array Value.
Simular Error acured and program stopped.
After I changed Local Variable to Property node(->Value), it works fine. ^^
I have no idea what was the reason. Maybe there is some buggs on PDA,TPC Module.
but I think it is little bit difficult to solve it in case of Global Variable. 😞
I hope this can help you~~!! have a nice day~!