
SK_tech (Customer) asked a question.
I have a customer with multiple Direct Logic PLCs with ECOM100's that are sharing data over an ethernet network. There is 1 master PLC that takes care of all the WX and RX. I am trying to add another PLC to the network but I am not having success. Tech support says I need to set up Peer to Peer for communication over an ethernet network when using WX and RX. But... there are currently no Peer to Peer connections set up in NetEdit3 and the existing PLC's are talking fine. Has anyone else set up a network this way? If so do you have some tips?
Good. So the 405 is your Master with an ECOM100 in Slot 1
I see this because your existing 205 slave rung has SP122 (Busy Bit for Slot 1 in a 405 PLC) and the 2nd LD specifies the Slot of the Master's ECOM100 and the specific Slave number (i.e. LD K135, High Byte is 1 (slot #), lo byte is Slave number (35).
Hence, your NEW PLC 06 slave with Module ID 21 should look SIMILAR to this 205 slave rung. The second LD should be
LD K121
For some reason, you did K421. The 405 Master's ECOM100 has not moved - it's still in slot 1 (it's not the slot of the SLAVE ECOM - its the slot of the MASTER ECOM module - that's what is doing the Mastering, the ECOM100 in slot 1 to slave with module ID 21).
That should get you closer.