LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I am using LabVIEW 5.0.1 and application builder with WIN-NT 4.0 (SP5) to reuse code originally develope

d using LV 3.1.1 with WIN311. The VI's load, run and compile. They seem to be working normally. The user interface is running very slow. Is there anything I can do to make the program more responsive and able to share resources with other applications?We are using an AT-MIO-16X board for analog output & input. It is installled in a P3-400 system with 64 MB of memory. The program takes 100% of the CPU time and does not like to share with other programs. The program is using approximately 21 MB of memory as viewed in the task manager.
0 Kudos
Message 1 of 2
(2,562 Views)
d using LV 3.1.1 with WIN311. The VI's load, run and compile. They seem to be working normally. The user interface is running very slow. Is there anything I can do to make the program more responsive and able to share resources with other applications?This is a common problem when moving to Windows NT. Make sure all of your loops have a minimal wait. You need to give the OS some time to process all of the other things running besides your app.
0 Kudos
Message 2 of 2
(2,562 Views)