
GE Multilin
T60 Transformer Protection System
B-3
APPENDIX B
B.1 MODBUS RTU PROTOCOL
B
Table B–3: MODBUS RTU CRC-16 ALGORITHM
SYMBOLS:
-->
data transfer
A
16 bit working register
Alow
low order byte of A
Ahigh
high order byte of A
CRC
16 bit CRC-16 result
i,j
loop counters
(+)
logical EXCLUSIVE-OR operator
N
total number of data bytes
Di
i-th data byte (i = 0 to N-1)
G
16 bit characteristic polynomial = 1010000000000001 (binary) with MSbit dropped and bit order reversed
shr (x)
right shift operator (th LSbit of x is shifted into a carry flag, a '0' is shifted into the MSbit of x, all other bits
are shifted right one location)
ALGORITHM:
1.
FFFF (hex) --> A
2.
0 --> i
3.
0 --> j
4.
Di (+) Alow --> Alow
5.
j + 1 --> j
6.
shr (A)
7.
Is there a carry?
No: go to 8; Yes: G (+) A --> A and continue.
8.
Is j = 8?
No: go to 5; Yes: continue
9.
i + 1 --> i
10.
Is i = N?
No: go to 3; Yes: continue
11.
A --> CRC
Summary of Contents for T60
Page 6: ...vi T60 Transformer Protection System GE Multilin TABLE OF CONTENTS ...
Page 14: ...xiv T60 Transformer Protection System GE Multilin TABLE OF CONTENTS ...
Page 34: ...1 20 T60 Transformer Protection System GE Multilin 1 5 USING THE RELAY 1 GETTING STARTED 1 ...
Page 490: ...5 344 T60 Transformer Protection System GE Multilin 5 10 TESTING 5 SETTINGS 5 ...
Page 522: ...6 32 T60 Transformer Protection System GE Multilin 6 5 PRODUCT INFORMATION 6 ACTUAL VALUES 6 ...
Page 536: ...7 14 T60 Transformer Protection System GE Multilin 7 1 COMMANDS 7 COMMANDS AND TARGETS 7 ...
Page 568: ...10 12 T60 Transformer Protection System GE Multilin 10 6 DISPOSAL 10 MAINTENANCE 10 ...
Page 596: ...A 28 T60 Transformer Protection System GE Multilin A 1 PARAMETER LISTS APPENDIX A A ...
Page 716: ...B 120 T60 Transformer Protection System GE Multilin B 4 MEMORY MAPPING APPENDIX B B ...
Page 762: ...E 10 T60 Transformer Protection System GE Multilin E 1 IEC 60870 5 104 PROTOCOL APPENDIX E E ...
Page 774: ...F 12 T60 Transformer Protection System GE Multilin F 2 DNP POINT LISTS APPENDIX F F ...