Programming custom protection schemes, Customizing preprogrammed schemes, Programming custom schemes – Basler Electric BE1-BPR User Manual
Page 123: Programming custom protection schemes -17, Customizing preprogrammed schemes -17, Programming custom schemes -17

9272000990 Rev J
BE1-BPR BESTlogic Programmable Logic
5-17
PROGRAMMING CUSTOM PROTECTION SCHEMES
Groups of commands can be saved to an ASCII text file and then uploaded as a group. However, care
should be taken to ensure that every command is terminated with either a carriage return or a semi-colon
and that the length for any line does not exceed 40 characters. Some common method of handshaking
must be enabled at both the relay and the computer uploading the commands. Handshaking such as
XON/XOFF (X1) or RTS/CTS (H1) should be used. Information about configuring handshaking can be
found in the Communication Settings sub-section of Section 4, Functional Description.
Customizing Preprogrammed Schemes
To customize a preprogrammed scheme, follow these steps:
1. Copy the preprogrammed scheme logic equations to custom memory by using the
LN=
are overwritten with the equations from the preprogrammed logic scheme.
2. Rename the scheme to a unique, non-preprogrammed name by using the LN=
command. This allows the scheme to be programmable.
3. Change the logic equations as needed using the LF, LI, LT, and LO commands. Any equations not
changed will be left as they were.
4. Review the changes using LINFO
5. If the new logic is to become the active logic, then type LOGIC=
6. Save the customized scheme using the SAVE command.
Example: Modify the pre-programmed BFL1A logic scheme so that breaker status is defined by the
52A contact instead of the 52B contact. Give this custom logic scheme the name of BFL1-25A. The
following commands change the equations that use the 52b logical input and rename the logic
scheme.
LN=BFL1
LN=BFL1-52A
LO6=I1/I2
LO12=F3/I1
LOGIC=BFL1-52A
SAVE;Y
Programming Custom Schemes
To program a new scheme, follow these steps:
1. Name the scheme with a unique, non-preprogrammed name by using the LN=
command. This allows the scheme to be programmable.
2. Disable the outputs or function modules not needed by setting them equal to 0. (i.e. LO12=0). All
equations in a group can be programmed or disabled at once by not using a number.
Example 1: LI=8,12 changes all input logic to 8,12.
Example 2: LO=0 clears all output equations before writing new ones.
3. Change the logic equations using LINFO
4. Review the changes using LINFO
5. If the new logic is to become the active logic, then type LOGIC=
6. Use the SAVE command to save the customized logic scheme.