Sign Up

NI Launch Remote Actor by NI - Toolkit for LabVIEW Download

Launch a nested actor on a remote machine.

Watch * 0 ↓1,394
 logo
Version1.0.0.15
ReleasedAug 25, 2016
Publisher NI
License NI SE Sample Code License
LabVIEW VersionLabVIEW>=14.0
Operating System Windows, Mac, and Linux
Project links

Description

You can now cause an actor to launch on a remote system just by replacing the normal Launch Actor.vi with a new Remote Launch Actor.vi. The new VI has the identical conpane as Launch Actor but with the App Refnum input terminal. We chose to make it a separate VI instead of just adding to Launch Actor so that the AF itself is still entirely unencumbered by network code. Thus anyone who isn't using network connectivity doesn't pay the price of having to load the network classes into memory.

The connection uses VI Server. We could have used any of several other protocols, some of which would have been more secure, but we chose to go with an option that is more familiar to most users.

There is a lot of documentation and comments throughout the newly added VIs. The biggest documentation is on the block diagram of "Upper Proxy Actor.lvclass:Launch Remote Actor.vi". There you'll find a PNG of the network topology and the relationships among all the various parts.

The two machines do have to be peers on the network. We did not figure out how to make a bi-directional network connection where one machine is behind a router and using port forwarding. That would have required using a different communications protocol than VI Server, since we cannot open an app refnum on the client side to itself and then pass that to the server, nor are there any other credentials that we know that would work.

Release Notes

1.0.0.15 (Aug 25, 2016)

Fixed a bug that incorrectly routed stop and last ack messages.


Download Package

Versions

  Post an Idea   Post a Resource

Recent Posts