Welcome to the Industrial Automation website!

NameDescriptionContent
XING-Automation
E-mail  
Password  
  
Forgot password?
  Register
当前位置:

Application Guide for Basler BE1-BPR Circuit Breaker Protection Relay

F: | Au:FANS | DA:2026-06-23 | 9 Br: | 🔊 点击朗读正文 ❚❚ | Share:

Basler BE1-BPR Circuit Breaker Protection Relay: A Complete Guide to Principles, Programming, and Field Applications

Product Overview and Application Positioning

The BE1-BPR circuit breaker protection relay launched by Basler Electric is a multifunctional protection device based on microprocessor design, specifically designed for circuit breaker failure protection and reclosing control in power systems. This relay adopts a three-phase+neutral line current monitoring architecture, integrating programmable logic controller (PLC) function and instantaneous overcurrent module, providing a complete solution from circuit breaker failure detection to multiple reclosing for power plants, substations, and industrial distribution systems.

The core value of BE1-BPR is reflected in three aspects: firstly, providing pre programmed circuit breaker failure logic solutions (3 standard types and 6 enhanced types), covering the vast majority of typical application scenarios; The second is the built-in BEST logic ™ Programmable logic engine, allowing users to customize protection logic without changing hardware; The third is the integration of comprehensive circuit breaker diagnostic functions, including contact wear monitoring, overheat protection of breaking resistors, arc detection, and IRIG-B high-precision time synchronization, upgrading the protection relay from a simple fault detection device to a circuit breaker health management platform.

The difference between the standard and enhanced BE1-BPR models is that the enhanced model additionally supports COMTRADE format fault recording (12 records, each containing 20 cycles of data), contact wear accumulation (I ² t) recording, and dual range current calibration function.


Core technical specifications

2.1 Current induction and fault detection

BE1-BPR provides two CT secondary rating options of 5A and 1A, which are connected to three-phase current and neutral line current through terminals 1-8:

5A CT: Continuous rated 20Aac, 1-second rated 500Aac

1A CT: continuous rated 4Aac, 1-second rated 80Aac

Three independent fault detectors (F1, F2, F3) can be independently configured for phase current or neutral line detection, and three digital filtering methods can be selected:

Type 1 (Instantaneous RMS Filter, 1 cycle): Typical startup time of 1 cycle, exit time of 1/4 cycle. The starting range is 0.25-9.99A under 5A CT (0.05-2.00A under 1A CT), with an accuracy of ± 2% or ± 0.05A. It is suitable for high-speed circuit breaker failure logic.

Type 2 (moving average filter, programmable window 1-100 cycles): The start/stop time depends on the window size and current multiplier, and the start range is 0.05-1.00A under 5A CT (0.01-0.20A under 1A CT). Suitable for weak current detection scenarios as low as 0.05A, such as circuit breaker break flashover monitoring.

Type 3 (Three phase Instantaneous RMS Filter): The performance is the same as Type 1, but it requires the three-phase current to exceed the starting value before outputting, suitable for symmetrical fault detection.

2.2 Timer System

BE1-BPR provides six independent programmable timers (T1~T6), each of which can be configured as a delay timer or a control timer:

Delay timer (D-type): It starts timing and outputs T [n] as true when the timing ends, until the reset input is valid before resetting. Suitable for circuit breaker failure delay output.

Control Timer (Type C): After starting, T [n] immediately becomes true, and when the timer ends, it becomes false, providing a finite time window. Suitable for limiting the "opportunity window" of circuit breaker failure operation.

Delay setting range: 10~999ms (1ms step), 1~60s (0.1s step), or 1~3600 cycles (1-cycle step), with a set value of 0 to disable the timer.

2.3 Recloser function

BE1-BPR has a built-in triple closing sequence, which can be configured through LR command:

Start input (START): Start the reclosing sequence when RESET is false

Reset input (RESET): Start the reset timer and close the CLOSE output

WAIT: Pause the reclosing sequence (for external locking)

Locked input (DTL): Immediately drive to the locked state (highest priority)

The three sets of reclosing delays (TD791, TD792, TD793) can be set to 0~999ms (1ms step), 1~99s (0.1s step), or 100~600s (1s step), respectively. Setting a value of 0 will cause the coincidence to fail and enter a locked state. The reset timer (TD79R) and coincidence failure timer (TD79F) provide sequence state management.

2.4 Output contacts and target indication

OUT1~OUT5: Isolated normally open contacts, OUT1 is a high-speed output (typical action time 4ms)

ALM (OUT A): normally closed alarm contact, closed when relay loses power or diagnostic alarm occurs

Output hold function (PHOLD): After the contact is closed, it holds for 200-250ms to ensure that the trip coil is not prematurely interrupted by the relay contact

Rated resistance value of output contact: 7A continuous at 120Vac; At 250Vdc, it can connect 30A (0.2s), carry 7A continuous current, and disconnect 0.3A.


Hardware architecture and front panel operation

3.1 Hardware composition

BE1-BPR adopts a pull-out chassis structure, supporting 19 inch rack installation or vertical panel installation (compatible with Basler M1, GE M1, Westinghouse FT31/FT32 and other standard openings). When the movement is pulled out, the internal CT circuit automatically short circuits without additional operation.

Front panel components (Figure 2):

POWER indicator light (green): Power supply is normal

CLOCK indicator light (red): Real time clock not set

50PU indicator light (red): Any overcurrent start value exceeded

ALARM indicator light (red): Relay diagnosis abnormal

TARGET indicator light (red): The output relay has been activated and the target information has been locked

2-line x 16 character LCD display screen: displays target, set value, status, and diagnostic information

5-key keyboard: PROG (programming), EDIT (editing) ▶ (Right/Select), ▼ (Down/Select), RESET (Reset)

3.2 HMI Menu Navigation

The main menu branches are as follows: TARGETS → RELAY SETUP → RELAY STATION → BREAKER STATION → TIMER LOG → FAILT LOG → MAINTENANCE. The right arrow key switches to the main menu, and the down arrow key enters the sub screen.

The four step process for modifying the set value is "Access → Modify → Save → Confirm": press the PROG key to enter programming mode (if password protection is enabled, prompt for password input), and use ▶ Use the ▼ key to locate parameters, use the EDIT key to modify values, and long press the PROG key for 2 seconds to bring up SAVE CHANGES? Prompt, select Y to save.

4 BESTlogic ™ Detailed Explanation of Programmable Logic

BEST logic is the core technology that distinguishes BE1-BPR from traditional relay protection devices. It allows users to define the relationship between output and input through Boolean logic equations, and can adapt to various protection requirements without replacing hardware.

4.1 Logical Variables and Equations

Naming convention for logical variables:

Variable meaning Variable meaning

I1~I7 contact inputs 1~7 O1~O5 physical outputs 1~5

F1~F3 fault detectors 1-3 O6~O12 virtual outputs 6-12

T1~T6 timers 1~6 O13~O15 dedicated virtual outputs

OA alarm virtual output

Logical operators: AND (or adjacent variable) OR(+)、NOT(/)。 For example, the logical equation * * LO1=(F1+F2) T1 */T3 * * means that when fault detector F1 or F2 is started, timer T1 outputs true and timer T3 outputs false, output 1 is closed.

The equation is expanded internally in the form of "sum of and terms", with a maximum of 4 OR terms allowed. If more items are needed, virtual output can be used as an intermediate expression.

4.2 Pre programmed logic scheme

The standard BE1-BPR comes with three pre programmed solutions:

BFL1: Three pole trip BF logic (no input/output latch), IN3~IN5 are BFI input start timer T1, IN6~IN7 are no current BFI input start T2, F3 is used for fracture arc detection, OUT4 is arc detection output.

BFL2: Three pole+single pole trip BF logic (with output latch, controlling timer limit operation window), IN6~IN7 are used for single pole trip BFI, supervised only by phase fault detector F1.

BFL3: Enhanced Lock Version BFL2, with both BFI input and output equipped with latch function.

The enhanced version provides additional BFL1E~BFL3E, with added circuit breaker protection output (O13 → OUT3) and external fault triggering (IN7 for recording COMTRADE waveforms).

4.3 Custom Logic Programming

Typical process for customizing logic:

Copy pre programming scheme: LN=BFL1

Rename: LN=BFL1_CUSTOM

Modify the equation (such as changing 52b to 52a): LO6=/I1/I2, LO12=F3/I1

Activation: LOGIC=BFL1_CUSTOM

Save: SAVE; Y


Circuit breaker diagnostic function (enhanced)

5.1 Contact Wear Monitoring (DLOG)

Calculate the cumulative breaking loss of each phase circuit breaker based on the I ² t integration principle:

D[p] = Σ(I[p][n]^2 × t_arc)

Among them, D [p] is the accumulated breaking value of the p-th phase, I [p] [n] is the RMS current at the n-th breaking, and t_arc is the arc time. DMAX is set by the user based on the manufacturer's data of the circuit breaker (unit: ampere square second, such as 2.0E6), and the cumulative value is stored in percentage form of DMAX. When D [p] exceeds 100%, a programmable diagnostic alarm is triggered.

5.2 Overheating protection for disconnecting resistors

For high-voltage circuit breakers with closing resistors, BE1-BPR tracks the number of resistor operations (RESOPS counter). Every time a disconnection operation is recorded, the counter is incremented by 1; Automatically decrease by 1 after the set reset time. When the cumulative number of operations reaches the MAXOPS set value, the output O13 is true and can be programmed as a lockout reclosing signal (BRO).

5.3 Fracture arc detection

Using a Type 2 moving average filter to detect line charging currents as low as 0.05A - When a circuit breaker flashover occurs (such as due to lightning strikes or loss of air pressure), the continuously flowing weak line charging current can be reliably detected. Logically, F3 is in phase with the position of the circuit breaker (IN1 reversed), and after a delay confirmation, drives OUT4 to trigger the reclosing of the arc extinguishing.

5.4 Timed Diagnostic Log (TLOG)

TLOG can record up to 40 events, with each event storing the remaining time and timestamp of the timer. A typical application is "margin recording" - recording the remaining time of the circuit breaker failure timer (MARGIN value in Figure 13) after the circuit breaker is normally opened and closed. By using the PTLOG command, alarm thresholds can be set for each timer. When the margin is too small, a diagnostic alarm will be automatically triggered, prompting operation and maintenance personnel to adjust the timer setting value.

5.5 COMTRADE fault recording

The enhanced BE1-BPR supports COMTRADE format waveform recording according to IEEE C37.111-1991 standard. Each record contains 4 cycles of pre fault data and 16 cycles of post fault data, with a sampling rate of 12 points per cycle. It also records three-phase and neutral line current analog quantities and 32 digital quantities (input/output/alarm status). Up to 12 records can be stored and downloaded to a PC for analysis via serial port using FLOG and FLT commands.

Installation and wiring points

6.1 Physical Installation

BE1-BPR is compatible with multiple standard chassis openings:

19 inch rack installation (Figure 16)

Vertical panel installation (Figure 18-20), compatible with Basler M1, GE M1, Westinghouse FT31/FT32 chassis

Optional decorative panel (Basler part number 9272013100) covering the opening

6.2 Terminal Wiring

AC current input (TB1:1~8):

Terminal 1-2: Phase A, Terminal 3-4: Phase B, Terminal 5-6: Phase C, Terminal 7-8: Neutral wire

DC control circuit (TB1: 9~26):

Terminal 9-10: Power input (48/125V or 125/250V depending on model)

Terminal 15-26: 7-way contact induction input (IN1~IN7, external wet voltage must be within the power supply voltage range)

Terminal 3-14: OUT1~OUT5 and ALM output

Contact induced voltage selection jumper (JP 200~JP 2006, Figure 25):

48/125V nominal: 1-2 pin jumper (26~38V start) or 2-3 pin jumper (69~100V start)

125/250V nominal: 1-2 pin jumper (69~100V start) or 2-3 pin jumper (138~200V start)

RS-232 serial port: Front panel COM0 (DB-9 female head, DCE), Rear COM1A (DB-9 female head, DCE), The protocol defaults to 9600 8N1 at the factory.

RS-485 port: Rear terminal block (A/B/G), supports polling multi machine communication (hardware/software handshake needs to be disabled).

IRIG-B input: Terminal block (+/-), accepts demodulated DC level shift signal (≥ 4.5V is high level), achieving ± 1ms clock synchronization accuracy.

6.3 Grounding and Dielectric Testing

The relay housing needs to be connected to the ground with a copper wire of not less than 12AWG. Dielectric testing can be performed according to IEC 255-5/ANSI IEEE C37.90-1989: apply 1500Vac/2121Vdc between circuits and to ground for 1 minute. Please note that all output terminals and power terminals are equipped with MOV surge suppressors, and the test voltage should not exceed 300V.


Calibration and on-site testing process

7.1 A/D calibration (serial port mode)

Three phase+neutral line current input in series, connected to AC current source, relay powered on

Serial port connection, ACCESS=password for programming access

FREQ=60 (or 50) Set the system frequency

Low range calibration: 5A CT applied 10A, input CAL1=10; 1A CT applies 2A, input CAL1=2

High range calibration (enhanced only): 5A CT applied 40A, input CAL2=40; 1A CT applies 8A, input CAL2=8

SAVE; Y saves calibration data

7.2 HMI calibration method

Select low range calibration on the 4th sub screen of the maintenance menu, apply the corresponding current, and then press ▶ Press the key to start calibration, display "WORKING" and finally display "CAL OK". High range calibration is a similar operation. After completion, long press the PROG button to save.

7.3 Operational Verification Testing

Select target logic scheme (LOGIC command)

Enter CT ratio (CT command), startup value (PU command), timer delay (TD command)

Configure circuit breaker status (BKROPS), resistance monitoring (BKRRES), contact wear (BKRCON/DLOG)

Simulate fault conditions using current sources and contact inputs to verify logical correctness

Use the SHOWSET command to record the final settings, and the VER command to record version information for archiving

7.4 Output Contact Test

The OUT command can be used to test the output contact action (requires Area 1 or Area 4 password):

OUT=ENABLE Enable test mode

OUT1=1, close OUT1 for 200-250ms

OUT=Disable Test Mode


Common troubleshooting guide

Troubleshooting direction

If the POWER LED is not on, check if the voltage at power terminals 9-10 is within the nominal range; Check the voltage level corresponding to the model (48/125V or 125/250V)

CLOCK LED lights up. Set the current time and date through TIME/DATE command or HMI maintenance menu; If using IRIG-B, check the signal source

Check if the starting value of PU1~PU3 is lower than the normal operating current when the 50PU LED is constantly on; Confirm whether the CT transformation ratio (CTP/CTN) is correct; Distinguish the differences in filtering characteristics between Type1/Type2/Type3

ALARM LED lights up. Use the DIAG command to check the specific alarm source (RAM/ROM/EEPROM/ADC/power/timer, etc.); Non shielded alarm needs to be returned to the factory

The TARGET LED is on but there is no output action to confirm that the PTARGET command has been correctly programmed to output the target latch; The target information can be viewed through the TARGET command

Check the external wiring and wet voltage of BFI input (IN3~IN7) when the circuit breaker fails to operate; Confirm whether the set values of timers TD1/TD2 are too short/too long; Verify the startup value of F1/F2 fault detector

The START/RESET/WAIT/LOCKOUT logic for checking the LR command configuration for reclosing sequence anomalies; Confirm the delay settings for TD791~TD793; Verify the logical polarity of contact points 5a/52 b

Serial communication cannot establish verification of baud rate/data bits/parity/stop bits (HMI maintenance menu or COM command); Rear RS-485 polling requires ID ≠ 0 and H/E handshake disabled

IRIG-B synchronization failure confirmation signal is in demodulation level shift format; Check the+/- terminal wiring; IRIG-B does not transmit the year and requires manual setting of DATE

  • OMRON C60H C6DR DE V1 Sysmac PLC
  • MITSUBISHI ELECTRIC A2ACPU21 S1 CPU Module
  • ABB BAILEY INNPM12 Network Process Module
  • HONEYWELL 620 0073C IPC PLC Module
  • Mitsubishi 15050 PR02B PLC Circuit Board
  • SIEMENS 6SY7000 0AC37 Drive Control Module
  • OMRON TJ2 ECT16 Traxial EtherCAT Controller
  • GE Fanuc IC698PSD300D Power Supply Module
  • Texas Instruments Series 505 16 Position Base
  • OMRON YASKAWA SGDH 10DE OY Servo Drive
  • Allen‑Bradley 440G-MT Safety Interlock Switch Specs
  • Rubycon PD27A 24V 8A Power Supply Module
  • SK-H1-GDB1-F11D PLC Gate Driver Board Kit
  • VIPA 441-4UA14 451-4UA14 PLC Module Rack
  • Mitsubishi FX5U-80MT ESS PLC Controller Specs
  • Mitsubishi Q64TCRTN Temperature PLC Module
  • GE 1C31170G Rev10 PLC Circuit Board Module
  • Schneider TWDLMDA40DTK PLC Controller Module
  • Omron FQM1-MMA22 Motion Control Module Specs
  • OMRON CJ1W-NCF71 Position Control Unit Specs
  • Schneider TSXETY4103 Ethernet Module
  • Mitsubishi Q12PHCPU Process CPU
  • Yaskawa 3G3HV-A4022-CE AC Drive
  • Cincinnati Milacron 3-533-0669G Temperature Control Board
  • Allen Bradley 20AC030A3AYNANC0 PowerFlex 70 Drive
  • Siemens 6ES7314-6BG03-0AB0 CPU 314C-2 DP
  • Carrier 17EX54007903 PLC Module
  • OMRON CS1W-V600C12 ID Controller Module
  • Honeywell 51402755-100 PCB Card
  • Heidenhain ECN 113 Rotary Encoder
  • OMRON B7AM-8B16 I/O Terminal Block
  • Fanuc A06B-6110-H026 Power Supply Module
  • Schneider TSXETG3021 Ethernet Gateway
  • OMRON CS1W-CLK21-V1 Controller Link Unit
  • NP1W6406T-Z704 PLC I/O Module
  • OMRON CJ1W-DA08C Analog Output Module
  • Yaskawa 3G3HV-A4022-CE AC Drive
  • OMRON NB7W-TW01B CP1L-EL20DR-D Power Panel
  • OMRON C500-NC103-E Position Control Unit
  • Steag Hamatech PLC DCS Servo Control System
  • Siemens 6SN1123-1AA00-0DA1 Power Supply Module
  • GE IC693CHS391H CPU & AD693CMM301A PLC Module
  • Siemens 6FC5303-0AF23-1AA1 PLC Control Panel
  • Square D CM4000T PowerLogic Circuit Monitor J1 F16
  • Siemens 6FX5002-5DG10-1BA0 MOTION-CONNECT 500 Cable
  • Schmersal SRB324ST 101195504 Safety Relay 24V
  • Mitsubishi 15050-PR02A PLC Circuit Board Module
  • OMRON CQM1-AD041 Analog Input PLC Module
  • Beckhoff EL5042 EtherCAT PLC Terminal Module
  • OMRON C200HW-MC402-E Motion Control Unit
  • C36TC0UA1100 Industrial Temperature Controller
  • NL8048BC24 12 Industrial Control LCD Module
  • OMRON R88D Servo Drive and Motor System
  • OMRON CS1W CLK21 V1 Controller Link Module
  • OMRON YASKAWA R7M A20030 S1 D Servo Motor
  • SIEMENS 6AV2128 3KB06 0AX1 Unified Comfort Panel
  • Schneider Electric METSEPM8240 PowerLogic Meter
  • Advanced AMCI 1PLC 1 31F Programmable Limit Switch
  • ABB PM582 ETH Programmable Logic Processor
  • SIEMENS 6FC5110 0CB01 0AA0 CPU Control Board
  • Schleicher P03GS13A CPU Module
  • Siemens 6SN1123-1AA00-0BA1 Power Module
  • Mitsubishi A1S61PN Power Supply Module
  • Yaskawa CPS-IONB DC Power Supply Module
  • Siemens 6ES7215-2BD00 CPU 215-2
  • Mitsubishi A2ACPU MELSEC PLC System Kit
  • ProSoft 3150-MCM Communication Module
  • Mitsubishi OSE104ET Incremental Encoder
  • OMRON CJ1W-AD081-V1 Analog Input Module
  • Broadcom BCM5464A1KRB Quad Port Ethernet IC
  • Modicon M221-24IO TM221C24 PLC 24 PNP Transistor
  • Allen-Bradley 1321-3R160-B Line Reactor 3R160B
  • Beckhoff CX1020-0012 Embedded PLC Module Specs
  • Turck BL20-PF-24VDC-D Power Feed Module Specs
  • Siemens 6SY7000-0AC37 Power Supply Module
  • Yaskawa SGDH-10DE-OY 1kW 400V Servo Drive Specs
  • Omron 3G3SV-BB015-E 1.5kW 220V VFD Specs
  • Uni-Pro CPU91-PLC J 23.020167X Processor Module
  • PASABAN MTC-3044 PLC Rack Power Supply 4835-A
  • XYCOM 3015T Operator Interface Panel BIN4.4.4
  • OMRON CJ1W-MD261 Mixed I/O Module
  • Omron NJ301-1100 PLC CPU eCat EIP Specs
  • Omron F500-C15-ETN Vision System PLC Module
  • Modicon M241-24IO TM/T2UK PLC with Ethernet
  • SIXNET YS-800-001 RTU PLC Module
  • BEMAC UST-202-D Interface Board 1307D V08B2
  • Yaskawa JANCD-MMOIC-02 Drive Circuit Board
  • ABB 3BSE005028R1 SDCS-COM-1 Comm Board
  • Omron 3G3MX2-A4110 A4150 Inverter Drives Specs
  • KEYENCE CA-E100 PLC Module
  • GE IC693ALG223-GB Analog Input Module Specs
  • ABB BAILEY IMMFP01 Multi Function Processor System
  • SIEMENS 6FC5372 0AA00 0AA1 NCU 7202 Controller
  • Modicon TM241CE4 40I O Transistor Programmable Controller
  • SIEMENS 6ES7 315 2EH13 0AB0 CPU 3152 PN DP
  • NORIS A1 91 PCB Card Rack Module System
  • SIEMENS 6ES7 313 5BE01 0AB0 Compact CPU
  • SCHNEIDER ELECTRIC S144B MICROLOGIC 60A Trip Unit
  • CNI PLC269 v3 Control Module Board Rev H
  • ABB BAILEY IIMCP02 Processor Module
  • OMRON NT20S ST121 EV3 Operator Interface Terminal
  • OMRON NS-CA001 Video Input Unit
  • GE Fanuc IC695CHS012 RX3i Backplane
  • Allen Bradley 2711E-K14C6 PanelView 1400e Terminal
  • Siemens Sinamics CCB 10000432.71 Power Cell
  • Siemens 6SL3210-1SE21-8UA0 Power Module PM340
  • Yaskawa CIMR-F7A20P4 AC Drive
  • Beckhoff EP1918-0002 EtherCAT Box I/O Module
  • OMRON CQM1-TC001 Temperature Control Module
  • GE Fanuc SGHA36AT0400 Industrial Contactor
  • OMRON NJ501-1500 PLC Machine Automation Controller
  • Mitsubishi MAZAK QX084 Power Supply MELDAS 500 CNC
  • B&R 0AC808.9 PLC Automation Module
  • OMRON CP1H-XA40DT1-D PLC Module
  • G&W Electric PLC15 5111 011 15kV Capnut Assembly
  • GE DS200SLCCG3AGH PCB Circuit Board
  • Siemens SINUMERIK 6FC3981-4FD PLC Extension
  • OMRON F300-DC I/O Image Processing Unit
  • FANUC A06B-0314-B002 AC Servo Motor
  • GC-S84 Programmable Controller Logic Module
  • PASABAN MONTELEC MTC3001-DC Drive Control PLC
  • Allen Bradley 100E460EJ11 Auxiliary Contactor
  • Bosch Rexroth 1070075337-101 Card Parameters
  • HMS Anybus AB7646-F Gateway Specifications
  • Bosch 062633-303401 CNC Servo PLC Card
  • TI 500-5023 Series PLC Power Supply
  • Siemens C98043-A7002-L1-12 Circuit Board
  • Omron E5CC-RX3A5M-000 Controller