EasyManua.ls Logo

Delta DTE10T Series - Page 14

Delta DTE10T Series
14 pages
Print Icon
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
14
CRC (Cyclical Redundancy Check) is obtained by the following steps:
unsigned int reg_crc = 0xffff;
i = 0;
while (length--)
{ reg_crc ^= RTUData[i];
i ++;
for (j = 0; j < 8; j++)
{ if (reg_crc & 0x01) reg_crc = (reg_crc >> 1) ^ 0xA001;
else reg_crc = reg_crc >> 1;
}
}
return(reg_crc);
Software for Setting up Communication on PC: Download the free software on Deltas website.
How to Mount & DIN Rail Size
Connect maximum 7 DTC2000 or DTC2001 controllers to DTE by using DIN rail.

Related product manuals