|
<< Click to Display Table of Contents >> SetProtectionData Method
|
![]() ![]()
|
![]()
procedure SetProtectionData(
const Name, DeviceName: WideString;
CurveType, DeviceType, CTPrimary, CTSecondary : Integer;
PlugSetting, TimeMultiplier, DefMinTime: Double;
CTSaturation : Integer;
InstantPlugSetting, InstantTripTime,
MinDiscrTime, Rating, Utm, Ucm : Double;
const UserData: WideString
);
![]()
Sets the required Protection Device's specifications
![]()
Parameter |
Usage |
Name |
Name of the Device |
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 |
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. UserData = Time1 Current1 Time2 Current2, etc... |
![]()
None
![]()
PowaMasterObj.SetProtectionData( Name, DeviceName, CurveType, DeviceType, CTPrimary, CTSecondary, PlugSetting, TimeMultiplier, DefMinTime, CTSaturation, InstantPlugSetting, InstantTripTime, MinDiscrTime, Rating, Utm, Ucm, UserData);
![]()
![]()