ACIM Constant Parameter Model VI
- Updated2023-02-21
- 4 minute(s) read
ACIM Constant Parameter Model VI
Owning Palette: AC Induction Motor VIs
Requires: Electric Motor Simulation Toolkit
Simulates the AC Induction Motor (ACIM) by using the constant parameter model function.
![]() |
temperature specifies the stator temperature and the rotor temperature of the electric motor. If the value of stator temperature or rotor temperature is greater than 0, this VI performs the temperature correction functionality for the stator resistance and the rotor resistance.
| ||||||||||||||||||
![]() |
initialize? specifies whether to initialize the internal state of the electric motor. This VI performs calculations that are dependent on all previous data since the VI last ran or since you set initialize? to TRUE. If you set initialize? to TRUE, this VI resets the internal state of the motor to 0 and restarts the electric motor simulation. The default value is FALSE. | ||||||||||||||||||
![]() |
ACIM constant parameters specifies the parameters describing the characteristics of an ACIM.
| ||||||||||||||||||
![]() |
voltage specifies the three-phase voltage, in volts, of the electric motor. The voltage represents the three-phase voltage in a three-phase electric power system. Therefore, this array must have three elements, and each array element must specify one phase of the voltage. | ||||||||||||||||||
![]() |
speed specifies the rotor speed, in revolutions per minute, of the electric motor. | ||||||||||||||||||
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | ||||||||||||||||||
![]() |
dt specifies the time interval, in seconds, at which LabVIEW simulates the electric motor. The value of dt must be greater than 0. | ||||||||||||||||||
![]() |
abc current returns the three-phase current, in amperes, in the electric motor. This output is a three-element array, each element representing one phase of the three-phase current. | ||||||||||||||||||
![]() |
torque returns the electromagnetic torque, in newton meters, of the electric motor. | ||||||||||||||||||
![]() |
error out contains error information. This output provides standard error out functionality. |
Example
Refer to the ACIM Constant Parameter Model Closed Loop VI in the labview\examples\Electric Motor Simulation\ACIM\ACIM Constant Parameter Model Closed Loop directory for an example of using the ACIM Constant Parameter Model VI.