12
T2612 UNI
TECSYSTEM S.r.l ®
————————————————————————————————————————
00-08 00 TEMP CH1 |> Temp. with offset 10
(10)
(range 0-240)
|> 11=1°C, 10=0°C, 9=-1°C,etc.
00-09 00 TEMP CH2 |>
00-10 00 TEMP CH3 |>
Temp. with offset 50
(10)
(range –40/+200)
|> 51=1°C, 50=0°C, 49=-1°C,etc.
|> Special values for error Pt100:
00-11 00 TEMP CH4 |> (see the instruction T935)
00-12 00 TEMP. MAX CH1 |> 0
(10)
= Fcc
00-13 00 TEMP. MAX CH2 |> 1
(10)
= Foc
00-14 00 TEMP. MAX CH3 |> 2
(10)
= Fcd
00-15 00 TEMP. MAX CH4 |>
————————————————————————————————————————–
00-16 00 H.FAN (max cycling interval for test fan operation)
00-17 00 RL-STATUS : relays (1=ON): bit 0 -> Alarm, 1 -> Trip, 2 -> Fault,
3 -> Fan1, 4 -> Fan2
00-18 00 Status prog. : bit 0-> Fan Y/n, bit 1-> Fan2 Y/n, bit 2-> Ch4 Y/n,
bit 3-> Fan CH4, bit 4-> Hold Y/n, bit 5-> Fcd Y/n,
bit 6->Prg Lock Y/n
00-19 00 Alarm memory :
bit 7 6 5 4 3 2 1 0
CH4 CH3 CH2 CH1 CH4 CH3 CH2 CH1
—————–TRIP——————— ——————ALARM——————
31) CRC CALCULATION
This protocol includes 2 byte CRC-16 in all the transmission. The typical polynomial
(11000000000000101B) is used for the calculation and the result is “hanged up” at the end
of the packet. The polynomial is used in reverse order with the more significant bit elimi-
nated because useless for the calculation.
32) PARAMETERS DESCRIPTION
A - 16bit register
AL - A lower part
AH - A upper part
i,j, - COUNTERS
(+) - EXCLUSIVE OR
Di - frame datum (thousandth) of the packet
N - byte number of the packet, excluded the 2 of CRC
G - Polynomial : 1010-0000-0000-0001
shr - shift to the right
33) ALGORITHM
1) 0xFFFF -> A
2) 0 -> i
3) 0 -> j
4) Di (+) AL -> AL
5) j +1 -> j
6) shr A
7) if carry then G (+) A -> A
8) if NOT j=8 then go to 5
9) i +1 -> i
10) if NOT i = N then go to 3
11) A -> in CRC (the result is in the L,H)