LordNelson

MrPLC Member
  • Content count

    2
  • Joined

  • Last visited

Community Reputation

4 Neutral

About LordNelson

  • Rank
    Hi, I am New!

Profile Information

  • Country Spain
  1. FINS/TCP using Java

    Hi everyone, I found where my problem was. Just specifiy correct length of byte data! Thanks anyway! Sample code attached. test.zip
  2. FINS/TCP using Java

    Hi everyone, I'm implementing a SCADA software using Java and I would like to use FINS/TCP comms so as to work between PC and PLC (CJ1M-CPU13-ETN in ETN-21 mode). I found Multiway software that helped me a lot to undersand how does it work (it works). I also read manual W421-E1-04, but I'm not able to make the read status memory command work... When I send the FINS FRAME SEND Command I always receive 0x03 error response. Otherwise, with FINS/UDP i have no problem, but it's not my goal. Please, can someone help me?? Here it is my sample code Any suggestions will be well received! Thank you! test.zip