-
Try out the new Jake: AI Coding Assistant for LabVIEW (beta)!
Get answers to questions about LabVIEW and discuss your code.
NI Asynchronous Message Communication (AMC) Library by NI - Toolkit for LabVIEW Download
Version | 3.3.1.22 |
Released | May 19, 2016 |
Publisher | NI |
License | Apache License 2.0 |
LabVIEW Version | LabVIEW>=9.0 |
Operating System | Windows, Mac, and Linux |
Used By | nevstop_3rdparty_dependencies |
Project links | Homepage |
Description
The Asynchronous Message Communication (AMC) Reference Library is a general purpose LabVIEW API for sending messages within a process, between processes, and between different LabVIEW targets (systems on a network) in a LabVIEW application.
Release Notes
Important:
This version is not code compatible with the previous 2.x releases of AMC. You will need to manually update any existing code built using the AMC library.
Converted to contain API in a LV project library.
Added timeout terminals to VIs.
Changed VI connector panes from 4-2-2-4 to 5-3-3-5.
The UDP port can now be selected when calling Start Dispatcher.vi. This allows multiple dispatchers to be run on the same target if they are in different application instances with different port numbers.
Messages are now sent between network targets as flattened strings, instead of xml strings.