LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

My application runs very slow or locks up using


LV6 with windows NT. I have scxi 1000 with 1102,1163,1162 circut cards . Only doing 4-20 ma input and basic DIO
0 Kudos
Message 1 of 3
(2,625 Views)
The first place I would look is to make sure that you have wait timers in all of your loops. NT can get really sluggish if you don't give the CPU a break.

-Jim
Message 2 of 3
(2,625 Views)
Resizing arrays is another thing to lookout for. If your program is running fine then slows down to a crawl or stop, there could be a memory fragmentation issue. If your VI resizes arrays then LabVIEW alocates a new block for the large array leaving the old block empty and the fragmentation begins. I would look out for that.
Doug
0 Kudos
Message 3 of 3
(2,625 Views)