|
<< Click to Display Table of Contents >> AddProtectionData Method
|
![]() ![]()
|
![]()
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
);
![]()
Adds a Protection Device to the Data Library
![]()
Usage |
|
DeviceName |
Protection Device Name |
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) |
![]()
None
![]()
PowaMasterObj.AddProtectionData( DeviceName, CurveType, DeviceType, CTPrimary, CTSecondary, PlugSetting, TimeMultiplier, DefMinTime, CTSaturation, InstantPlugSetting, InstantTripTime, MinDiscrTime, Rating, Utm, Ucm, UserData, UpdateF)
![]()
![]()