Jump to content

Priorities


VDB

Recommended Posts

Hi all,

I have a main-VI that has two parts, a VI containing a time critical loop and a VI with a loop for communication over TCP-IP.

The priority of the VI containing the time critical code was set to "Time Critical". The other loop runs at normal priority

Now here's my question:

The VI with the time critical code contains several sub-VIs that are called sequentially. Do I need to set the priority of these VIs to "Time-Critical" as well? Or is this "inherited" from the calling VI? In other words, do sub-VIs in a time critical VI run at that priority regardless of the priority that was selected in the sub-VIs properties menu?

Greetings,

VDB

Link to comment
The VI with the time critical code contains several sub-VIs that are called sequentially. Do I need to set the priority of these VIs to "Time-Critical" as well? Or is this "inherited" from the calling VI? In other words, do sub-VIs in a time critical VI run at that priority regardless of the priority that was selected in the sub-VIs properties menu?

3770[/snapback]

By default, if you don't touch the priority settings on the sub-vi's they inherit the settings from the caller. Time-critical priority really only has significant effect in a LV real-time OS. Is this the case?

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.