Plc_5 Ethernet

daveg

Guest
D
Hello,
I am trying to communicate with a PLC-5/40C that has a 1785-ENET card. I am trying to connect straight from PC to PLC using a built in 10BaseT connection on my PC. I can't see the PLC through RS LINX and I also do not get the "Link" light on the transiever. Do I have the cable wired wrong? I got a drawing for point to point connections off an A/B doc. What exactly fires the link light? Do you think I have a cable problem or a setup problem? Thanks
 
Are you sure about the cable and that the connection is good...ie did you make the cable? If so they should be swapped around like this.
Code:
TX+   1     3      RX+
TX-   2     6      RX-
RX+   3     1      TX+
RX-   6     2      TX-
I assume you setup the enet with proper addresses etc.
 
First thing is to get hardware connection:
If all you have is straight ethernet cables, you will need two of them and a ethernet hub or switch. Otherwise you must use crossover cable as rsdoran suggested. There are plenty of resources on the web describing ethernet color codes and wiring.. Here is another one.
To test hardware connection try to ping the PLC:
- open dos box and type something like:
ping 192.168.0.10
where the numbers after ping command represent IP address of your PLC. Next thing you should do is make sure you have proper configuration of all nodes.

If nothing seam to work, set your PC's IP address to something
like 192.168.0.1 and all other devices should use addresses like
192.168.0.2 (high-tech wallclock)
192.168.0.3 (fridge)
192.168.0.4 (microwave)
192.168.0.5 (plc)
192.168.0.6 {neighbour's webcam)
192.168.0.7 (X-Box)
192.168.0.8 (plc2)
192.168.0.9 {printer}
192.168.0.10 {girlfriends laptop)
192.168.0.11 {grandma)
192.168.0.12 etc.

Make sure that all of them use SAME subnet mask (255.255.255.0 works for small networks, if you need to connect more than some 250 devices, try subnet mask for class-B network: 255.255.0.0).
Don't forget the PING!
Oh one more thing: RSLinx will not "Autodetect" your PLC when conecting through ethernet - you have to put PLC's IP address manually in the ETH_1 driver configuration table.

Hope it helps,
 

Similar Topics

Can we use a Simotion D455 ethernet port x127 as a gate, to access S7-1500 plc Tia Portal program ? In the Simatic manager, we used Netpro to do...
Replies
2
Views
85
Hi all, My ethernet port on my laptop recently broke and I was hoping to just use a usb-c dongle in the mean time to go live on my PLC until I...
Replies
14
Views
453
Hi; In a cabinet of a machine, a Fatek PLC with an Ethernet communication card is working. In the same cabinet, there is a 1 kW inverter. When...
Replies
16
Views
499
I'm adding an IAI Gateway with 2 axes connected to it. To an ethernet network on my PLC. So, I think the math is correct on the Input and Output...
Replies
0
Views
143
Hello, I've been trying to learn this a while now and still have not found out how this works. I have an Omron CJ2M PLC and an ABB ACS 355 VFD...
Replies
1
Views
243
Back
Top Bottom