11-01-2013 04:22 PM
To post in the LabVIEW forum, go here and follow steps 1-3 as outlined. See how far you get.
11-01-2013 04:41 PM
@altenbach wrote:
To post in the LabVIEW forum, go here and follow steps 1-3 as outlined. See how far you get.
In all fairnesss, when I was new here, I totally missed the [New Message] button. I don't know why, but maybe because it doesn't really look like a button or something you could interact with to me.
11-01-2013 06:32 PM
@usman.arif wrote:
Yeah may be thats because of my ineffecient coding. Plz tel me how can i check that i am running out of memory...??? is there any solution..?
Let's wait until you make your own thread before going into deep discussions. There is always a solution!
There are many ways to run out of memory, e.g. by constantly creating new rerefernce without ever closing any, by growing data structures without bounds, etc. Look at the task manager over time and see if you get a constant increase in memory use for this process. Your problem could also be elsehwere, e.g. with insufficient error handling to deal with communication glitches, etc.
We really need to see some code.
11-03-2013 10:57 AM
http://forums.ni.com/t5/LabVIEW/Labview-Controls/td-p/2609963
i have posted my whole problem here....