LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Interupt programming in Labview

Hi

I wonder if it is possible, like microprocess programing ( assember ), to
make and interupt to stop the process and begin to work with the new task
with higer priority?

If it's possible, where can i get an example to learn more about it.

Thankfull for help.

Björn Lindegren
0 Kudos
Message 1 of 2
(3,137 Views)
> I wonder if it is possible, like microprocess programing ( assember ), to
> make and interupt to stop the process and begin to work with the new task
> with higer priority?
>
> If it's possible, where can i get an example to learn more about it.
>

It is possible to assign a priority to different VIs.
If a VI is running, and a higher priority one becomes
ready to run, it preempts the lower priority one.
This is done using OS threads, not interrupts, but
it will have a behavior similar to what you are asking
for.

For examples and info, look up Execution System Priorities.

Greg McKasle
0 Kudos
Message 2 of 2
(3,137 Views)