Place of Origin: | America |
Brand Name: | TYCO |
Certification: | CE |
Model Number: | V23401-T2010-B214 |
Minimum Order Quantity: | 1pcs |
---|---|
Packaging Details: | carton |
Delivery Time: | in stock |
Payment Terms: | T/T, Western Union, MoneyGram |
Supply Ability: | 10000pcs/week |
TYCO: | TYCO | V23401-T2010-B214: | V23401-T2010-B214 |
---|---|---|---|
Material: | Iron | Color: | Black |
Temperature: | -50-120 | America: | America |
Guang Zhou Lai Jie Electric Co.,LTD
Please contact with “Tommy” for the price
V23401-T2010-B214
V23401-T1009-B102
V23401-H1009-B102
V23401-T2001-B214
V23401-H2001-B214
V23401-T2001-B222
V23401-H2001-B222
V23401-T2001-B201
V23401-H2001-B201
V23401-T2001-B202
V23401-H2001-B202
V23401-T2009-B214
V23401-H2009-B214
V23401-T2009-B222
V23401-H2009-B222
V23401-T2009-B201
V23401-H2009-B201
V23401-T2009-B202
V23401-H2009-B202
V23401-T2010-B214
V23401-H2010-B214
V23401-T2010-B222
V23401-H2010-B222
V23401-T2010-B201
V23401-H2010-B201
V23401-T2010-B202
V23401-H2010-B202
V23401-T2014-B214
V23401-H2014-B214
V23401-T2014-B222
V23401-H2014-B222
V23401-T2014-B201
V23401-H2014-B202
V23401-T2014-B202
V23401-T2015-B214
V23401-T2009-B202
V23401-T2002-B209
V23401-T2014-B209
V23401-T2014-E209
V23401-T2099-C502
V23401-H1005-D101
The scanner performs a self-test and stores the result in a bit field. The parameter bit field is transmitted with each scan and can be requested by a GPRM command. The first bit is set as long as the self-test has not been completed. It indicates that all other bits are in an undefined status. Each self-test result corresponds to a single bit. A set bit signals a system fault. The system is fail-free if all bits were set to 0. A reference of the self-test bits can be found in the chapter "Tables".
The Cyclical Redundancy Checking (CRC) field is four bytes, containing a 32–bit binary value. The CRC value is calculated by the transmitting control computer, which appends the CRC to the message. The CRC covers the entire message excluding the CRC itself. The laser sensor firmware recalculates a CRC during receipt of the message, and compares the calculated value to the actual value it received in the CRC field. If the two values are not equal, an error results. The CRC is started by first preloading a 32–bit register „initial remainer“ to all 1’s. Then a process begins of applying successive 8–bit bytes of the message to the current contents of the register. Only the eight bits of data in each character are used for generating the CRC. Start and stop bits and the parity bit, do not apply to the CRC32. The calculation of the CRC32 conforms to the CRC-32-IEEE 802.3 Standard with the following parameters:
int32_t CRC32_POLYNOMIAL = 0x04c11db7; int32_t CRC32_INITIAL_REMAINDER = 0xFFFFFFFF; int32_t CRC32_FINAL_XOR_VALUE = 0xFFFFFFFF; int32_t CRC32_TOPBIT = 0x80000000;
Input impedance
|
Error codes from -1 to -1999 correspond to the error codes defined in the "Standard C Library". Error codes below -2000 are LASE proprietary extensions to this. C is the most commonly used programming language on UNIX platforms, because all of the application programming interfaces (APIs) of systems have been created for C