DVP-ES2/EX2/EC5/SS2/SA2/SX2/SE&TP Operation Manual - Programming
PLC→PC
“ 01 03 10 00 01 00 02 00 03 00 04 00 05 00 06 00 07 00 08 72 98”
Feedback message:
≥
≥
4.3.3 CRC CHK (check sum)
The CRC Check starts from “Slave Address” and ends in “The last data content.” Calculation of CRC:
Step 1: Set the 16-bit register (CRC register) = FFFFH.
Step 2: Operate XOR on the first 8-bit message (Address) and the lower 8 bits of CRC register. Store
the result in the CRC register
Step 3: Right shift CRC register for a bit and fill “0” into the highest bit.
Step 4: Check the lowest bit (bit 0) of the shifted value. If bit 0 is 0, fill in the new value obtained at step
3 to CRC register; if bit 0 is NOT 0, operate XOR on A001H and the shifted value and store the result in
the CRC register.
Step 5: Repeat step 3 – 4 to finish all operation on all the 8 bits.
Step 6: Repeat step 2 – 5 until the operation of all the messages are completed. The final value