The Multiplexed Messenger Channel Wire (MessengerM) represents multiple Messenger sub-Channels with one wire.
It 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.
This is useful in a variety of situations. Click here to read more.
Ready to give it a try?
Use VIPM Desktop (included with LabVIEW) to install channels_messenger_multiplexed-0.1.0.2.vip
LabVIEW | LV Bitness [32/64] | OS [Windows/macOS/Linux] |
---|---|---|
2019 or greater | any | any |
After installing the package, open the examples:
Open and run the Main.vi
Read (and watch the short videos in) this great Introduction to the Multiplexed Messenger Channel Wire document.