Author Topic: Pressure Sensore Setting&Scale  (Read 5982 times)

MimmoA

  • Guest
Pressure Sensore Setting&Scale
« on: October 22, 2013, 10:58:34 AM »
Hello Everybody,
I have a Pressure Sensor to set on my system controlling with a MC 050 010 in the "C1p26_MFIn" it works on a 0-400 bar range,and a 1000-6000 mV range (with a voltmeter i checked that when it's 0 bar i have 1000 mV ),
I setted also
PinConfig0 = 0
PinConfig1 = 2
DigInConfigHigh = 3000
DigInConfigLow = 2000

How should I set and scale the signal to have a right output?
Thanks in advance
Regards
Mimmo

bgtwuk

  • Guest
Re: Pressure Sensore Setting&Scale
« Reply #1 on: October 22, 2013, 01:56:44 PM »
There are function bocks in the compliance section that work perfectly.


Bgtwuk

Offline spittet

  • PLUS+1 Guru
  • *****
  • Posts: 117
  • Karma: +6/-1
Re: Pressure Sensore Setting&Scale
« Reply #2 on: October 22, 2013, 04:37:12 PM »
You could use a scale component with the following parameters :

A1 = your mV input from the Volt output of the C1p26 MFin input
A5 = 1000
A2 = 6000
A4 = 0
A3 = 400
X1 = your pressure output in bar

Sam