98
3) Collect and check LSB (the least significant bit of CRC parity register).
4) Shift each bit of CRC parity register rightwards by 1 bit, the highest bit filled with 0.
5) If LSB is 1, conduct XOR calculation between the value of CRC register and A001H, and then upload the result to CRC parity register.
6) Repeat steps 3, 4 and 5 until completing 8 rounds of shifting.
7) Repeat steps 2, 3, 4, 5 and 6, and process the next byte of sending message. Repeat above process continuously until each byte of
sending message is processed.
8) CRC parity date will be saved in CRC parity register after calculation.
9) First send the low byte of CRC parity when sending, and then send the high byte.
Circuit diagnostics and 0x08 setting description
Note: if the function code is wrong, the exception code is 0x02
8.6 Example
Write 01 servo drive control mode for position control, that is, P1-00=1.