Menu

Handle multi telegrams with jamod

Help
Moritz
2014-06-01
2014-06-08
  • Moritz

    Moritz - 2014-06-01

    Hi,

    I have to work with an device, that has to send a lot of states to a Java application using Modbus/TCP. The device supports "multi telegrams", so up to 2000 word can be sent in one [multi] telegram.

    Is there any way to handle these multi telegrams with jamod?

    Thank you in advance!

    Kind regards,
    taurus182

     
  • Julie Haugh

    Julie Haugh - 2014-06-08

    The Modbus protocol does not support a PDU size greater than 253 bytes. Unless these "telegrams" are actually coil or discrete objects, Modbus can't do what you're asking.

    Could you please provide more information about what you're trying to accompish?

     

Log in to post a comment.