Evaluate the AutomationView desktop suite free for 30 days. No credit card required. Claim trial key →

Tag: Calculator

search

Inside Centrifugal Pump Efficiency: A Technical Guide to Hydraulic and Shaft Power Calculation

Calculator
%%{init: {'theme':'dark', 'themeVariables': { 'background': '#001c38' }}}%%
flowchart LR
    A[Hydraulic Power Ph] --> B[Pump Efficiency]
    B --> C[Shaft Power Ps]
    C --> D[Motor Drive Losses]
    D --> E[Wire-to-Water Efficiency]
AutomationView Icon AutomationView
calendar_month

Inside Centrifugal Pump Efficiency: A Technical Guide to Hydraulic and Shaft Power Calculation

Calculating centrifugal pump efficiency goes beyond plugging numbers into a formula. On the plant floor, operating away from the Best Efficiency Point (BEP) accelerates mechanical wear, increases vibration, and wastes significant energy. This guide details the rigorous methods for centrifugal pump efficiency calculation, focusing on hydraulic power, shaft power, and practical system performance. Understanding the […]

Read Article arrow_forward

Deep Dive: Calculating Pump Flow Rates and Head Pressure for VFD Control

Calculator
%%{init: {'theme':'dark', 'themeVariables': { 'background': '#001c38' }}}%%
---
title: Pump System Head Components
---
flowchart TD
    classDef default fill:#1f2937,stroke:#4b5563,color:#f3f4f6
    classDef static fill:#3b82f6,stroke:#2563eb,color:#ffffff
    classDef friction fill:#ef4444,stroke:#b91c1c,color:#ffffff
    classDef total fill:#10b981,stroke:#059669,color:#ffffff
    A["Static Head (Elevation)"]:::static --> C["Total Dynamic Head (TDH)"]:::total
    B["Friction Head (Pipe Loss)"]:::friction --> C
    C --> D["Required Pump Curve"]
AutomationView Icon AutomationView
calendar_month

Deep Dive: Calculating Pump Flow Rates and Head Pressure for VFD Control

When an industrial automation engineer is tasked with integrating a Variable Frequency Drive (VFD) for a centrifugal pump, simply wiring the motor and setting a 0-60Hz ramp is insufficient. To properly tune the PID loop and prevent deadheading or cavitation, you must understand the underlying fluid dynamics. The critical metric for sizing and controlling any […]

Read Article arrow_forward

How-To: Calculating Servo Motor Inertia Ratio for High-Speed Indexing

Calculator
%%{init: {'theme':'dark', 'themeVariables': { 'background': '#001c38' }}}%%
---
title: Servo System Inertia Matching
---
flowchart LR
    classDef default fill:#1f2937,stroke:#4b5563,color:#f3f4f6
    classDef motor fill:#3b82f6,stroke:#2563eb,color:#ffffff
    classDef load fill:#ef4444,stroke:#b91c1c,color:#ffffff
    classDef gearbox fill:#10b981,stroke:#059669,color:#ffffff
    A["Servo Motor (J_m)"]:::motor --> B["Gearbox (i:1)"]:::gearbox
    B --> C["Driven Load (J_l)"]:::load
AutomationView Icon AutomationView
calendar_month

How-To: Calculating Servo Motor Inertia Ratio for High-Speed Indexing

When an industrial automation engineer sizes a servo motor for a high-speed indexing application, simply matching the torque and speed requirements is a recipe for disaster. If the inertia of the driven load vastly exceeds the inertia of the motor rotor, the servo system will struggle to control the load dynamically. This mismatch results in […]

Read Article arrow_forward

Deep Dive: Three-Phase Motor FLA Calculation for Precise Overload Sizing

Calculator
%%{init: {'theme':'dark', 'themeVariables': { 'background': '#001c38' }}}%%
---
title: Motor FLA Calculation
---
flowchart LR
    classDef default fill:#1E293B,stroke:#475569,stroke-width:2px,color:#F8FAFC
    classDef math fill:#3B82F6,stroke:#2563EB,color:#FFFFFF

    A["Motor HP/kW"] --> B("Voltage & Power Factor")
    B --> C["Calculate FLA"]:::math
    C -->|NEC 430.32| D["Overload Sizing (115% - 125%)"]
AutomationView Icon AutomationView
calendar_month

Deep Dive: Three-Phase Motor FLA Calculation for Precise Overload Sizing

A smoking motor on the plant floor is a rapid way to halt production and burn through maintenance budgets. While modern Variable Frequency Drives (VFDs) offer sophisticated electronic motor protection, countless induction motors are still driven by traditional across-the-line starters or soft starters. The primary defense against melting stator windings in these setups is the […]

Read Article arrow_forward