AddProtectionData Method
Declaration Description Parameters Method Result See Also Example

<< Click to Display Table of Contents >>

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

AddProtectionData Method
Declaration Description Parameters Method Result See Also Example

Previous pageReturn to chapter overviewNext page

 

Section

Declaration

 

procedure AddProtectionData(

const DeviceName: WideString;

CurveType, DeviceType, CTPrimary, CTSecondary: Integer;

PlugSetting, TimeMultiplier, DefMinTime: Double;

CTSaturation: Integer;

InstantPlugSetting, InstantTripTime,

MinDicsrTime, Rating, Utm, Ucm: Double;

const UserData: WideString;

UpdateF: Integer

);

Section

Description

Adds a Protection Device to the Data Library

Section

Parameters

 

Parameter

Usage

DeviceName

Protection Device Name

CurveType

Normal Inverse, Very Inverse, Extremely Inverse, Long Inverse, User Defined,

Moderate Inverse (ANSI), Very Inverse (ANSI), Extremely Inverse (ANSI),

US CO8 Inverse, US CO2 Inverse, Thermal Flat, Thermal It, Thermal I2t, Thermal I4t

DeviceType

0 - Over Current, 1 - Earth Fault, 2 - Combined

CTPrimary

C.T. Primary Current (A)

CTSecondary

C.T. Secondary Current (A)

PlugSetting

Protection Device Plug Setting (p.u.)

TimeMultiplier

Protection Device Time Multiplier

DefMinTime

Definite Minimum Time of the Relay

CTSaturation

Multiple of Primary or Secondary Current respectively

InstantPlugSetting

Protection Device Instantaneous Setting (p.u.)

InstantTripTime

Protection Device Instantaneous Setting Trip Time (s)

MinDiscrTime

Minimum Discrimination Time for this relay

Rating

Breaker Rating in kA

Utm

User Time Multiplier (Shifts the user curve time by this factor)

Ucm

User current Multiplier (Shifts the user curve current by this factor)

UserData

User Defined Time and Current curve.

UpdateF

Update Flag (1 - Update data if Conflict Exists, 0 - Use existing data if Conflict exists)

Section

Method Result

None

Section

Example

PowaMasterObj.AddProtectionData( DeviceName, CurveType, DeviceType, CTPrimary, CTSecondary, PlugSetting, TimeMultiplier, DefMinTime, CTSaturation, InstantPlugSetting, InstantTripTime,  MinDiscrTime, Rating, Utm, Ucm, UserData, UpdateF)

Section

See Also

Protection Device Details

AddVoltage

AddTransformerData

AddConductorData

AddMotorData

AddInductionMotorData

Section