tarsolutiontools

Raw counts to meaningful measurements.

01 Input

Processed on demand. Never saved.

02 Output

⌘

A little clarity awaits.

Start with a sample or add your own input.
Your result will appear here.

Ready when you areJSON API · no cache
A CLOSER LOOK

The details behind
the result.

Understand the format, the calculation, and what to look for.

What it does

Map ADC or PLC samples onto engineering units.

Formula

target = min_target + (value − min_raw) / (max_raw − min_raw) × (max_target − min_target).

Example

An ADC sample of 2048 on a 0–4095 range maps to 50.0122 on a 0–100 scale. Reversed ranges are supported.

Inputs explained

Raw samples
Comma, space or newline separated numbers.
Raw minimum
Raw minimum
Raw maximum
Raw maximum
Target minimum
Target minimum
Target maximum
Target maximum
Decimal places
Decimal places
Outside range
Outside range