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.
The ping functions will successfully send a ping message to a remote dispatcher, but the local dispatcher will never receive an acknowledgement message.
This is due to Send Message over UDP.vi using the computer name from Get Local Name and IP.vi rather than the IP address. Fixing and submitting pull request.
The ping functions will successfully send a ping message to a remote dispatcher, but the local dispatcher will never receive an acknowledgement message.