MAC address on PLC 1769-L16ER-BB1B

Marcktony

Member
Join Date
Aug 2017
Location
Colorado
Posts
14
looking for the the MAC address for this PLC, I count find it in the front or at any part of the PLC itself. connected to the PLC by USB, showing a 0.0.0.0 IP address witch means ethernet has not been set up. I looked into the configuration settings trying to find the MAC/ENET address but it doesn't show.
is there any specific location where I can look for this information? our IT department is asking for this information to set a static IP address.
 
The MAC address on a 1769-L16ER is shown on a label on the front of the controller. It is listed as ENET Address:

If your label is missing, then you could use a BootP DHCP Tool to help discover the MAC address or use RSLinx to set an IP address for the controller and connect using ethernet cable directly to controller then Windows CMD prompt "ipconfig /all" to display MAC address list for the IP address you set.

1769-L16ER.jpg
 
thanks for the answer, yes, the sticker is missing. I will try setting and IP and using CND. thanks again.

You could get it set up with a temporary IP and then send a CIP GetAttributeSingle message (0x0E) to class 0xF6, instance 1, attribute 3.
 
you can also connect to the usb port and configure rslinx for the usb port and find the plc that way. you then can click on the plc and see its configuration and i think its mac address also.
james

RSLinx won't show it. Onboard webpage will.

Screenshot 2023-09-29 135647.png
 
Last edited:
Or (old school)

Go to your command window (CMD)
Ping your device.
type ARP /a
the listing will show all the recent IPs that the PC has talked to, and your IP will show the MAC address.

C:\Users\Yourname>ping 172.20.1.1

Pinging 172.20.1.1 with 32 bytes of data:
Reply from 172.20.1.1: bytes=32 time=1ms TTL=64
Reply from 172.20.1.1: bytes=32 time=2ms TTL=64
Reply from 172.20.1.1: bytes=32 time=3ms TTL=64
Reply from 172.20.1.1: bytes=32 time=2ms TTL=64

Ping statistics for 172.20.1.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 3ms, Average = 2ms

C:\Users\Yourname>arp /a

Interface: 172.20.9.145 --- 0x9
Internet Address Physical Address Type
172.20.1.1 ac-1f-6b-80-75-28 dynamic
 

Similar Topics

Good morning everyone, I have several Siemens projects, version 15, that each has 5 G120C PN drives in them. IT has requested the MAC address on...
Replies
2
Views
1,180
Good Afternoon , For the last couple of times I have had a hard time getting Rockware Software BootP , to see the MAC address on a 22-COMM-E...
Replies
18
Views
4,498
Hi, folks. I ran into a situation that has never happened to me. I work in a Big 3 assembly plant and have been tasked with setting up a robot...
Replies
21
Views
9,017
Good Evening , I have done this many of times. I take a 22-COMM-E , plug it into a PowerFlex 40 , plug the Ethernet Cable in the 22-COMM-E ...
Replies
7
Views
3,158
Making Change out fixtures. Is there an attribute that can tell me the Mac Address of an inputblock? Or any other unique identifier.
Replies
1
Views
2,136
Back
Top Bottom