Hi Monza,
If you are not worried about the performance of the Ping Controllers
call, you can do the following to figure out wich of those MAC
Addresses the "RT Ping Controllers" VI returns is for your controller.
See attachments for more information (includes a not-very well tested
example VI).
1. Run the "RT Ping Controllers" VI
2. Figure out the RT Controllers IP address by using the "String to IP"
and the "IP to String" nodes (Data
Communications>>Protocols>>TCP)
3. Search in the data that the "RT Ping Controllers" VI returned for
the local IP and then you will know what's the controllers' MAC address.
4. Be aware that the MAC addresses returned by the "RT Ping
Controllers" VI are strings returned in HEX format (right-click String
indicator>>Hex Display); so if you will be comparing it to
something else make sure you have those MAC addresses to compare
represented in Hex format to.
If you are worried about the performance of the "RT Ping Controllers"
call and can't live with it, then let's hope that someone else comes up
with a better idea.
Hope this helps.
JMota