AddInductionMotorData Method
Declaration Description Parameters Method Result See Also Example

<< Click to Display Table of Contents >>

Navigation:  Additional Resources > OLE/COM Automation > Methods > Data Library >

AddInductionMotorData Method
Declaration Description Parameters Method Result See Also Example

Previous pageReturn to chapter overviewNext page

 

Section

Declaration

 

procedure AddInductionMotorData(

const Description, Voltage: WideString;

Frequency: Double;

Poles: Integer;

StatorR, StatorX: Double;

RotorR, RotorX: Double;

MagR, MagX: Double;

Intertia: Double;

const LoadTorqueFunc: WideString;

StartType: Integer;

VSDLimit: Double;

const SlipringFunc: WideString;

StatorVpu, AutoTrfrVpu: Double;

SlipSwitchoutFlag: Integer;

SlipSwitchoutValue: Double;

UpdateF: Integer

);

Section

Description

Adds an Induction Motor to the Data Library

Section

Parameters

 

Input Parameter

Usage

Description

Induction Motor Description

Voltage

Voltage can be specified for example as 88000 or 88kV

Frequency

Frequency of the Motor

Poles

Number of Poles of the Motor

StatorR

Stator Resistance in Ohm

StatorX

Stator Reactance in Ohm

RotorR

Rotor Resistance in Ohm

RotorX

Rotor Reactance in Ohm

MagR

Magnitising Resistance in Ohm

MagX

Magnitising Reactance in Ohm

Inertia

Load and Motor Intertia

LoadTorqueFunc

Load Torque Function as a function of slip e.g. 0.1*slip^-0.6 + 0.1

StartType

Start-up method for this Motor

VSDLimit

Limit starting current to a % of the running current.

SlipringFunc

Slipring function in Ohm as a function of slip and running slip e.g. ceil( (s - rs) / (1 - rs) * 10 ) / 10

StatorVpu

Stator input Voltage due to Stator Impedance

AutoTrfrVpu

Stator input Voltage due to Auto Transformer

SlipSwitchOutFlag

If enabled the Starter will drop out after slip reaches the set value.

SlipSwitchoutValue

The slip value where the Starter will drop out if SlipSwitchOutFlag is set.

UpdateF

Update Induction Motor Data if a Conflict Exists

Section

Method Result

None

Section

Example

PowaMasterObj.AddInductionMotorData( Description, Voltage, Frequency, Poles, StatorR, StatorX, RotorR, RotorX, MagR, MagX, Intertia, LoadTorqueFunc, StartType, VSDLimit, SlipringFunc, StatorVpu, AutoTrfrVpu, SlipSwitchoutFlag, SlipSwitchoutValue, UpdateF);

Section

See Also

AddInductionMotorDataEx

Motor Details

AddVoltage

AddTransformerData

AddConductorData

AddProtectionData

AddMotorData

Section