# Inverse-Time Overcurrent Relay Setting (IEC 60255-151)

Compute the operating time of an inverse-time overcurrent relay per IEC 60255-151: t = TMS·(k/((I/I_s)^α − 1)). Supports Standard Inverse (SI), Very Inverse (VI), Extremely Inverse (EI) and Long-Time Inverse (LTI) curves, and samples a T-I characteristic.

> Canonical page: https://elysiatools.com/en/tools/relay-setting-calculator

- **Category:** Math & Numbers

- **Keywords:** overcurrent relay, IEC 60255, inverse time, TMS, pickup current, SI, VI, EI, LTI, protection, fault current, electrical engineering

## Overview

Calculate the operating time of inverse-time overcurrent protection relays according to the IEC 60255-151 standard. This calculator supports Standard Inverse (SI), Very Inverse (VI), Extremely Inverse (EI), and Long-Time Inverse (LTI) curves, allowing electrical engineers to determine trip times and generate T-I characteristic data points using pickup current, fault current, and time multiplier settings.

## Inputs

- **Curve Type** (select)
- **Pickup Current I_s (A)** (number): Relay pickup (setting) current, primary side.
- **Time Multiplier TMS** (number): Time multiplier setting, typical 0.05 – 1.0.
- **Fault Current I (A)** (number): Applied fault current. Must exceed pickup (I > I_s) for the relay to operate.
- **Curve Sample Points** (number): Number of points sampled on the T-I curve (11–41).
- **Decimal Places** (number)

## When to use

- Designing electrical protection coordination schemes for power distribution networks.
- Verifying relay trip times during commissioning or periodic maintenance testing.
- Generating T-I (Time-Current) curve data points to plot protection characteristics in engineering reports.

## How it works

- Select the IEC 60255-151 curve type (Standard, Very, Extremely, or Long-Time Inverse) to define the curve constants k and alpha.
- Input the primary pickup current (I_s), the applied fault current (I), and the time multiplier setting (TMS).
- Specify the number of curve sample points and decimal precision to generate the detailed T-I characteristic dataset.
- Run the calculation to obtain the exact relay operating time and the sampled curve points in JSON format.

## Use cases

- Calculating the trip time of a feeder relay under a specific short-circuit fault current.
- Determining the grading margin between upstream and downstream relays to prevent nuisance tripping.
- Generating data points to model relay characteristics in power system simulation software.

## Frequently asked questions

### What is the formula used for the calculation?

It uses the IEC 60255-151 standard formula: t = TMS * (k / ((I / I_s)^alpha - 1)), where I is the fault current and I_s is the pickup current.

### What curve types are supported by this calculator?

It supports Standard Inverse (SI), Very Inverse (VI), Extremely Inverse (EI), and Long-Time Inverse (LTI) curves.

### Why does the calculator require the fault current to exceed the pickup current?

An overcurrent relay only initiates its timing sequence when the fault current (I) is strictly greater than the pickup current (I_s).

### What is the typical range for the Time Multiplier Setting (TMS)?

The TMS typically ranges from 0.05 to 1.0, which scales the overall operating time of the relay.

### What output format does the calculator provide?

It outputs a JSON object containing the calculated operating time, input parameters, and a sampled array of points along the T-I curve.

## Related tools

- [Cam Follower Displacement Calculator](https://elysiatools.com/en/tools/cam-follower-displacement): Calculate the follower displacement, velocity coefficient, acceleration coefficient and pressure angle during the cam rise phase. Supports constant-velocity, constant-acceleration, harmonic (SHM) and cycloidal motion laws.
- [Heat Exchanger LMTD Calculator (Log Mean Temperature Difference)](https://elysiatools.com/en/tools/heat-exchanger-lmtd): Compute the Log Mean Temperature Difference (LMTD) of a heat exchanger for parallel or counter flow. Parallel flow: ΔT₁ = T_h,in - T_c,in and ΔT₂ = T_h,out - T_c,out; counter flow: ΔT₁ = T_h,in - T_c,out and ΔT₂ = T_h,out - T_c,in. LMTD = (ΔT₁ - ΔT₂)/ln(ΔT₁/ΔT₂), or ΔT₁ when ΔT₁ = ΔT₂. A non-positive terminal difference (temperature cross) is physically impossible and is rejected. Optionally, with the overall heat transfer coefficient U (W/(m²·K)) and the heat transfer area A (m²), the heat transfer rate Q = U·A·LMTD (W) is returned. Temperatures are used only as differences: Δ°C = ΔK and Δ°F ×5/9 = ΔK; the LMTD is reported in K.
- [Mean Calculator](https://elysiatools.com/en/tools/mean-calculator): Calculate the arithmetic mean of a numeric dataset and review the main supporting statistics
- [Trimmed Mean Calculator](https://elysiatools.com/en/tools/trimmed-mean-calculator): Calculate a trimmed mean by removing the same percentage of low and high values before averaging
- [Wedge Angle Force Calculator](https://elysiatools.com/en/tools/wedge-angle-force-calculator): Calculate the force-amplification ratio and self-locking condition of a wedge mechanism. Ideal M = 1/tan(α), with friction M = 1/tan(α+ρ) where ρ = arctan(μ). Self-locking when α ≤ ρ (i.e. tan(α) ≤ μ).
- [Geometric Mean Calculator](https://elysiatools.com/en/tools/geometric-mean-calculator): Calculate the geometric mean of positive numeric values for growth rates, ratios, and multiplicative datasets
- [Harmonic Mean Calculator](https://elysiatools.com/en/tools/harmonic-mean-calculator): Calculate the harmonic mean of positive values, with optional arithmetic and geometric mean comparison
- [APACHE II Score Calculator](https://elysiatools.com/en/tools/apache-ii-score): Calculate the APACHE II (Acute Physiology and Chronic Health Evaluation II) ICU severity score. APACHE II = Acute Physiology Score (12 variables, each 0–4 using the worst value in the first 24 h) + Age points (0–6) + Chronic Health points (0/2/5). Range 0–71; higher scores indicate worse prognosis. Oxygenation uses the A-a gradient when FiO₂ ≥ 0.5, otherwise PaO₂. Creatinine points are doubled when acute renal failure is indicated. GCS contributes 15 − GCS. Also reports the base-model predicted mortality: R = 1/(1 + e^(−logit)), logit = −3.517 + 0.146 × score (diagnostic-category weight not included). Thresholds cross-verified against Knaus 1985 (Crit Care Med) and the SFAR scoring table. Not a substitute for clinical judgement. Not medical advice.

## Samples

- [Time Zone Workflow Scheduler ICS Samples](https://elysiatools.com/en/samples/time-zone-workflow-scheduler-ics-samples): ICS files generated in the same structure returned by the Time Zone Workflow Scheduler, with multiple VEVENT meeting candidates exported from overlap windows
- [WebRTC Real-Time Communication Samples](https://elysiatools.com/en/samples/webrtc-samples): Comprehensive WebRTC samples for peer-to-peer audio/video communication, data channels, screen sharing, and signaling server implementation
- [Android Date & Time Java Samples](https://elysiatools.com/en/samples/android-datetime-java): Android Java date and time examples including getting current time, formatting dates, and parsing date strings
- [Android Date & Time Kotlin Samples](https://elysiatools.com/en/samples/android-datetime-kotlin): Android Kotlin date and time examples including getting current time, formatting dates, and parsing date strings
