Check_CrcSum

Description:

This method calculates the summed checksum. It adds each byte to the next byte and returns a 2-byte result.

Parameters:

[Required]

Int

"First byte to include (0=first byte in layer)"


[Required]

Int

"Seed"


[Optional]

List

"Swap Result"

(Default value: NoSwap)

List values:

NoSwap

Swap

Example:

FIELD crc (Fixed 2) (Hex) "CRC" VERIFY (Check_CrcSum 0 0)