Efficiency (OPT-POWER-ADV)

This chapter describes the Efficiency Computation feature. It is designed for analyzing DC power and mechanical power. The DC power analysis is done via voltage and current, while mechanical power is measured with speed and torque sensors, in the same calculation period. It calculates power, average speed, average torque and efficiency regarding the electrical power. In case of electrical excitation of the machine, excitation voltage and excitation current can be entered here and taken into account for the efficiency calculation.

Detail Settings in OXYGEN Power Group

Fig. 55 Detail Settings in OXYGEN Power Group

  1. Details Tab for Settings of Efficiency calculation.

  2. Enable/Disable DC power analysis.

  3. Input field for DC voltage channel (unit must be V).

  4. Input field for DC current channel (unit must be A).

  5. Button to add DC power analysis group. Voltage & Current Pair (up to 6)

  6. Enable/Disable Mechanical power analysis.

  7. Input field for rotation speed channel (unit must be rpm or U/min).

  8. Input field for torque channel (unit must be Nm).

  9. Button to add Mechanical power analysis group. (up to 6)

  10. Enable/Disable Machine Excitation.

  11. Input field for Machine Excitation voltage channel (unit must be V).

  12. Input field for Machine Excitation current channel (unit must be A).

  13. Button for creation of a DC power to AC power efficiency map module (Matrix Sampler).

  14. Button for creation of an AC to Mechanical power efficiency map module (Matrix Sampler).

  15. Button for creation of a DC to Mechanical power efficiency map module (Matrix Sampler).

Channel Reference

Table 14 Legend

Symbol

Equatiom

Description

\mathrm{SR}

Samplerate (may differ from electrical input channels)

\mathrm{N}

\frac{SR}{f_{fund}}

Number of Samples in calculation cycle

P_mech

This is the mechanical power, updated every calculation cycle given by calculation sync source (same as electrical power).

\begin{aligned}
P_{mech} &= \frac{1}{N} \sum_{n=0}^{N} speed[n] \cdot torque[n] \cdot \frac{2 \cdot \pi}{60}  & Unit: \mathbf{W}
\end{aligned}

n_mech

This is the rotational speed average, updated every calculation cycle given by calculation sync source (same as electrical power).

\begin{aligned}
n_{mech} &= \frac{1}{N} \sum_{n=0}^{N} speed[n]  & Unit: \mathbf{rpm}
\end{aligned}

M_mech

This is the mechanical torque average, updated every calculation cycle given by calculation sync source (same as electrical power).

\begin{aligned}
M_{mech} &= \frac{1}{N} \sum_{n=0}^{N} torque[n]  & Unit: \mathbf{Nm}
\end{aligned}

Eff_DC_AC

This is the efficiency of the inverter, related by the DC power input to the AC power output, updated every calculation cycle given by calculation sync source (same as electrical power).

\begin{aligned}
    Eff_{DC\_AC} &=
    \begin{cases}
        \frac{P_{t\_AC}}{P_{DC}} \cdot 100 & \quad \text{if } P_{t\_AC} > 0\\
        \frac{P_{DC}}{P_{t\_AC}} \cdot 100 & \quad \text{if } P_{t\_AC} < 0 \; and \; P_{DC} < 0\\
    \end{cases}
    &  Unit: \mathbf{\%}
\end{aligned}

With P_{t\_AC} being total AC active Power.

Eff_mech

This is the efficiency of the Motor, related to electrical power input, updated every calculation cycle given by calculation sync source (same as electrical power).

\begin{aligned}
    Eff_{mech} &=
    \begin{cases}
        \frac{P_{mech}}{P_{t\_AC}+P_{exc}} \cdot 100 & \quad \text{if } P_{t\_AC} > 0\\
        \\
        \frac{|P_{t\_AC}|}{|P_{mech}|+P_{exc}} \cdot 100 & \quad \text{if } P_{t\_AC} < 0 \; and \; P_{mech} <0\\
    \end{cases}
    &  Unit: \mathbf{\%}
\end{aligned}

With P_{t\_AC} being total AC active Power. In case the Machine Excitation is not used P_{exc} is zero.

Eff_sys

This is the efficiency of the system, related by electrical DC power intput to mechanical power output, updated every calculation cycle given by calculation sync source (same as electrical power).

\begin{aligned}
    Eff_{sys} &=
\begin{cases}
    \frac{P_{mech}}{P_{DC}+P_{exc}} \cdot 100 & \quad \text{if } P_{DC} > 0\\
    \\
    \frac{|P_{DC}|}{|P_{mech}|+P_{exc}} \cdot 100 & \quad \text{if } P_{DC} < 0 \; and \; P_{mech} <0\\
\end{cases}
&  Unit: \mathbf{\%}
\end{aligned}

In case the Machine Excitation is not used P_{exc} is zero.

Attention

In case of more groups for P_{mech} or P_{DC} (see 5 and 7) P_{mech} or P_{DC} refers to the sum of power of these groups respectively.