NISystemsEngineering / AsynchronousMessageCommunication

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.
https://decibel.ni.com/content/docs/DOC-10294
Other
8 stars 5 forks source link

Ping Dispatcher and Ping All Dispatchers Never Receive Responses #6

Closed ianwknox closed 9 years ago

ianwknox commented 9 years ago

The ping functions will successfully send a ping message to a remote dispatcher, but the local dispatcher will never receive an acknowledgement message.

mattwhitlock commented 9 years ago

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.

smithed commented 9 years ago

https://github.com/NISystemsEngineering/AsynchronousMessageCommunication/pull/7