取消
显示结果 
搜索替代 
您的意思是: 

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 项奖励
1 条消息(共 2 条)
3,403 次查看
> 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 项奖励
2 条消息(共 2 条)
3,403 次查看