-
Try out the new Jake: AI Coding Assistant for LabVIEW (beta)!
Get answers to questions about LabVIEW and discuss your code.
Messenger Library by JDP Science - Toolkit for LabVIEW Download
A library for easy messaging between processes (including easy TCP).
Version | 2.0.8.153 |
Released | Nov 30, 2023 |
Publisher | JDP Science |
License | BSD |
LabVIEW Version | LabVIEW>=19.0 |
Operating System | Windows, Mac, and Linux |
Project links | Homepage Documentation Repository Discussion |
Description
Advanced messaging made simple
A library for passing messages between parallel processes. Uses "Addresses" to generalize the communication method, allowing the message sender to use any method as provided by the receiver. Supported communication methods include wrappings of simple queues, user events, and notifiers, as well a more complex channels such as a TCP server and client.
Comunication patterns supported include request-reply, where the reply is sent to a "reply address" attached to the request, and register-notify, where one process sends a registration message to another in order to subscribe to published messages.
A framework for dynamically-launched VI "actors" is also provided. An "Actor Manager" debug tool is installed under the Tools menu, as is an option to generate a new actor from a template.
Note: On Windows 10, it may be necessary to run VI Package Manager "as an administrator" in order to install the VI Package.
Release Notes
Recent Posts
Actor to Actor communication (Messenger Library)
Demo of a ‘Top Level’ actor creating and communicating with an ‘Instrument’ actor. Shows Request-Re… by James Powell, 2 years, 5 months ago, 0 , 0 |
|
Messenger Library for LabVIEW: Quick Introduction
A quick introduction to “Messenger Library” for LabVIEW. Wiki: https://labviewwiki.org/wiki/Messeng… by James Powell, 2 years, 5 months ago, 0 , 0 |
|
Messenger Library Instructional Videos
There are about 10 instructional videos on YouTube. The example project that is developed in these… by James Powell, 4 years, 3 months ago, 0 , 3 |
|
Post Messenger Library videos as resources
We see there are many great tutorial videos for the Messenger Library: https://www.youtube.com/cha… by VIPM Community, 4 years, 3 months ago, 1 , 2 |