What it does
Map ADC or PLC samples onto engineering units.
Raw counts to meaningful measurements.
Start with a sample or add your own input.
Your result will appear here.
Understand the format, the calculation, and what to look for.
Map ADC or PLC samples onto engineering units.
target = min_target + (value − min_raw) / (max_raw − min_raw) × (max_target − min_target).
An ADC sample of 2048 on a 0–4095 range maps to 50.0122 on a 0–100 scale. Reversed ranges are supported.