mcb.getACIMParameters
Description
Examples
Get parameters for an EM_Synergy ACIM.
acim = mcb.getACIMParameters("EM_Synergy")acim =
struct with fields:
model: 'EM_Synergy-M800006'
sn: '001'
p: 2
Rs: 1.9900
Rr: 1.9200
Lls: 0.0021
Lm: 0.0253
Llr: 0.0021
J: 1.7500e-04
B: 2.0400e-04
I_rated: 1.8300
Id0: 1.0800
V_rated: 14.8500
N_rated: 1121
N_base: 1500
F_rated: 50
Ls: 0.0274
Lr: 0.0274
sigma: 0.1474
Iq0: 1.4773
FluxRated: 0.0273
T_rated: 0.1118Create a new ACIM parameter structure with default values, which you can populate with custom values for your ACIM model.
acim = mcb.getACIMParameters("myACIM")Creating new parameter structure.
acim =
struct with fields:
model: 'new'
sn: '001'
p: 1
Rs: 1
Rr: 1
Lls: 1.0000e-03
Lm: 0.0100
Llr: 1.0000e-03
J: 1.0000e-04
B: 1.0000e-04
I_rated: 1
Id0: 1
V_rated: 1
N_rated: 1
N_base: 1
F_rated: 1
Ls: 0.0110
Lr: 0.0110
sigma: 0.1736
Iq0: 0
FluxRated: 0.0100
T_rated: 0Input Arguments
Type of ACIM, specified as a character vector or string.
If you specify a value other than the ones listed above, the function returns a structure with default parameter values.
Output Arguments
ACIM parameters, returned as a struct with the following fields:
model— Manufacturer's model number, returned as a character vectorsn— Manufacturer's serial number, returned as a character vectorp— Number of pole pairs, returned as a scalarRs— Stator resistance (in ohms), returned as a scalar, returned as a scalarRr— Rotor resistance (in ohms), returned as a scalar, returned as a scalarLls— Stator leakage inductance (in henry), returned as a scalarLm— Magnetizing inductance (in henry), returned as a scalarLlr— Rotor leakage inductance (in henry), returned as a scalarJ— Rotor inertia coefficient (in kg-m2), returned as a scalarB— Viscous damping coefficient (in kg-m2/ sec), returned as a scalarI_rated— Rated current (in amperes), returned as a scalarId0— Rated magnetizing current (in amperes), returned as a scalarV_rated— Rated voltage (in volts), returned as a scalarN_rated— Rated speed at full load (in rpm), returned as a scalarN_base— Base rotor speed (in rpm), returned as a scalarF_rated— Rated frequency (in Hz), returned as a scalarLs— Total stator inductance (in henry), returned as a scalarLr— Total rotor inductance (in henry), returned as a scalarsigma— Leakage factor, returned as a scalarIq0— Ratedq-axis current (in amperes), returned as a scalarFluxRated— Rated rotor flux (in weber), returned as a scalarT_rated— Rated torque (in Nm), returned as a scalar
Version History
Introduced in R2022aThe function mcb_SetACIMMotorParameters is now named
mcb.getACIMParameters.
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)