History of GenBoard/Manual/Wiring/ManifoldAbsolutePressureExternal
Older Newer
2016-04-11 13:48:09 . . . . catv-80-98-222-153.catv.broadband.hu [400 kPa Voltage <=> kPa table]
2012-01-07 00:02:25 . . . . adsl205-178.pool.businesstel.hu [range of 250kPa sensor is 250 kPa]
2006-01-21 00:27:53 . . . . MembersPage/MarcellGal [note about pincount]
2006-01-14 14:38:06 . . . . MembersPage/MarcellGal [changed link to shop.vems.hu]
2006-01-05 21:29:28 . . . . MembersPage/MarcellGal [minor fix: "leftmost"]
2006-01-05 21:26:02 . . . . MembersPage/MarcellGal [external version, pinout]


Changes by last author:

Added:
400kPa Voltage / kPa table

0.2 -> 4.8V for 20kPa absolute -> max pressure

LINEAR => basic math => any intermediate values, or table with any number of points. On paper, or with formula in xls, or Octave / matlab :

<code>

V=[0 : 0.2: 5]

# For the 400kPa sensor this means 20-400 kPa :

kPa=(V-0.2)*(380/4.6)+20

[V', kPa']

0.00000 3.47826 out of precise range

0.20000 20.00000 min REFERENCE point

0.40000 36.52174

0.60000 53.04348

0.80000 69.56522

1.00000 86.08696

1.20000 102.60870

1.40000 119.13043

1.60000 135.65217

1.80000 152.17391

2.00000 168.69565

2.20000 185.21739

2.40000 201.73913

2.60000 218.26087

2.80000 234.78261

3.00000 251.30435

3.20000 267.82609

3.40000 284.34783

3.60000 300.86957

3.80000 317.39130

4.00000 333.91304

4.20000 350.43478

4.40000 366.95652

4.60000 383.47826

4.80000 400.00000 max REFERENCE point

5.00000 416.52174

</code>

----