|
<< Click to Display Table of Contents >> SetProtectionCombinedEFData Method
|
![]() ![]()
|
![]()
procedure SetProtectionCombinedEFData(
const DeviceName: WideString;
CurveType, CTPrimary, CTSecondary, CTSaturation: Integer;
PlugSetting, TimeMultiplier, DefMinTime,
ShortPlugSetting, ShortTimeDelay,
HiSetInstantPlugSetting, HiSetInstantTripDelay,
Utm, Ucm, ThermalMinCurrent, ThermalMaxCurrent, ThermalRatedCurrent, ThermalRatedTime: Double;
const Color, UserData: WideString
);
![]()
Sets the required Protection Device's specifications
![]()
Parameter |
Usage |
DeviceName |
Protection Device Type 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 |
CTSecondary |
C.T. Secondary Current |
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 |
The Minimum Discrimination Time for this relay |
ShortPlugSetting |
|
ShortTimeDelay |
|
HiSetInstantPlugSetting |
|
HiSetInstantTripDelay |
|
ThermalMinCurrent |
in kA. |
ThermalMaxCurrent |
in kA. |
ThermalRatedCurrent |
in kA. |
ThermalRatedTime |
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) |
Color |
Protection device display colour. |
UserData |
User Defined Time and Current curve. UserData = Time1 Current1 Time2 Current2, etc... |
![]()
None
![]()
PowaMasterObj.SetProtectionCombinedEFData( DeviceName, CurveType, DeviceType, CTPrimary, CTSecondary, PlugSetting, TimeMultiplier, DefMinTime, CTSaturation, InstantPlugSetting, InstantTripTime, MinDiscrTime, Rating, Utm, Ucm, UserData);
![]()
![]()