Bhautik1706

MrPLC Member
  • Content count

    4
  • Joined

  • Last visited

Posts posted by Bhautik1706


  1. I am trying to communicate with NJ series omron PLC in that I am using class 3 connection to communicate with NJ plc.
    Below are the steps i followed :

    1) Send list services request
    2) Register session request to get session handle
    3) Connection manager request (large forward open) to get class3 connection id
    4) while sending read request to the plc using class3 connection id and session handle but in responce i am getting object state conflict.
    I have gone through some document which is mentioning that The object is not able to perform the requested service in the
    current mode or state 
    what does exactely meaning of that and how to resolve this issue ..??


  2. Yes, I am using  Ethernet/IP protocol to communicate . FINS packet  is encapsulated under Ethernet/IP packet just for direct address access.  Other wise it is just a EIP packet. 

     

    Memory Address Code

    (2 Byte)

    Address of Memory

    (4 Byte)

    Data

    (0-448)

    The above data is only FINS specific.

    So, When I tried the same packet structure which I implemented for CJ2 series, It does not work with NJ , NX series PLC.

     Have you tried Omron  Ethernet/IP over FINS to communicate with NX, NJ series PLC? If yes, Can you please share the wire shark logs?