B-2
C70 Capacitor Bank Protection and Control System
GE Multilin
B.1 MODBUS RTU PROTOCOL
APPENDIX B
B
•
FUNCTION CODE:
This is one of the supported functions codes of the unit which tells the slave what action to per-
form. See the
Supported Function Codes
section for complete details. An exception response from the slave is indi-
cated by setting the high order bit of the function code in the response packet. See the
Exception Responses
section
for further details.
•
DATA:
This will be a variable number of bytes depending on the function code. This may include actual values, set-
tings, or addresses sent by the master to the slave or by the slave to the master.
•
CRC:
This is a two byte error checking code. The RTU version of Modbus
®
includes a 16-bit cyclic redundancy check
(CRC-16) with every packet which is an industry standard method used for error detection. If a Modbus slave device
receives a packet in which an error is indicated by the CRC, the slave device will not act upon or respond to the packet
thus preventing any erroneous operations. See the
CRC-16 Algorithm
section for details on calculating the CRC.
•
DEAD TIME:
A packet is terminated when no data is received for a period of 3.5 byte transmission times (about 15 ms
at 2400 bps, 2 ms at 19200 bps, and 300 µs at 115200 bps). Consequently, the transmitting device must not allow gaps
between bytes longer than this interval. Once the dead time has expired without a new byte transmission, all slaves
start listening for a new packet from the master except for the addressed slave.
B.1.4 CRC-16 ALGORITHM
The CRC-16 algorithm essentially treats the entire data stream (data bits only; start, stop and parity ignored) as one contin-
uous binary number. This number is first shifted left 16 bits and then divided by a characteristic polynomial
(11000000000000101B). The 16-bit remainder of the division is appended to the end of the packet, MSByte first. The
resulting packet including CRC, when divided by the same polynomial at the receiver will give a zero remainder if no trans-
mission errors have occurred. This algorithm requires the characteristic polynomial to be reverse bit ordered. The most sig-
nificant bit of the characteristic polynomial is dropped, since it does not affect the value of the remainder.
A C programming language implementation of the CRC algorithm will be provided upon request.
Table B–2: 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
Содержание UR Series C70
Страница 2: ......
Страница 10: ...x C70 Capacitor Bank Protection and Control System GE Multilin TABLE OF CONTENTS ...
Страница 30: ...1 20 C70 Capacitor Bank Protection and Control System GE Multilin 1 5 USING THE RELAY 1 GETTING STARTED 1 ...
Страница 124: ...4 30 C70 Capacitor Bank Protection and Control System GE Multilin 4 3 FACEPLATE INTERFACE 4 HUMAN INTERFACES 4 ...
Страница 344: ...5 220 C70 Capacitor Bank Protection and Control System GE Multilin 5 10 TESTING 5 SETTINGS 5 ...
Страница 396: ...8 18 C70 Capacitor Bank Protection and Control System GE Multilin 8 3 ENERVISTA SECURITY MANAGEMENT SYSTEM 8 SECURITY 8 ...
Страница 414: ...9 18 C70 Capacitor Bank Protection and Control System GE Multilin 9 1 OVERVIEW 9 THEORY OF OPERATION 9 ...
Страница 436: ...10 22 C70 Capacitor Bank Protection and Control System GE Multilin 10 4 SETTING EXAMPLE 10 APPLICATION OF SETTINGS 10 ...
Страница 547: ...GE Multilin C70 Capacitor Bank Protection and Control System B 79 APPENDIX B B 4 MEMORY MAPPING B ...
Страница 548: ...B 80 C70 Capacitor Bank Protection and Control System GE Multilin B 4 MEMORY MAPPING APPENDIXB B ...
Страница 586: ...D 10 C70 Capacitor Bank Protection and Control System GE Multilin D 1 OVERVIEW APPENDIXD D ...
Страница 598: ...E 12 C70 Capacitor Bank Protection and Control System GE Multilin E 2 DNP POINT LISTS APPENDIXE E ...