LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Preferred execution system

What is the exact meaning of:

User interface (I know)
Standard ?
Instrument IO ?
Data acquisition ?
Other 1 ???
Other 2 ???
Same as caller (I know)

I know that it also depend on if your computer is a Single or Dual Processor

Thanks!

Nitrof
0 Kudos
Message 1 of 3
(6,928 Views)
I may be wrong, but I think the five available execution systems are basically identical (i.e. the Data acqusition system is not any more optimized for DAQ operations than the instrument IO system e.g.), NI has just assigned different names for them to make it easier to remember/automatically associate with the right/consistent parts of your code...Unless anything else is defined the VIs will run in the standard execution system. Keeping time-critical/consuming parts of your code away from the UI is always a good start...

Greg McKaskle has written several good answers about execution systems:

http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=50650000000800000037740000&UCATEGORY_0=_49_%24_6_&UCATEGORY_S=0&USEARCHCONTEXT_QUESTION_0=difference+
between+execution+systems&USEARCHCONTEXT_QUESTION_S=0


http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RNAME=ViewQuestion&HOID=50650000000800000004410000&ECategory=LabVIEW.LabVIEW+General

http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RNAME=ViewQuestion&HOID=5065000000080000002E2F0000&ECategory=LabVIEW.LabVIEW+General
0 Kudos
Message 2 of 3
(6,928 Views)

> Greg McKaskle has written several good answers about execution systems:

>

> http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101...

http://exchange.ni.com has been obsoleted by http://forums.ni.com/ni/ . I'm not sure how to find those three documents, but I found the following...

 

1999: priority of VIs

http://forums.ni.com/ni/board/message?board.id=170&message.id=5587

 

2001: Need some clarification on Execution Systems, Priorities, and threads with Labview on Windows NT

http://forums.ni.com/ni/board/message?board.id=170&thread.id=11944

 

2002: Multithreading in LabView loops doesn't work?

http://forums.ni.com/ni/board/message?board.id=170&message.id=23498&requireLogin=False

 

2002: best way to do parallel activities

http://forums.ni.com/ni/board/message?board.id=170&thread.id=24932

 

2003: Is this roughly how the labVIEW Execution Systems work?

http://forums.ni.com/ni/board/message?board.id=170&thread.id=45194

 

Is there anything more current?

Message 3 of 3
(6,311 Views)