LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to set program done with LabView to run on lower priority in Windows OS?

I have quite large LabView application, that runs script.
This script sholud run as fast as possible (tens of thousands of commands), so I don't have any delay in the main program loop.

It would be nice, if I still could listen music with media player and perhaps run othew applications too. How can this be done?
0 Kudos
Message 1 of 4
(2,549 Views)
Try putting a Wait(ms) with a 0 msec value in your while loop.
Message 2 of 4
(2,540 Views)
Thanks!

That helped a bit. Now music plays nice after little wait up time.

I still wonder, is it possible to set program made with labview to run in lower priority in windows OS, without setting priority manyally?
0 Kudos
Message 3 of 4
(2,529 Views)
hi there


check this out... (windows only!)

best regards
chris
Best regards
chris

CL(A)Dly bending G-Force with LabVIEW

famous last words: "oh my god, it is full of stars!"
0 Kudos
Message 4 of 4
(2,523 Views)