Ianpatel

MrPLC Member
  • Content count

    5
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Ianpatel

  • Rank
    Newbie

Profile Information

  • Country United States
  1. edit time variable in Recipe NA HMI

    Thanks IO_Rack. I was looking for this solution. Works perfectly.
  2. CJ2M ETN21 Modbus TCP/IP Server

    Hello pcmccartney1, Could you please elaborate? There is no gateway settings. PLC is connected to Network 1 and I have made ETN21 to be Network 2 with unit number as 0. Also do you recommend any software I can use for testing modbus polling?
  3. Hello everyone, I am having issues with modbus tcp/ip communication. The setup is: CJ2M-CPU35: Unit number: 1 IP: 192.168.10.01 Subnet: 255.255.255.0 ETN21: Unit number: 2 IP: 192.168.20.01 Subnet: 255.255.255.0 Routing table: Network 1: 192.168.10.01 Network 2: 192.168.20.01 There are several other Omron PLCs in Network 1 with IP 192.168.10.XXX. I am using RECV instruction to get some tag information from other PLCs on this network. Regarding Modbus TCP/IP, ETN21 in Network 2 needs to send these collected tag information to a different system on 192.168.20.XXX network. II have data stored in CIO 0 to CIO 4 and D0 to D10 registers and using MTCP_ETN_Server FB without any changes but I am not able to achieve communication. There are no errors on FB and "Connected" bit remains at 0. I can post the program with routing table if needed. Please let me know if there anything I should check. 
  4. CJ2M PLC with CJ1W-ETN21 card

    Hello Mike, Thanks for the response. I used the Recv function to get tag information from PLCs on Network 1 (192.168.10.XXX). The ETN21 module connected to this CJ2M PLC is set to 192.168.20.XXX (Network 2 in routing table) and needs to send information over MODBUS TCP/IP. I used Omron FB MTCP_ETN_Server but it is not working. I will create a new post on this.    
  5. CJ2M PLC with CJ1W-ETN21 card

    Hello everyone, I would like advice on the setup below: CJ2M PLC: 192.168.10.01 (Subnet: 255.255.255.0) ETN21 - 192.168.20.1 (Subnet: 255.255.255.0) PLC is collecting tag data from 192.168.10.XXX network and needs to send/receive to 192.168.20.XXX network. How should I configure the send and receive instructions? Thank you