User | Kudos |
---|---|
13 | |
7 | |
3 | |
3 | |
3 |
To achieve better performance and efficiency, the “In Place Element Structure” should be used instead of the “Bundle by Name” method for “VIs for Data Member Access” (specifically for write VIs). The "Mark as Modifier" option should also be activated.
If the compiler optimization can do this automatically, I apologize for this post.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For simple read/write accessor VIs, there is no performance benefit to using the In Place Element Structure. You can choose to use the structure in situations where your accessor VI is performing more complex operations. NI R&D sees no benefit in adding the structure to the default template when the overwhelming majority of accessors are performing simple bundle/unbundle operations.