Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/29/2015 in all areas

  1. You are still debating it. As far as I can see, everyone else is happy with the answers given.
    1 point
  2. For comparison, I made a quick version of the asynchronous HTTP Get (LabVIEW 2013; Messenger Library): Async HTTP Get.zip You can, if it is alright to kill the TCP reference from a parallel loop.
    1 point
  3. It sounds like you are using the wrong kind of reentrant VI. The NI signal processing VIs uses the Preallocate method of reentrancy which is less efficient than shared clones because a new copy must be created for each copy, instead of reusing already made copies. The benefit is of course things like uninitialized shift registers work as expected because each copy is reserved for that call.
    1 point
×
×
  • Create New...

Important Information

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