Post Top Ad

Sunday, March 5, 2023

on video 4-20mA sensor explained with a simple Arduino


 Reading 4-20mA current loop sensors using Arduino is much easier than you might think. Follow this simple guide and we will show you a few tips to make it fast and easy.


is most common and widely used communication method in an industrial environment. This current loop interface is also known as 2 wire interface technology. Despite being one of the oldest industry standards a lot of users have difficulty understanding the working of this technology. This 4-20mA current loop technology is used in temperature sensors, pressure sensors, current sensors, distance sensors, magnetic field sensors and much more. A typical 4-20mA current loop setup contains 3 things power supply — Most of the devices work at 24V DC but there are other voltage standards available as well4-20mA current loop sensor — this is the device which works as standard. for example, it could be a temperature sensor which gives the temperature value in the form of 4-20mA4-20mA current loop receiver — this is the device which will be used for readings 4-20mA current loop signal and will convert into digital or real-world valuesHow two wire or 4-20mA current loop worksThe 4-20mA current loop output devices give data output in the form of current consumption, to measure the change in the current we will need to put the correct receiver circuit in the series. so, for example, let’s say you have a pressure sensor which works at 4-20mA current loop principle and it is capable of measuring 0-50psi. so when you connect the 4-20mA current receiver circuit in the series and read the sensor it will read 4ma when the pressure is 0 psi and it will read 20mA when the pressure is 50 psi. This conversion will be a linear conversion, so you will be able to calculate the real pressure value at any given point. This 4-20mA current loop method is really popular in automation and sensing industry due to high reliability, easy installation, fewer components, and wires can be long. 4-20mA receiver devices could be really expensive but it can be done at a much lower cost using ncd.io 4-20mA current loop receiver boards.

The 4-20mA current loop receiver board has a 16 bit ADC, whit this high-resolution ADC you can get the best possible readings from your sensor. this board works over i2c communication, so using this board is really easy. it has one address bit, so you can connect up to two of these boards with one i2c master. The board has a voltage boost circuit and usages INA196 to monitor the current values. If you are looking for a high accuracy low-cost 4-20mA current loop receiver boards, this is your board.
To set up the hardware you will need to connect the Arduino to the i2c shield and use an i2c cable to connect 4-20mA current loop receiver board with Arduino i2c shield.
When the loop simulator is not connected to the receiver board, the Arduino will read 0mA, this is also used to detect is the sensor wiring is broken. This is one of most important thing you will need to understand while reading 4-20mA current loop sensors.
Step 2. The loop simulator has two probes, the black probe is named as Ext.PS+ and the red probe is named as PLC input. In our setup, we will connect the black probe to in IN1 terminal on the 4-20mA receiver board and the red probe to gnd. This is very important if you make the wrong connection it could damage your 4-20mA current loop receiver board. Once you have the correct connection the 4-20mA current loop board will start readings 4-20mA current loop signal. By default, the loop simulator will be set at 4mA and when you connect to Arduino, it will read 4mA
Reading 4-20mA current loop sensors using Arduino is much easier than you might think.  Follow this simple guide and we will show you a few tips to make it fast and easy.

4-20mA current loop is most common and widely used communication method in an industrial environment. This 4-20mA current loop interface is also known as 2 wire interface technology. Despite being one of the oldest industry standards a lot of users have difficulty understanding the working of this technology. This 4-20mA current loop technology is used in temperature sensors, pressure sensors, current sensors, distance sensors, magnetic field sensors and much more.
power supply — Most of the devices work at 24V DC but there are other voltage standards available as well
4-20mA current loop sensor — this is the device which works as 4-20mA standard. for example, it could be a temperature sensor which gives the temperature value  in the form of 4-20mA
4-20mA current loop receiver — this is the device which will be used for readings 4-20mA current loop signal and will convert into digital or real world values
How two wire or 4-20mA current loop works
The 4-20mA current loop output devices give data output in the form of current consumption, to measure the change in the current we will need to put the correct receive
A typical 4-20mA current loop setup contains 3 things
r circuit in the series. so, for example, let’s say you have a pressure sensor which works at 4-20mA current loop principle and it is capable of measuring 0-50psi. so when you connect the 4-20mA current receiver circuit in the series and read the sensor it will read 4ma when the pressure is 0 psi and it will read 20mA when the pressure is 50 psi. This conversion will be a linear conversion, so you will be able to calculate the real pressure value at any given point.


 Reading 4-20mA current loop sensors using Arduino is much easier than you might think. Follow this simple guide and we will show you a few tips to make it fast and easy.


is most common and widely used communication method in an industrial environment. This current loop interface is also known as 2 wire interface technology. Despite being one of the oldest industry standards a lot of users have difficulty understanding the working of this technology. This 4-20mA current loop technology is used in temperature sensors, pressure sensors, current sensors, distance sensors, magnetic field sensors and much more. A typical 4-20mA current loop setup contains 3 things power supply — Most of the devices work at 24V DC but there are other voltage standards available as well4-20mA current loop sensor — this is the device which works as standard. for example, it could be a temperature sensor which gives the temperature value in the form of 4-20mA4-20mA current loop receiver — this is the device which will be used for readings 4-20mA current loop signal and will convert into digital or real-world valuesHow two wire or 4-20mA current loop worksThe 4-20mA current loop output devices give data output in the form of current consumption, to measure the change in the current we will need to put the correct receiver circuit in the series. so, for example, let’s say you have a pressure sensor which works at 4-20mA current loop principle and it is capable of measuring 0-50psi. so when you connect the 4-20mA current receiver circuit in the series and read the sensor it will read 4ma when the pressure is 0 psi and it will read 20mA when the pressure is 50 psi. This conversion will be a linear conversion, so you will be able to calculate the real pressure value at any given point. This 4-20mA current loop method is really popular in automation and sensing industry due to high reliability, easy installation, fewer components, and wires can be long. 4-20mA receiver devices could be really expensive but it can be done at a much lower cost using ncd.io 4-20mA current loop receiver boards.

The 4-20mA current loop receiver board has a 16 bit ADC, whit this high-resolution ADC you can get the best possible readings from your sensor. this board works over i2c communication, so using this board is really easy. it has one address bit, so you can connect up to two of these boards with one i2c master. The board has a voltage boost circuit and usages INA196 to monitor the current values. If you are looking for a high accuracy low-cost 4-20mA current loop receiver boards, this is your board.
To set up the hardware you will need to connect the Arduino to the i2c shield and use an i2c cable to connect 4-20mA current loop receiver board with Arduino i2c shield.
When the loop simulator is not connected to the receiver board, the Arduino will read 0mA, this is also used to detect is the sensor wiring is broken. This is one of most important thing you will need to understand while reading 4-20mA current loop sensors.
Step 2. The loop simulator has two probes, the black probe is named as Ext.PS+ and the red probe is named as PLC input. In our setup, we will connect the black probe to in IN1 terminal on the 4-20mA receiver board and the red probe to gnd. This is very important if you make the wrong connection it could damage your 4-20mA current loop receiver board. Once you have the correct connection the 4-20mA current loop board will start readings 4-20mA current loop signal. By default, the loop simulator will be set at 4mA and when you connect to Arduino, it will read 4mA
Reading 4-20mA current loop sensors using Arduino is much easier than you might think.  Follow this simple guide and we will show you a few tips to make it fast and easy.

4-20mA current loop is most common and widely used communication method in an industrial environment. This 4-20mA current loop interface is also known as 2 wire interface technology. Despite being one of the oldest industry standards a lot of users have difficulty understanding the working of this technology. This 4-20mA current loop technology is used in temperature sensors, pressure sensors, current sensors, distance sensors, magnetic field sensors and much more.
power supply — Most of the devices work at 24V DC but there are other voltage standards available as well
4-20mA current loop sensor — this is the device which works as 4-20mA standard. for example, it could be a temperature sensor which gives the temperature value  in the form of 4-20mA
4-20mA current loop receiver — this is the device which will be used for readings 4-20mA current loop signal and will convert into digital or real world values
How two wire or 4-20mA current loop works
The 4-20mA current loop output devices give data output in the form of current consumption, to measure the change in the current we will need to put the correct receive
A typical 4-20mA current loop setup contains 3 things
r circuit in the series. so, for example, let’s say you have a pressure sensor which works at 4-20mA current loop principle and it is capable of measuring 0-50psi. so when you connect the 4-20mA current receiver circuit in the series and read the sensor it will read 4ma when the pressure is 0 psi and it will read 20mA when the pressure is 50 psi. This conversion will be a linear conversion, so you will be able to calculate the real pressure value at any given point.

No comments:

Post a Comment

Post Top Ad

Pages