Tarsolution engineering tools
Sensor Data Normalizer

Comma or space-separated numbers.

Controls rounding in the normalized output.

Result stream

Key features

• Linear interpolation from raw to scaled range. • Works with comma or space separated lists. • Produces per-sample normalized values for quick copy/paste.

Formula breakdown

normalized = ((value - min_raw) / (max_raw - min_raw)) * (max_target - min_target) + min_target. Good for analog sensors, 4–20 mA loops, or ML preprocessing.

Typical engineering uses

• Map ADC counts to temperature/pressure scales. • Normalize telemetry for anomaly detection models. • Verify PLC scaling before writing back to HMIs.