EasyManuals Logo

Delta DTE10T Series User Manual

Delta DTE10T Series
14 pages
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #14 background imageLoading...
Page #14 background image
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.

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Delta DTE10T Series and is the answer not in the manual?

Delta DTE10T Series Specifications

General IconGeneral
BrandDelta
ModelDTE10T Series
CategoryTemperature Controller
LanguageEnglish

Related product manuals