Jump to content

treeg56

MrPLC Member
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • Country
    Belgium

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

treeg56's Achievements

Rookie

Rookie (2/14)

  • One Month Later
  • Week One Done
  • First Post
  • Conversation Starter

Recent Badges

0

Reputation

1

Community Answers

  1. View File Exchange data 2 CP1L_E PLC's Example how to set up parameters for exchanging data between 2 CP1L-E PLC's in a local network. IP address receiving PLC = 192.168.0.7 (node 7) IP adress sending PLC = 192.168.0.6 (node 6 Submitter treeg56 Submitted 03/07/2025 Category PLC Sample Code  
  2. Version 1.0.0

    118 downloads

    Example how to set up parameters for exchanging data between 2 CP1L-E PLC's in a local network. IP address receiving PLC = 192.168.0.7 (node 7) IP adress sending PLC = 192.168.0.6 (node 6
  3. Thanks. In meanwhile problem solved. I just needed to power off one of the PLC'S.
  4. Hello, I got it fixed! I Just needed to power off one of the PLC'S and then it worked. If someone is interested, I can share the FB and the parameters.
  5. Hello MrPLC, Thanks for you reaction. But I thinks this solution is a lot of effort just for exchanging a couple of words. I got from Omron FB _CPU011_ReceiveData. But still I have this same error code #1005. I think this has a reference to A45 where I have bit14 on ON. This has "ON if the remote IP address is set to automatic generation but the local IP address host number and FINS node address do not agree" as explanation. But I don't know how I can solve this. Treeg56
  6. Hello, Is it possible to share the link to the video again. I'm using 2 CP1L-E PLC's and I trying to get the _CPU011 Receivedata block working Problem is that the Error word is always #1005. Word A45 = #4000 on both PLC's what means that " if bit 14 = ON (this is the case) if the remote IP address is set to automatic generation but the local IP address host number and FINS node address do not agree. But I don't know how to solve this.
  7. Hello, I try to set up a very basic exchange of data between two CP1l-E Omron plc's on a local netwok (192.168.0.XXX / 255.255.255.0 These are the setting of the first PLC (receiver) These are the setting of the second PLC I also changed, as advised , the retry counts in the PLC settings to 2 And this this the (official) FB I used: So, I trying to send the values of DM4000 to DM4005 from PLC with node 7 to PLC with node 6. But unfortunately it does not reach there. I got #1005 as an error code? But don't know what it means . There is no explanation of the errorcode in the FB description. Is there anyone that can help me. I've tried already with the SEND and RECEIVE command but also there no solution. Many thanks, Treeg56
×
×
  • Create New...