Place of Origin: | America |
Brand Name: | TYCO |
Certification: | CE |
Model Number: | V23401-H2010-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-H2010-B214: | V23401-H2010-B214 |
---|---|---|---|
Material: | Iron | Color: | Black |
Temperature: | -50-120 |
Guang Zhou Lai Jie Electric Co.,LTD
Please contact with “Tommy” for the price
V23401-H2010-B214
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
V23401-T1002-B122
V23401-H1002-B101
V23401-T1002-B102
V23401-H1002-B102
V23401-T1005-B114
V23401-H1005-B114
V23401-T1005-B122
V23401-H1005-B122
V23401-T1005-B101
V23401-H1005-B101
V23401-T1005-B102
V23401-H1005-B102
V23401-T1009-B114
V23401-H1009-B114
V23401-T1009-B122
V23401-H1009-B122
V23401-T1009-B101
V23401-H1009-B101
V23401-T1009-B102
V23401-H1009-B102
V23401-T2001-B214
V23401-H2001-B214
V23401-T2001-B222
V23401-H2001-B222
V23401-T2001-B201
use the Internet Socket Interface for communications over Ethernet. The sensor is the server and the control computer is the client. The sensor socket address is the combination of an IP address (the location of the sensor) and a port (which is mapped to the application program process) into a single identity. The transport protocol is UDP. UDP assumes that error checking and correction is performed in the application by checking the CRC that comes with the sensor command structure. This avoids the overhead of such processing at the network interface level. As a time-sensitive application use the firmware UDP because dropping packets is preferable to waiting for delayed packets.
The command interface of the firmware has following time outs: for measurement requests: 5 seconds for measured scans : 30 seconds for changing parameters: 60 seconds The sensor sends an ERR response if a timeout has occurred.
used for the internal communication between the sensor's measurement board (MPU) and the interface board. The measurement board services the measurement process while the interface board services the Ethernet communication or other communication stacks like USB.
The board is configured in Master Mode, It fully controls the data transfers to and from the slave(s) connected to the bus. To allow data transfers from the slave, the MPU sends periodically a so-called SYNC block:
If the interface board hasn't received any command from the control computer, the atagram from the interface board is void. If a command is available, the interface board firmware writes the new command to the buffer.
imput independence | 15% |
output independence | 15% |
If a command - or the fraction of a command - is found within theblock,
the firmware immediately clocks the SPI for another 64 zero bytes in order to get the entire binary command. The SPI slave must ignore this zero figures.
The MPU then reads the command ID plus the datagram length and triggers the SPI until all data of the new command are transmitted.
After this, the MPU carries out the new command while the interface board listens for a response. 6. The response is sent over the SPI to the interface board, and from there to the control computer