Categorias de Produtos
- fusível térmico 32
- fusíveis de montagem em superfície 12
- termistor 17
- Suporte de fusível para montagem em PCB 27
- Chicote de fiação 4
- Porta-fusíveis de lâmina 17
- termostato 46
- Fusível elétrico 14
- Disjuntor térmico 20
- Porta-caixa de fusíveis 36
- Sensor de temperatura 58
- Interruptor térmico 64
- Fusível do carro 19
- Fusíveis aparafusados 7
Etiquetas de produto
sensor blindado dos termopares
porta-fusível da lâmina
Fusível da lâmina do carro
Fusível do carro
Fusível de tubo cerâmico
Disjuntor
Termostatos de disco
Sensor de temperatura Ds18b20
Fusível elétrico
Fusível de ação rápida/lenta
Porta-caixa de fusíveis
Fusível de tubo de vidro
Porta-fusível em linha
Termostato de disco instantâneo de limite
Minidisjuntores
Protetor de sobrecarga do motor
Proteção térmica do motor
Sensor NTC
Sensor termistor NTC
Suporte de fusível para montagem em PCB
Fusível reajustável PPTC
Sensor de temperatura PT100
Termistor PTC
chicote do conector do sensor
Sondas de sensores & Cabos
termostato capilar de estágio único
Microfusível de sopro lento
Termostato Inteligente
Fusíveis de montagem em superfície
Link de corte de temperatura
Interruptor de controle de temperatura
Fusível de temperatura
Sensor de temperatura
Cabo do sensor de temperatura
Sonda do sensor de temperatura
interruptor de temperatura
Corte térmico
Interruptor de corte térmico
Fusível Térmico
protetor térmico
Interruptor térmico
Sonda do sensor termistor
Postagens recentes
DS18B20 / Cabo da ponta de prova de temperatura DS1822
DS18B20/ DS1822 is a commonly used digital temperature sensor. Its output is a digital signal, which has the characteristics of small size, baixa sobrecarga de hardware, forte capacidade anti-interferência e alta precisão. The DS18B20 digital temperature sensor is easy to wire and can be used in a variety of situations after being packaged, such as pipe type, tipo rosqueado, tipo de adsorção magnética, and stainless steel packaging type. There are various models, incluindo LTM8877, LTM8874 and so on. As a digital temperature sensor, the DS18B20 does not require any external components when measuring temperature. It can directly output the measured temperature value of 9~12 bits (including sign bit). The temperature measurement range is -55~+125℃. The measurement accuracy is ±0.5℃ in the range of -10~+85℃, and the output measurement resolution is adjustable, up to 0.0625℃. Supporting "single-wire bus" technology, only one general-purpose I/O port is required to complete communication with the microcontroller. The on-site temperature is directly transmitted digitally via a "single-wire bus", which greatly improves the system's anti-interference capability.
DS18B20, DS1822 "One-line bus" digital temperature sensor Same as DS1820. DS18B20 also supports "one-line bus" interface, and the measurement temperature range is -55°C~+125°C, and the accuracy is ±0.5°C in the range of -10~+85°C. The accuracy of the DS1822 is ±2°C. The on-site temperature is directly transmitted digitally via the "one-line bus", which greatly improves the system's anti-interference capability. Suitable for on-site temperature measurement in harsh environments, such as environmental control, equipment or process control, temperature measurement consumer electronics, etc.. The new product supports a voltage range of 3V~5.5V, making system design more flexible and convenient. And the new generation of products is cheaper and smaller. Features of DS18B20 and DS1822 DS18B20 can be programmed with a resolution of 9~12 bits and an accuracy of ±0.5°C. Optional smaller package, wider voltage range. The resolution setting and the user-set alarm temperature are stored in EEPROM and are still saved after power off. The performance of DS18B20 is the best among the new generation products! The price-performance ratio is also excellent! The DS1822 is software compatible with the DS18B20 and is a simplified version of the DS18B20. The EEPROM that stores user-defined alarm temperature and resolution parameters is omitted, and the accuracy is reduced to ±2°C. It is suitable for applications with low performance requirements and strict cost control. It is an economical product. Following the early products of the "One Line Bus", the DS1820 opens up a new concept in temperature sensor technology. DS18B20 and DS1822 provide more choices in voltage, characteristics and packaging, allowing us to build an economical temperature measurement system that suits us.
Internal structure of ds18b20 temperature probe
The internal structure of DS18B20 mainly consists of four parts:
64-bit photolithography ROM, sensor de temperatura, non-volatile temperature alarm trigger TH and TL, configuration register.
The pin arrangement of DS18B20 is as follows
DQ is the digital signal input/output terminal; GND is the power ground; VDD is the external power supply input terminal (grounded in the parasitic power wiring mode).
The 64-bit serial number in the photo etched ROM is photo etched before leaving the factory. It can be regarded as the address serial code of the DS18B20. The arrangement of the 64-bit photolithography ROM is: the first 8 bits (28H) are the product type number, the next 48 bits are the serial number of the DS18B20 itself, and the last 8 bits are the previous 56-bit cyclic redundancy check code (CRC=X8 +X5+X4+1). The purpose of the photolithography ROM is to make each DS18B20 different, so that multiple DS18B20s can be connected to one bus.
The temperature sensor in DS18B20 can complete the measurement of temperature. Take 12-bit conversion as an example: it is provided in the form of a 16-bit sign-extended two's complement reading, expressed in the form of 0.0625°C/LSB, where S is the sign bit.
This is the 12-bit data obtained after 12-bit conversion, which is stored in two 8-bit RAMs of 18B20. The first 5 bits in binary are sign bits if the measured temperature is greater than 0. These 5 bits are 0. Just multiply the measured value by 0.0625 to get the actual temperature. If the temperature is less than 0, these 5 bits are 1, and the measured value needs to be inverted, plus 1, and then multiplied by 0.0625 to get the actual temperature.
Por exemplo, the digital output of +125℃ is 07D0H, the digital output of +25.0625℃ is 0191H, the digital output of -25.0625℃ is FE6FH, and the digital output of -55℃ is FC90H.
DS18B20 temperature sensor memory
The internal memory of the DS18B20 temperature sensor includes a high-speed scratchpad RAM and a non-volatile electrically erasable E2RAM, which stores high-temperature and low-temperature triggers TH, TL and structural registers.
The temporary storage memory contains 8 consecutive bytes, the first two bytes are the measured temperature information. The content of the first byte is the lower eight bits of the temperature. The second byte is the high eight bits of the temperature. The third and fourth bytes are volatile copies of TH and TL, and the fifth byte is a volatile copy of the architectural register. The contents of these three bytes are refreshed at each power-on reset. The sixth, seventh, and eighth bytes are used for internal calculations. The ninth byte is the redundancy check byte.
The meaning of each bit of this byte is as follows:
TM R1 R0 1 1 1 1 1
The lower five bits are always 1. TM is the test mode bit, which is used to set whether the DS18B20 is in working mode or test mode. This bit is set to 0 when DS18B20 leaves the factory, and users should not change it. R1 and R0 are used to set the resolution, as shown in the following table: (DS18B20 is set to 12 bits when shipped from the factory)
Resolution setting table:
R1 R0 Resolution Temperature Maximum Conversion Time
0 0 9 bits 93.75ms
0 1 10 bits 187.5ms
1 0 11 bits 375ms
1 1 12 bits 750ms
According to the communication protocol of DS18B20, the host must go through three steps to control DS18B20 to complete the temperature conversion: DS18B20 must be reset before each read and write, and a ROM command is sent after the reset is successful. Finally, the RAM command is sent so that the DS18B20 can be operated as scheduled. Reset requires the main CPU to pull the data line down for 500 microseconds and then release it. After receiving the signal, DS18B20 waits for about 16 to 60 microseconds, and then sends out a low pulse of 60 to 240 microseconds. The main CPU receives this signal to indicate successful reset.
Contate-nos
Aguardando seu e-mail, responderemos dentro de 12 horas com informações valiosas que você precisava.
PRODUTOS RELACIONADOS
Ds18b20 temperature sensor wiring harness
DS18B20 sensor wiring harness is a commonly used digital temperature sensor. The output is a digital signal, which has the characteristics of small size, baixa sobrecarga de hardware, forte capacidade anti-interferência, and high accuracy. DS18B20 digital temperature sensor is easy to connect, and it can be applied to many occasions after being packaged, such as pipe type, screw type, magnet type, and stainless steel package type. There are various models, incluindo LTM8877, LTM8874 and so on.
manufacturer of armored thermocouples sensor
Armored thermocouples sensor are the same as industrial assembled thermocouples. As a temperature sensor, it is usually used in conjunction with display instruments, instrumentos de gravação e reguladores eletrônicos. Ao mesmo tempo, it can also be used as a temperature sensing element for assembled thermocouples.
Sensor de temperatura termistor para aparelhos elétricos
Como todos sabem, os Pequenos eletrodomésticos , como um utensílio de cozinha doméstico popular, não só tem a função de aquecimento, mas também tem muitas funções automáticas. Por exemplo, preservação automática de calor, água fervente automática, cozimento automático de arroz, cozimento automático de sopa e outras funções. A realização de todas estas funções automáticas exige que os pequenos eletrodomésticos sejam capazes de medir e controlar com precisão a temperatura. Os pequenos aparelhos existentes usam principalmente um sensor de temperatura para medição de temperatura. Como:
Sensor Pt100 de elemento de filme fino
Série 111 Sensores de sonda RTD rosqueados para processo de imersão direta apresentam bainhas de aço inoxidável e juntas de solda disponíveis em 1/8” NPT, 1/4” TNP, 3/8” TNP, 1/2”NPT ou 3/4” NPT. Uma sonda RTD microincorporada é um sensor de temperatura em miniatura projetado para ser incorporado em áreas com espaço limitado.