Idmt Calculator Excel

IDMT Calculator (Excel-Compatible)

Calculate Inverse Definite Minimum Time (IDMT) relay settings with precision. Export results to Excel format.

IDMT Calculation Results

Operating Time (seconds)
0.00
Primary Current (A)
0
Secondary Current (A)
0
PSM Calculated
0

Comprehensive Guide to IDMT Calculator Excel: Principles, Applications, and Best Practices

The Inverse Definite Minimum Time (IDMT) relay is a fundamental protective device in electrical power systems, designed to provide time-delayed tripping that is inversely proportional to the fault current magnitude. This comprehensive guide explores the technical aspects of IDMT relays, their calculation methodologies, and how to implement these calculations in Excel for practical engineering applications.

1. Fundamental Principles of IDMT Relays

IDMT relays operate on the principle that higher fault currents should result in faster tripping times, while lower overcurrents allow for longer time delays. This inverse-time characteristic is crucial for:

  • Providing discrimination between primary and backup protection
  • Preventing unnecessary tripping during temporary overloads
  • Ensuring selective coordination in complex power systems
  • Protecting equipment from thermal damage during sustained overcurrents

The operating time of an IDMT relay is determined by three primary parameters:

  1. Current Setting (Is): The threshold current at which the relay begins to operate
  2. Time Multiplier Setting (TMS): Adjusts the operating time curve vertically
  3. Plug Setting Multiplier (PSM): The ratio of fault current to current setting (Ifault/Is)

2. Mathematical Formulation of IDMT Characteristics

The operating time (t) of an IDMT relay is calculated using the general formula:

t = (TMS × k) / (PSMα – 1)

Where:

  • t = Operating time in seconds
  • TMS = Time Multiplier Setting
  • k = Time constant (varies by curve type)
  • PSM = Plug Setting Multiplier (Ifault/Is)
  • α = Exponent (varies by curve type)
Curve Type Standard (IEC 60255) k (Time Constant) α (Exponent) Typical Applications
Standard Inverse IEC 255-4 Curve A 0.14 0.02 General purpose protection, distribution systems
Very Inverse IEC 255-4 Curve B 13.5 1.0 Transformer protection, feeder protection
Extremely Inverse IEC 255-4 Curve C 80.0 2.0 Motor protection, generator protection
Long Time Inverse IEC 255-4 Curve D 120.0 1.0 Cable protection, long feeders
Short Time Inverse Non-standard 0.05 0.04 Instantaneous backup, high-speed protection

3. Practical Implementation in Excel

Creating an IDMT calculator in Excel requires understanding both the mathematical relationships and Excel’s computational capabilities. Here’s a step-by-step guide to building your own IDMT calculator:

  1. Input Section Setup

    Create clearly labeled cells for all input parameters:

    • Current Setting (Is) in amperes
    • Time Multiplier Setting (TMS)
    • Fault Current (Ifault) in amperes
    • CT Ratio (primary:secondary)
    • Curve Type selection (dropdown)
  2. Calculation Section

    Implement the following formulas:

    • Secondary Current: =Fault_Current/(CT_Ratio_Primary/CT_Ratio_Secondary)
    • PSM: =Secondary_Current/Current_Setting
    • Operating Time: =IF(PSM>1, (TMS*k)/(PSM^α-1), “Below pickup”)

    Use a LOOKUP or IFS function to select the appropriate k and α values based on the curve type.

  3. Validation and Error Handling

    Implement data validation to:

    • Ensure all current values are positive
    • Verify CT ratio is in proper format (e.g., 200/5)
    • Check that PSM > 1 (relay only operates above pickup)
    • Provide meaningful error messages
  4. Visualization

    Create a chart showing the time-current characteristic curve:

    • X-axis: Multiples of current setting (PSM)
    • Y-axis: Operating time in seconds (logarithmic scale recommended)
    • Plot the selected curve type
    • Highlight the calculated operating point

4. Advanced Considerations for IDMT Calculation

For professional applications, several advanced factors must be considered:

Factor Impact on IDMT Calculation Typical Adjustment
Ambient Temperature Affects relay operating characteristics, especially for electromechanical relays Apply temperature correction factors (typically 0.5-2% per °C)
DC Component in Fault Current Can cause relay overshoot or undershoot Use time delay compensation (typically 10-30ms)
CT Saturation Distorts secondary current waveform Apply saturation correction factors (5-15% depending on burden)
Relay Overshoot Actual operating time may be 5-15% less than calculated Apply 0.85-0.95 multiplier to calculated time
System Frequency Variations Affects timing characteristics, especially for electromechanical relays Apply frequency correction (typically ±1% per Hz)

5. Coordination with Other Protective Devices

Proper IDMT relay settings must coordinate with:

  • Upstream Devices: Ensure selective tripping by maintaining a minimum time difference (typically 0.3-0.5 seconds) between primary and backup protection
  • Downstream Devices: Prevent unnecessary tripping by setting appropriate current thresholds
  • Instantaneous Elements: Coordinate with definite time or instantaneous overcurrent elements
  • Differential Protection: Ensure IDMT settings don’t interfere with high-speed differential schemes
  • Reclosers and Fuses: Maintain proper coordination with distribution system protection devices

The coordination process typically involves:

  1. Plotting all protective device characteristics on a time-current curve
  2. Ensuring minimum separation margins between curves
  3. Verifying protection coverage for all fault types
  4. Checking sensitivity at minimum fault levels
  5. Validating settings through system studies

6. Common Applications and Case Studies

IDMT relays are employed in various power system applications:

6.1 Distribution Feeder Protection

Typical settings for a 11kV distribution feeder:

  • Current Setting: 60% of maximum load current (e.g., 300A for 500A feeder)
  • TMS: 0.2-0.5 (depending on coordination requirements)
  • Curve Type: Standard or Very Inverse
  • Coordination margin: 0.4 seconds with upstream relay

6.2 Transformer Protection

Considerations for transformer IDMT protection:

  • Account for transformer inrush current (typically 8-12× rated current)
  • Use Very Inverse or Extremely Inverse curves
  • Coordinate with transformer thermal capability curves
  • Typical TMS range: 0.1-0.3 for primary protection

6.3 Motor Protection

Special requirements for motor protection:

  • Use Extremely Inverse curves to match motor thermal characteristics
  • Current setting typically 125-150% of full load current
  • Coordinate with motor starting characteristics
  • TMS selection based on motor thermal time constant

7. Excel Implementation Best Practices

When developing IDMT calculators in Excel, follow these professional practices:

  1. Structured Workbook Design
    • Separate sheets for Input, Calculations, Results, and Charts
    • Use named ranges for all critical parameters
    • Implement data validation for all inputs
    • Include a version control system
  2. Error Handling
    • Use IFERROR functions to handle calculation errors
    • Implement conditional formatting to highlight invalid inputs
    • Provide clear error messages
    • Include input range checks
  3. Documentation
    • Include a “Help” sheet with instructions
    • Document all formulas and assumptions
    • Provide references to relevant standards
    • Include example cases
  4. Visualization
    • Create dynamic charts that update with inputs
    • Use logarithmic scales for time-current curves
    • Implement conditional formatting for results
    • Include comparison with standard curves
  5. Automation
    • Use VBA for complex calculations if needed
    • Implement export functionality to other formats
    • Create templates for common applications
    • Develop sensitivity analysis tools

8. Standards and Regulatory Considerations

The design and application of IDMT relays are governed by several international standards:

  • IEC 60255: Electrical relays – series of standards covering all aspects of relay performance and testing
  • IEEE C37.91: Guide for protective relay applications to power transformers
  • IEEE C37.112: Standard inverse-time characteristic equations for overcurrent relays
  • ANSI/IEEE C37.2: Electrical power system device function numbers and contact designations
  • NFPA 70 (NEC): National Electrical Code requirements for overcurrent protection

For critical applications, always verify calculations against these standards and consult with protection engineers. The National Institute of Standards and Technology (NIST) provides valuable resources on electrical measurement standards, while the U.S. Department of Energy offers guidelines on power system protection practices.

9. Common Mistakes and Troubleshooting

Avoid these frequent errors in IDMT calculations:

  1. Incorrect CT Ratio Application

    Mistake: Using primary current directly without converting to secondary values

    Solution: Always calculate secondary current = (Primary Current) × (CT Secondary/CT Primary)

  2. PSM Calculation Errors

    Mistake: Calculating PSM as Fault Current/Current Setting without CT ratio conversion

    Solution: PSM = (Fault Current × CT Secondary)/(CT Primary × Current Setting)

  3. Curve Type Mismatch

    Mistake: Using wrong curve constants (k and α) for selected curve type

    Solution: Verify curve parameters against IEC 60255 standards

  4. TMS Misapplication

    Mistake: Assuming TMS directly equals operating time

    Solution: Remember TMS is a multiplier in the time calculation formula

  5. Coordination Violations

    Mistake: Insufficient time margins between primary and backup protection

    Solution: Maintain minimum 0.3-0.5s coordination margin

10. Future Trends in IDMT Protection

The field of overcurrent protection is evolving with several emerging trends:

  • Digital Twin Technology

    Creating virtual replicas of protection systems for real-time simulation and testing of IDMT settings before physical implementation.

  • Adaptive Protection Schemes

    IDMT relays with dynamic settings that adjust based on system conditions, load levels, and generation patterns.

  • Wide-Area Protection Systems

    Integrating IDMT relays with phasor measurement units (PMUs) for system-wide coordination and optimization.

  • Machine Learning Applications

    Using AI to optimize IDMT settings based on historical fault data and system performance.

  • Cybersecurity Enhancements

    Implementing advanced security protocols for digital IDMT relays to prevent cyber threats to protection systems.

  • IEC 61850 Integration

    Enhanced communication protocols for seamless integration of IDMT relays into modern substation automation systems.

For engineers looking to stay current with these developments, the IEEE Power & Energy Society offers valuable resources and research publications on emerging protection technologies.

11. Practical Example: Distribution Feeder Protection

Let’s work through a complete example for a 11kV distribution feeder:

System Parameters:

  • Feeder rating: 10 MVA
  • Primary voltage: 11 kV
  • Maximum load current: 525 A
  • CT ratio: 600/5
  • Fault level at busbar: 250 MVA

Protection Requirements:

  • Primary protection for feeder
  • Backup protection for downstream laterals
  • Coordination with 400V fuse protection

Calculation Steps:

  1. Current Setting (Is)

    Choose 125% of maximum load current:

    Is = 1.25 × 525 = 656 A (primary)

    Secondary current setting = 656 × (5/600) = 5.47 A

    Select standard setting: 5.5 A

  2. Fault Current Calculation

    Three-phase fault current:

    Ifault = (250 MVA)/(√3 × 11 kV) = 13,122 A (primary)

    Secondary fault current = 13,122 × (5/600) = 109.35 A

  3. PSM Calculation

    PSM = Secondary fault current / Current setting

    PSM = 109.35 / 5.5 = 19.88

  4. TMS Selection

    For coordination with downstream fuses, select TMS = 0.3

  5. Curve Selection

    Choose Standard Inverse curve (IEC 255-4 Curve A) for general distribution application

  6. Operating Time Calculation

    Using standard inverse formula:

    t = (0.3 × 0.14) / (19.880.02 – 1) = 0.042 / (1.11 – 1) = 0.38 seconds

Verification:

  • Check coordination with downstream 400V fuses (typically 0.1-0.2s operating time)
  • Verify sensitivity at minimum fault current (typically 20% of maximum fault current)
  • Confirm settings meet utility protection guidelines

Leave a Reply

Your email address will not be published. Required fields are marked *