> 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