modelIMC_Conveyor
Induction machine with squirrel cage and inverter driving a conveyor
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
An ideal frequency inverter is modeled by using a VfController and a three-phase SignalVoltage. Frequency is driven by a load cycle of acceleration, constant speed, deceleration and standstill. The mechanical load is a constant torque like a conveyor (with regularization around zero speed).
Simulate for 20 seconds and plot (versus time):
- currentQuasiRMSSensor.I: stator current RMS
- aimc.wMechanical: motor's speed
- aimc.tauElectrical: motor's torque
Default machine parameters are used.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | m | 3 | Number of phases |
| SI.Frequency | unitFrequency | 1 | |
| SI.Voltage | VNominal | 100 | Nominal RMS voltage per phase |
| SI.Frequency | fNominal | aimcData.fsNominal | Nominal frequency |
| SI.AngularVelocity | wNominal | 2*pi*fNominal/aimcData.p | Nominal speed |
| SI.Torque | TLoad | 161.4 | Nominal load torque |
| SI.Inertia | JLoad | 0.29 | Load's moment of inertia |
| SI.Length | r | 0.05 | Transmission radius |
| Modelica.Electrical.Machines.Utilities.ParameterRecords.IM_SquirrelCageData | aimcData | Induction machine data |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Magnetic.FundamentalWave.BasicMachines.InductionMachines.IM_SquirrelCage | aimc | ||
| Modelica.Electrical.Machines.Sensors.CurrentQuasiRMSSensor | currentQuasiRMSSensor | ||
| Modelica.Blocks.Sources.CombiTimeTable | dutyCycle | ||
| Modelica.Electrical.Machines.Utilities.VfController | vfController | ||
| Modelica.Electrical.Polyphase.Sources.SignalVoltage | signalVoltage | ||
| Modelica.Electrical.Polyphase.Basic.Star | star | ||
| Modelica.Electrical.Analog.Basic.Ground | ground | ||
| Modelica.Electrical.Machines.Utilities.TerminalBox | terminalBox | ||
| Modelica.Blocks.Math.Gain | gain | ||
| Modelica.Mechanics.Translational.Components.IdealGearR2T | idealGearR2T | ||
| Modelica.Mechanics.Translational.Components.Mass | mass | ||
| Modelica.Mechanics.Translational.Sources.SignForce | signForce |