How do I integrate a differential pressure sensor into my circuit

There is a wide variety of board-mounting sensors available for you to select from if you are working on the development of a microcontroller-based differential pressure measurement system. As we have seen earlier, some devices offer a conditioned and amplified analogue output that can be connected to an ADC input.

Some sensors convert the analog signal to a digital one on the inside, making it possible for the sensor to be connected to a digital serial interface such as I2C or ZACwire.

I2C is an interfacing technology that is relatively well-known and is even available on some of the smallest 8-bit microcontrollers. With only two wires required, one of them serves as a clock, while the other is a data line that can travel in either direction.

ufm_gamme-complete-web2.jpg
Given that I2C is capable of supporting multiple nodes, it is essential to take into consideration the bus's total available bandwidth. There is a growing possibility that the pressure sensor will be unable to be accessed as frequently as required if additional devices are connected to the bus. Pull-up resistors on the bus require their dimensions to be carefully thought out as well, as they are an additional important consideration. The official specification for I2C includes a thorough explanation of how to compute the required values in a way that is appropriate.

I'm working on a design, and I was wondering if I could use an industrial differential pressure transmitter price sensor.

The utilization of an industrial pressure sensor, as opposed to board-level devices, presents a number of clear advantages. They have a sturdy construction, most of which consists of a steel casing, and a threaded fitting, which enables them to be easily attached to pipes and storage tanks. Industrial pressure sensors are typically constructed with the purpose of being incorporated into production environments and connected to a programmable logic controller (PLC).

The interfaces that industrial sensors provide may appear to be a little bit strange at first, but this is because they are typically used in systems that demand high levels of functional safety and robustness. The majority of sensors that produce analogue outputs either provide their output as a voltage with a wide range (0–20 V) or provide their output as a current with a range that falls between 4–20 mA. The use of long cable lengths necessitates the implementation of such sensor interfaces with the intention of reducing the sensitivity of the sensors to ambient noise. The following are some illustrations of circuitry examples for transmitter types of gauge sensors.

tu1-!m.jpg
Industrial sensors are also transitioning to digital interfaces, just like sensors used in other business sectors are doing. This has the benefit of reducing the amount of complexity in the cabling required because multiple sensors can all be connected to the same wiring loop. Some of these interfaces, like CANopen, can be connected to a microcontroller in a reasonably straightforward fashion. On the hardware side, all that is required so long as a CAN interface is present is a CAN transceiver that complies with the standards. You'll find a variety of software stacks available for purchase from a variety of embedded software vendors in order to put your software into action.

In what kinds of situations do differential pressure sensors find themselves useful?

In industrial settings, where a difference in pressure can be used to determine the flow of gases or liquids, differential pressure sensors are frequently found. These sensors are used to measure the pressure difference between two points. This can include remote heating systems that make use of heated water or steam, effluent treatment plants that are located offshore or subsea, as well as gas and oil processing facilities.

They can also be found in the sprinkler systems that have been installed for the purpose of fire protection.

In the event that it is essential to determine the quantity of liquid contained within an enclosed container, a differential pressure transmitter may also be utilized. Pressure, liquid density, and gravity can be used to calculate the height of a column of liquid as long as the density of the fluid does not change as a function of the temperature.

Posted in Default Category on February 10 at 11:24 AM

Comments (0)