Writing a new IP address to SLC5/05

jreddekopp

Member
Join Date
Feb 2013
Location
ontario
Posts
2
my serial connection isnt working so i want to use ethernet. However, i dont know the IP address so i cant configure the driver.

help?
 
If you don't want to start from scratch by erasing the program and using BOOTP/DHCP, you're going to "sniff out" the IP address.

If you know the subnet that the controller is probably connected to (like 192.168.1.x), use a network scanner like Angry IP Scanner or NMAP to find it.

If you don't know the IP address at all, I think the best thing to do would be to connect to a local Ethernet switch with your computer running Wireshark, then watch for ARP packets when you physically connect the SLC-5/05 Ethernet cable to the same switch.

Information on Wireshark is widely available on the Internet and at Wireshark.org.

If the PLC does have an IP address (i.e. it's not using BOOTP/DHCP mode), you may also be able to use the EtherNet/IP driver to determine the IP address, since it uses a Broadcast packet to find controllers. This also relies upon the SLC-5/05 supporting EtherNet/IP, which has only been for about the past 10 years.
 

Similar Topics

Hi, I am designing an HMI with Workbench for a Micro1400 PLC. I have a PLC variable that manages the "states" depending on the integer value of...
Replies
1
Views
1,267
Can we write Address of Outputs in PLC memory, I am using WAGO PLC 750-881 and Codesys V2.3 software to program the PLC. Basically i need to...
Replies
3
Views
1,551
Hi, I’m having problems using an UDP connection, especially regarding how to put in registers Nx:4 and Nx:5 IP address to write my message...
Replies
7
Views
2,110
Dear Expert Can we use this instruction successfully in Siemens s7-300 plc L db10.dbd0 //data from DB T PID 256 //to spare peripheral input...
Replies
4
Views
3,203
Hi, I'm having an issue in crimson 3.0 when I create a programme using a case statement referencing a fault word that each bit needs to change the...
Replies
5
Views
279
Back
Top Bottom