1. Converting Generator Output for Grid Reporting
Electrical EngineerBackground
An engineer is compiling a capacity report for a newly installed backup generator rated at 2,500 kW.
Problem
The utility grid operator requires all capacity submissions to be formatted in megawatts (MW) with a precision of 4 decimal places.
How to use
Enter 2500 in the Kilowatts field and set the Decimal Precision to 4.
{
"kilowatts": 2500,
"precision": 4
}Outcome
The tool outputs a JSON result showing 2.5 MW.