| поискавой системы для электроныых деталей |
|
MDP200 датащи(PDF) 11 Page - Aceinna Inc. |
|
|
|||||||||||||||||||||||||||||
MDP200 датащи(HTML) 11 Page - Aceinna Inc. |
|
11 / 12 page ![]() www.aceinna.com MDP200 Datasheet_V1.3 April 2018 11/12 8 Foot Print 9 Ordering Information Options Ranges Calibration Housing MDP200 -500 500Pa B Bi-Directional T Manifold U Uni-Directional Y Barb Example: MDP200-500BY = MDP200 differential pressure sensor, 500 Pascal, Bi-Directional, Barb Fitting 10 Appendix Master’s CRC calculation C code #define POLYNOMIAL 0x131 // P(x) = x^8 + x^5 + x^4 + 1 = 100110001 unsigned char CheckCrc(unsigned char data[], unsigned char nbrOfBytes) { unsigned char crc = 0; unsigned char byteCtr; //calculates 8-Bit checksum with given polynomial P(x) = x^8 + x^5 + x^4 + 1 = 100110001 for (byteCtr = 0; byteCtr < nbrOfBytes; ++byteCtr) { crc ^= (data[byteCtr]); for (unsigned char bit = 8; bit > 0; --bit) { if (crc & 0x80) crc = (crc << 1) ^ POLYNOMIAL; else crc = (crc << 1); } } return crc; } |
|
|
ссылки URL |
| Вашему бизинису помогли Аллдатащит? [ DONATE ] |
Что такое Аллдатащит | реклама | контакт | Конфиденциальность | Ссылка на техническое описание | обмен ссыками | поиск по производителю All Rights Reserved©Alldatasheet.com |
| Russian : Alldatasheetru.com | Korean : Alldatasheet.co.kr | Spanish : Alldatasheet.es | French : Alldatasheet.fr | Italian : Alldatasheetit.com Portuguese : Alldatasheetpt.com | Polish : Alldatasheet.pl | Vietnamese : Alldatasheet.vn Indian : Alldatasheet.in | Mexican : Alldatasheet.com.mx | British : Alldatasheet.co.uk | New Zealand : Alldatasheet.co.nz |
|
Family Site : ic2ic.com |
icmetro.com |