-
Try out the new Jake: AI Coding Assistant for LabVIEW (beta)!
Get answers to questions about LabVIEW and discuss your code.
Zyah AF Msg Forwarding by Zyah Solutions - Toolkit for LabVIEW Download
Version | 3.1.1.17 |
Released | Sep 22, 2023 |
Publisher | Zyah Solutions |
License | BSD |
LabVIEW Version | LabVIEW>=20.0 |
Operating System | Windows, Mac, and Linux |
Project links | Homepage Documentation Repository |
Description
A utility to aid in automatic Actor Framework message forwarding using the AF Msg tree. Includes the utility, different message maps and a base actor that utilizes both.
Release Notes
v3.1.0
- Added self-registration tracking to avoid an issue where, in some cases, the unregistration of nested actors would also result in the calling actor being unregistered from those forwarding interfaces as well.
- Modified Debug API to accommodate new tracking (connector pane is different).
- NOTE: There are additional APIs that supercede some of the older APIs in v3.0.0. Any actor using the older APIs should replace them as follows:
- Send Caller Add Nested Sink -> Register Self as Fwd Sink.vi
- Send Caller Add Nested Source -> Register Self as Fwd Source.vi
- Send Caller Remove Nested Sink -> Unregister Self as Fwd Sink.vi
- Send Caller Remove Nested Source -> Unregister Self as Fwd Source.vi
v3.1.1
- Added option to select Forwarding Map type on construction
- Fixed a bug that would sometimes select the incorrect Forwarding Map because of an error in version calculation (and added support for versioning in Linux RT as well).