Actor Framework Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Why the inplace element structures in feedback cooler demo?

Solved!
Go to solution

This is not specific to the feedback cooler demo, and probably not even specific to the Actor Framework either, but why the inplace element structure in methods such as Remove Temp Sensor.vi? Is it just about performance or is there some other reason?

=====================
LabVIEW 2012


0 Kudos
Message 1 of 2
(3,712 Views)
Solution
Accepted by topic author SteveChandler

Yes, it is just about performance, although I will need to issue some new guidelines for when it is needed beginning with LV 2012... the LV compiler keeps getting smarter, and it is sometimes hard to keep our "best practices" document up-to-date. For more about this, look at the online help that ships with LabVIEW about the IPE and the "mark as modifier" option. There is discussion about dynamic dispatch VIs specifically.

0 Kudos
Message 2 of 2
(3,036 Views)