Overview
This example VI demonstrates the use of system exec.vi to list all MAC Addresses of remote PC's in ARP table.
Description
Using sysexec and the command "arp -a" you can list all MAC Addresses of remote PC's in your ARP table, this VI then allows you to search by IP and get the corresponding IP address via string pattern matching.
Requirements
- LabVIEW 2012 (or compatible)
Steps to Implement or Execute Code
- Open the VI " Get MAC Address 2012 NIVerified.vi".
- Run the VI.
Additional Information or References
VI Snippet

**This document has been updated to meet the current required format for the NI Code Exchange.**