-
Try out the new Jake: AI Coding Assistant for LabVIEW (beta)!
Get answers to questions about LabVIEW and discuss your code.
Multiplexed Messenger Channel by Multiplexed Messenger Channel - Toolkit for LabVIEW Download
Version | 0.1.1.4 |
Released | Jan 31, 2023 |
Publisher | Multiplexed Messenger Channel |
License | MIT |
LabVIEW Version | LabVIEW>=20.0 |
Operating System | Windows, Mac, and Linux |
Project links | Homepage |
Description
The Multiplexed Messenger Channel is similar to the Messenger Channel in that it is a multi-writer, multi-reader queue, but it is actually an array of such queues.
The endpoints have a full complement of optional inputs and outputs, but the new input that makes this Channel special is the subchannel index. Different writers and readers can dynamically choose which subchannel they wish to communicate on.
The examples include a "MultiStation Controller" that shows a "Manager-Minion" with a manager VI which controls 8 concurrent station VIs.