online parser: crc presentation

Forum Home Forums Uncategorized Issues online parser: crc presentation

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #17966
    a.pythe
    Participant

    When playing the online Rapid SCADA Modbus Parser, I’ve noticed queer CRC presentation at the bottom of the player.

    As of Modbus Serial Line Protocol and Implementation Guide V1.02:

    “2.5.1.2 CRC Checking …
    When the CRC is appended to the message, the low-order byte is appended first, followed by the high-order byte. A detailed example of CRC generation is contained in Appendix B.”

    In Appendix B there is an example of proper relations between the byte sequence and integer presentation of a CRC tail of a Modbus message. Unlike register address, which is written to the message as a big-endian integer, CRC is written as a little-endian integer, so byte sequence must appear there “in reverse”.

    Instead, the online Rapid SCADA Modbus Parser treats CRC bytes as big-endians which seam inexact.

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.