Main Content

Induction Machine Scalar Control

Induction machine V/f control

  • Induction Machine Scalar Control block

Libraries:
Simscape / Electrical / Control / Induction Machine Control

Description

The Induction Machine Scalar Control block implements an induction machine scalar, that is V/f or V/Hz, control structure. The diagram shows the open-loop V/f control structure that the block implements.

Equations

The Induction Machine Scalar Control block computes the magnitude of the stator voltage based on the reference frequency, fs*, as:

Vs*=(VnVminfnfmin)fs*,

where:

  • Vn is the rated voltage.

  • Vmin is the minimum voltage.

  • fn is the rated electrical frequency.

  • fmin is the minimum frequency.

The voltage components in the stationary reference frame are:

Vα=Vs*cos(2πfs*t)

and

Vβ=Vs*sin(2πfs*t).

The block obtains Vabc from Vα and Vβ by using an inverse Clarke transformation.

Ports

Input

expand all

Reference electrical frequency.

Example: Example

Data Types: single | double

Output

expand all

Reference phase voltages.

Example: Example

Data Types: single | double

Parameters

expand all

Nominal frequency.

Nominal voltage.

Lower bound for the voltage.

Time, in s, between consecutive block executions. During execution, the block produces outputs and, if appropriate, updates its internal state. For more information, see What Is Sample Time? and Specify Sample Time.

If this block is inside a triggered subsystem, inherit the sample time by setting this parameter to -1. If this block is in a continuous variable-step model, specify the sample time explicitly using a positive scalar.

Extended Capabilities

C/C++ Code Generation
Generate C and C++ code using Simulink® Coder™.

Version History

Introduced in R2017b