Sei sulla pagina 1di 35

MODBUS M3410A Communication Data Base for M-3410A Integrated Protection System Device I.D.

= 51

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.
MODBUS COMMUNICATION PROTOCOL FOR M-3410A When the appropriate communication interface hardware is connected and the proper initialization of the communication options is complete, the data defined herein can be accessed and modified by remote communications. This document describes the implementation of the MODBUS protocol as it relates to the M3410A IPS control. The M-3410A may be programmed to support a subset of the MODBUS protocol. The following restrictions apply: 1. 2. 3. 4. 5. MODBUS protocol is supported on COM1 (front RS232) and COM2 (rear RS232/RS485). Parity and Stop bits are supported, valid selections are [8,N,2], [8,N,1], [8,O,1] or [8,E,1]. Only RTU mode is implemented, ASCII mode is not supported. Standard baud rates from 300-19200 are supported. Only the following 6 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) 5) Preset Multiple Registers (Function 16) 6) Diagnostic (Function 08 Subfunction code 00, 01, 04)

No more than 120 contiguous registers should be read with one request. No more than 16 contiguous registers should be written with one request. Read Holding Register (03) is identical to Read Input Register (04) and reads the same data. Force Single Coil (05) is identical to Preset Single Register (06) and writes the same data. Force Single Coil (05), Preset Single Register (06) or Preset Multiple Registers (16) is used to write to register(s) defined as writeable. Diagnostic (08), Subfunction code: (00) return query data, (01) restart communication, (04) force listen only mode. The following exception code are implemented: ILLEGAL FUNCTION 01 ILLEGAL DATA ADDRESS 02 ILLEGAL DATA VALUE 03 SLAVE DEVICE BUSY 06 SLAVE DEVICE BUSY is returned if control is in the local mode. Modbus-M-3410A 1 Rev. 4.3

Register addresses in this document are actual addresses in the device. For examples: Address 2000, in 3x reference (Read Input Registers) will be 30000 + 2000 + 1 = 32001. Address 3000, in 4x reference (Preset Single Register / Preset Multiple Registers) will be 40000 + 3000 + 1 = 43001. Register content is a two-byte data word and is transmitted and must be received most significant (high-order) byte first. Communications 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 packet response is received. The following definitions apply to the data table in this specification: SCALE FACTOR: the factor by which the register content read from the control is divided to get the value of the variable in the indicated UNITS. Unless otherwise noted all data registers return 16 bit signed integer value. Registers marked with a (U) appended to the scale factor field should be taken as unsigned values (0-65535) before scaling. UNITS: unit of the register content ATT: attribute of the register (W indicates writeable, and F indicates factory writeable only. All registers are READ_ONLY unless noted otherwise). RANGE/INCREMENT: valid range and increments of the register content for WRITE commands. Consult the control specification Sheet for unscaled setpoint ranges and increments. DESCRIPTION: register content description.
To be revised

All voltage, current and power metering values (see TYPE 1-XXX status points) are returned as secondary values(I.E. 120V 5Ampps). These values need to be scaled by the proper C.T. and/or (V.T.) ratios to obtain an equivalent primary quantity. Also, the VT configuration needs to be considered to obtain the proper primary reading. Ex:Reactive power Given: C.T. Ratio 240 : 1 (1200A : 5A) 240 V.T. Ratio 100.0 : 1 (12Kv : 120v) V.T. Configuration Line to Line Nominal Voltage 120V Nominal Current 5.00A Reactive power -1.2348 PU Communication point 3-xxx returns Communication Communication Communication Communication Communication Communication (-12348) point point point point point point 3-xxx 3-xxx 3-xxx 3-xxx 1-44 1-45 returns returns returns returns returns returns 1000 0 120 500 65535 53188

If V.T. configuration Line-to-Line or Line_Gnd-to-Line_Line Primary reactive power = 1.732 * C.T. ratio * V.T ratio * Nominal Voltage * Nominal Current * Secondary reactive power Else if V.T. configuration Line-to-Ground Primary reactive power = 3 * C.T. ratio * V.T ratio * Nominal Voltage * Nominal Current * Secondary reactive power -30796899 -30.7969Mvar = 1.732 * 240 * 1000 / 10 * 120 * 500 / 100 * (-12348) / 10000 = Reactive power

Modbus-M-3410A

Rev. 4.3

MODBUS REGISTER

SCALE FACTOR

UNITS

ATT

CONTROL INFORMATION RANGE/INCREMENT DESCRIPTION

1000

Control identification (Device type) F Control serial number Software version number (Major and minor) For example: V01.34.28 => 134 Software version number (Build) For example: V01.34.28 => 28 Options software Options hardware F Dip switch (Factory use) Communication address Checksum setpoints Checksum ROM Checksum 50 Hz 1 Amp Checksum 50 Hz 5 Amp Checksum 60 Hz 1 Amp Checksum 60 Hz 5 Amp Not used

1001 1002

1U 100

1003

1004 1005 1006

1 1

1007 1008 1009 1010 1011 1012 1013 1014->1249 1250

1 1U 1U 1U 1U 1U 1U

Comm channel lock status 0 = Comm channel unlocked 1 = Comm channel locked Not used

1251->1299 1300 1 W 12/1

Clock control When read Rev. 4.3

Modbus-M-3410A

1 = date/time ready When write 1 = date/time request 2 = date/time update 1301 1302 1303 1304->1339 1340 1 1 1 1 W W W 0 65535 / 1 0 65535 / 1 0 65535 / 1 Year/Month BCD Date/Hour BCD Minute/Second BCD Not used Relay Error record available 0 = no record 1 = at least 1 record W 0 65535 / 1 (See Note 1) Relay Error record request If read: 0 = record not ready. 0 < and < 65535 = record ready. 65535 = no more record. If write: 1 = 1 st request. 0 < and < 65535 = subsequent request. Relay Error total Relay Error record time stamp MSB Year (BCD 00 99) LSB Month (BCD 01 12) Relay Error record time stamp MSB Day (BCD 01 31) LSB Hour (BCD 00 23) Relay Error record time stamp MSB Minute (BCD 00 59) LSB Second (BCD 00 59) Relay error record time stamp Tenth of a millisecond (BCD 0000 9999) Relay Error Code W 11/1 Clear relay error recorder 1 = clear Not used 1 W 0 65535 4 Receive packet error Rev. 4.3

1341

1342 1343

1 1

1344

1345

1346

1347 1348

1 1

1349 1350

Modbus-M-3410A

1351

0 65535

Last communication error code 100 199 : UART error 200 299 : Comm Channel error Trip conditions 0 = all clear 1 = still active Not used

1352

1353->1399 1400 1401 1U 1 W W 0 65535 11/1

Unlock communication channel Clear target LED / latch outputs 1 = clear (make sure trip conditions (1353) are all cleared) Clear event recorder 1 = clear Clear oscillograph recorder 1 = clear Load default set points 1 = load Load autocal default 1 = load Lock communication channel Not used

1402

11/1

1403

11/1

1404

11/1

1405

11/1

1406 1407->1439 1440

1U

0 65535

Last power up time stamp MSB Year (BCD 00 99) LSB Month (BCD 01 12) Last power up time stamp MSB Day (BCD 01 31) LSB Hour (BCD 00 23) Last power up time stamp MSB Minute (BCD 00 59) LSB Second (BCD 00 59) Last power up time stamp Tenth of a millisecond (BCD 0000 9999) Not used

1441

1442

1443

1444->1449 1450 1U W 0 65535

OUT1 counter

Modbus-M-3410A

Rev. 4.3

1451 1453->1469 1470

1U

0 65535

OUT2 counter Not used

Input status #1 0 = Circuit open 1 = Circuit closed Input status #2 0 = Circuit open 1 = Circuit closed Not used

1471

1472->1479 1480 1 W 11/1

Loopback COM1 RS232 1 = loopback Loopback COM2 RS232 1 = loopback Loopback COM2 RS485 1 = loopback Not used

1481

11/1

1482

11/1

1483->1489 1490 1

Comm port connected to 1 = COM1 2 = COM2 Not used

1491->1999

Note: 1. Relay Error Recorder Modbus interface: User issues Modbus read at register 1340. 0 => no relay error record; 1 => at least 1 relay error record. User issues Modbus write with a value of 1 at register 1341 to request the first available relay error record. User issues Mobus read at register 1341 to poll for relay error record ready status. 0 => not ready; >1 => record ready; 65535 => no more. User issues Modbus read at register 1342 to get the relay error total if desired. User issues Modbus read for 5 registers at register 1343 to retrieve the relay error record when relay error record is ready. User issues Modbus write with the value returned from the previous Modbus read at register 1341 (1< n < 65535) at register 1341 to request the next relay error record. Repeat the polling/requesting sequence until no more relay error record.

Modbus-M-3410A

Rev. 4.3

MODBUS REGISTER

SCALE FACTO R 1U

UNITS

ATT

STATUS RANGE/INCREMENT

DESCRIPTION

2000

Input status Bit 0 Input 1 (52b) Bit 1 Input 2 Bit 14 FL Bit 2 13, 15 Not used (0) 0=OFF 1=ON (Circuit closed) Output status Bit 0 Output 1 Bit 1 Output 2 Bit 2 15 Not used (0) Front panel LED status 0=OFF 1=ON Bit 0 59/59I Bit 1 59G Bit 2 60FL Bit 3 81 Bit 4 27 Bit 5 27G Bit 6 32 Bit 7 40 Bit 8 OSC Trigger Bit 9 46 Bit 10 Diagnostic Bit 11 47 Bit 12 Relay OK Bit 13 51N/51V Bit 14 Output 2 Bit 15 Output 1 VOLTS VOLTS VOLTS VOLTS VOLTS VOLTS PU PU 7 Phase A voltage Phase B voltage Phase C voltage Positive sequence voltage Negative sequence voltage Zero sequence voltage Phase A peak voltage Phase B peak voltage Rev. 4.3

2001

1U

2002

1U

2003 2004 2005 2006 2007 2008 2009 2010 Modbus-M-3410A

10 10 10 10 10 10 100 100

MODBUS REGISTER

SCALE FACTO R 100 100 100 100 100 100 100 100

UNITS

ATT

RANGE/INCREMENT

DESCRIPTION

2011 2012 2013 2014 2015 2016 2017 2018

PU AMPS AMPS AMPS AMPS AMPS AMPS HZ

Phase C peak voltage Phase a neutral side current Phase b neutral side current Phase c neutral side current Positive sequence current Negative sequence current Zero sequence current Frequency 0=Disabled (unmeasurable) Power Factor (-) = LEAD (+) = LAG

2019

100

2020

10000

PU

Real power Most significant word Real power Least significant word Note:Both least and most significant words must be combined to form a signed long integer for example: 2017 = 65534 or fffeHEX 2018 = 25804 or 64ccHEX would be -10.5268 PU

2021

2022

10000

PU

Reactive power Most significant word Reactive power Least significant word Note: Both least and most significant words must be combined to form a signed long

2023

2024

10000

PU

Apparent power Most significant word

Modbus-M-3410A

Rev. 4.3

MODBUS REGISTER 2025

SCALE FACTO R

UNITS

ATT

RANGE/INCREMENT

DESCRIPTION Apparent power Least significant word Note: Both least and most significant words must be combined to form a signed long

2026 2027 2028

100 100 1U

PU PU

Positive sequence resistance (40) Positive sequence reactance (40) Function status (picked up) Most significant word Bit 0 24 DT # 1 Bit 1 24DT # 2 Bit 2 24IT Bit 3 25 Bit 4 47 #1 Bit 5 47 #2 Bit 6 59I phase A Bit 7 59I phase B Bit 8 59I phase C Bit 9 79 Bit 10 81 #1 Bit 11 81 #2 Bit 12 81 # 3 Bit 13 81 #4 Bit 14 81R #1 Bit 15 81R #2

2029

1U

Function status (picked up) Next significant word Bit 0 51V phase A Bit 1 51V phase B Bit 2 51V phase C Bit 3 51N Bit 4 87 phase A Bit 5 87 phase B Bit 6 87 phase C Bit 7 59 #1 phase A Bit 8 59 #1 phase B Bit 9 59 #1 phase C Bit 10 59 #2 phase A Bit 11 59 #2 phase B Bit 12 59 #2 phase C Bit 13 59N # 1 Bit 14 59N #2 Bit 15 60FL

Modbus-M-3410A

Rev. 4.3

MODBUS REGISTER 2030

SCALE FACTO R 1U

UNITS

ATT

RANGE/INCREMENT

DESCRIPTION Function status (picked up) Least significant word Bit 0 27G Bit 1 59G Bit 2 27 #1 phase A Bit 3 27 #1 phase B Bit 4 27 #1 phase C Bit 5 27 #2 phase A Bit 6 27 #2 phase B Bit 7 27 #2 phase C Bit 8 27TN #1 Bit 9 27TN #2 Bit 10 32 #1 Bit 11 32 # 2 Bit 12 40 #1 Bit 13 40 #2 Bit 14 46DT Bit 15 46IT Function status (timeout) Most significant word Bit 0 24 DT # 1 Bit 1 24DT # 2 Bit 2 24IT Bit 3 25 Bit 4 47 #1 Bit 5 47 #2 Bit 6 59I phase A Bit 7 59I phase B Bit 8 59I phase C Bit 9 79 Bit 10 81 #1 Bit 11 81 #2 Bit 12 81 # 3 Bit 13 81 #4 Bit 14 81R #1 Bit 15 81R #2

2031

1U

Modbus-M-3410A

10

Rev. 4.3

MODBUS REGISTER 2032

SCALE FACTO R 1U

UNITS

ATT

RANGE/INCREMENT

DESCRIPTION Function status (timeout) Next significant word Bit 0 51V phase A Bit 1 51V phase B Bit 2 51V phase C Bit 3 51N Bit 4 87 phase A Bit 5 87 phase B Bit 6 87 phase C Bit 7 59 #1 phase A Bit 8 59 #1 phase B Bit 9 59 #1 phase C Bit 10 59 #2 phase A Bit 11 59 #2 phase B Bit 12 59 #2 phase C Bit 13 59N # 1 Bit 14 59N #2 Bit 15 60FL Function status (timeout) Least significant word Bit 0 27G Bit 1 59G Bit 2 27 #1 phase A Bit 3 27 #1 phase B Bit 4 27 #1 phase C Bit 5 27 #2 phase A Bit 6 27 #2 phase B Bit 7 27 #2 phase C Bit 8 27TN #1 Bit 9 27TN #2 Bit 10 32 #1 Bit 11 32 # 2 Bit 12 40 #1 Bit 13 40 #2 Bit 14 46DT Bit 15 46IT

2033

1U

2034 2035 2036 2037

10 10 10 10000

VOLTS DEGREE VOLTS HZ

Phase V2 Phase angle 180.0 to +180.0 Delta volts Delta frequency

Modbus-M-3410A

11

Rev. 4.3

MODBUS REGISTER 2038

SCALE FACTO R 1U

UNITS

ATT

RANGE/INCREMENT

DESCRIPTION Function status (Trip) Most significant word Bit 0 24 DT # 1 Bit 1 24DT # 2 Bit 2 24IT Bit 3 25 Bit 4 47 #1 Bit 5 47 #2 Bit 6 59I phase A Bit 7 59I phase B Bit 8 59I phase C Bit 9 79 Bit 10 81 #1 Bit 11 81 #2 Bit 12 81 # 3 Bit 13 81 #4 Bit 14 81R #1 Bit 15 81R #2 Function status (Trip) Next significant word Bit 0 51V phase A Bit 1 51V phase B Bit 2 51V phase C Bit 3 51N Bit 4 87 phase A Bit 5 87 phase B Bit 6 87 phase C Bit 7 59 #1 phase A Bit 8 59 #1 phase B Bit 9 59 #1 phase C Bit 10 59 #2 phase A Bit 11 59 #2 phase B Bit 12 59 #2 phase C Bit 13 59N # 1 Bit 14 59N #2 Bit 15 60FL

2039

1U

Modbus-M-3410A

12

Rev. 4.3

MODBUS REGISTER 2040

SCALE FACTO R 1U

UNITS

ATT

RANGE/INCREMENT

DESCRIPTION Function status (Trip) Least significant word Bit 0 27G Bit 1 59G Bit 2 27 #1 phase A Bit 3 27 #1 phase B Bit 4 27 #1 phase C Bit 5 27 #2 phase A Bit 6 27 #2 phase B Bit 7 27 #2 phase C Bit 8 27TN #1 Bit 9 27TN #2 Bit 10 32 #1 Bit 11 32 # 2 Bit 12 40 #1 Bit 13 40 #2 Bit 14 46DT Bit 15 46IT Not used

2041>2899 2900 1U

46IT time dial integrated %

Note: All voltage, current and power values are returned as secondary values. These values need to be scaled by the proper C.T. and/or (V.T.) ratios to obtain an equivalent primary quantity. Also, the VT configuration needs to be considered to obtain the proper primary reading.

Modbus-M-3410A

13

Rev. 4.3

MODBUS REGISTER

SCALE FACTOR

UNITS

ATT

SETPOINTS RANGE/INCREMENT

DESCRIPTION

3000

1U

0 65535 / 1

27 #1 Outputs Bit 0 Out 1 Bit 1 Out 2 Bit 3 15 Not used 27 #1 Blocking Bit 0 In 1 Bit 1 In 2 Bit 3 13 Not used Bit 14 FL Bit 15 Enable Function 27 #1 Pickup 27 #1 Delay 27 #2 Outputs see Register 3000 27 #2 Blocking see Register 3001 27 #2 Pickup 27 #2 Delay 32 #1 Outputs see Register 3000 32 #1 Blocking see Register 3001 32 #1 Pickup

3001

1U

0 65535 / 1

3002 3003 3004

10 1 1U

% CYCLES

W W W

40 1000 / 1 1 8160 / 1 0 65535 / 1

3005

1U

0 65535 / 1

3006 3007 3008

10 1 1U

% CYCLES

W W W

40 1000 / 1 1 8160 / 1 0 65535 / 1

3009

1U

0 65535 / 1

3010

100

PU

(-300) 300 / 1 excluding 1, 0, -1 1 8160 / 1 01/1

3011 3012

1 1

CYCLES

W W

32 #1 Delay 32 #1 Low forward power option 0 = OFF 1 = ON 32 #2 Outputs see Register 3000

3013

1U

0 65535 / 1

Modbus-M-3410A

14

Rev. 4.3

MODBUS REGISTER 3014

SCALE FACTOR 1U

UNITS

ATT W

RANGE/INCREMENT 0 65535 / 1

DESCRIPTION 32 #2 Blocking see Register 3001 32 #2 Pickup

3015

100

PU

(-300) 300 / 1 excluding 1, 0, -1 1 8160 / 1 01/1

3016 3017

1 1

CYCLES

W W

32 #2 Delay 32 #2 Low forward power option 0 = OFF 1 = ON 40 #1 Outputs see Register 3000 40 #1 Blocking see Register 3001 40 #1 Diameter

3018

1U

0 65535 / 1

3019

1U

0 65535 / 1

3020

100

PU

1 300 / 1

3021 3022

1 100

CYCLES PU

W W

1 8160 / 1 -200 200 / 1

40 #1 Delay 40 #1 Offset

3023

01/1

40 #1 Voltage control enable 0 = disable 1 = enable 40 #2 Outputs see Register 3000 40 #2 Blocking see Register 3001 40 #2 Diameter

3024

1U

0 65535 / 1

3025

1U

0 65535 / 1

3026

100

PU

1 300 / 1

3027 3028

1 100

CYCLES PU

W W

1 8160 / 1 -200 200 / 1

40 #2 Delay 40 #2 Offset

3029

01/1

40 #2 Voltage control enable 0 = disable 1 = enable

Modbus-M-3410A

15

Rev. 4.3

MODBUS REGISTER 3030 3031

SCALE FACTOR 10 1U

UNITS %

ATT W W

RANGE/INCREMENT 40 1000 / 1 0 65535 / 1

DESCRIPTION 40 Voltage control 46DT Negative Seq. O.C. Outputs see Register 3000 46DT Negative Seq. O.C. Blocking see Register 3001 46DT Pickup 46DT Delay 46IT Negative Seq. O.C. Outputs see Register 3000 46IT Negative Seq. O.C. Blocking see Register 3001 46IT Time Curve ** 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 9 = I2T 46IT Pickup 46IT Time dial

3032

1U

0 65535 / 1

3033 3034 3035

1 1 1U

% CYCLES

W W W

3 300 / 1 1 8160 / 1 0 65535 / 1

3036

1U

0 65535 / 1

3037

19/1

3038 3039

10 100

W W

30 1000 / 1 if 46IT Time Curve == (1, 2, 3, 4) 50 1100 / 10 if 46IT Time Curve == (5, 6, 7, 8) 5 110 / 1 if 46IT Time Curve == (9) 100 9500 / 100 600 65500 / 1

3040

1U

CYCLES

46IT Definite max time for Time Curve 9 only (see 3040) 47 #1 Outputs see Register 3000 47 #1 Blocking see Register 3001

3041

1U

0 65535 / 1

3042

1U

0 65535 / 1

Modbus-M-3410A

16

Rev. 4.3

MODBUS REGISTER 3043 3044 3045

SCALE FACTOR 10 1 1U

UNITS % CYCLES

ATT W W W

RANGE/INCREMENT 40 1000 / 1 1 8160 / 1 0 65535 / 1

DESCRIPTION 47#1 Pickup Neg. Seq. OV 47#1 Delay 47 #2 Outputs see Register 3000 47 #2 Blocking see Register 3001 47#2 Pickup Neg. Seq. OV 47#2 Delay 59 #1 Outputs see Register 3000 59 #1 Blocking see Register 3001 59 #1 pickup 59 #1 Delay 59 #2 Outputs see Register 3000 59 #2 Blocking see Register 3001 59 #2 pickup 59 #2 Delay 59I Outputs see Register 3000 59I Blocking see Register 3001 59I pickup 59I Delay 79 Outputs see Register 3000 79 Blocking see Register 3001

3046

1U

0 65535 / 1

3047 3048 3049

10 1 1U

% CYCLES

W W W

40 1000 / 1 1 8160 / 1 0 65535 / 1

3050

1U

0 65535 / 1

3051 3052 3053

10 1 1U

% CYCLES

W W W

1000 1500 / 1 1 8160 / 1 0 65535 / 1

3054

1U

0 65535 / 1

3055 3056 3057 3058 3059 3060 3061 3062

10 1 1U 1U 1 1 1U 1U

% CYCLES

W W W W

1000 1500 / 1 1 8160 / 1 0 65535 / 1 0 65535 / 1 100 150 / 1 1 8160 / 1 0 65535 / 1 0 65535 / 1

% CYCLES

W W W W

Modbus-M-3410A

17

Rev. 4.3

MODBUS REGISTER 3063

SCALE FACTOR 1

UNITS

ATT W

RANGE/INCREMENT 0 15 / 1

DESCRIPTION 79 Reconnect initiate (trip outputs) Bit 0 Out 1 Bit 1 Out 2 Bit 2 Out 3 Bit 3 Out 4 Bit 4 7 Not used

3064 3065

1U 1U

CYCLES

W W

2 65500 / 1 0 65535 / 1

79 Reconnect delay 81 #1 Outputs see Register 3000 81 #1 Blocking see Register 3001 81 #1 Pickup

3066

1U

0 65535 / 1

3067

100

HZ

If nominal frequency == 60 Hz 5000 6700 / 1 excluding 6000 else if nominal frequency == 50 Hz 4000 5700 / 1 excluding 5000 2 65500 / 1 0 65535 / 1

3068 3069

1 1U

CYCLES

W W

81 #1 Delay 81 #2 Outputs see Register 3000 81 #2 Blocking see Register 3001 81 #2 Pickup

3070

1U

0 65535 / 1

3071

100

HZ

If nominal frequency == 60 Hz 5000 6700 / 1 excluding 6000 else if nominal frequency == 50 Hz 4000 5700 / 1 excluding 5000 2 65500 / 1 0 65535 / 1

3072 3073

1 1U

CYCLES

W W

81 #2 Delay 81 #3 Outputs see Register 3000 81 #3 Blocking see Register 3001

3074

1U

0 65535 / 1

Modbus-M-3410A

18

Rev. 4.3

MODBUS REGISTER 3075

SCALE FACTOR 100

UNITS HZ

ATT W

RANGE/INCREMENT If nominal frequency == 60 Hz 5000 6700 / 1 excluding 6000 else if nominal frequency == 50 Hz 4000 5700 / 1 excluding 5000 2 65500 / 1 0 65535 / 1

DESCRIPTION 81 #3 Pickup

3076 3077

1 1U

CYCLES

W W

81 #3 Delay 81 #4 Outputs see Register 3000 81 #4 Blocking see Register 3001 81 #4 Pickup

3078

1U

0 65535 / 1

3079

100

HZ

if nominal frequency == 60 Hz 5000 6700 / 1 excluding 6000 else if nominal frequency == 50 Hz 4000 5700 / 1 excluding 5000 2 65500 / 1 0 65535 / 1

3080 3081

1 1U

CYCLES

W W

81 #4 Delay 60FL Outputs see Register 3000 60FL Blocking see Register 3001 60FL Input Initiate see Register 3001 60FL Delay 25 Outputs see Register 3000 25 Blocking see Register 3001 25 Phase angle window 25 Upper voltage limit 25 Lower voltage limit 25 Sync check delay Rev. 4.3

3082

1U

0 65535 / 1

3083

1U

0 65535 / 1

3084 3085 3086 3087 3088 3089 3090 Modbus-M-3410A

1U 1U 1U 1 10 10 1 DEGREE % % CYCLES

W W W W W W W 19

1 8160 / 1 0 65535 / 1 0 65535 / 1 0 90 / 1 1000 1200 / 1 700 1000 / 1 1 8160 / 1

MODBUS REGISTER

SCALE FACTOR

UNITS

ATT

RANGE/INCREMENT

DESCRIPTION

3091

01/1

25 Delta volt enable 0 = Disable 1 = Enable 25 Delta volts 25 Delta frequency enable 0 = Disable 1 = Enable 25 Delta frequency 25 Dead voltage limit 25 Dead V1 Hot V2 0 = Disable 1 = Enable 25 Dead V2 Hot V1 0 = Disable 1 = Enable 25 Dead V1 Dead V2 0 = Disable 1 = Enable 25 Dead input initiate Bit 0 Input 1 Bit 1 Input 2 Bit 2 15 not used 25 Dead delay 25 Supervised by 79 0 = Disable 1 = Enable Sync Check Phase 0 = AB 1 = BC 2 = CA 51N Outputs see Register 3000 51N Blocking see Register 3001

3092 3093

10 1

W W

10 500 / 1 01/1

3094 3095 3096

1000 10 1

Hz %

W W W

1 500 / 1 0 500 / 1 01/1

3097

01/1

3098

01/1

3099

0 65535 / 1

3100 3101

1 1

CYCLES

W W

1 8160 / 1 01/1

3102

02/1

3103 3104

1U 1U

W W

0 65535 / 1 0 65535 / 1

Modbus-M-3410A

20

Rev. 4.3

MODBUS REGISTER 3105

SCALE FACTOR 100

UNITS AMPS

ATT W

RANGE/INCREMENT if C.T. secondary rating == 5Amp 50 600 / 1 if C.T. secondary rating == 1Amp 10 120 / 1 18/1

DESCRIPTION 51N Pickup

3106

51N 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 51N Time dial **

3107

100

if curve == 1->4 50 1100 / 10 if curve == 5->8 5 110 / 1 0 65535 / 1 0 65535 / 1 0 65535 / 1

3108 3109 3110

1 1U 1U

W W W

Spare 51V Outputs see Register 3000 51V Blocking see Register 3001 51V Pickup

3111

100

AMPS

if C.T. secondary rating == 5Amp 50 1200 / 1 if C.T. secondary rating == 1Amp 10 240 / 1 18/1

3112

51V 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 51V Time dial **

3113

100

if curve == 1->4 50 1100 / 10 if curve == 5->8 5 110 / 1

Modbus-M-3410A

21

Rev. 4.3

MODBUS REGISTER 3114

SCALE FACTOR 1

UNITS

ATT W

RANGE/INCREMENT 02/1

DESCRIPTION 51V Voltage control 0 = Disable 1 = Voltage control 2 = Voltage restraint 51V Voltage control level 27G Outputs see Register 3000 27G Blocking see Register 3001 27G Pickup 27G Delay 59G Outputs see Register 3000 59G Blocking see Register 3001 59G Neu. OV Pickup 59G Neu. OV Delay 32 # 1 Three Phase Detect 0 = Disable 1 = Enable 32 # 2 Three Phase Detect 0 = Disable 1 = Enable Not used

3115 3116 3117

10 1U 1U

W W W

40 1500 / 1 0 65535 / 1 0 65535 / 1

3118 3119 3120 3121

1 1 1U 1U

% CYCLES

W W W W

4 100 / 1 1 8160 / 1 0 65535 / 1 0 65535 / 1

3122 3123 3124

1 1 1

% CYCLES

W W W

4 150 / 1 1 8160 / 1 01/1

3125

01/1

3126->3699 + 1U W 0 65535 / 1

50 Instantaneous Phase OV see register 3000 50 Phase pickup

10

AMPS

if C.T. secondary rating == 5Amp 1 2400 / 1 if C.T. secondary rating == 1Amp 1 480 / 1 0 65535 / 1

1U

50G Instantaneous Neu.OV see register 3000

Modbus-M-3410A

22

Rev. 4.3

MODBUS REGISTER +

SCALE FACTOR 10

UNITS AMPS

ATT W

RANGE/INCREMENT if C.T. secondary rating == 5Amp 5 2400 / 1 if C.T. secondary rating == 1Amp 1 480 / 1 01/1

DESCRIPTION 50G Neutral pickup

50G Directional enable *** 0 = Disable 1 = Enable 50N Neutral Instan. OV Residual see register 3000 50N Neutral pickup

1U

0 65535 / 1

10

AMPS

if C.T. secondary rating == 5Amp 1 2400 / 1 if C.T. secondary rating == 1Amp 1 480 / 1 0 65535 / 1

1U

51G Inv. Time Neutral OV see register 3000 51G Pickup

100

AMPS

if C.T. secondary rating == 5Amp 25 1200 / 1 if C.T. secondary rating == 1Amp 5 240 / 1 18/1

51G 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 51G Time dial **

100

if curve == 1->4 50 1100 / 10 if curve == 5->8 5 110 / 1 01/1

51G Directional enable *** 0 = Disable 1 = Enable

Modbus-M-3410A

23

Rev. 4.3

MODBUS REGISTER +

SCALE FACTOR 1U

UNITS

ATT W

RANGE/INCREMENT 0 65535 / 1

DESCRIPTION 81R #1 ROCOF see register 3000 81R #1 Rate of change of frequency 81R #1 Delay 81R #2 ROCOF see register 3000 81R #2 Rate of change of frequency 81R #2 Delay 81R Inhibit 87 Phase Differential see register 3000 87 Pickup

100

HZ/Sec

10 2000 / 1

+ +

1 1U

CYCLES

W W

1 8160 / 1 0 65535 / 1

100

HZ/Sec

10 2000 / 1

+ + +

1 1 1U

CYCLES %

W W W

1 8160 / 1 0 99 / 1 0 65535 / 1

100

AMPS

if C.T. secondary rating == 5Amp 20 300 / 1 if C.T. secondary rating == 1Amp 4 60 / 1 1 100 / 1 1 8160 / 1 -40 200 / 1 25/1 03/1

+ + + + +

1 1 1 1 1

% CYCLES C degree Second

W W W W W

87 Slope 87 Delay RTD #1 Pickup RTD #1 Time Delay RTD #1 Type 0 = 100 Ohm Platinum 1 = 100 Ohm Nickel 2 = 120 Ohm Nickel 3 = 10 Ohm Copper RTD #2 Pickup RTD #2 Time Delay

+ +

1 1

C degree Second

W W

-40 200 / 1 25/1

Modbus-M-3410A

24

Rev. 4.3

MODBUS REGISTER +

SCALE FACTOR 1

UNITS

ATT W

RANGE/INCREMENT 03/1

DESCRIPTION RTD #2 Type 1 = 100 Ohm Platinum 2 = 100 Ohm Nickel 3 = 120 Ohm Nickel 4 = 10 Ohm Copper RTD #3 Pickup RTD #3 Time Delay RTD #3 Type 1 = 100 Ohm Platium 2 = 100 Ohm Nickel 3 = 120 Ohm Nickel 4 = 10 Ohm Copper RTD #4 Pickup RTD #4 Time Delay RTD #4 Type 1 = 100 Ohm Platium 2 = 100 Ohm Nickel 3 = 120 Ohm Nickel 4 = 10 Ohm Copper RTD #5 Pickup RTD #5 Time Delay RTD #5 Type 1 = 100 Ohm Platinum 2 = 100 Ohm Nickel 3 = 120 Ohm Nickel 4 = 10 Ohm Copper RTD #6 Pickup RTD #6Time Delay RTD #6 Type 1 = 100 Ohm Platinum 2 = 100 Ohm Nickel 3 = 120 Ohm Nickel 4 = 10 Ohm Copper RTD #7 Pickup RTD #7Time Delay

+ + +

1 1 1

C degree Second

W W W

-40 200 / 1 25/1 03/1

+ + +

1 1 1

C degree Second

W W W

-40 200 / 1 25/1 03/1

+ + +

1 1 1

C degree Second

W W W

-40 200 / 1 25/1 03/1

+ + +

1 1 1

C degree Second

W W W

-40 200 / 1 25/1 03/1

+ +

1 1

C degree Second

W W

-40 200 / 1 25/1

Modbus-M-3410A

25

Rev. 4.3

MODBUS REGISTER +

SCALE FACTOR 1

UNITS

ATT W

RANGE/INCREMENT 03/1

DESCRIPTION RTD #7 Type 1 = 100 Ohm Platinum 2 = 100 Ohm Nickel 3 = 120 Ohm Nickel 4 = 10 Ohm Copper RTD #8 Pickup RTD #8Time Delay RTD #8 Type 1 = 100 Ohm Platinum 2 = 100 Ohm Nickel 3 = 120 Ohm Nickel 4 = 10 Ohm Copper User control number User line 1 text Most significant 2 ASCII characters of 24 character user line 1 (Character position 1 & 2) User line 1 text Next significant 2 ASCII characters of 24 character user line 1 (Character position 3 & 4) User line 1 text Next significant 2 ASCII characters of 24 character user line 1 (Character position 5 & 24) User line 2 text see 3701 User line 2 text see 3702 User line 2 text see 3703->3712 Not used

+ + +

1 1 1

C degree Second

W W W

-40 200 / 1 25/1 03/1

3700 3701

W W

3702

3703->3712

3713 3714 3715->3724 3725>3799 3800 1

W W W

01/1

Phase rotation 0 = ACB 1 = ABC

Modbus-M-3410A

26

Rev. 4.3

MODBUS REGISTER 3801

SCALE FACTOR 1

UNITS AMPS

ATT

RANGE/INCREMENT 01/1

DESCRIPTION CT secondary rating 0 = 1 Amp 1 = 5 Amp Nominal frequency 0 = 50 Hz 1 = 60 Hz Nominal voltage Nominal current V.T. Configuration 0 = Line to Line 1 = Line to Ground 2 = Line to Ground-to-Line to Line V.T. Phase ratio V.T. Neutral ratio C.T. Phase ratio C.T. Neutral ratio Delta Y Transform 0 = Disable 1 = Enable 59/27 Magnitude select 0 = RMS 1 = DFT Input status active state Bit 0 = 0 IN1 active closed Bit 0 = 1 IN1 active open Bit 1 same as above for IN2 Bit 2 Bit 15 not used (0) Latch Outputs 1 = latched Bit 0 Output 1 Bit 1 Output 2 Bit 2 15 Not used 0 = unlatch, OK LED flash 0 = disable 1 = enable (flash)

3802

HZ

01/1

3803 3804 3805

1 100 1

VOLTS AMPS

W W W

50 500 / 1 50 600 / 1 02/1

3806 3807 3808 3809 3810

10U 10U 1U 1U 1

W W W W W

10 65500 / 1 10 65500 / 1 1 65500 / 1 1 65500 / 1 01/1

3811

01/1

3812

0 65535 / 1

3813

0 65535 / 1

3814

01/1

Modbus-M-3410A

27

Rev. 4.3

MODBUS REGISTER 3815

SCALE FACTOR 1

UNITS

ATT W

RANGE/INCREMENT 01/1

DESCRIPTION Display blank 0 = disable 1 = enable (blank) Output status active state Bit 0 = 0 OUT1 active closed Bit 0 = 1 OUT1 active open Bit 1 same as above for OUT2 Bit 2 Bit 15 not used (0) Not used

3816

0 65535 / 1

3817>3819 3820 3821 3822->3839 3840 1 W 01/1 1 1 CYCLES CYCLES W W 2 8160 / 1 2 8160 / 1

Seal in delay relay 1 Seal in delay relay 2 Not used Output Relay #1 (forcing) 0 = OFF 1 = ON Output Relay #2 (forcing) 0 = OFF 1 = ON LED Status (forcing) See 2002 Not used

3841

01/1

3842

0 65535 / 1

3843->3899 3900 3901 3902 3903 3904 3905 1 1 1 1 1 1 W W W W W W 0 9999 / 1 0 9999 / 1 0 9999 / 1 0 9999 / 1 1 247 / 1 300 19200 / 300*2 i

Communication access code Access code 1 Access code 2 Access code 3 Communication address COM1 baud rate i= 0,1,2,3,4,5,6 0 = 300 1 = 600 2 = 1200 3 = 2400 4 = 4800 5 = 9600 6 = 19200 Rev. 4.3

Modbus-M-3410A

28

MODBUS REGISTER

SCALE FACTOR

UNITS

ATT

RANGE/INCREMENT

DESCRIPTION

3906

300 19200 / 300*2 i

COM2 baud rate i= 0,1,2,3,4,5,6 0 = 300 1 = 600 2 = 1200 3 = 2400 4 = 4800 5 = 9600 6 = 19200 COM1 parity 0=NONE 1=ODD 2=EVEN COM2 parity 0=NONE 1=ODD 2=EVEN COM1 Stop bits COM2 Stop bits

3907

02/1

3908

02/1

3909 3910

1 1

W W

12/1 12/1

Notes: + Modbus address for future extended platform. ** When writing to these points, curve should be selected prior to time dial as range checking is dependent on curve selection.

Modbus-M-3410A

29

Rev. 4.3

MODBUS REGISTER

SCALE FACTOR

EVENT / OSCILLOGRAPH RECORDER UNITS ATT RANGE/INCREMENT DESCRIPTION

4000

Event record available 0 = no record 1 = at least 1 record W 0 65535 / 1 (See Note 1) Event record request If read: 0 = record not ready. 0 < and < 65535 = record ready. 65535 = no more record. If write: 1 = 1 st request. 0 < and < 65535 = subsequent request. Event total Event record time stamp MSB Year (BCD 00 99) LSB Month (BCD 01 12) Event record time stamp MSB Day (BCD 01 31) LSB Hour (BCD 00 23) Event record time stamp MSB Minute (BCD 00 59) LSB Second (BCD 00 59) Event record time stamp Tenth of a millisecond (BCD 0000 9999) Pickup status word 1 See 2027 Pickup status word 2 See 2028 Pickup status word 3 See 2029 Timeout status word 1 See 2030 Timeout status word 2 See 2031

4001

4002 4003

1 1

4004

4005

4006

4007

4008

4009

4010

4011

Modbus-M-3410A

30

Rev. 4.3

MODBUS REGISTER 4012

SCALE FACTOR 1

UNITS

ATT

RANGE/INCREMENT

DESCRIPTION Timeout status word 3 See 2032 Dropout status word 1 See 2030 Dropout status word 2 See 2031 Dropout status word 3 See 2032 Input / Output status word Bit 0 Input 1 Bit 1 Input 2 Bit 8Output 1 Bit 9 Output 2 Bit 14 FL Bit 2 7, 10-13, 15 Not used (0) Current A Current B Current C Voltage A Voltage B Voltage C Not used

4013

4014

4015

4016

4017 4018 4019 4020 4021 4022 4023->4029 4030

100 100 100 10 10 10 1 1 W 0 65535 / 1

Event trigger pickup Most significant word See Register 2028 Event trigger pickup Next significant word See Register 2029 Event trigger pickup Least significant word See Register 2030 Event trigger timeout Most significant word See Register 2031

4031

0 65535 / 1

4032

0 65535 / 1

4033

0 65535 / 1

Modbus-M-3410A

31

Rev. 4.3

MODBUS REGISTER 4034

SCALE FACTOR 1

UNITS

ATT W

RANGE/INCREMENT 0 65535 / 1

DESCRIPTION Event trigger timeout Next significant word See Register 2032 Event trigger timeout Least significant word See Register 2033 Event trigger dropout Most significant word See Register 2031 Event trigger dropout Next significant word See Register 2032 Event trigger dropout Least significant word See Register 2033 Event trigger inputs active Bit 0 Input 1 Bit 1 Input 2 Bit 2 15 Not used (0) Event trigger inputs inactive Bit 0 Input 1 Bit 1 Input 2 Bit 2 15 Not used (0) Event trigger outputs close Bit 0 Output 1 Bit 1 Output 2 Bit 2 14 Not used (0) Bit 15 : 0 = Mode 1, 1 = Mode 2 Event trigger outputs open Bit 0 Output 1 Bit 1 Output 2 Bit 2 15 Not used (0) Not used

4035

0 65535 / 1

4036

0 65535 / 1

4037

0 65535 / 1

4038

0 65535 / 1

4039

0 65535 / 1

4040

0 65535 / 1

4041

0 65535 / 1

4042

0 65535 / 1

4043->4099 4100

1 1 W 1 2 / 1

Oscillograph number of partitions 1 = 1 @ 120 Cycles 2 = 2 @ 80 Cycles

Modbus-M-3410A

32

Rev. 4.3

MODBUS REGISTER 4101

SCALE FACTOR 1

UNITS

ATT W

RANGE/INCREMENT 0 65535 / 1

DESCRIPTION Oscillograph trigger inputs Bit 0 Input 1 Bit 1 Input 2 Bit 2 15 Not used (0) Oscillograph trigger outputs Bit 0 Out 1 Bit 1 Out 2 Bit 2 15 Not used (0) Oscillograph post trigger delay Oscillograph recorder trigger inhibit 1 = inhibit Oscillograph recorder remote trigger 1 = trigger Not used Total oscillograph(s) available

4102

0 65535 / 1

4103 4104

1 1

W W

5 95 / 1 0 1 / 1

4105

1 1 / 1

4106->4109 4110 4111

1 1 1 W 1 2 / 1

Oscillograph record status/trigger_time request Oscillograph record status 0 = untriggered (Cleared) 1 = triggered, full record (Available for downloading) 2 = triggered, incomplete record (Available for downloading)

4112

4113

0 65535 / 1

Oscillograph record trigger_time Year Month (BCD) Oscillograph record trigger_time Date Hour (BCD) Oscillograph record trigger_time Minute Second (BCD) Oscillograph record trigger_time Tenth of a millisecond (BCD)

4114

0 65535 / 1

4115

0 65535 / 1

4116

0 65535 / 1

Modbus-M-3410A

33

Rev. 4.3

MODBUS REGISTER

SCALE FACTOR

UNITS

ATT

RANGE/INCREMENT

DESCRIPTION

4117

1 2 / 1

Oscillograph record request When read 0 = not ready >0 = that record is ready When write >0 = request that record Oscillograph data file format 0 = ASCII 1 = Binary Oscillograph data file packet size 0 = Regular 1 = Minimum Oscillograph configuration file request Oscillograph configuration file line length Oscillograph configuration file line read with number of registers equal to the value in 4121 Oscillograph configuration file total number of lines Not used

4118

1U

0 1/1

4119

1U

0 1/1

4120

1U

0 65535 / 1 (See Note 2)

4121

1U

4122

1U

4123

1U

4124->4129 4130 1U W 0 65535 / 1 (See Note 2)

Oscillograph data file request

4131

1U

Oscillograph data file line length Oscillograph data file line read with number of registers equal to the value in 4131 Oscillograph data file total number of lines

4132

1U

4133

1U

Note: 1. Event Recorder Modbus interface: Modbus-M-3410A 34 Rev. 4.3

User issues Modbus read at register 4000. 0 => no event record; 1 => at least 1 event record. User issues Modbus write with a value of 1 at register 4001 to request the first available event record. User issues Mobus read at register 4001 to poll for event record ready status. 0 => not ready; >1 => record ready; 65535 => no more. User issues Modbus read at register 4002 to get the event total if desired. User issues Modbus read for 20 registers at register 4003 to retrieve the event record when event record is ready. User issues Modbus write with the value returned from the previous Modbus read at register 4001 (1< n < 65535) at register 4001 to request the next event record. Repeat the polling/requesting sequence until no more event record. 2. Oscillograph Recorder Modbus Interface: User issues Modbus read at register 4110. 0 => no osc record; > 0 => that many osc record(s) available. User issues Modbus write with a value greater than 0 but less than or equal to the value returned from the previous Modbus read at register 4110 at register 4111 to request the osc record status and trigger time stamp for that osc record. User issues Modbus read at register 4112 for that osc record status. 0 => untriggered (cleared); 1 => triggered full record; 2 => triggered incomplete record. User issues Modbus read at register 4113 to 4116 for that osc record trigger time stamp. User issues Modbus write with a value greater than 0 but less than or equal to the value returned from the previous Modbus read at register 4110 at register 4117 to request for that particular osc record. User issues Modbus read at register 4117 to poll for osc record ready status. 0 => not ready; same as the previously written value at register 4113 => ready. User issues Modbus write at register 4118 to set osc data file format (0 = ASCII, 1=Binary). User issues Modbus write at register 4119 to set packet size (0 = Regular, 1=Minimum). User issues Modbus read at register 4123 to get the total number of lines for the configuration file. User issues Modbus read at register 4133 to get the total number of lines for the data file. User issues Modbus write with a value of 0 at register 4120 to request for line 1 of the configuration file. User issues Modbus read at register 4120 to poll for line ready status. 0 => not ready; >0 => line ready; 65535=>no more line. User issues Modbus read at register 4121 to get the line length when line is ready. User issues Modbus read with line length at register 4122 to retrieve the line when the line is ready. User issues Modbus write with the value returned from the previous Modbus read at register 4120 (0 < n < 65535) at register 4120 to request for the next line. Repeat the polling/requesting sequence until no more line. User issues Modbus write with a value of 0 at register 4130 to request for line 1 of the data file. User issues Modbus read at register 4130 to poll for line ready status. 0 => not ready; >0 => line ready; 65535=>no more line. User issues Modbus read at register 4131 to get the line length when line is ready. User issues Modbus read with line length at register 4132 to retrieve the line when the line is ready. User issues Modbus write with the value returned from the previous Modbus read at register 4130 (0 < n < 65535) at register 4130 to request for the next line. Repeat the polling/requesting sequence until no more line.

Modbus-M-3410A

35

Rev. 4.3

Potrebbero piacerti anche