M-3311 Modbus & Beco 2200 Protocol Doc (2)

  • Upload
    mahesh

  • View
    221

  • Download
    0

Embed Size (px)

Citation preview

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    1/66

    Beco2200-M3311 8/20/2003

    BECO2200-M3311

    Communication Data Base for M-3311 Integrated Protection System

    Device I.D. = 112

    Specifications presented herein are thought to be accurate at the time of publication but are subject to change without notice.

    NO WARRANTIES OF ANY KIND ARE IMPLIED ON THE INFORMATION

    CONTAINED IN THIS DOCUMENT.

    Rev 1 Preliminary release 04/08/02

    Rev 1.1 Setpoint 8-15 addedSetpoint 3-25 removed

    Setpoints added:

    8-24

    8-438-44

    8-45

    8-46

    8-47

    8-48Setpoints 4-51 - 4-171 Rearranged

    Rev 1.2 Setpoint 8-34 added

    Rev 1.3 Setpoints 8-43 8-48 range changedRev 1.4 Setpoints added: 3-217 - 3-322

    Rev 1.5 Setpoints removed: 3-47, 3-49, 3-54, 3-56, 3-61, 3-63

    Rev 1.6 Setpoint 1-57 1-72 rearranged

    Rev 1.7 Setpoint 3-223 setpoint added

    Rev 1.8 Setpoint 8-4 removedRev 1.9 Added bit definitions to the points: 1-88 1-91

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    2/66

    Beco2200-M3311 8/20/2003

    When the appropriate communication interface hardware is connected and the proper initialization of the communication option

    are complete, the data defined herein can be accessed and modified by remote communications.

    The following definitions apply to the data tables in this specification:

    "TYPE POINT" are the "type" number and "point" numbers used in the protocol to refer to the variable listed.

    "SCALE FACTOR" is the factor by which an integer value read from the control is divided to get the value of the variable in theindicated "UNITS".

    Points marked with a (U) appended to the scale factor field should be taken as unsigned value (0-65535) before scaling.

    "UNITS" unit of the described data point.

    "W/R/M" is the read, Write, Reset and Master reset indicator.

    All points defined as NOT USED can be read and will return 0 for data.

    All points defined as Write can also be read.

    If not listed otherwise, a point is READ-ONLY.

    W indicates a point that may be altered by a WRITE command.R indicates a point that may be altered by a RESET command.

    M indicates a point that will be reset by a MASTER RESET command.

    "RANGE/INCREMENT" indicates the valid range and increments of the integer data field variable for WRITE commands.

    Consult the controls Specification Sheet for unscaled setpoint ranges and increments.

    "DESCRIPTION" description of communication point.

    Notes:

    Multipoint writes are not supported.

    Multipoint reads are supported.

    Reading a NOT USED point which is within the defined range of a type will return 0 for data with no error.Two byte data words are transmitted and must be received most significant (high-order) byte first.

    Communication is effectively half duplex in that a request packet is transmitted and a response packet received. Further

    requests should not be sent until the previous packets response is received. Communication ports are fixed at 8 databits, no parity and 2 stop bits unless otherwise noted.

    If communication security is enabled, the communication channel is locked on power up and remains locked until

    commanded to unlock or until the communication access code is changed to 9999 (Disable communication security)locally. When locked only TYPE 0 points may be read and only TYPE 0 point 35 written (0-35). Attempts to read or

    write other points while the communication channel is locked will return a system error code 6, "Communication

    locked". To open (unlocked) the communication channel, the correct communication access code must be written to 0-

    35.

    A write response packet will always return OK (no error) if data is between 0 and 9999 even if the incorrect access codeis given.

    Writing an incorrect access code or writing 9999, with security enabled will unconditionally lock the communicationchannel.The communication channel is also locked if security is enabled and no communication activity occurs for ~2.5

    minutes.

    Type 7 communication points are reserved for factory use and are covered in an accompanying proprietary document.

    DO NOT attempt to write or read from these points, unexpected operations may result!

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    3/66

    Beco2200-M3311 8/20/2003

    MODBUS COMMUNICATION PROTOCOL FOR M-3311

    This document along with BECO2200 and BECO2200-M3311 document describes the implementation of the MODBUSprotocol as it relates to the M-3311 IPS control.

    The M-3311 may be programmed to support a subset of the MODBUS protocol. The following restrictions apply:

    1. MODBUS protocol is only supported on COM2 (rear RS232) and COM3 (rear RS485). COM1 (front RS232) is fixed

    BECO2200 protocol only.

    2. Parity is supported on COM3 only, valid selections for COM3 are 8,N,2, 8,O,1 or 8,E,1. COM2 communication must be 8

    data, no parity, 2 stop.3. Only RTU mode is implemented, ASCII mode is not supported.

    4. Standard baud rates from 300-9600 are supported.

    5. Only the following 4 MODBUS commands are supported:1) Read Holding register (Function 03)

    2) Read Input register (Function 04)

    3) Force Single Coil (Function 05)

    4) Preset Single Register (Function 06)

    6. Oscillograph record downloading is not supported as MODBUS does not support large enough packets.7. The control is always considered a MODBUS slave device.

    The various communication points may be accessed by translating the BECO2200-M3311 data base Type and Point Number toan equivalent MODBUS register. For example: To read 50GW3#1pickup setpoint, (TYPE 3, POINT NUMBER 43) we wouldconvert the two fields to hex then concatenate the type and point to get 032B(hex) and convert to decimal. Reading address 811

    (base 10) would give us this point. According to MODBUS definition, this would be register 812.

    No more than 15 contiguous points should be read with one request.

    Read input register (04) may be used to retrieve any point defined as readable in BECO2200.

    Read holding register (03) is identical to read input register and returns the same data.

    Preset single register is used to write any point defined as writeable in BECO2200.

    Force single coil is used to simulate the RESET and MASTER RESET command as defined in BECO2200. Sending a forcesingle coil with data equal ON (FF00) to a resetable point will simulate RESET. Sending a force single coil with data equal to

    ON (FF00) to a MASTER RESET point simulates a MASTER RESET.

    The following exception code are implemented:

    ILLEGAL FUNCTION 01

    ILLEGAL DATA ADDRESS 02ILLEGAL DATA VALUE 03

    SLAVE DEVICE BUSY 06

    COMM PORT LOCKED 16 (10hex) *

    SLAVE DEVICE BUSY is returned if control is in the local mode.

    COMM PORT LOCKED is a BECKWITH ELECTRIC CO. extension code used to identify if the communication port is locked

    Care must be taken when choosing communication addresses if simultaneous use of BECO2200 and MODBUS protocol is

    desired. Addresses above 200 are reserved for group addressing when any port is configured for BECO2200. Consult the

    BECO2200 protocol document for further information on group addressing. If possible, communication addresses should be set

    only between 1-200 to avoid communication conflicts.

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    4/66

    Beco2200-M3311 8/20/2003

    CONTROL INFORMATION

    TYPE POINT SCALE

    FACTOR

    UNITS W/R/M RANGE/INCREMENT DESCRIPTION

    0-00 1 Control identification (Device type)

    0-01 1U Control serial number

    0-02 1 Control communication address

    0-03 100 Software version number (Major and

    minor)

    For example:

    V01.34.28 0-03 -> 134

    0-04 1 Software version number (Build)

    See 0-03. 0-04 -> 28

    0-05 1 User control number

    0-06 User line 1 text

    Most significant 2 ASCII characters of

    24 character user line 1

    (Character position 1 & 2)

    0-07 User line 1 text

    Next significant 2 ASCII characters of

    24 character user line 1

    (Character position 3 & 4)

    0-08

    ->

    0-17

    User line 1 text

    Next significant 2 ASCII characters of

    24 character user line 1(Character position 5 & 24)

    0-18 User line 2 text see 0-06

    0-19 User line 2 text see 0-07

    0-20

    ->

    0-29

    User line 2 text see 0-08 -> 0-17

    0-30 1 Communication channel lock status

    0 = comm channel unlocked

    1 = comm channel locked

    0-31 Not used

    0-32 1 Options software

    0-33 1 Options hardware

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    5/66

    Beco2200-M3311 8/20/2003

    0-34 Dip switch

    (Factory use)

    0-35 1 W 0-9999 / 1 Unlock comm channel access code

    read returns 0

    0-36 1 Checksum active profile setpoints

    0-37 1 Checksum calibration

    0-38 1U Checksum ROM

    0-39 Not used

    0-40 Not used

    0-41 1U Checksum profile 1

    0-42 1U Checksum profile 2

    0-43 1U Checksum profile 3

    0-44 1U Checksum profile 4

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    6/66

    Beco2200-M3311 8/20/2003

    STATUS / DEMAND

    TYPE

    POINT

    SCALE

    FACTOR

    UNITS W/R/M RANGE/INCREMENT DESCRIPTION

    1-00 1U Input status

    Bit 0 Input 1 (52b)

    Bit 1 Input 2

    Bit 2 Input 3

    Bit 3 Input 4

    Bit 4 Input 5

    Bit 5 Input 6

    Bit 6-15 Not used (0)

    0=OFF

    1=ON(Circuit closed)

    1-01 1U Output status

    Bit 0 Out 1

    Bit 1 Out 2

    Bit 2 Out 3

    Bit 3 Out 4

    Bit 4 Out 5

    Bit 5 Out 6Bit 6 Out 7

    Bit 7 Out 8

    Bit 8-15 Not used (0)

    1-02 1U Front panel LED status

    0=OFF

    1=ON

    Bit 0 TIME SYNC

    Bit 1 BREAKER CLOSED

    Bit 2 OSC. TRIGGERED

    Bit 3 TARGET

    Bit 4-15 Not used (0)

    1-03 Not used

    1-04 10 VOLTS Voltage

    1-05 1000 AMPS W1 Phase A Current

    1-06 1000 AMPS W1 Phase B Current

    1-07 1000 AMPS W1 Phase C Current

    1-08 1000 AMPS W1 Positive sequence current

    1-09 1000 AMPS W1 Negative sequence current

    1-10 1000 AMPS W1 Zero sequence current

    1-11 1000 AMPS W2 Phase A current

    1-12 1000 AMPS W2 Phase B current

    1-13 1000 AMPS W2 Phase C current

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    7/66

    Beco2200-M3311 8/20/2003

    1-14 1000 AMPS W2 Phase G current

    1-15 1000 AMPS W2 Positive sequence current

    1-16 1000 AMPS W2 Negative sequence current

    1-17 1000 AMPS W2 Zero sequence current

    1-18 1000 AMPS W3 Phase A current

    1-19 1000 AMPS W3 Phase B current

    1-20 1000 AMPS W3 Phase C current

    1-21 1000 AMPS W3 Phase G current

    1-22 1000 AMPS W3 Positive sequence current

    1-23 1000 AMPS W3 Negative sequence current

    1-24 1000 AMPS W3 Zero sequence current

    1-25 1000 PU Phase A differential current

    1-26 1000 PU Phase B differential current

    1-27 1000 PU Phase C differential current

    1-28 100 AMPS W2 Ground differential current

    (signed)

    1-29 100 AMPS W3 Ground differential current

    (signed)

    1-30 100 HZ Frequency

    0 = Disabled (unmeasurable)

    1-31 10 % Volts per hertz

    1-32 1000 PU Phase A restraint current

    1-33 1000 PU Phase B restraint current

    1-34 1000 PU Phase C restraint current

    1-35 1000 PU Phase A 2ndharmonic restraintcurrent

    1-36 1000 PU Phase B 2nd

    harmonic restraint

    current

    1-37 1000 PU Phase C 2nd

    harmonic restraint

    current

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    8/66

    Beco2200-M3311 8/20/2003

    1-38 1000 PU Phase A 4th

    harmonic restraint

    current

    1-39 1000 PU Phase B 4th

    harmonic restraint

    current

    1-40 1000 PU Phase C 4thharmonic restraint

    current

    1-41 1000 PU Phase A 5thharmonic restraint

    current

    1-42 1000 PU Phase B 5th

    harmonic restraint

    current

    1-43 1000 PU Phase C 5thharmonic restraint

    current

    1-44 1U Function status (picked up)

    Least significant word D0

    Bit 0 F24DT_1Bit 1 F24DT_2

    Bit 2 F24IT

    Bit 3 F27

    Bit 4 F46DT_W2

    Bit 5 F46IT_W2

    Bit 6 F46DT_W3

    Bit 7 F46IT_W3

    Bit 8 F49

    Bit 9 F50_W1_1

    Bit 10 F50_W1_2

    Bit 11 F50_W2_1

    Bit 12 F50_W2_2

    Bit 13 F50_W3_1Bit 14 F50_W3_2

    Bit 15 F50G_W2_1

    1-45 1U Function status (picked up)

    Next significant word D1

    Bit 0 F50G_W2_2

    Bit 1 F50G_W3_1

    Bit 2 F50G_W3_2

    Bit 3 F50BF_W1

    Bit 4 F50BF_W2

    Bit 5 F50BF_W3

    Bit 6 F51_W1

    Bit 7 F51_W2

    Bit 8 F51_W3

    Bit 9 F51N_W1

    Bit 10 F51N_W2

    Bit 11 F51N_W3

    Bit 12 F51G_W2

    Bit 13 F51G_W3

    Bit 14 F59G_1

    Bit 15 F59G_2

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    9/66

    Beco2200-M3311 8/20/2003

    1-46 1U Function status (picked up)

    Next significant word D2

    Bit 0 F81_1

    Bit 1 F81_2

    Bit 2 F81_3

    Bit 3 F81_4

    Bit 4 F87H

    Bit 5 F87T

    Bit 6 F87GD_W2

    Bit 7 F87GD_W3

    Bit 8 FEXT_1

    Bit 9 FEXT_2

    Bit 10 FEXT_3

    Bit 11 FEXT_4

    Bit 12 FEXT_5

    Bit 13 FEXT_6

    Bit 14 not used

    Bit 15 not used

    1-47 1U Function status (picked up)

    Most significant word D3

    Bit 0 F50N_W1_1Bit 1 F50N_W1_2

    Bit 2 F50N_W2_1

    Bit 3 F50N_W2_2

    Bit 4 F50N_W3_1

    Bit 5 F50N_W3_2

    Bit 6 FBRKR_W1

    Bit 7 FBRKR_W2

    Bit 8 FBRKR_W3

    Bit 9 not used

    Bit 10 not used

    Bit 11 not used

    Bit 12 not used

    Bit 13 not usedBit 14 not used

    Bit 15 not used

    1-48 1U Function staus (timed out)

    Least significant word D0

    Bit 0 F24DT_1

    Bit 1 F24DT_2

    Bit 2 F24IT

    Bit 3 F27

    Bit 4 F46DT_W2

    Bit 5 F46IT_W2

    Bit 6 F46DT_W3

    Bit 7 F46IT_W3Bit 8 F49

    Bit 9 F50_W1_1

    Bit 10 F50_W1_2

    Bit 11 F50_W2_1

    Bit 12 F50_W2_2

    Bit 13 F50_W3_1

    Bit 14 F50_W3_2

    Bit 15 F50G_W2_1

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    10/66

    Beco2200-M3311 8/20/2003

    1-49 1U Function staus (timed out)

    Next significant word D1

    Bit 0 F50G_W2_2

    Bit 1 F50G_W3_1

    Bit 2 F50G_W3_2

    Bit 3 F50BF_W1

    Bit 4 F50BF_W2

    Bit 5 F50BF_W3

    Bit 6 F51_W1

    Bit 7 F51_W2

    Bit 8 F51_W3

    Bit 9 F51N_W1

    Bit 10 F51N_W2

    Bit 11 F51N_W3

    Bit 12 F51G_W2

    Bit 13 F51G_W3

    Bit 14 F59G_1

    Bit 15 F59G_2

    1-50 1U Function staus (timed out)

    Next significant word D2Bit 0 F81_1

    Bit 1 F81_2

    Bit 2 F81_3

    Bit 3 F81_4

    Bit 4 F87H

    Bit 5 F87T

    Bit 6 F87GD_W2

    Bit 7 F87GD_W3

    Bit 8 FEXT_1

    Bit 9 FEXT_2

    Bit 10 FEXT_3

    Bit 11 FEXT_4

    Bit 12 FEXT_5Bit 13 FEXT_6

    Bit 14 not used

    Bit 15 not used

    1-51 1U Function staus (timed out)

    Most significant word D3

    Bit 0 F50N_W1_1

    Bit 1 F50N_W1_2

    Bit 2 F50N_W2_1

    Bit 3 F50N_W2_2

    Bit 4 F50N_W3_1

    Bit 5 F50N_W3_2

    Bit 6 FBRKR_W1Bit 7 FBRKR_W2

    Bit 8 FBRKR_W3

    Bit 9 not used

    Bit 10 not used

    Bit 11 not used

    Bit 12 not used

    Bit 13 not used

    Bit 14 not used

    Bit 15 not used

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    11/66

    Beco2200-M3311 8/20/2003

    1-52 Not Used

    1-53 1 Voltage phasor real Vx

    1-54 1 Voltage phasor imaginary Vx

    1-55 1 Current phasor real IA W1 *

    1-56 1 Current phasor imaginary IA W1 *

    1-57 1 Current phasor real IB W1 *

    1-58 1 Current phasor imaginary IB W1 *

    1-59 1 Current phasor real IC W1 *

    1-60 1 Current phasor imaginary IC W1 *

    1-61 1 Current phasor real IA W2 *

    1-62 1 Current phasor imaginary IA W2 *

    1-63 1 Current phasor real IB W2 *

    1-64 1 Current phasor imaginary IB W2 *

    1-65 1 Current phasor real IC W2 *

    1-66 1 Current phasor imaginary IC W2 *

    1-67 1 Current phasor real IA W3 *

    1-68 1 Current phasor imaginary IA W3 *

    1-69 1 Current phasor real IB W3 *

    1-70 1 Current phasor imaginary IB W3 *

    1-71 1 Current phasor real IC W3 *

    1-72 1 Current phasor imaginary IC W3 *

    1-73 1 Current phasor real IG W2 *

    1-74 1 Current phasor imaginary IG W2 *

    1-75 Current phasor real IG W3 *

    1-76 Current phasor imaginary IG W3 *

    1-77 1000 AMPS W1 Phase A current demand **

    1-78 1000 AMPS W1 Phase B current demand **

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    12/66

    Beco2200-M3311 8/20/2003

    1-79 1000 AMPS W1 Phase C current demand **

    1-80 1000 AMPS W2 Phase A current demand **

    1-81 1000 AMPS W2 Phase B current demand **

    1-82 1000 AMPS W2 Phase C current demand **

    1-83 1000 AMPS W2 Phase G current demand **

    1-84 1000 AMPS W3 Phase A current demand **

    1-85 1000 AMPS W3 Phase B current demand **

    1-86 1000 AMPS W3 Phase C current demand **

    1-87 1000 AMPS W3 Phase G current demand **

    1-88 1U Remote target LED status

    Least significant word D0

    Bit 0 F24DT_1

    Bit 1 F24DT_2

    Bit 2 F24IT

    Bit 3 F27

    Bit 4 F46DT_W2

    Bit 5 F46IT_W2

    Bit 6 F46DT_W3

    Bit 7 F46IT_W3

    Bit 8 F49

    Bit 9 F50_W1_1

    Bit 10 F50_W1_2

    Bit 11 F50_W2_1

    Bit 12 F50_W2_2Bit 13 F50_W3_1

    Bit 14 F50_W3_2

    Bit 15 F50G_W2_1

    1-89 1U Remote target LED status

    Next significant word D1

    Bit 0 F50G_W2_2

    Bit 1 F50G_W3_1

    Bit 2 F50G_W3_2

    Bit 3 F50BF_W1

    Bit 4 F50BF_W2

    Bit 5 F50BF_W3

    Bit 6 F51_W1Bit 7 F51_W2

    Bit 8 F51_W3

    Bit 9 F51N_W1

    Bit 10 F51N_W2

    Bit 11 F51N_W3

    Bit 12 F51G_W2

    Bit 13 F51G_W3

    Bit 14 F59G_1

    Bit 15 F59G_2

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    13/66

    Beco2200-M3311 8/20/2003

    1-90 1U Remote target LED status

    Least significant word D2

    Bit 0 F81_1

    Bit 1 F81_2

    Bit 2 F81_3

    Bit 3 F81_4

    Bit 4 F87H

    Bit 5 F87T

    Bit 6 F87GD_W2

    Bit 7 F87GD_W3

    Bit 8 FEXT_1

    Bit 9 FEXT_2

    Bit 10 FEXT_3

    Bit 11 FEXT_4

    Bit 12 FEXT_5

    Bit 13 FEXT_6

    Bit 14 not used

    Bit 15 not used

    1-91 1U Remote target LED status

    Most significant word D3Bit 0 F50N_W1_1

    Bit 1 F50N_W1_2

    Bit 2 F50N_W2_1

    Bit 3 F50N_W2_2

    Bit 4 F50N_W3_1

    Bit 5 F50N_W3_2

    Bit 6 FBRKR_W1

    Bit 7 FBRKR_W2

    Bit 8 FBRKR_W3

    Bit 9 not used

    Bit 10 not used

    Bit 11 not used

    Bit 12 not usedBit 13 not used

    Bit 14 not used

    Bit 15 not used

    1-92 1U Precompensated phasor IA W1 real

    1-93 1U Precompensated phasor IA W1 imag.

    1-94 1U Precompensated phasor IB W1 real

    1-95 1U Precompensated phasor IB W1 imag.

    1-96 1U Precompensated phasor IC W1 real

    1-97 1U Precompensated phasor IC W1 imag.

    1-98 1U Precompensated phasor IA W2 real

    1-99 1U Precompensated phasor IA W2 imag.

    1-100 1U Precompensated phasor IB W2 real

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    14/66

    Beco2200-M3311 8/20/2003

    1-101 1U Precompensated phasor IB W2 imag.

    1-102 1U Precompensated phasor IC W2 real

    1-103 1U Precompensated phasor IC W2 imag.

    1-104 1U Precompensated phasor IA W3 real

    1-105 1U Precompensated phasor IA W3 imag.

    1-106 1U Precompensated phasor IB W3 real

    1-107 1U Precompensated phasor IB W3 imag.

    1-108 1U Precompensated phasor IC W3 real

    1-109 1U Precompensated phasor IC W3 imag.

    1-110 1U Postcompensated phasor IA W1 real

    1-111 1U Postcompensated phasor IA W1 imag.

    1-112 1U Postcompensated phasor IB W1 real

    1-113 1U Postcompensated phasor IB W1 imag.

    1-114 1U Postcompensated phasor IC W1 real

    1-115 1U Postcompensated phasor IC W1 imag.

    1-116 1U Postcompensated phasor IA W2 real

    1-117 1U Postcompensated phasor IA W2 imag.

    1-118 1U Postcompensated phasor IB W2 real

    1-119 1U Postcompensated phasor IB W2 imag.

    1-120 1U Postcompensated phasor IC W2 real

    1-121 1U Postcompensated phasor IC W2 imag.

    1-122 1U Postcompensated phasor IA W3 real

    1-123 1U Postcompensated phasor IA W3 imag.

    1-124 1U Postcompensated phasor IB W3 real

    1-125 1U Postcompensated phasor IB W3 imag.

    1-126 1U Postcompensated phasor IC W3 real

    1-127 1U Postcompensated phasor IC W3 imag.

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    15/66

    Beco2200-M3311 8/20/2003

    1-128 1 AMPS 0-65535/1 Phase A W1 High word

    Breaker monitoring arc current acc.

    1-129 1 AMPS 0-65535/1 Phase A W1 Low word

    Breaker monitoring arc current acc.

    1-130 1 AMPS 0-65535/1 Phase B W1 High wordBreaker monitoring arc current acc.

    1-131 1 AMPS 0-65535/1 Phase B W1 Low word

    Breaker monitoring arc current acc.

    1-132 1 AMPS 0-65535/1 Phase C W1 High word

    Breaker monitoring arc current acc.

    1-133 1 AMPS 0-65535/1 Phase C W1 Low word

    Breaker monitoring arc current acc.

    1-134 1 AMPS 0-65535/1 Phase A W2 High word

    Breaker monitoring arc current acc.

    1-135 1 AMPS 0-65535/1 Phase A W2 Low word

    Breaker monitoring arc current acc.

    1-136 1 AMPS 0-65535/1 Phase B W2 High word

    Breaker monitoring arc current acc.

    1-137 1 AMPS 0-65535/1 Phase B W2 Low word

    Breaker monitoring arc current acc.

    1-138 1 AMPS 0-65535/1 Phase C W2 High word

    Breaker monitoring arc current acc.

    1-139 1 AMPS 0-65535/1 Phase C W2 Low word

    Breaker monitoring arc current acc.

    1-140 1 AMPS 0-65535/1 Phase A W3 High word

    Breaker monitoring arc current acc.

    1-141 1 AMPS 0-65535/1 Phase A W3 Low word

    Breaker monitoring arc current acc.

    1-142 1 AMPS 0-65535/1 Phase B W3 High word

    Breaker monitoring arc current acc.

    1-143 1 AMPS 0-65535/1 Phase B W3 Low word

    Breaker monitoring arc current acc.

    1-144 1 AMPS 0-65535/1 Phase C W3 High word

    Breaker monitoring arc current acc.

    1-145 1 AMPS 0-65535/1 Phase C W3 Low word

    Breaker monitoring arc current acc.

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    16/66

    Beco2200-M3311 8/20/2003

    * Phasor information must be read as a set. Sending a RESET command to 4-11 will trigger an update of the phasor set.

    ** These values are returned as secondary values. These values need to be scaled by the proper C.T. (V.T.) ratios to obtain an

    equivalent primary quantity.

    Ex:#1 W2 phase A demand current

    Given:W2 C.T. Ratio 240 : 1 (1200A : 5A) Communication point 8-21 returns 240

    Secondary current 4.300 Amps Communication point 1-103 returns 4300

    Primary current = C.T. ratio * W2 phase A current demand1.032 = 240 * 4300 / 10001.032 kAmps = W2 phase A demand current

    Ex:#2 Reactive demand power

    Given:W2 C.T. Ratio 240 : 1 (1200A : 5A) Communication point 8-21 returns 240W2 V.T. Ratio 100.0 : 1 (12Kv : 120v) Communication point 8-18 returns 1000V.T. Configuration Line to Line Communication point 8-07 returns 0Nominal Voltage 120V Communication point 8-05 returns 120

    Nominal Current 5.00A Communication point 8-06 returns 500Reactive power -1.2348 PU Communication point 1-110 returns 65535

    Communication point 1-111 returns 53188(-12348)

    If V.T. configuration Line to LinePrimary reactive power = 1.732 * C.T. ratio * V.T ratio * Nominal Voltage * Nominal

    Current * Secondary reactive powerElse if V.T. configuration Line to GroundPrimary reactive power = 3 * C.T. ratio * V.T ratio * Nominal Voltage * Nominal

    Current * Secondary reactive power

    -30796899 = 1.732 * 240 * 1000 / 10 * 120 * 500 / 100 * (-12348) / 10000-30.7969Mvar = Reactive demand power

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    17/66

    Beco2200-M3311 8/20/2003

    CONFIGURATION

    TYPE

    POINT

    SCALE

    FACTOR

    UNITS W/R/M RANGE/INCREMENT DESCRIPTION

    2-00 1U W 0-65535 / 1 24DT #1 Volts per hertz

    Outputs/Blocking

    Bit 0 Out 1

    Bit 1 Out 2

    Bit 2 Out 3

    Bit 3 Out 4

    Bit 4 Out 5

    Bit 5 Out 6

    Bit 6 Out 7

    Bit 7 Out 8

    Bit 8 In 1

    Bit 9 In 2

    Bit 10 In 3

    Bit 11 In 4

    Bit 12 In 5

    Bit 13 In 6

    Bit 14 Not used (0)Bit 15 Function Enable

    Writing 0 disables function,

    At least one OUT must be

    Selected to enable function.

    2-01 1U W 0-65535 / 1 24DT #2 Volts per hertz

    see 2-00

    2-02 1U W 0-65535 / 1 24IT Volts per hertz

    see 2-00

    2-03 1U W 0-65535 / 1 27 Phase undervoltage

    see 2-00

    2-04 1U W 0-65535 / 1 46DTW2 Negitive sequence current

    see 2-00

    2-05 1U W 0-65535 / 1 46ITW2 Negitive sequence current

    see 2-00

    2-06 1U W 0-65535 / 1 46DTW3 Negitive sequence current

    see 2-00

    2-07 1U W 0-65535 / 1 46ITW3Negitive sequence current

    see 2-00

    2-08 1U W 0-65535 / 1 49 Thermal Overcurrent

    2-09 1U W 0-65535 / 1 50W1 #1 Inst. Phase overcurrent

    see 2-00

    2-10 1U W 0-65535 / 1 50W1 #2 Inst. Phase overcurrent

    see 2-00

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    18/66

    Beco2200-M3311 8/20/2003

    2-11 1U W 0-65535 / 1 50W2 #1 Inst. Phase overcurrent

    Outputs/Blocking

    Bit 0 Out 1

    Bit 1 Out 2

    Bit 2 Out 3

    Bit 3 Out 4

    Bit 4 Out 5

    Bit 5 Out 6

    Bit 6 Out 7

    Bit 7 Out 8

    Bit 8 In 1

    Bit 9 In 2

    Bit 10 In 3

    Bit 11 In 4

    Bit 12 In 5

    Bit 13 In 6

    Bit 14 Phase Differental (87)*

    Bit 15 Not used (0)

    Writing 0 disables function,

    At least one OUT must beselected to enable function

    * Not used at present

    2-12 1U W 0-65535 / 1 50W2 #2 Inst. Phase overcurrent

    see 2-00

    2-13 1U W 0-65535 / 1 50W3 #1 Inst. Phase overcurrent

    see 2-00

    2-14 1U W 0-65535 / 1 50W3 #2 Inst. Phase overcurrent

    see 2-00

    2-15 1U W 0-65535 / 1 50GW2#1 Inst Ground overcurrent

    see 2-00

    2-16 1U W 0-65535 / 1 50GW2#2 Inst Ground overcurrent

    see 2-00

    2-17 1U W 0-65535 / 1 50GW3#1 Inst Ground overcurrent

    see 2-00

    2-18 1U W 0-65535 / 1 50GW3#2 Inst Ground overcurrent

    see 2-00

    2-19 1U W 0-65535 / 1 50BFW1 Breaker Failuresee 2-00

    2-20 1U W 0-65535 / 1 50BFW2 Breaker Failure

    see 2-00

    2-21 1U W 0-65535 / 1 50BFW3 Breaker Failure

    see 2-00

    2-22 1U W 0-65535 / 1 51W1 Inverse time overcurrent

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    19/66

    Beco2200-M3311 8/20/2003

    see 2-00

    2-23 1U W 0-65535 / 1 51W2 Inverse time overcurrent

    see 2-00

    2-24 1U W 0-65535 / 1 51W3 Inverse time overcurrent

    see 2-00

    2-25 1U W 0-65535 / 1 51NW1 Inverse residual time

    overcurrent

    see 2-00

    2-26 1U W 0-65535 / 1 51NW2 Inverse residual time

    overcurrent

    see 2-00

    2-27 1U W 0-65535 / 1 51NW3 Inverse residual time

    overcurrent

    see 2-00

    2-28 1U W 0-65535 / 1 51GW2 Inverse ground timeovercurrent

    see 2-00

    2-29 1U W 0-65535 / 1 51GW3 Inverse ground time

    overcurrent

    see 2-00

    2-30 1U W 0-65535 / 1 59G#1 Neutral Overvoltage

    see 2-00

    2-31 1U W 0-65535 / 1 59G#2 Neutral Overvoltage

    see 2-00

    2-32 1U W 0-65535 / 1 81 #1 Underfrequency

    see 2-00

    2-33 1U W 0-65535 / 1 81 #2 Underfrequency

    see 2-00

    2-34 1U W 0-65535 / 1 81 #3 Underfrequency

    see 2-00

    2-35 1U W 0-65535 / 1 81 #4 Underfrequency

    see 2-00

    2-36 1U W 0-65535 / 1 87H Phase differential

    see 2-00

    2-37 1U W 0-65535 / 1 87T High set phase differential

    see 2-00

    2-38 1U W 0-65535 / 1 87GDW2 Ground differential

    see 2-00

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    20/66

    Beco2200-M3311 8/20/2003

    2-39 1U W 0-65535 / 1 87GDW3 Ground differential

    see 2-00

    2-40 1U W 0-65535 / 1 EXT #1 External

    see 2-00

    2-41 1U W 0-65535 / 1 EXT #2 External

    see 2-00

    2-42 1U W 0-65535 / 1 EXT #3 External

    see 2-00

    2-43 1U W 0-65535 / 1 EXT #4 External

    see 2-00

    2-44 1U W 0-65535 / 1 EXT #5 External

    see 2-00

    2-45 1U W 0-65535 / 1 EXT #6 External

    see 2-00

    2-46 1U W 0-65535 / 1 50NW1 #1 Inst. Neutral overcurrent

    see 2-00

    2-47 1U W 0-65535 / 1 50NW1 #2 Inst. Neutral overcurrent

    see 2-00

    2-48 1U W 0-65535 / 1 50NW2 #1 Inst. Neutral overcurrent

    see 2-00

    2-49 1U W 0-65535 / 1 50NW2 #2 Inst. Neutral overcurrent

    see 2-00

    2-50 1U W 0-65535 / 1 50NW3 #1 Inst. Neutral overcurrentsee 2-00

    2-51 1U W 0-65535 / 1 50NW3 #2 Inst. Neutral overcurrent

    see 2-00

    2-52 1U W 0-65535 / 1 BRKRW1 Breaker monitoring

    see 2-00

    2-53 1U W 0-65535 / 1 BRKRW2 Breaker monitoring

    see 2-00

    2-54 1U W 0-65535 / 1 BRKRW3 Breaker monitoring

    see 2-00

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    21/66

    Beco2200-M3311 8/20/2003

    SETPOINTS

    TYPE

    POINT

    SCALE

    FACTOR

    UNITS W/R/M RANGE/INCREMENT DESCRIPTION

    3-00 1 % W 100-200 / 1 24DT #1 Pickup

    3-01 1 CYCLES W 30-8160 / 1 24DT #1 Delay

    3-02 1 % W 100-200 / 1 24DT #2 Pickup

    3-03 1 CYCLES W 30-8160 / 1 24DT #2 Delay

    3-04 1 % W 100-150 / 1 24IT Pickup

    3-05 1 W 1-4 / 1 24IT Curve **

    3-06 10 W if curve=1

    10-1000 / 10

    else if curve=2,3,4

    0-90

    24IT Time dial **

    3-07 1 SEC W 1-999 / 1 24IT Reset rate

    3-08 1 VOLTS W 5-140 / 1 27 Undervoltage Pickup

    3-09 1 W 0-1 / 1 27 Undervoltage Inhibit

    0 = Disable

    1 = Enable

    3-10 1 VOLTS W 5-140 / 1 27 Undervoltage Inhibit

    3-11 1 CYCLES W 1-8160 / 1 27 Delay

    3-12 Not used

    3-13 100 AMPS W if C.T. secondary

    rating = 5Amp

    10-2000 / 1

    if C.T. secondary

    rating = 1Amp

    2-400 / 1

    46DTW2 Pickup

    3-14 1 CYCLES W 1-8160 /1 46DTW2 Delay

    3-15 100 AMPS W if C.T. secondaryrating = 5Amp

    50-500 / 1

    if C.T. secondary

    rating = 1Amp

    10-100 / 1

    46ITW2 Pickup

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    22/66

    Beco2200-M3311 8/20/2003

    3-16 1 W 1-8 / 1 46ITW2 Curve type **

    1 = Definite time

    2 = Inverse

    3 = Very inverse

    4 = Extremely inverse

    5 = IEC Inverse

    6 = IEC Very Inverse

    7 = IEC Extremely inverse

    8 = IEC Long time inverse

    3-17 100 W if curve = 1->4

    50 1100 / 10

    if curve = 5->8

    5 110 / 1

    46ITW2 Time dial **

    3-18 100 AMPS W if C.T. secondary

    rating = 5Amp

    10-2000 / 1

    if C.T. secondary

    rating = 1Amp2-400 / 1

    46DTW3 Pickup

    3-19 1 CYCLES W 1-8160 /1 46DTW3 Delay

    3-20 100 AMPS W if C.T. secondary

    rating = 5Amp

    50-500 / 1

    if C.T. secondary

    rating = 1Amp

    10-100 / 1

    46ITW3 Pickup

    3-21 1 W 1-8 / 1 46ITW3 Curve type **

    1 = Definite time2 = Inverse

    3 = Very inverse

    4 = Extremely inverse

    5 = IEC Inverse

    6 = IEC Very Inverse

    7 = IEC Extremely inverse

    8 = IEC Long time inverse

    3-22 100 W if curve = 1->4

    50 1100 / 10

    if curve = 5->8

    5 110 / 1

    46ITW3 Time dial **

    3-23 10 MINS W 10 -9999/1 49 Time constant

    3-24 100 AMPS W 100 -1000 / 1 49 Maximum overload current

    3-25 Not Used

    3-26 1 W 0-2 / 1 49 Winding select

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    23/66

    Beco2200-M3311 8/20/2003

    3-27 10 AMPS W If C.T. secondary

    rating = 5Amp

    10-1000 / 1

    if C.T. secondary

    rating =1Amp

    2-200 / 1

    50W1 #1 Pickup

    3-28 1 CYCLES W 1-8160 /1 50W1 #1 Delay

    3-29 10 AMPS W If C.T. secondary

    rating = 5Amp

    10-1000 / 1

    if C.T. secondary

    rating =1Amp

    2-200 / 1

    50W1 #2 Pickup

    3-30 1 CYCLES W 1-8160 /1 50W1 #2 Delay

    3-31 10 AMPS W If C.T. secondary

    rating = 5Amp

    10-1000 / 1if C.T. secondary

    rating =1Amp

    2-200 / 1

    50W2 #1 Pickup

    3-32 1 CYCLES W 1-8160 /1 50W2 #1 Delay

    3-33 10 AMPS W If C.T. secondary

    rating = 5Amp

    10-1000 / 1

    if C.T. secondary

    rating =1Amp

    2-200 / 1

    50W2 #2 Pickup

    3-34 1 CYCLES W 1-8160 /1 50W2 #2 Delay

    3-35 10 AMPS W If C.T. secondary

    rating = 5Amp

    10-1000 / 1

    if C.T. secondary

    rating =1Amp

    2-200 / 1

    50W3 #1 Pickup

    3-36 1 CYCLES W 1-8160 /1 50W3 #1 Delay

    3-37 10 AMPS W If C.T. secondary

    rating = 5Amp10-1000 / 1

    if C.T. secondary

    rating =1Amp

    2-200 / 1

    50W3 #2 Pickup

    3-38 1 CYCLES W 1-8160 /1 50W3 #2 Delay

    3-39 10 AMPS W If C.T. secondary

    rating = 5Amp

    50GW2#1 Pickup

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    24/66

    Beco2200-M3311 8/20/2003

    10-1000 / 1

    if C.T. secondary

    rating =1Amp

    2-200 / 1

    3-40 1 CYCLES W 1-8160 /1 50GW2#1 Delay

    3-41 10 AMPS W If C.T. secondaryrating = 5Amp

    10-1000 / 1

    if C.T. secondary

    rating =1Amp

    2-200 / 1

    50GW2#2 Pickup

    3-42 1 CYCLES W 1-8160 /1 50GW2#2 Delay

    3-43 10 AMPS W If C.T. secondary

    rating = 5Amp

    10-1000 / 1

    if C.T. secondary

    rating =1Amp2-200 / 1

    50GW3#1 Pickup

    3-44 1 CYCLES W 1-8160 /1 50GW3#1 Delay

    3-45 10 AMPS W If C.T. secondary

    rating = 5Amp

    10-1000 / 1

    if C.T. secondary

    rating =1Amp

    2-200 / 1

    50GW3#2 Pickup

    3-46 1 CYCLES W 1-8160 /1 50GW3#2 Delay

    3-47 Not Used

    3-48 100 AMPS W If C.T. secondary

    rating = 5Amp

    10-1000 / 1

    if C.T. secondary

    rating

    =1Amp

    2-200 / 1

    50BFW1 Phase pickup

    3-49 Not Used

    3-50 100 AMPS W If C.T. secondaryrating = 5Amp

    10-1000 / 1

    if C.T. secondary

    rating

    =1Amp

    2-200 / 1

    50BFW1 Residual pickup

    3-51 1U W 0-255 / 1 50BFW1 Input initiate

    Bit 0 Input 1

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    25/66

    Beco2200-M3311 8/20/2003

    Bit 1 Input 2

    Bit 2 Input 3

    Bit 3 Input 4

    Bit 4 Input 5

    Bit 5 Input 6

    Bit 6-15 Not used (0)

    3-52 1U W 0-255 / 1 50BFW1 Output initiate

    Bit 0 Out 1

    Bit 1 Out 2

    Bit 2 Out 3

    Bit 3 Out 4

    Bit 4 Out 5

    Bit 5 Out 6

    Bit 6 Out 7

    Bit 7 Out 8

    Bit 8-15 Not used (0)

    3-53 1 CYCLES W 1-8160 / 1 50BFW1 Delay

    3-54 Not Used

    3-55 100 AMPS W If C.T. secondary

    rating = 5Amp

    10-1000 / 1

    if C.T. secondary

    rating

    =1Amp

    2-200 / 1

    50BFW2 Phase pickup

    3-56 Not Used

    3-57 100 AMPS W If C.T. secondary

    rating = 5Amp10-1000 / 1

    if C.T. secondary

    rating

    =1Amp

    2-200 / 1

    50BFW2 Residual pickup

    3-58 1U W 0-255 / 1 50BFW2 Input initiate

    Bit 0 Input 1

    Bit 1 Input 2

    Bit 2 Input 3

    Bit 3 Input 4

    Bit 4 Input 5

    Bit 5 Input 6

    Bit 6-15 Not used (0)

    3-59 1U W 0-255 / 1 50BFW2 Output initiate

    Bit 0 Out 1

    Bit 1 Out 2

    Bit 2 Out 3

    Bit 3 Out 4

    Bit 4 Out 5

    Bit 5 Out 6

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    26/66

    Beco2200-M3311 8/20/2003

    Bit 6 Out 7

    Bit 7 Out 8

    Bit 8-15 Not used (0)

    3-60 1 CYCLES W 1-8160 / 1 50BFW2 Delay

    3-61 Not Used

    3-62 100 AMPS W If C.T. secondary

    rating = 5Amp

    10-1000 / 1

    if C.T. secondary

    rating

    =1Amp

    2-200 / 1

    50BFW3 Phase pickup

    3-63 Not Used

    3-64 100 AMPS W If C.T. secondary

    rating = 5Amp

    10-1000 / 1if C.T. secondary

    rating

    =1Amp

    2-200 / 1

    50BFW3 Residual pickup

    3-65 1U W 0-255 / 1 50BFW3 Input initiate

    Bit 0 Input 1

    Bit 1 Input 2

    Bit 2 Input 3

    Bit 3 Input 4

    Bit 4 Input 5

    Bit 5 Input 6

    Bit 6-15 Not used (0)

    3-66 1U W 0-255 / 1 50BFW3 Output initiate

    Bit 0 Out 1

    Bit 1 Out 2

    Bit 2 Out 3

    Bit 3 Out 4

    Bit 4 Out 5

    Bit 5 Out 6

    Bit 6 Out 7

    Bit 7 Out 8

    Bit 8-15 Not used (0)

    3-67 1 CYCLES W 1-8160 / 1 50BFW3 Delay

    3-68 100 AMPS W If C.T. secondary

    rating = 5Amp

    50-1200 / 1

    if C.T. secondary

    rating = 1Amp

    10-240 / 1

    51W1 Pickup

    3-69 1 W 1-8 / 1 51W1Curve type **

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    27/66

    Beco2200-M3311 8/20/2003

    1 = Definite time

    2 = Inverse

    3 = Very inverse

    4 = Extremely inverse

    5 = IEC Inverse

    6 = IEC Very Inverse

    7 = IEC Extremely inverse

    8 = IEC Long time inverse

    3-70 100 W if curve = 1->4

    50 1100 / 10

    if curve = 5->8

    5 110 / 1

    51W1 Time dial **

    3-71 100 AMPS W If C.T. secondary

    rating = 5Amp

    50-1200 / 1

    if C.T. secondary

    rating = 1Amp

    10-240 / 1

    51W2 Pickup

    3-72 1 W 1-8 / 1 51W2Curve type **

    1 = Definite time

    2 = Inverse

    3 = Very inverse

    4 = Extremely inverse

    5 = IEC Inverse

    6 = IEC Very Inverse

    7 = IEC Extremely inverse

    8 = IEC Long time inverse

    3-73 100 W if curve = 1->4

    50 1100 / 10

    if curve = 5->8

    5 110 / 1

    51W2 Time dial **

    3-74 100 AMPS W If C.T. secondary

    rating = 5Amp

    50-1200 / 1

    if C.T. secondary

    rating = 1Amp

    10-240 / 1

    51W3 Pickup

    3-75 1 W 1-8 / 1 51W3Curve type **

    1 = Definite time

    2 = Inverse

    3 = Very inverse

    4 = Extremely inverse

    5 = IEC Inverse

    6 = IEC Very Inverse

    7 = IEC Extremely inverse

    8 = IEC Long time inverse

    3-76 100 W if curve = 1->4

    50 1100 / 10

    if curve = 5->8

    51W3 Time dial **

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    28/66

    Beco2200-M3311 8/20/2003

    5 110 / 1

    3-77 100 AMPS W if C.T. secondary

    rating = 5Amp

    50-600 / 1

    if C.T. secondary

    rating = 1Amp

    10-120 / 1

    51NW1 Pickup

    3-78 1 W 1-8 / 1 51NW1Curve type **

    1 = Definite time

    2 = Inverse

    3 = Very inverse

    4 = Extremely inverse

    5 = IEC Inverse

    6 = IEC Very Inverse

    7 = IEC Extremely inverse

    8 = IEC Long time inverse

    3-79 100 W if curve = 1->4

    50 1100 / 10

    if curve = 5->8

    5 110 / 1

    51NW1 Time dial **

    3-80 100 AMPS W if C.T. secondary

    rating = 5Amp

    50-600 / 1

    if C.T. secondary

    rating = 1Amp

    10-120 / 1

    51NW2 Pickup

    3-81 1 W 1-8 / 1 51NW2 Curve type **

    1 = Definite time

    2 = Inverse

    3 = Very inverse

    4 = Extremely inverse

    5 = IEC Inverse

    6 = IEC Very Inverse

    7 = IEC Extremely inverse

    8 = IEC Long time inverse

    3-82 100 W if curve = 1->4

    50 1100 / 10

    if curve = 5->8

    5 110 / 1

    51NW2 Time dial **

    3-83 100 AMPS W if C.T. secondary

    rating = 5Amp

    50-600 / 1

    if C.T. secondary

    rating = 1Amp

    10-120 / 1

    51NW3 Pickup

    3-84 1 W 1-8 / 1 51NW3 Curve type **

    1 = Definite time

    2 = Inverse

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    29/66

    Beco2200-M3311 8/20/2003

    3 = Very inverse

    4 = Extremely inverse

    5 = IEC Inverse

    6 = IEC Very Inverse

    7 = IEC Extremely inverse

    8 = IEC Long time inverse

    3-85 100 W if curve = 1->4

    50 1100 / 10

    if curve = 5->8

    5 110 / 1

    51NW3 Time dial **

    3-86 100 AMPS W if C.T. secondary

    rating = 5Amp

    50-1200 / 1

    if C.T. secondary

    rating = 1Amp

    10-240 / 1

    51GW2 Pickup

    3-87 1 W 1-8 / 1 51GW2 Curve type **

    1 = Definite time

    2 = Inverse

    3 = Very inverse

    4 = Extremely inverse

    5 = IEC Inverse

    6 = IEC Very Inverse

    7 = IEC Extremely inverse

    8 = IEC Long time inverse

    3-88 100 W if curve = 1->4

    50 1100 / 10

    if curve = 5->8

    5 110 / 1

    51GW2 Time dial **

    3-89 100 AMPS W if C.T. secondary

    rating = 5Amp

    50-1200 / 1

    if C.T. secondary

    rating = 1Amp

    10-240 / 1

    51GW3 Pickup

    3-90 1 W 1-8 / 1 51GW3 Curve type **

    1 = Definite time

    2 = Inverse

    3 = Very inverse

    4 = Extremely inverse

    5 = IEC Inverse

    6 = IEC Very Inverse

    7 = IEC Extremely inverse

    8 = IEC Long time inverse

    3-91 100 W if curve = 1->4

    50 1100 / 10

    if curve = 5->8

    5 110 / 1

    51GW3 Time dial **

    3-92 1 VOLTS W 5-180 / 1 59G#1 Neutral Overvoltage pickup

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    30/66

    Beco2200-M3311 8/20/2003

    3-93 1 CYCLES W 1-8160 / 1 59G#1 Delay

    3-94 1 VOLTS W 5-180 / 1 59G#2 Neutral Overvoltage pickup

    3-95 1 CYCLES W 1-8160 / 1 59G#2 Delay

    3-96 100 HZ W if nominal frequency =

    60Hz5500-6500 / 1

    if nominal

    frequency=50 Hz

    4500-5500 / 1

    81 #1 Pickup

    For 60 Hz nominal freq. 6000 pickupvalue excluded.

    For 50 Hz nominal freq. 5000 pickup

    value excluded.

    3-97 1 CYCLES W 2-65500 / 1 81 #1 Delay

    3-98 100 HZ W if nominal frequency =

    60Hz

    5500-6500 / 1

    if nominal

    frequency=50 Hz

    4500-5500 / 1

    81 #2 Pickup

    For 60 Hz nominal freq. 6000 pickup

    value excluded.

    For 50 Hz nominal freq. 5000 pickup

    value excluded.

    3-99 1 CYCLES W 2-65500 / 1 81 #2 Delay

    3-100 100 HZ W if nominal frequency =

    60Hz

    5500-6500 / 1

    if nominal

    frequency=50 Hz

    4500-5500 / 1

    81 #3 Pickup

    For 60 Hz nominal freq. 6000 pickup

    value excluded.

    For 50 Hz nominal freq. 5000 pickup

    value excluded.

    3-101 1 CYCLES W 2-65500 / 1 81 #3 Delay

    3-102 100 HZ W if nominal frequency =60Hz

    5500-6500 / 1

    if nominal

    frequency=50 Hz

    4500-5500 / 1

    81 #4 PickupFor 60 Hz nominal freq. 6000 pickup

    value excluded.

    For 50 Hz nominal freq. 5000 pickup

    value excluded.

    3-103 1 CYCLES W 2-65500 / 1 81 #4 Delay

    3-104 10 PU W 50-200 / 1 87H Pickup

    3-105 1 CYCLES W 1-8160 / 1 87H Delay

    3-106 100 PU W 10-100 / 1 87T Pickup

    3-107 1 % W 5-100 / 1 87T Slope #1

    3-108 1 % W 5-200 / 1 87T Slope #2

    3-109 10 PU W 10-40 / 1 87T Slope break point

    3-110 1 % W 5 50 / 1 87T Even Harmonic Restraint

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    31/66

    Beco2200-M3311 8/20/2003

    3-111 1 W 0 2 / 1 87T Even Harmonic Restraint

    (2nd

    & 4th

    )

    0 = Disable

    1 = Enable

    2 = Enable w/cross average

    3-112 1 % W 5 50 / 1 87T 5

    th

    Harmonic Restraint

    3-113 1 W 0 2 / 1 87T 5thHarmonic Restraint

    0 = Disable

    1 = Enable

    2 = Enable w/cross average

    3-114 100 PU W 10-200 / 1 87T Pickup at 5th

    harmonic restraint

    3-115 Not Used

    3-116 Not Used

    3-117 Not Used

    3-118 100 AMPS W If C.T. secondary

    rating = 5Amp

    20-1000 / 1

    if C.T. secondary

    rating = 1Amp

    4-200 / 1

    87GDW2 Pickup

    3-119 Not Used

    3-120 1 CYCLES W 1-8160 / 1 87GDW2 Delay

    3-121 100 AMPS W If C.T. secondaryrating = 5Amp

    20-1000 / 1

    if C.T. secondary

    rating = 1Amp

    4-200 / 1

    87GDW3 Pickup

    3-122 Not Used

    3-123 1 CYCLES W 1-8160 / 1 87GDW3 Delay

    3-124 1U W 0-255 / 1 EXT #1 Input initiate

    Bit 0 Input 1

    Bit 1 Input 2Bit 2 Input 3

    Bit 3 Input 4

    Bit 4 Input 5

    Bit 5 Input 6

    Bit 6-15 Not used (0)

    3-125 1U W 0-255 / 1 EXT #1 Output initiate

    Bit 0 Output 1

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    32/66

    Beco2200-M3311 8/20/2003

    Bit 1 Output 2

    Bit 2 Output 3

    Bit 3 Output 4

    Bit 4 Output 5

    Bit 5 Output 6

    Bit 6 Output 7

    Bit 7 Output 8

    Bit 8-15 Not used (0)

    3-126 1U W 0-255/1 EXT #1 Gate config

    Bit 0 Output initiate gate

    Bit 1 Picked up functions initiate gate

    Bit 2 Input initiate gate

    Bit 3 Blocking inputs gate

    Bit 4 Inputs main gate

    Bit 5-6 Not used (0)

    Bit 7 Picked up functions initiate gate

    NOT element enable/disable

    Bit 7=0 NOT disabled

    Bit 7=1 NOT enabled

    0 gate configured for OR

    1 - gate configured for AND

    3-127 1U W 0-65535/1 EXT #1

    Picked up functions initiate mask

    Least significant word

    Bit 0 F24DT_1

    Bit 1 F24DT_2

    Bit 2 F24IT

    Bit 3 F27

    Bit 4 F46DT_W2

    Bit 5 F46IT_W2

    Bit 6 F46DT_W3Bit 7 F46IT_W3

    Bit 8 F49

    Bit 9 F50_W1_1

    Bit 10 F50_W1_2

    Bit 11 F50_W2_1

    Bit 12 F50_W2_2

    Bit 13 F50_W3_1

    Bit 14 F50_W3_2

    Bit 15 F50G_W2_1

    3-128 1U W 0-65535/1 EXT #1

    Picked up functions initiate maskNext significant word

    Bit 0 F50G_W2_2

    Bit 1 F50G_W3_1

    Bit 2 F50G_W3_2

    Bit 3 F50BF_W1

    Bit 4 F50BF_W2

    Bit 5 F50BF_W3

    Bit 6 F51_W1

    Bit 7 F51_W2

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    33/66

    Beco2200-M3311 8/20/2003

    Bit 8 F51_W3

    Bit 9 F51N_W1

    Bit 10 F51N_W2

    Bit 11 F51N_W3

    Bit 12 F51G_W2

    Bit 13 F51G_W3

    Bit 14 F59G_1

    Bit 15 F59G_2

    3-129 1U W 0-65535/1 EXT #1

    Picked up functions initiate mask

    Next significant word

    Bit 0 F81_1

    Bit 1 F81_2

    Bit 2 F81_3

    Bit 3 F81_4

    Bit 4 F87H

    Bit 5 F87T

    Bit 6 F87GD_W2

    Bit 7 F87GD_W3

    Bit 8 FEXT_1

    Bit 9 FEXT_2Bit 10 FEXT_3

    Bit 11 FEXT_4

    Bit 12 FEXT_5

    Bit 13 FEXT_6

    Bit 14 not used

    Bit 15 not used

    3-130 1U W 0-65535/1 EXT #1

    Picked up functions initiate mask

    Most significant word

    Bit 0 F50N_W1_1

    Bit 1 F50N_W1_2

    Bit 2 F50N_W2_1Bit 3 F50N_W2_2

    Bit 4 F50N_W3_1

    Bit 5 F50N_W3_2

    Bit 6 FBRKR_W1

    Bit 7 FBRKR_W2

    Bit 8 FBRKR_W3

    Bit 9 not used

    Bit 10 not used

    Bit 11 not used

    Bit 12 not used

    Bit 13 not used

    Bit 14 not used

    Bit 15 not used

    3-131 1U W 0-4/1 EXT #1 Switch profile

    0 not activated

    1 swith to profile 1

    2 switch to profile 2

    3 switch to profile 3

    4 - switch to profile 4

    3-132 1U W 0-1/1 EXT #1 Communication initiate

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    34/66

    Beco2200-M3311 8/20/2003

    3-133 1U W 0-1/1 EXT #1 Communication block

    3-134 1 CYCLES W 1-65500 / 1 EXT #1 Delay

    3-135 1U W 0-255 / 1 EXT #2 Input initiate

    See 3-124

    3-136 1U W 0-255 / 1 EXT #2 Output initiate

    See 3-125

    3-137 1U W 0-255/1 EXT #2 Gate config

    See 3-126

    3-138 1U W 0-65535/1 EXT #2

    Picked up functions initiate mask

    Least significant word

    See 3-127

    3-139 1U W 0-65535/1 EXT #2

    Picked up functions initiate maskNext significant word

    See 3-128

    3-140 1U W 0-65535/1 EXT #2

    Picked up functions initiate mask

    Next significant word

    See 3-129

    3-141 1U W 0-65535/1 EXT #2

    Picked up functions initiate mask

    Most significant word

    See 3-130

    3-142 1U W 0-4/1 EXT #2 Swith profile

    0 not activated

    1 swith to profile 1

    2 switch to profile 2

    3 switch to profile 3

    4 - switch to profile 4

    3-143 1U W 0-1/1 EXT #2 Communication initiate

    3-144 1U W 0-1/1 EXT #2 Communication block

    3-145 1 CYCLES W 1-65500 / 1 EXT #2 Delay

    3-146 1U W 0-255 / 1 EXT #3 Input initiate

    See 3-124

    3-147 1U W 0-255 / 1 EXT #3 Output initiate

    See 3-125

    3-148 1U W 0-255/1 EXT #3 Gate config

    See 3-126

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    35/66

    Beco2200-M3311 8/20/2003

    3-149 1U W 0-65535/1 EXT #3

    Picked up functions initiate mask

    Least significant word

    See 3-127

    3-150 1U W 0-65535/1 EXT #3

    Picked up functions initiate maskNext significant word

    See 3-128

    3-151 1U W 0-65535/1 EXT #3

    Picked up functions initiate mask

    Next significant word

    See 3-129

    3-152 1U W 0-65535/1 EXT #3

    Picked up functions initiate mask

    Most significant word

    See 3-130

    3-153 1U W 0-4/1 EXT #3 Swith profile

    0 not activated

    1 swith to profile 1

    2 switch to profile 2

    3 switch to profile 3

    4 - switch to profile 4

    3-154 1U W 0-1/1 EXT #3 Communication initiate

    3-155 1U W 0-1/1 EXT #3 Communication block

    3-156 1 CYCLES W 1-65500 / 1 EXT #3 Delay

    3-157 1U W 0-255 / 1 EXT #4 Input initiate

    See 3-124

    3-158 1U W 0-255 / 1 EXT #4 Output initiate

    See 3-125

    3-159 1U W 0-255/1 EXT #4 Gate config

    See 3-126

    3-160 1U W 0-65535/1 EXT #4

    Picked up functions initiate mask

    Least significant word

    See 3-127

    3-161 1U W 0-65535/1 EXT #4

    Picked up functions initiate mask

    Next significant word

    See 3-128

    3-162 1U W 0-65535/1 EXT #4

    Picked up functions initiate mask

    Next significant word

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    36/66

    Beco2200-M3311 8/20/2003

    See 3-129

    3-163 1U W 0-65535/1 EXT #4

    Picked up functions initiate mask

    Most significant word

    See 3-130

    3-164 1U W 0-4/1 EXT #4 Swith profile0 not activated

    1 swith to profile 1

    2 switch to profile 2

    3 switch to profile 3

    4 - switch to profile 4

    3-165 1U W 0-1/1 EXT #4 Communication initiate

    3-166 1U W 0-1/1 EXT #4 Communication block

    3-167 1 CYCLES W 1-65500 / 1 EXT #4 Delay

    3-168 1U W 0-255 / 1 EXT #5 Input initiateSee 3-124

    3-169 1U W 0-255 / 1 EXT #5 Output initiate

    See 3-125

    3-170 1U W 0-255/1 EXT #5 Gate config

    See 3-126

    3-171 1U W 0-65535/1 EXT #5

    Picked up functions initiate mask

    Least significant word

    See 3-127

    3-172 1U W 0-65535/1 EXT #5

    Picked up functions initiate mask

    Next significant word

    See 3-128

    3-173 1U W 0-65535/1 EXT #5

    Picked up functions initiate mask

    Next significant word

    See 3-129

    3-174 1U W 0-65535/1 EXT #5

    Picked up functions initiate mask

    Most significant wordSee 3-130

    3-175 1U W 0-4/1 EXT #5 Swith profile

    0 not activated

    1 swith to profile 1

    2 switch to profile 2

    3 switch to profile 3

    4 - switch to profile 4

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    37/66

    Beco2200-M3311 8/20/2003

    3-176 1U W 0-1/1 EXT #5 Communication initiate

    3-177 1U W 0-1/1 EXT #5 Communication block

    3-178 1 CYCLES W 1-65500 / 1 EXT #5 Delay

    3-179 1U W 0-255 / 1 EXT #6 Input initiate

    See 3-124

    3-180 1U W 0-255 / 1 EXT #6 Output initiate

    See 3-125

    3-181 1U W 0-255/1 EXT #6 Gate config

    See 3-126

    3-182 1U W 0-65535/1 EXT #6

    Picked up functions initiate mask

    Least significant word

    See 3-127

    3-183 1U W 0-65535/1 EXT #6Picked up functions initiate mask

    Next significant word

    See 3-128

    3-184 1U W 0-65535/1 EXT #6

    Picked up functions initiate mask

    Next significant word

    See 3-129

    3-185 1U W 0-65535/1 EXT #6

    Picked up functions initiate mask

    Most significant word

    See 3-130

    3-186 1U W 0-4/1 EXT #6 Swith profile

    0 not activated

    1 swith to profile 1

    2 switch to profile 2

    3 switch to profile 3

    4 - switch to profile 4

    3-187 1U W 0-1/1 EXT #6 Communication initiate

    3-188 1U W 0-1/1 EXT #6 Communication block

    3-189 1 CYCLES W 1-65500 / 1 EXT #6 Delay

    3-190 10 AMPS W If C.T. secondary

    rating = 5Amp

    10-1000 / 1

    if C.T. secondary

    rating =1Amp

    2-200 / 1

    50NW1 #1 Pickup

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    38/66

    Beco2200-M3311 8/20/2003

    3-191 1 CYCLES W 1-8160 /1 50NW1 #1 Delay

    3-192 10 AMPS W If C.T. secondary

    rating = 5Amp

    10-1000 / 1

    if C.T. secondary

    rating =1Amp

    2-200 / 1

    50NW1 #2 Pickup

    3-193 1 CYCLES W 1-8160 /1 50NW1 #2 Delay

    3-194 10 AMPS W If C.T. secondary

    rating = 5Amp

    10-1000 / 1

    if C.T. secondary

    rating =1Amp

    2-200 / 1

    50NW2 #1 Pickup

    3-195 1 CYCLES W 1-8160 /1 50NW2 #1 Delay

    3-196 10 AMPS W If C.T. secondaryrating = 5Amp

    10-1000 / 1

    if C.T. secondary

    rating =1Amp

    2-200 / 1

    50NW2 #2 Pickup

    3-197 1 CYCLES W 1-8160 /1 50NW2 #2 Delay

    3-198 10 AMPS W If C.T. secondary

    rating = 5Amp

    10-1000 / 1

    if C.T. secondary

    rating =1Amp2-200 / 1

    50NW3 #1 Pickup

    3-199 1 CYCLES W 1-8160 /1 50NW3 #1 Delay

    3-200 10 AMPS W If C.T. secondary

    rating = 5Amp

    10-1000 / 1

    if C.T. secondary

    rating =1Amp

    2-200 / 1

    50NW3 #2 Pickup

    3-201 1 CYCLES W 1-8160 /1 50NW3 #2 Delay

    3-202 1 KAMPS W 0-50000 /1 BRKRW1 Pickup

    3-203 10 CYCLES W 1-40959 /1 BRKRW1 Delay

    3-204 1 KAMPS W 0-50000 /1 BRKRW2 Pickup

    3-205 10 CYCLES W 1-40959 /1 BRKRW2 Delay

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    39/66

    Beco2200-M3311 8/20/2003

    3-206 1 KAMPS W 0-50000 /1 BRKRW3 Pickup

    3-207 10 CYCLES W 1-40959 /1 BRKRW3 Delay

    3-208 1 KAMPS W 0-50000/1 Phase A W1

    Breaker monitoring arc current acc.

    3-209 1 KAMPS W 0-50000/1 Phase B W1Breaker monitoring arc current acc.

    3-210 1 KAMPS W 0-50000/1 Phase C W1

    Breaker monitoring arc current acc.

    3-211 1 KAMPS W 0-50000/1 Phase A W2

    Breaker monitoring arc current acc.

    3-212 1 KAMPS W 0-50000/1 Phase B W2

    Breaker monitoring arc current acc.

    3-213 1 KAMPS W 0-50000/1 Phase C W2

    Breaker monitoring arc current acc.

    3-214 1 KAMPS W 0-50000/1 Phase A W3

    Breaker monitoring arc current acc.

    3-215 1 KAMPS W 0-50000/1 Phase B W3

    Breaker monitoring arc current acc.

    3-216 1 KAMPS W 0-50000/1 Phase C W3

    Breaker monitoring arc current acc.

    3-217 1U W 0-255 / 1 BRKRW1 Input initiate

    Bit 0 Input 1

    Bit 1 Input 2Bit 2 Input 3

    Bit 3 Input 4

    Bit 4 Input 5

    Bit 5 Input 6

    Bit 6-15 Not used (0)

    3-218 1U W 0-255 / 1 BRKRW1 Output initiate

    Bit 0 Out 1

    Bit 1 Out 2

    Bit 2 Out 3

    Bit 3 Out 4

    Bit 4 Out 5

    Bit 5 Out 6Bit 6 Out 7

    Bit 7 Out 8

    Bit 8-15 Not used (0)

    3-219 1U W 0-255 / 1 BRKRW2 Input initiate

    Bit 0 Input 1

    Bit 1 Input 2

    Bit 2 Input 3

    Bit 3 Input 4

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    40/66

    Beco2200-M3311 8/20/2003

    Bit 4 Input 5

    Bit 5 Input 6

    Bit 6-15 Not used (0)

    3-220 1U W 0-255 / 1 BRKRW2 Output initiate

    Bit 0 Out 1

    Bit 1 Out 2

    Bit 2 Out 3

    Bit 3 Out 4

    Bit 4 Out 5

    Bit 5 Out 6

    Bit 6 Out 7

    Bit 7 Out 8

    Bit 8-15 Not used (0)

    3-221 1U W 0-255 / 1 BRKRW3 Input initiate

    Bit 0 Input 1

    Bit 1 Input 2

    Bit 2 Input 3

    Bit 3 Input 4

    Bit 4 Input 5

    Bit 5 Input 6

    Bit 6-15 Not used (0)

    3-222 1U W 0-255 / 1 BRKRW3 Output initiate

    Bit 0 Out 1

    Bit 1 Out 2

    Bit 2 Out 3

    Bit 3 Out 4

    Bit 4 Out 5

    Bit 5 Out 6

    Bit 6 Out 7

    Bit 7 Out 8

    Bit 8-15 Not used (0)

    3-223 1U W 0-255/1 Breaker monitor timing method select

    Bit 0 W1

    Bit 1 W2

    Bit 2 W3

    Bit3-Bit7 - Not Used

    0 I*t method selected

    1 I2*t method selected

    Notes:

    * Note: These points are read only.

    ** Note: When writing these points, curve should always proceed time dial.

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    41/66

    Beco2200-M3311 8/20/2003

    MISCELLANEOUS / MAXIMUMS

    TYPE

    POINT

    SCALE

    FACTOR

    UNITS W/R/M RANGE/INCREMENT DESCRIPTION

    4-00 1 W 0-1 / 1 Clock control

    If write 0 = Stop

    1 = Run

    Read returns 0

    4-01 1 W 0-99 / 1 Year

    4-02 1 W 1-12 / 1 Month

    4-03 1 W 1-31 / 1 Date

    4-04 1 W 1-7 / 1 Day

    1 = Sun ... 7 = Sat

    4-05 1 W 0-23 / 1 Hour

    4-06 1 W 0-59 / 1 Minute

    4-07 1 W 0-59 / 1 Second

    4-08 Not used

    4-09 Not used

    4-10 1 R Pre and Post compensated phasors set

    update trigger

    See 1-92 1-127

    4-11 1 R Phasor set update trigger

    See 1-53->1-76

    4-12 1 R Processor reset counter

    4-13 1 R Powerloss counter

    4-14 1 R OUT1 counter

    4-15 1 R OUT2 counter

    4-16 1 R OUT3 counter

    4-17 1 R OUT4 counter

    4-18 1 R OUT5 counter

    4-19 1 R OUT6 counter

    4-20 1 R OUT7 counter

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    42/66

    Beco2200-M3311 8/20/2003

    4-21 1 R OUT8 counter

    4-22 1 R Alarm counter

    4-23 1 EEPROM selftest counter

    4-24 1 R Last selftest error code

    4-25 1 R Last selftest error code -1

    4-26 1 R Last selftest error code -2

    4-27 1 R 0-59 / 1 Last selftest error code -3

    4-28 1 R 0-59 / 1 Clear target led

    (if all tripping conditions

    cleared.)

    if read = 0

    tripping conditions are

    cleared, OK to reset.

    else read = 1tripping conditions

    are still active,

    do not reset

    4-29 1 R Clear target history

    4-30 1 R Clear oscillograph recorder

    4-31 1 R Last comm error code

    4-32 1 Target LED status

    0 = off

    1 = on

    4-33 Not used

    4-34 Not used

    4-35 1 R Receive packet errors

    4-36 1 IRIG-B Time Sync status

    0 = Invalid

    1 = Valid

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    43/66

    Beco2200-M3311 8/20/2003

    4-37 -> 4-48 Present Time encoded as an

    ASCII string. *

    DD-MMM-YYYY

    HH:MM:SS.TTT

    For example:

    03-Mar-1990 12:15:03.468

    4-37 = 12339 or 3033HEX or '0''3'

    4-38 = 11597 or 2d4dHEX or '-''M'

    4-39 = 24946 or 6172HEX or 'a''r'

    4-40 = 11569 or 2d31HEX or '-''1'

    4-41 = 14649 or 3939HEX or '9''9'

    4-42 = 12320 or 3020HEX or '0'' '

    4-43 = 12594 or 3132HEX or '1''2'

    4-44 = 14896 or 3a30HEX or ':''1'

    4-45 = 13626 or 353aHEX or '5'':'

    4-46 = 12339 or 3033HEX or '0''3'

    4-47 = 11828 or 2E34HEX or '.''4'

    4-48 = 13880 or 3638HEX or '6''8'

    4-49 4-50 Not used

    4-51 -> 4-60 W1 Phase A current Max Time

    encoded as an

    ASCII string.

    DD-MMM-YYYY

    HH:MM:SS

    For example:

    03-Mar-1990 12:15:03

    4-51 = 12339 or 3033HEX or '0''3'

    4-52 = 11597 or 2d4dHEX or '-''M'

    4-53 = 24946 or 6172HEX or 'a''r'

    4-54 = 11569 or 2d31HEX or '-''1'4-55 = 14649 or 3939HEX or '9''9'

    4-56 = 12320 or 3020HEX or '0'' '

    4-57 = 12594 or 3132HEX or '1''2'

    4-58 = 14896 or 3a30HEX or ':''1'

    4-59 = 13626 or 353aHEX or '5'':'

    4-60 = 12339 or 3033HEX or '0''3'

    4-61 -> 4-70 W2 Phase A current Max Time

    See 4-51->4-60

    4-71 -> 4-80 W3 Phase A current Max Time

    See 4-51->4-60

    4-81 -> 4-90 W1 Phase B current Max Time

    See 4-51->4-60

    4-91 -> 4-100 W2 Phase B current Max Time

    See 4-51->4-60

    4-101-> 4-

    110

    W3 Phase B current Max Time

    See 4-51->4-60

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    44/66

    Beco2200-M3311 8/20/2003

    4-111 -> 4-

    120

    W1 Phase C current Max Time

    See 4-51->4-60

    4-121-> 4-

    130

    W2 Phase C current Max Time

    See 4-51->4-60

    4-131 -> 4-140

    W3 Phase C current Max TimeSee 4-51->4-60

    4-141 -> 4-

    150

    W2 Phase G current Max Time

    See 4-51->4-60

    4-151 -> 4-

    160

    W3 Phase G current Max Time

    See 4-51->4-60

    4-161 1000 AMPS R W1 Phase A current Max **

    4-162 1000 AMPS R W2 Phase A current Max **

    4-163 1000 AMPS R W3 Phase A current Max **

    4-164 1000 AMPS R W1 Phase B current Max **

    4-165 1000 AMPS R W2 Phase B current Max **

    4-166 1000 AMPS R W3 Phase B current Max **

    4-167 1000 AMPS R W1 Phase C current Max **

    4-168 1000 AMPS R W2 Phase C current Max **

    4-169 1000 AMPS R W3 Phase C current Max **

    4-170 1000 AMPS R W2 Phase G current Max **

    4-171 1000 AMPS R W3 Phase G current Max **

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    45/66

    Beco2200-M3311 8/20/2003

    * Present time will return the local time from the RTC chip with .TTT = .000 if

    IRIG-B time sync status 4-36 is 0, if IRIG-B sync status is valid these points

    will return full time information.

    ** Returned as secondary values, see description at end of TYPE 1 table.

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    46/66

    Beco2200-M3311 8/20/2003

    SEQUENCE OF EVENTS RECORDER

    TYPE

    POINT

    SCALE

    FACTOR

    UNITS W/R/M RANGE/INCREMENT DESCRIPTION

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    47/66

    Beco2200-M3311 8/20/2003

    OSCILLOGRAPH RECORDER

    TYPE POINT SCALE

    FACTOR

    UNITS W/R/M RANGE/INCREMENT DESCRIPTION

    6-00 1 W 1-4 / 1 Number of partitions *

    1 = 1 @ 152 Cycles

    2 = 2 @ 104 Cycles

    3 = 3 @ 72 Cycles

    4 = 4 @ 56 Cycles

    6-01 1 W 0-255 / 1 Trigger inputs **

    Bit 0 Input 1

    Bit 1 Input 2

    Bit 2 Input 3

    Bit 3 Input 4

    Bit 4 Input 5

    Bit 5 Input 6

    Bit 6-15 Not used (0)

    6-02 1 W 0-255 / 1 Trigger outputs

    Bit 0 Out 1

    Bit 1 Out 2

    Bit 2 Out 3

    Bit 3 Out 4

    Bit 4 Out 5

    Bit 5 Out 6

    Bit 6 Out 7

    Bit 7 Out 8

    Bit 8-15 Not used (0)

    6-03 1 % W 5-95 / 1 Post trigger delay *

    6-04 1 W 0-1 / 1 Recorder trigger inhibit

    0 = recorder active (running)

    1 = recorder trigger inhibit

    when read:

    Bit 0 Inhibit by COM1

    Bit 1 Inhibit by COM2

    Bit 2 Inhibit by COM3

    Bit 3-15 Not used (0)

    6-05 1 W 0-2 / 1 Recorder status

    If read

    0 = no records available

    1 = at least 1 record available

    (follows OSC REC led)

    If write

    0 = Do nothing

    1 = Remotely trigger recorder

    2 = Clear all records

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    48/66

    Beco2200-M3311 8/20/2003

    6-06 1 Record #1 status (latest)

    0 = untriggered

    (Cleared)

    1 = triggered, full record

    (Available for downloading)

    2 = triggered, incomplete record

    (Available for downloading)

    6-07 1 Record #2 status

    0 = untriggered

    1 = triggered, full record

    (Available for downloading)

    2 = triggered, incomplete record

    (Available for downloading)

    6-08 1 Record #3 status

    0 = untriggered

    1 = triggered, full record

    (Available for downloading)

    2 = triggered, incomplete record

    (Available for downloading)

    6-09 1 Record #4 status

    0 = untriggered

    1 = trigged, full record

    (Available for downloading)

    2 = triggered, incomplete record

    (Available for downloading)

    6-10 1U W 0-1/1 Comtrade current file type:

    0- CFG

    1- DAT

    6-11 1U 0-65535 Comtrade Total number of blocks for

    current file

    6-12 W 0-65535 Comtrade current block number

    available for download. This number is

    automaticly incremented by 1 when

    the download of current block

    complete.

    6-13 0-255 Comtrade Number of registers

    requiried for download the current

    block

    6-14 1U W*** 0 - 65535 / 1 Download Record #1 block

    6-15 1U W*** 0 - 65535 / 1 Download Record #2 block

    6-16 1U W*** 0 - 65535 / 1 Download Record #3 block

    6-17 1U W*** 0 - 65535 / 1 Download Record #4 block

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    49/66

    Beco2200-M3311 8/20/2003

    6-18 W 0-4 Comtrade Current selected record for

    download.

    0 None of the record selected

    1 Record one selected

    2 Record two selected

    3 Record three selected

    4 Record four selected

    6-19 Not used

    6-20

    ->

    6-29

    Record #1 date and time stamp

    encoded as an ASCII string.

    DD-MMM-YYYY HH:MM:SS:TTT

    For example:

    03-Mar-1990 12:15:03

    6-20 = 12339 or 3033HEX or 03

    6-21 = 11597 or 2d4dHEX or -M

    6-22 = 24946 or 6172HEX or ar

    6-23 = 11569 or 2d31HEX or -1

    6-24 = 14649 or 3939HEX or 99

    6-25 = 12320 or 3020HEX or 0

    6-26 = 12594 or 3132HEX or 12

    6-27 = 14896 or 3a30HEX or :1

    6-28 = 13626 or 353aHEX or 5:

    6-29 = 12339 or 3033HEX or 03

    6-30

    ->

    6-39

    Record #2 date and time stamp

    see 6-20

    6-40

    ->

    6-49

    Record #3 date and time stamp

    see 6-20

    6-50

    ->

    6-59

    Record #4 date and time stamp

    see 6-20

    6-60 Not used

    6-61

    ->

    6-62

    **** Record #1 extended time stamp

    encoded as ASCII string.

    10s 100s and 1000s.

    For example:

    03-Mar-1990 12:15:03.468

    6-61 = 11828 or 2E34HEX or .4

    6-62 = 13880 or 3638HEX or 68

    6-63

    ->

    6-64

    **** Record #2 extended time stamp

    see 6-61

    6-65 **** Record #3 extended time stamp

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    50/66

    Beco2200-M3311 8/20/2003

    ->

    6-66

    see 6-61

    6-67

    ->

    6-68

    **** Record #4 extended time stamp

    see 6-61

    669 Not used.

    6-70 Comtrade request for download the

    block of data starting from the 6-71

    setpoint. Number of registers

    requiried for the current block is

    defined in setpoint 6-13. Reading from

    this setpoint also increments by 1

    current block number (setpoint 6-12).

    6-71 0-65535 Comtrade number of registers for the

    next block of data.

    6-72 - 6-140 0-65535 Comtrade data for the current block.Cannot read individual registers. Start

    setpoint should be 6-70

    6-150 - 6-215 MODBUS data block

    Notes:

    * Changing the number of partitions automatically reset the post trigger delay setting to %5 and clears all previously stored

    records.

    ** Trigger bits are ORed to create multiple trigger options. An incomplete record only occurs when the trigger appears

    before the buffer is full. This can happen if triggered immediately on power up or when partition is switched and the pos

    trigger delay is set very small.

    *** Downloading should not be attempted until record is checked for availability. A block request is sent by the master

    with a write formatted packet. This data point is the block number of the requested record. The slave will respond with a

    large packet (134 bytes) containing the address, bytecount, system/data error status and 130 bytes of data and the

    checksum. The first two data bytes being an echo of the block number the remaining 128 bytes the data block. The

    master must read the number of partitions data point (6-00) to determine how many blocks to request. ex: If partitions i

    set to 1, there are 494 blocks (block 0 - block 493).

    Also, the oscillograph recorder MUST be inhibited from triggering before any block is requested (6-04). Be sure to un-

    inhibit triggering when downloading is completed or if downloading is aborted.

    Partitions Blocks Record size

    1 0-495 63488

    2 0-339 43520

    3 0-235 30208

    4 0-183 23552

    It is up to the master to re-request bad packets and do all the error checking.

    **** Extended time information will read XX:XX:XX.000 (i.e. zeros) if IRIG-B signal is invalid or not used.

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    51/66

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    52/66

    Beco2200-M3311 8/20/2003

    Used only if 8-24 set to 0

    8-09** 1 W 0-5 / 1 PT connection type W1

    see 8-06

    Used only if 8-24 set to 0

    8-10** 1 W 0-5 / 1 PT connection type W2

    see 8-06Used only if 8-24 set to 0

    8-11** 1 W 0-5 / 1 PT connection type W3

    see 8-06

    Used only if 8-24 set to 0

    8-12 1 W 0-1 / 1 Phase rotation

    0 = ACB

    1 = ABC

    8-13 1 C.T. Secondary rating

    0 = 1Amp

    1 = 5Amp

    8-14 1 Nominal frequency

    0 = 50HZ

    1 = 60HZ

    8-15 1 W 0-3/1 Winding Disable

    0- All windings enabled

    1- W1 disabled

    2- W2 disabled

    3- W3 disabled

    8-16 1U W 0-255 / 1 Input status active state

    Bit0 = 0 IN1 active closedBit0 = 1 IN1 active open

    Bit1-bit5 same as above for IN2-IN6

    Bit6-Bit15 not used (0)

    8-17 1 W 1-3 / 1 Demand Time Interval

    1 = 15 Minutes

    2 = 30 Minutes

    3 = 60 Minutes

    8-18 10 W 10-65500 / 1 V.T.x Phase ratio

    8-19 1 W 1-65500 / 1 C.T. W1 Phase ratio

    8-20 1 W 1-65500 / 1 C.T. W2 Phase ratio

    8-21 1 W 1-65500 / 1 C.T. W3 Phase ratio

    8-22 1 W 1-65500 / 1 C.T. W2 Ground ratio

    8-23 1 W 1-65500 / 1 C.T. W3 Ground ratio

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    53/66

    Beco2200-M3311 8/20/2003

    8-24 1 W 0-1/1 Transformer and CT connection

    custom mode enable

    0 custom mode disabled

    1 custom mode enabled

    8-25 100 W if C.T. secondary

    rating = 5Amp

    100-1000 / 1

    if C.T. secondary

    rating = 1Amp

    20-200 / 1

    C.T. W1 tap correction

    8-26 Not used

    8-27 Not used

    8-28 Not used

    8-29 100 W if C.T. secondary

    rating = 5Amp

    100-1000 / 1if C.T. secondary

    rating = 1Amp

    20-200 / 1

    C.T. W2 tap correction

    8-30 100 W if C.T. secondary

    rating = 5Amp

    100-1000 / 1

    if C.T. secondary

    rating = 1Amp

    20-200 / 1

    C.T. W3 tap correction

    8-31 Not Used

    8-32 100 W 10-799 / 1 C.T. W2 Ground correction (87GD)

    8-33 100 W 10-799 / 1 C.T. W3 Ground correction (87GD)

    8-34 1 W 0-255/1 Zero Sequence Enable

    Bit 0 W1 zero seq. Enable

    Bit 1 W2 zero seq. Enable

    Bit 2 W3 zero seq. Enable

    Bits 3-7 Not used

    Wrtiteable only if 8-24 set to 1

    8-35 1 CYCLES W 2-8160 / 1 Sealin Delay OUT1

    8-36 1 CYCLES W 2-8160 / 1 Sealin Delay OUT2

    8-37 1 CYCLES W 2-8160 / 1 Sealin Delay OUT3

    8-38 1 CYCLES W 2-8160 / 1 Sealin Delay OUT4

    8-39 1 CYCLES W 2-8160 / 1 Sealin Delay OUT5

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    54/66

    Beco2200-M3311 8/20/2003

    8-40 1 CYCLES W 2-8160 / 1 Sealin Delay OUT6

    8-41 1 CYCLES W 2-8160 / 1 Sealin Delay OUT7

    8-42 1 CYCLES W 2-8160 / 1 Sealin Delay OUT8

    8-43*** 1 W 0-11/1 Transformer phase comp. type W10 - 1 01 - 1 302 - 1 603 - 1 904 - 1 1205 - 1 1506 - 1 1807 - 1 2108 - 1 2409 - 1 27010 - 1 30011 - 1 330Used only if 8-24 set to 1

    8-44*** 1 W 0-11/1 Transformer phase comp. type W2

    See 8-43

    Used only if 8-24 set to 1

    8-45*** 1 W 0-11/1 Transformer phase comp. type W3

    See 8-43

    Used only if 8-24 set to 1

    8-46*** 1 W 0-23/1 CT phase/magnitude comp. W1

    0 - 1 01 - 1 302 - 1 603 - 1 904 - 1 1205 - 1 1506 - 1 1807 - 1 2108 - 1 2409 - 1 27010 - 1 30011 - 1 33012 - 1/3 013 - 1/3 3014 - 1/3 6015 - 1/3 9016 - 1/3 12017 - 1/3 15018 - 1/3 18019 - 1/3 21020 - 1/3 24021 - 1/3 270

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    55/66

    Beco2200-M3311 8/20/2003

    22 - 1/3 30023 - 1/3 330Used only if 8-24 set to 1

    8-47*** 1 W 0-23/1 CT phase/magnitude comp. W2

    See 8-46

    Used only if 8-24 set to 1

    8-48*** 1 W 0-23/1 CT phase/magnitude comp. W3

    See 8-46

    Used only if 8-24 set to 1

    * Not used at present

    ** Setpoints are in use only if the Transfomer and CT conn. Custom mode disabled (setpoint 8-24)

    *** Setpoints are in use only if the Transfomer and CT conn. Custom mode enabled (setpoint 8-24)

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    56/66

    Beco2200-M3311 8/20/2003

    TARGET INFORMATION

    TYPE

    POINT

    SCALE

    FACTOR

    UNITS W/R/M RANGE/INCREMENT DESCRIPTION

    9-00 1U Target #1 relay status

    Bit 0 Out 1

    Bit 1 Out 2

    Bit 2 Out 3

    Bit 3 Out 4

    Bit 4 Out 5

    Bit 5 Out 6

    Bit 6 Out 7

    Bit 7 Out 8

    Bit 8-15 Not used (0)

    If point reads 0 target is cleared.

    9-01 1U Target #1 input status

    Bit 0 Input 1

    Bit 1 Input 2

    Bit 2 Input 3

    Bit 3 Input 4

    Bit 4 Input 5

    Bit 5 Input 6

    Bit 6-15 Not used (0)

    9-02 1U Function status (picked up)

    Least significant word D0

    Bit 0 F24DT_1

    Bit 1 F24DT_2

    Bit 2 F24IT

    Bit 3 F27

    Bit 4 F46DT_W2

    Bit 5 F46IT_W2

    Bit 6 F46DT_W3Bit 7 F46IT_W3

    Bit 8 F49

    Bit 9 F50_W1_1

    Bit 10 F50_W1_2

    Bit 11 F50_W2_1

    Bit 12 F50_W2_2

    Bit 13 F50_W3_1

    Bit 14 F50_W3_2

    Bit 15 F50G_W2_1

    9-03 1U Function status (picked up)

    Next significant word D1

    Bit 0 F50G_W2_2Bit 1 F50G_W3_1

    Bit 2 F50G_W3_2

    Bit 3 F50BF_W1

    Bit 4 F50BF_W2

    Bit 5 F50BF_W3

    Bit 6 F51_W1

    Bit 7 F51_W2

    Bit 8 F51_W3

    Bit 9 F51N_W1

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    57/66

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    58/66

    Beco2200-M3311 8/20/2003

    Bit 1 F24DT_2

    Bit 2 F24IT

    Bit 3 F27

    Bit 4 F46DT_W2

    Bit 5 F46IT_W2

    Bit 6 F46DT_W3

    Bit 7 F46IT_W3

    Bit 8 F49

    Bit 9 F50_W1_1

    Bit 10 F50_W1_2

    Bit 11 F50_W2_1

    Bit 12 F50_W2_2

    Bit 13 F50_W3_1

    Bit 14 F50_W3_2

    Bit 15 F50G_W2_1

    9-07 1U Function timer

    Next significant word D1

    Bit 0 F50G_W2_2

    Bit 1 F50G_W3_1

    Bit 2 F50G_W3_2Bit 3 F50BF_W1

    Bit 4 F50BF_W2

    Bit 5 F50BF_W3

    Bit 6 F51_W1

    Bit 7 F51_W2

    Bit 8 F51_W3

    Bit 9 F51N_W1

    Bit 10 F51N_W2

    Bit 11 F51N_W3

    Bit 12 F51G_W2

    Bit 13 F51G_W3

    Bit 14 F59G_1

    Bit 15 F59G_2

    9-08 1U Function timer

    Next significant word D2

    Bit 0 F81_1

    Bit 1 F81_2

    Bit 2 F81_3

    Bit 3 F81_4

    Bit 4 F87H

    Bit 5 F87T

    Bit 6 F87GD_W2

    Bit 7 F87GD_W3

    Bit 8 FEXT_1

    Bit 9 FEXT_2Bit 10 FEXT_3

    Bit 11 FEXT_4

    Bit 12 FEXT_5

    Bit 13 FEXT_6

    Bit 14 not used

    Bit 15 not used

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    59/66

    Beco2200-M3311 8/20/2003

    9-09 1U Function timer

    Most significant word D3

    Bit 0 F50N_W1_1

    Bit 1 F50N_W1_2

    Bit 2 F50N_W2_1

    Bit 3 F50N_W2_2

    Bit 4 F50N_W3_1

    Bit 5 F50N_W3_2

    Bit 6 FBRKR_W1

    Bit 7 FBRKR_W2

    Bit 8 FBRKR_W3

    Bit 9 not used

    Bit 10 not used

    Bit 11 not used

    Bit 12 not used

    Bit 13 not used

    Bit 14 not used

    Bit 15 not used

    Note: The four function timer words

    represent which detectors timer are

    timed out at the time the target istagged.

    9-10 1U Target #1 Active Profile

    0 = Profile 1

    1 = Profile 2

    2 = Profile 3

    3 = Profile 4

    9-11 1U Target #1

    50 #1, #2 W1 and W2 Phase

    Bit 0 W1 #1 Phase A

    Bit 1 W1 #1 Phase B

    Bit 2 W1 #1 Phase CBit 3 W1 #2 Pahse A

    Bit 4 W1 #2 Phase B

    Bit 5 W1 #2 Phase C

    Bit 6 Not used (0)

    Bit 7 Not used (0)

    Bit 8 W2 #1 Phase A

    Bit 9 W2 #1 Phase B

    Bit 10 W2 #1 Phase C

    Bit 11 W2 #2 Phase A

    Bit 12 W2 # 2 Phase B

    Bit 13 W2 #2 Phase C

    Bit 14 Not used (0)

    Bit 15 Not used (0)

    9-12 1U Target #1

    50 #1, #2 W3 Phase

    Bit 0 W3 #1 Phase A

    Bit 1 W3 #1 Phase B

    Bit 2 W3 #1 Phase C

    Bit 3 W3 #2 Pahse A

    Bit 4 W3 #2 Phase B

    Bit 5 W3 #2 Phase C

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    60/66

    Beco2200-M3311 8/20/2003

    Bit 6 Not used (0)

    Bit 7 Not used (0)

    Bit 8 Not used (0)

    Bit 9 Not used (0)

    Bit 10 Not used (0)

    Bit 11 Not used (0)

    Bit 12 Not used (0)

    Bit 13 Not used (0)

    Bit 14 Not used (0)

    Bit 15 Not used (0)

    9-13 1U Target #1

    51 Phase status/timer W1 and W2

    Bit 0 W1 Phase A timer

    Bit 1 W1 Phase B timer

    Bit 2 W1 Phase C timer

    Bit 3 W1 Phase A status

    Bit 4 W1 Phase B status

    Bit 5 W1 Phase C status

    Bit 6 Not used (0)

    Bit 7 Not used (0)

    Bit 8 W2 Phase A timerBit 9 W2 Phase B timer

    Bit 10 W2 Phase C timer

    Bit 11 W2 Phase A status

    Bit 12 W2 Phase B status

    Bit 13 W2 Phase C status

    Bit 14 Not used (0)

    Bit 15 Not used (0)

    9-14 1U Target #1

    51 Phase status/timer W3

    Bit 0 W3 Phase A timer

    Bit 1 W3 Phase B timer

    Bit 2 W3 Phase C timerBit 3 W3 Pahse A status

    Bit 4 W3 Phase B status

    Bit 5 W3 Phase C status

    Bit 6 Not used (0)

    Bit 7 Not used (0)

    Bit 8 Not used (0)

    Bit 9 Not used (0)

    Bit 10 Not used (0)

    Bit 11 Not used (0)

    Bit 12 Not used (0)

    Bit 13 Not used (0)

    Bit 14 Not used (0)

    Bit 15 Not used (0)

    9-15 1U Target #1

    87H and 87T Phase status/timer

    Bit 0 87H Phase A timer

    Bit 1 87H Phase B timer

    Bit 2 87H Phase C timer

    Bit 3 87T Phase A timer

    Bit 4 87T Phase B timer

    Bit 5 87T Phase C timer

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    61/66

    Beco2200-M3311 8/20/2003

    Bit 6 Not used (0)

    Bit 7 Not used (0)

    Bit 8 87H Phase A status

    Bit 9 87H Phase B status

    Bit 10 87H Phase C status

    Bit 11 87T Phase A status

    Bit 12 87T Phase B status

    Bit 13 87T Phase C status

    Bit 14 Not used (0)

    Bit 15 Not used (0)

    9-16 100 AMPS Target #1

    Phase A W1 current

    9-17 100 AMPS Target #1

    Phase B W1 current

    9-18 100 AMPS Target #1Phase C W1 current

    9-19 100 AMPS Target #1Phase A W2 current

    9-20 100 AMPS Target #1

    Phase B W2 current

    9-21 100 AMPS Target #1

    Phase C W2 current

    9-22 100 AMPS Target #1

    Phase G W2 current

    9-23 100 AMPS Target #1

    Phase A W3 current

    9-24 100 AMPS Target #1

    Phase B W3 current

    9-25 100 AMPS Target #1

    Phase C W3 current

    9-26 100 AMPS Target #1Phase G W3 current

    9-27 -> 9-38 Target #1

    Target date and time stamp

    Encoded as an ASCII string.DD-MMM-YYYY HH:MM:SS.TTT

    For example:

    03-Mar-1990 12:15:03.982

    9-27 = 12339 or 3033HEX or '0''3'

    9-28 = 11597 or 2d4dHEX or '-''M'

    9-29 = 24946 or 6172HEX or 'a''r'

    9-30 = 11569 or 2d31HEX or '-''1'

    9-31 = 14649 or 3939HEX or '9''9'

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    62/66

    Beco2200-M3311 8/20/2003

    9-32 = 12320 or 3020HEX or '0'' '

    9-33 = 12594 or 3132HEX or '1''2'

    9-34 = 14896 or 3a30HEX or ':''1'

    9-35 = 13626 or 353aHEX or '5'':'

    9-36 = 12339 or 3033HEX or '0''3'

    9-37 = 15929 or 2E39HEX or '.''9'

    9-38 = 14386 or 3832HEX or '8''2'

    9-39 1U Target #2 relay status

    see 9-00

    9-40 1U Target #2 input status

    see 9-01

    9-41 1U Target #2 Function status

    see 9-02 LSB Word D0

    9-42 1U Target #2 Function status

    see 9-03 Next Word D1

    9-43 1U Target #2 Function status

    see 9-04 Next Word D2

    9-44 1U Target #2 Function status

    see 9-05 MSB Word D3

    9-45 1U Target #2 Function timer

    see 9-06 LSB Word D0

    9-46 Target #2 Function timer

    see 9-07 next Word D1

    9-47 Target #2 Function timersee 9-08 Next Word D2

    9-48 Target #2 Function timer

    see 9-09 MSB Word D3

    9-49 Target #2 Active Profile

    See 9-10

    9-50 1U Target #2

    50 #1, #2 W1 and W2 Phase

    see 9-11

    9-51 1U Target #250 #1, #2 W3 Phase

    see 9-12

    9-52 1U Target #2

    51 W1 and W2 Phase status/timer

    see 9-13

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    63/66

    Beco2200-M3311 8/20/2003

    9-53 Target #2

    51 W3 Phase status/timer

    see 9-14

    9-54 Target #2

    87H and 87T Phase status/timer

    see 9-15

    9-55 Target #2

    Phase A W1 current

    see 9-16

    9-56 Target #2

    Phase B W1 current

    see 9-17

    9-57 100 AMPS Target #2

    Phase C W1 current

    see 9-18

    9-58 100 AMPS Target #2Phase A W2 current

    see 9-19

    9-59 100 AMPS Target #2

    Phase B W2 current

    see 9-20

    9-60 100 AMPS Target #2

    Phase C W2 current

    see 9-21

    9-61 100 AMPS Target #2

    Phase N W2 currentsee 9-22

    9-62 100 AMPS Target #2

    Phase A W3 current

    see 9-23

    9-63 100 AMPS Target #2

    Phase B W3 current

    see 9-24

    9-64 Target #2

    Phase C W3 current

    see 9-25

    9-65 Target #2

    Phase N W3 current

    see 9-26

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    64/66

    Beco2200-M3311 8/20/2003

    9-66 -> 9-77 Target #2

    Target date and time stamp

    see 9-27 -> 9-38

    9-78 -> 9-116 Target #3

    see above.

    9-117 -> 9-

    155

    Target #4

    see above.

    9-156 -> 9-

    194

    Target #5

    see above.

    9-195 -> 9-

    233

    Target #6

    see above.

    10-00 -> 10-

    38

    Target #7

    see above.

    10-39 -> 10-

    77

    Target #8

    see above.

    10-78 -> 10-

    116

    Target #9

    see above.

    10-117 -> 10-

    155

    Target #10

    see above.

    10-156 -> 10-

    194

    Target #11

    see above.

    10-195 -> 10-233

    Target #12see above.

    11-00 -> 11-

    38

    Target #13

    see above.

    11-39 -> 11-

    77

    Target #14

    see above.

    11-78 -> 11-

    116

    Target #15

    see above.

    11-117 -> 11-

    155

    Target #16

    see above.

    11-156 -> 11-

    194

    Target #17

    see above.

    11-195 -> 11-

    233

    Target #18

    see above.

    12-00 -> 12- Target #19

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    65/66

    Beco2200-M3311 8/20/2003

    38 see above.

    12-39 -> 12-

    77

    Target #20

    see above.

    12-78 -> 12-116 Target #21see above.

    12-117 -> 12-

    155

    Target #22

    see above.

    12-156 -> 12-

    194

    Target #23

    see above.

    12-195 -> 12-

    233

    Target #24

    see above.

    13-00 -> 13-

    38

    Target #25

    see above.

    13-39 -> 13-

    77

    Target #26

    see above.

    13-78 -> 13-

    116

    Target #27

    see above.

    13-117 -> 13-

    155

    Target #28

    see above.

    13-156 -> 13-194

    Target #29see above.

    13-195 -> 13-

    233

    Target #30

    see above.

    14-00 -> 14-

    38

    Target #31

    see above.

    14-39 -> 14-

    77

    Target #32

    see above.

  • 8/13/2019 M-3311 Modbus & Beco 2200 Protocol Doc (2)

    66/66