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 Delta
’
s website.
How to Mount & DIN Rail Size
Connect maximum 7 DTC2000 or DTC2001 controllers to DTE by using DIN rail.