There is a cylinder (314.159*h) I am measuring the capacity of with a range sensor. The range (distance) is measured from top (location of sensor) to bottom (of the bin).
I want to indicate its capacity on LabVIEW. So I just need some multiplier and scaling factors for the voltage. Although, I don't know how exactly.
Equation: 5.4857x - 7.1607

The bin is 25" high. So 25” – z (inches) equals the capacity. For instance:
1 mV → 8” = 5340.7 in^3
3 mV → 12” = 4084 in^3
38 mV → 25” = 0 (empty)
To be clear, I need help figuring out what equation is needed to convert the mV (analog) reading into inches.

In LabVIEW, I will add the numeric operations to visually show the capacity...something like this:

I want to indicate its capacity on LabVIEW. So I just need some multiplier and scaling factors for the voltage. Although, I don't know how exactly.
Equation: 5.4857x - 7.1607

The bin is 25" high. So 25” – z (inches) equals the capacity. For instance:
1 mV → 8” = 5340.7 in^3
3 mV → 12” = 4084 in^3
38 mV → 25” = 0 (empty)
To be clear, I need help figuring out what equation is needed to convert the mV (analog) reading into inches.

In LabVIEW, I will add the numeric operations to visually show the capacity...something like this:

Attachments
-
17.9 KB Views: 2
-
21.8 KB Views: 2









