Pressure Measurement

Scaling Sensor Output to Engineering Units

Sensor Scaling – Converting Current and Voltage Inputs To Engineering Units Such As psi, Deg C, m3/hr etc…

Scaling Sensor Output to Engineering Units

Sensor Scaling

It is very often necessary to convert a voltage, millivot or current reading into a more useful value such as PSI, m3/hr, DegC, etc. For example, if measuring temperature using a Thermocouple, it would be provided to the user in Deg C instead of millivolts, which is what the thermocouple typically produces.

Other examples would be using a pressure transducer to measure PSI, a flow sensor to measure m3/hr.

It is very simple to scale any sensor, and the same equation applies to all methods of data display and acquisition. First, the formula:

Y=MX+B

Where Y is the output or ENGINEERING UNITS
Where M is the slope or the SCALE FACTOR
Where X is the INPUT (millivolts, volts, etc) and
Where B is the OFFSET

Example

Here is a typical example where a pressure sensor is used to measure 0-500 PSI and the output is 1-5Vdc.

First, using the Y=MX+B formula, we determine what each value is in order to calculate for Y.

X = 4 (since 1-5V has a span of 4 volts. If it was a 0-10Vdc output, X would be 10)

M = 125 (use divide the Units by the Voltage or Current – 0-500/1-5 = 125) which results in PSI/Volts

B = -125 ( since the output starts at 1 volt, there is an offset.

We calculated a value of 125 PSI/Volt, therefore, 1V = -125)

If the output of the sensor was 0-5Vdc, then there would be no offset.

To test that the values are correct, put them in the equation.

5 volts out should give us 500PSI and 1 volt out should give us 0 PSI.

Y=125(5) + (-125) = 500PSI
Y=125(1) + (-125) = 0 PSI

That’s it.

You've successfully subscribed !
Share

Recent Articles

  • PLC Tutorials

PLC Example on Manufacturing Line Assembly

This PLC example on manufacturing line assembly is an intermediate-level PLC program prepared for the…

2 weeks ago
  • PLC Tutorials

PLC Programming Example with Pushbutton and Motor

In this article, you will learn the PLC programming example with pushbutton and motor control…

2 weeks ago
  • PLC Tutorials

Boolean Logic to PLC Programming

This article teaches how to convert Boolean logic to PLC programming ladder logic with the…

4 weeks ago
  • PLC Tutorials

PLC Programming Example on Timers Function Block

In this article, you will learn the PLC programming example on timers function block using…

2 weeks ago
  • PLC Tutorials

PLC Pump Control: 10 seconds ON & 20 seconds OFF

Design a program for PLC pump control such that the pump must be turned ON…

2 weeks ago
  • Common

Polyvinyl Alcohol in Oil Field

Polyvinyl alcohol (PVA) is a water-soluble and biodegradable synthetic polymer used in oil field cementing…

2 days ago