AddProtectionDataEx Method
Declaration Description Parameters Method Result See Also Example

<< Click to Display Table of Contents >>

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

AddProtectionDataEx Method
Declaration Description Parameters Method Result See Also Example

Previous pageReturn to chapter overviewNext page

 

Section

Declaration

 

procedure AddProtectionDataEx(

const DeviceName: WideString;

DeviceType: Integer;

Rating, MinTripTime, MinDiscrTime: Double;

CurveType, CTPrimary, CTSecondary, CTSaturation: Integer;

PlugSetting, TimeMultiplier, DefMinTime,

ShortPlugSetting, ShortTimeDelay,

HiSetInstantPlugSetting, HiSetInstantTripDelay,

Utm, Ucm, ThermalMinCurrent, ThermalMaxCurrent, ThermalRatedCurrent, ThermalRatedTime: Double;

const Color, UserData: WideString;

UpdateF: Integer

);

Section

Description

Adds a Protection Device to the Data Library

Section

Parameters

 

Parameter

Usage

DeviceName

Protection Device Name

DeviceType

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

Rating

Breaker Rating in kA

MinTripTime

Breaker Operating Time (s)

MinDiscrTime

Minimum Allowed Discrimination Time (ms)

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

CTPrimary

C.T. Primary winding

CTSecondary

C.T. Secondary winding

CTSaturation

CT Saturation

PlugSetting

Device Plug Setting

TimeMultiplier

Device Time Multiplier

DefMinTime

Device Definite Minimum Time (s)

ShortPlugSetting

Device Short Plug Setting

ShortTimeDelay

Device Short time delay (ms)

HiSetInstantPlugSetting

Device Hi-set Instantaneous Plug Setting

HiSetInstantTripDelay

Device Hi-set Instantaneous Time Delay (ms)

Utm

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

Ucm

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

ThermalMinCurrent

Thermal Pickup Current (kA)

ThermalMaxCurrent

Thermal Maximum Current (kA)

ThermalRatedCurrent

Thermal Rated Current (kA)

ThermalRatedTime

Thermal Rated Time (s)

Color

Device Graph Display Color

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.AddProtectionDataEx( DeviceName, DeviceType, Rating, MinTripTime, MinDiscrTime, CurveType, CTPrimary, CTSecondary, CTSaturation, PlugSetting, TimeMultiplier, DefMinTime, ShortPlugSetting, ShortTimeDelay, HiSetInstantPlugSetting, HiSetInstantTripDelay, Utm, Ucm, ThermalMinCurrent, ThermalMaxCurrent, ThermalRatedCurrent, ThermalRatedTime, Color, UserData, UpdateF);

Section

See Also

Protection Device Details

AddVoltage

AddTransformerData

AddConductorData

AddMotorData

AddInductionMotorData

Section