Instruction manual. PR122-3/P + PR120/D-M PR332-3/P + PR330/D-M Modbus System Interface 1/50 LB-DTA L2572. Author Autore.

Size: px
Start display at page:

Download "Instruction manual. PR122-3/P + PR120/D-M PR332-3/P + PR330/D-M Modbus System Interface 1/50 LB-DTA L2572. Author Autore."

Transcription

1 Instruction manual Modbus System Interface 1/50

2 Index Pag. 1. INTRODUCTION SCOPE APPLICABILITY ACRONYM AND DEFINITION Acronym Definitions BIBLIOGRAPY MODBUS PROTOCOL COMMUNICATION PARAMETERS DEVICE RTU FRAMING Silent interval < 4 char between two characters inside the message Silent interval 4 char between two characters inside the message New frame before 4 character silent interval at the end of a frame UNIT IDENTIFICATION AVAILABLE MODBUS FUNCTIONS Function 03 (03h) Read Holding Registers Function 04 (04h) Read Input Registers Function 06 (06h) Write Single Register Function 08 (08h) Diagnostic Function 16 (10h) Write Multiple Registers Function 17 (11h) Report slave ID Function 70 (46h) Read Extended Registers Exception responses MODBUS MAP UNIT CONFIGURATION Protection MEASURES REGISTERS MAP LOGGER MAP (EXTENDED REGISTERS) DESCRIPTION OF REGISTERS COMMANDS STATISTICAL DATA PROGRAMMING FAIL ERROR CODE STATE RUN-TIME MEASURES HARMONIC MEASURES INFORMATION LOCAL BUS DATA AREA PARAMETERS CONFIGURATION PARAMETERS CONFIGURATION PARAMETERS CONFIGURATION PARAMETERS PROTECTION SET1 / SET2(ONLY PR123/333) TRIP HISTORY MEASURE HISTORY LOG EVENTS WAVEFORMS TABLES APPENDIX /50

3 6.1 PARAMETER PROGRAMMING RELAYS AND DATA LOGGER CUSTOM SETTING MEASURE HISTORY DATA STRUCTURE WAVEFORM AND HARMONICS CB STATE INFORMATION STATISTICAL DATA COMMANDS EXECUTION CONDITIONS MEASURE LIMITS AND REPRESENTATION REVISION HISTORY REVISION A 01/04/ REVISION B 21/06/ REVISION C 20/02/ /50

4 Figure Index Pag. FIGURE 1 RELATION BETWEEN PR12X/33X INFORMATION SET FIGURE 2 PROGRAMMING SESSION CORRECTLY HANDLED FIGURE 3 PROGRAMMING FAILED FIGURE 4 PROGRAMMING ABORTED Index of Tables Pag. TABLE 1 ACTIVE PROTECTIONS TABLE 2 ACTIVE MEASURES TABLE 3 TAB_INPUT_OUTPUT TABLE 4 TAB_TRIP TABLE 5 TAB_ALARM_ TABLE 6 TAB_ALARM_ TABLE 7 TAB_COMMANDS TABLE 8 TAB_WAV TABLE 9 TAB_TH_RC TABLE 10 TAB_TIME_RC TABLE 11 TAB_TRIP_TYPE TABLE 12 TAB_UN TABLE 13 TAB_RELAYS_FUNCTION TABLE 14 TAB_RELAYS_K51_CONFIG TABLE 15 TAB_P_RELE_CONFIG TABLE 16 TAB_CB_TYPE TABLE 17 TAB_CB_TYPE_33X TABLE 18 TAB_LOG_EVENTS TABLE 19 COMMANDS ACCEPTANCE CONDITIONS /50

5 1. INTRODUCTION The documents refer to the system bus modbus interface of relay PR122, PR123, PR332 and PR333 of Emax power circuit breakers. 1.1 SCOPE The aim of this document is to indicate the addresses of all measures, parameters and information available in PR12 and PR33 relay. Moreover it explains the procedure to read information and to program the parameters of the above mentioned protection units. 1.2 APPLICABILITY This document applies to the device PR122, PR123, PR332 and PR333 equipped with the PR120/D-M module. This version of the document has been updated with SW version 2.0 or major. 1.3 ACRONYM AND DEFINITION Acronym AI AO CB LSb MSb LSB MSB Analog Input Analog Output Circuit Breaker Least Significant Bit Most Significant Bit Least Significant Byte Most Significant Byte BOOL Bit or Boolean (IEC ) BYTE Byte (IEC ) WORD Word (IEC ) DWORD Double word (IEC ) LWORD Long Word (IEC ) SINT Short Integer (IEC ) USINT Unsigned Short Integer (IEC ) INT Single Integer (IEC ) UINT Unsigned Integer (IEC ) DINT Double Integer (IEC ) UDINT Unsigned Double Integer (IEC ) LINT Long Integer (IEC ) ULINT Unsigned Long Integer (IEC ) STRING Text String (IEC ) UNICODE Unicode (IEC ) 5/50

6 1.3.2 Definitions ALARM: BUFFER: CB RESET: DEVICE: EVENT: PARAMETER: PROTECTION TRIPS: PROTECTION UNIT: REGISTER: REMOTE SYSTEM: STATUS: TRIP COMMAND FAIL: TRIP RESET: there are two types of alarm: Alarm Type Alarm Trip Definition It s similar to a status. A Trip Reset is NOT necessary to reset it. Ex. L Pre-Alarm, S Alarm,... Only a command can reset it, i.e. a new alarm won t be signalled until the reset. Ex. L Tripped, S Tripped,... meaningful part of a Modbus Map section. It s defined by the Modbus Map of the device. event (Any Trip) /alarm reset of any information related to the (last) trip. Protection Unit information that signals a normal (foreseen) device behaviour. Typically, the producer of an event is the device, while the consumer is the system. information that allows configuration of device functionality (e.g. a protection algorithm). sum of real protection trips (Σ LSIG trips). Real means not caused by the Test Unit. PR12 and PR33 electronic device that implements protection algorithms the least analogue information container (one word = 2 bytes) a device (SCADA) which behaves as Modbus Master on the external bus. It polls the information provided by the device and sends to it commands and parameters. information that represents the dynamics of a functionality (e.g. the CB or a protection algorithm). It can be managed (i.e. set/reset) only by the device itself. after a protection trip, with relevant opening command to the release, CB stays in CLOSED state. In this case, the device tries to open the CB by starting a back-up procedure. Meanwhile, the device tries also to open the CB using the YO (through the I/O). command equal to CB Reset 6/50

7 1.4 BIBLIOGRAPY Schneider Automation Inc., Modicon MODBUS Protocol Reference Guide 2. Modbus Protocol 2.1 Communication Parameters Baud rate Address Addressing type Physical protocol 9600/ Standard / ABB E, 8, 1 O, 8, 1 N, 8, 2 N, 8, 1 The default unit configuration is: Baud rate Address Addressing type Physical protocol Standard E, 8, Device RTU Framing The allowed inter-character silent interval has been relaxed from at least 2 characters to at least 4 characters (the same silent interval to recognize the end of a message). This means: Silent interval < 4 char between two characters inside the message In this case the receiver filters the silent interval and the following characters will be appended to those already received. The difference from the protocol specification is: 1. Silent interval < 2 char between two characters inside the message Transmitter Silent interval 4 char n 4 char Receiver 4 char n 4 char The behaviour is exactly as specified by the protocol. 7/50

8 2. Silent interval 2 char and < 4 char between two characters inside the message The received characters are NOT flushed and the following ones will be appended. Transmitter Silent interval 4 char n 4 char Receiver 4 char n 4 char Note that after flushing, the standard protocol specification allows: reception of the remaining characters of a partially received message reception of a completely new message The device behaviour doesn t cover the second case because it always appends new incoming characters to the previous ones, leading to a CRC error. So the behaviour is exactly the same if and only if the incoming characters are NOT a new message. In this case the received packet will lead to a CRC error and the CRC error counter will be incremented Silent interval 4 char between two characters inside the message If the message transmission is NOT ended, all the previously received characters are managed as a message because this is exactly the protocol specification regarding the end of a message New frame before 4 character silent interval at the end of a frame In this case the receiver filters the silent interval and the following characters (of the new frame) will be appended to those already received. This will lead to a CRC error. Transmitter Receiver Silent interval 4 char n m 4 char 4 char n m 4 char So the CRC error counter will count both the real CRC errors and the inter-character errors. 2.3 Unit identification Unit PR122/P PR123/P Slave ID 0x51 0x52 Unit PR332/P PR333/P Slave ID 0x55 0x56 8/50

9 2.4 Available Modbus functions Function Code Name Applicable to 03 (03h) Read Holding Registers AO 04 (04h) Read Input Registers AI 06 (06h) Write Single Register AO Funct. Code Subf. Code Name Applicable to 08 (08h) 00 (00H) Diagnostic Loop back --- Function Code Name Applicable to 16 (10h) Write Multiple Registers AO 17 (11h) Report Slave ID (46h) Read Extended Registers Extended Reg. Nota (47h) Modify Slave Address --- All queries must respect the limitation of maximum modbus message length of 256 byte Legenda: AA = slave address (1 247) cl = byte low of CRC ch = byte high of CRC Function 03 (03h) Read Holding Registers Query Addr Function Starting address Number of registers Crc AA 03h High Low High Low ch cl Nota 1. Number of registers 125 Response Addr Function Byte count Register value Register value Crc AA 03h nn High Low High Low ch cl Function 04 (04h) Read Input Registers Query Addr Function Starting address Nr of input registers Crc AA 04h High Low High Low ch cl Nota 1. Number of registers 125 Response Addr Function Byte count Input register Input register Crc AA 04h nn High Low High Low ch cl Function 06 (06h) Write Single Register Query Addr Function Register address Register value Crc AA 06h High Low High Low ch cl Response (echo of query) Addr Function Register address Register value Crc AA 06h High Low High Low ch cl 9/50

10 2.4.4 Function 08 (08h) Diagnostic Query Addr Function Sub function Data Crc AA 08h 00h 00h yy ch cl Nota 1. 0 Number of data bytes 250, any value Response (echo of query) Addr Function Sub function Data Crc AA 08h 00h 00h yy ch cl Function 16 (10h) Write Multiple Registers Query Addr Funct Starting addr Num of registers Byte count Reg value Reg value Crc AA 10h High Low High Low Nn High Low High Low ch cl Nota 1. Number of registers 123 Response Addr Function Starting address Number of register Crc AA 10h High Low High Low ch cl Nota 2. Number of registers Function 17 (11h) Report slave ID Query Addr Function Crc AA 11h ch Cl Response Addr Function Byte count Slave ID Run indicator Sw Version Events addr Device Ser Nr Crc AA 11h 16h ID 0FFh High Low High Low 16 byte (ASCII) ch cl Function 70 (46h) Read Extended Registers Query Addr Function Byte count Ref type File number Starting address Number of registers Crc AA 46h 07h 06h High Low High Low High Low ch cl Nota 1. File number 3 Nota 2. Starting address Nota 3. Number of registers 125 Response Addr Funct Byte count Ref type Reg value Reg value Crc AA 46h Nn 06h High Low High Low ch cl 10/50

11 2.4.8 Exception responses Illegal function Addr Function Exception code Crc AA Function + 80h 01h ch cl Illegal data address Addr Function Exception code Crc AA Function + 80h 02h ch cl Illegal data value Addr Function Exception code Crc AA Function + 80h 03h ch cl Slave device failure Addr Function Exception code Crc AA Function + 80h 04h ch cl Slave device busy Addr Function Exception code Crc AA Function + 80h 06h ch cl 11/50

12 Exception occurrences Illegal function 02 Illegal data address Starting address not valid Starting address not valid Exception 03 Illegal data value Invalid query length Requested number of register too large Address out of modbus map Invalid query length Requested number of register too large Address out of modbus map 04 Slave device failure 06 Slave device busy Reading attempt of busy non-volatile memory at present 06 Starting address not valid Write of TIME information not allowed with this function Invalid query length Local state Programming session already open Programming session not open QUERY FUNCTION Starting address not valid Sub function Invalid query length Invalid query length Number of register too large Address out of modbus map Command not available Command parameter filed not valid Wrong Time Parameters error check after a stop programming session command Local state Programming session already open Programming session not open Command acceptance conditions not verified 17 Invalid query length 70 Other Function not available Starting address not valid Invalid query length Requested number of register too large Address out of modbus map Field Ref Type not correct Field Byte count not correct Reading attempt of busy data logger 12/50

13 3. MODBUS MAP Data format LINT (Acronym 1.3.1) (4 byte = 2 word = 2 register) is transferred with low significant part at lower modbus address (LOW-HIGH) Register i LS word Register i + 1 MS word Instead within WORD data the most significant byte is transferred first (as in MODBUS RTU standard) MS byte LS byte Since the PR122 and PR332 information set is a subset of PR123 and PR333 set, it was decided to represent them in only one general map from which is possible to deduce information of each device. PR123/ PR333 PR122/ PR332 Figure 1 Relation between PR12x/33x information set. For this purpose in each table it was foreseen a column named PR12x/ in which, row by row, are shown the device and the product execution where the information has mean. The explanation of how to read column PR12x/ follows: PR12x Meaning 3 Information available for PR123 and PR333 LSI/LSIG and NOT available for other units 3 G S G Information available for PR123 and PR333 LSIG and NOT available for other units Information available for PR122 and PR332 LSI/LSIG, PR123 LSI/LSIG and NOT available for other units Information available for PR122 and PR332 LSIG, PR123 LSIG and NOT available for other units Information available for PR122 and PR332 LI/LSI/LSIG, PR123 LSI/LSIG The contained information in the line is worth for PR122, PR332 and PR123,PR333 Rc versions and is NOT Rc AVAILABLE for the other units 2 33x /3 33x The contained information in the line is worth for PR332 and PR333 versions and is NOT AVAILABLE for the PR122 and PR123 units 2 33x /3 33x The contained information in the line is worth for PR122 and PR123 versions and is NOT AVAILABLE for the PR332 and PR333 units Parameters declared NOT AVALAIBLE for a unit are treated in the same way than the others, they are saved and checked in validity range but they are not used by the protections. Reading parameters declared NOT AVAILABLE could return not consistent data in respect to the ones previously programmed. Example. Program on PR122 the directional protection (NOT AVAILABLE for PR122) with the following data: Prot D configuration = 0x0001 (Prot enable = ON) Prot D Prot threshold Forward = 1 In Programming will be accepted because data is valid but D protection will remain disabled, therefore reading the parameters just programmed will return: Prot D configuration = 0x0000 (Prot enable = OFF) Prot D Prot threshold Forward = 1 In 13/50

14 3.1 Unit configuration Protection The following table shows the available protections for each type of device and possible necessary conditions: PR122/PR332 PR123/PR333 LI LSI LSIG LSIRc LSI LSIG L S S2 D I G NOSGR Gext SGR SGR Gext (Idn) RC RC RC U UV MM MM MM OV MM MM MM RV Table 1 Active Protections MM QP MM QP RP MM MM MM UF MM MM MM OF MM MM MM T LC ( 1 ) ( 1 ) ( 1 ) ( 1 ) ( 1 ) ( 1 ) Hw prot. Phase rotation( 2 ) Cos module( 2 ) Frequency Error( 2 ) MM MM MM Harm distortion( 2 ) MM QP QP QP Legend : Available without condition NOSGR: External Toroid absent (Ext Toroid Type (addr 1032) = 0) SGR: External Toroid = Source Ground Return (Ext Toroid Type (addr 1032) = 1) RC: External Toroid = Residual Current (Ext Toroid Type (addr 1032) = 2) MM: Measuring Module present QP: CB 4 pole otherwise neutral voltage present (Unit configuration (addr 1020) bit 5 = 1) ( 1 ): Load control always enabled on state bits but feasible only if present signaling module or output unit on local bus (ex: PR021/K) ( 2 ): Warning functions. 14/50

15 3.1.2 MEASURES The following table shows the available measures for each type of device and possible necessary conditions: Table 2 Active measures PR122/PR332 PR123/PR333 LI LSI LSIG LSIRc LSI LSIG Line currents Neutral current Ne Ne Ne Ne Ne Ne Ground current NOSGR External toroid ground current SGR or RC RC SGR or RC Line to neutral voltages MM & V0 MM & V0 MM & V0 V0 V0 Line to line voltages MM MM MM Line to neutral power MM & V0 MM & V0 MM & V0 V0 V0 Total power MM MM MM Power factor MM MM MM Net frequency MM MM MM Peak factor Neutral crest factor Ne Ne Ne Ne Ne Ne Energy MM MM MM Trip history Log event history Measures history Contact wear Current waveform Neutral current waveform Ne Ne Line to line voltage waveform Current harmonics Neutral current harmonics Ne Ne Line to line voltage harmonics Data logger Legend : Available without condition V0: Neutral voltage present (Unit configuration (addr 1020) bit 5 = 1) MM: Module Measuring present Ne: Neutral connection present (CB 4 pole o 3 pole + neutral) NOSGR: External Toroid absent (Ext Toroid Type (addr 1032) = 0) SGR: External Toroid = Source Ground Return (Ext Toroid Type (addr 1032) = 1) RC: External Toroid = Residual Current (Ext Toroid Type (addr 1032) = 2) 15/50

16 3.2 REGISTERS MAP AI [30001] AO [40001] Relative Address Function Function: (2.4.2) (2.4.5) (2.4.1) 0 STATISTICAL DATA (4.2) COMMANDS (4.1) 6 (2.4.3) 50 PROGR. FAIL ERROR CODE (4.3) 100 STATE(0) TIME (0) 200 RUN TIME MEASURES (0) 600 HARMONICS MEASURES (4.6) 700 INFORMATION (4.7) 800 LOCAL BUS DATA AREA (4.8) 1000 PAR. CONFIG1 ACTUAL (4.9) 1020 PAR. CONFIG2 ACTUAL (4.10) 1050 PAR. CONFIG3 ACTUAL (4.11) PAR. CONFIG3 NEW (*) 1100 PAR. PROT. SET1 ACTUAL (4.12) PAR. PROT SET1 NEW (*) 1200 PAR. PROT. SET2 ACTUAL (4.12) PAR. PROT SET2 NEW (*) 2000 TRIP HISTORY (4.13) 2500 MEASURES HISTORY (4.14) 3300 LOG EVENTS (4.15) 4000 WAVEFORMS (4.16) *NON-VOLATILE memory : could be busy (busy exception response) (*) Parameters that can be written only during an open programming session. Example of table reading: RUN-TIME MEASURES analog input absolute address: offset (200) = The relative address is offset (200) = /50

17 3.3 LOGGER MAP (extended registers) Addressing type ABB cannot be used for these registers, therefore the address field will be always included between 1 and for all addressing methods. File Number File 0 (Old) Sample Number Samples 0 (Old) Extended Reg. (60000) Function 70 Relative address Description Note PR12x 0 L1 current sample Note 1 1 L2 current sample Note 1 2 L3 current sample Note 1 3 Ne current sample Note 1 4 Ground current sample Note 1 5 L1 MSP current sample Note 2 6 L2 MSP current sample Note 2 7 L3 MSP current sample Note 2 8 Ne MSP current sample Note 2 9 V1 voltage sample Note 3 10 V2 voltage sample Note 3 11 V3 voltage sample Note 3 12 Input/Output status TAB_INPUT_OUTPUT 13 Alarms 1 status TAB_ALARM_1 14 Alarm 2 status TAB_ALARM_2 15 Trip 1 status TAB_TRIP Samples Samples 4095 (New) File 1 Samples 0 Samples File 2 Samples 0 Samples File 3 (New) Samples 0 Samples Note 1: Signal derivative samples (512 rms means 1In rms) Note 2: Signal derivative samples (1 means 144,5A) Note 3: Signal samples (750 rms means 33,33Vrms) G 17/50

18 Table 3 TAB_INPUT_OUTPUT Bit Description 0 Local bus Relay 1 contact 1 Local bus Relay 2 contact 2 Local bus Relay 3 contact 3 Local bus Relay 4 contact Local bus Relay 6 contact 6 Local bus Relay 7 contact 7 Local bus Relay 8 contact 8 Relay P1 contact 9 Relay P2 contact 10 Relay P3 contact 11 Relay P4 contact 12 S zone selectivity input 13 S zone selectivity output 14 G zone selectivity input 15 G zone selectivity output Table 5 TAB_ALARM_1 Bit Description 0 Harmonic distortion > Contact Wear Pre-alarm 2 Contact Wear Alarm 3 L Pre-alarm 4 L Timing 5 S Timing 6 S2 Timing 7 G Timing 8 G Alarm (Blocked Trip) 9 G Ext Timing 10 G Ext Alarm (Blocked Trip) 11 T Pre-alarm 12 T Alarm 13 T Alarm (Blocked Trip) 14 D Timing 15 U Timing Table 4 TAB_TRIP Bit Description 0 L tripped 1 S tripped 2 S2 tripped 3 I tripped 4 Iinst tripped 5 G tripped 6 G ext tripped 7 T tripped 8 D tripped 9 U tripped 10 UV tripped 11 OV tripped 12 RV tripped 13 RP tripped 14 UF tripped 15 OF tripped Table 6 TAB_ALARM_2 Bit Description 0 U Alarm (Blocked Trip) 1 UV Timing 2 UV Alarm (Blocked Trip) 3 OV Timing 4 OV Alarm (Blocked Trip) 5 RV Timing 6 RV Alarm (Blocked Trip) 7 RP Timing 8 RP Alarm (Blocked Trip) 9 UF Timing 10 UF Alarm (Blocked Trip) 11 OF Timing 12 OF Alarm (Blocked Trip) 13 Frequency Error 14 Iw Warning 15 LC1 Alarm 18/50

19 4. DESCRIPTION OF REGISTERS 4.1 COMMANDS Rel # of PR12x Name Notes addr item 0 1 COMMAND TYPE TAB_COMMAND 1 1 COMMAND PARAMETER TAB_COMMAND To execute a command it is requested to write together to COMMAND TYPE field the number desired and to COMMAND PARAMETER field the optional parameter value (0 if not needed) with modbus function 16 also if the parameters value is not necessary. Example 1: to send Trip reset command, write 01 at COMMAND TYPE address and 00 at COMMAND PARAMETER address (parameter not necessary for this command). Example 2: to send Waveform + harmonics acquisition start Command on L2 phase, write 16 at COMMAND TYPE address and 02 at COMMAND PARAMETER address. Following the command list table with pertinent command parameters. Table 7 TAB_COMMANDS Value Command type Parameter PR12x 0 Dummy command don t care 1 Trip reset don t care 2 Signaling reset don t care 3 Communication statistics reset don t care 4 Log events reset don t care 5 Start programming session don t care 6 Abort programming session don t care 7 Stop programming session don t care 8 CB Open don t care 9 CB Close don t care 10 CB reset don t care 11 Wink toggle command don t care 12 History measure reset don t care 13 Energy counters reset don t care 14 Data logger trigger restart don t care 15 Data logger stop don t care 16 Waveform + harmonics acquisition start TAB_WAV 3 17 Waveform + harmonics acquisition stop don t care 3 Table 8 TAB_WAV Value Channel L1 2 L2 3 L3 4 NE 5 V12 6 V23 7 V31 19/50

20 4.2 STATISTICAL DATA Rel addr # of item Description Representation Notes 0 1 Received message number NOT updated in self-supply Received msg n = + Received msg n with crc error + Sent msg n + Received broadcast msg n. 1 1 Received message number with crc error NOT updated in self-supply 2 1 Sent message number NOT updated in self-supply Total exception response number included 3 1 Slave Busy exception number responses NOT updated in self-supply 4 1 Total exception response number NOT updated in self-supply Slave Busy exception number response included 5 1 Contact wear (100% = 65000) Updated in self-supply too CW > 100% Total trip protection number Updated in self-supply too Protection trip fail number included 7 1 Total operation number NOT updated in self-supply Total operation n = + Manual operation n + protection trip n + protection trip fail n + trip test n. 8 1 Manual operation number NOT updated in self-supply 9 1 Total trip protection number NOT updated in self-supply Protection trip fail number NOT included 10 1 Trip protection fail number NOT updated in self-supply 11 1 Trip test number NOT updated in self-supply PR12x Registers from address 0 to 4 compose the communication statistics, registers from address 6 to 11 compose CB operation statistics.. 20/50

21 4.3 PROGRAMMING FAIL ERROR CODE Rel addr # of item Description 0: No error Notes PR12x 1 999: See Table TAB_PAR_ERR_CODE 50 1 Programming Fail Error Code Consistency error in parameter SET : L Th S Th 1002: S Th I Th 1003: L Th S2 Th 1004: S2 Th I Th 1005: L Th D Th 1006: D Th I Th 1007: (only UL version) G Th > 1200A 1008: (only UL version) Startup G Th > 1200A 1009: D zone selectivity enabled together with zone selectivity S or S2 or G or Gext 1010: (Only UL version) S Time > 400 ms 1011: (Only UL version) S2 Time > 400 ms 1012: (Only UL version) G Time > 400 ms 1013: (Only UL version) Gext Time > 400 ms 1014: (Only UL version) L curve different from I 2 t=k Consistency error in parameter SET 2: 2001: L Th S Th 2002: S Th I Th 2003: L Th S2 Th 2004: S2 Th I Th 2005: L Th D Th 2006: D Th I Th 2007: (only UL version) G Th > 1200A 2008: (only UL version) Startup G Th > 1200A 2009: D zone selectivity enabled together with zone selectivity S or S2 or G or Gext 2010: (only UL version) S Time > 400 ms 2011: (only UL version) S2 Time > 400 ms 2012: (only UL version) G Time > 400 ms 2013: (only UL version) Gext Time > 400 ms 2014: (only UL version) L curve different from I 2 t=k Common: 3001: Error on the change language 3002: Error Toroid Rc 3003: Inner neutral Config error 3 At the end of programming session ( STOP PROGAMMING SESSION ) it take place the parameters consistency check. If an error occurs an exception response ILLEGAL DATA ERROR will be generated and the Programming Fail Error Code will be fulfilled.. 21/50

22 Table: TAB_PAR_ERR_CODE Par error code Parameters < min > max Step err address Not used Par error code Parameters < min > max Step err address Par error code Parameters < min > max Step err address Par error code Parameters < min > max Step err address /50

23 4.4 STATE Symbols () and () marks state bits whose variation are traced in the events log; () means that variation from 0 to 1 is traced, instead () means that variation from 1 to 0 is traced too. Rel addr # of item Name Bit Description Notes STATE 1 GLITCH Note 4 STATE 2 FLAGS STATE 3 FLAGS PR12x BIT 0 () Parameter changed 1 = Parameter(s) changed BIT 1 Historical Measure Update 1 = History measures updated BIT 2 Waveform available 1 = Waveform available 3 BIT 3 () Signaling Reset 1 = Signaling reset BIT 4 Trip Reset 1 = Trip Reset Command executed BIT 5 CB Reset 1 = CB Reset Command executed BIT 6 Dummy Command 1 = Dummy Command executed BIT 7 Energy Reset 1 =Energy Reset Command executed BIT 8 Dual Set Change 1 = Dual Set Changed 3 BIT BIT BIT BIT BIT BIT BIT BIT 0 Any Alarm / Timing / Warning OR of alarms BIT 1 Any Trip OR of Trips (latched) BIT 2 CB tripped 1 = CB tripped BIT 3 () CB connected / isolated 0 = Isolated, 1 = Connected BIT 4 () CB open/closed 0 = Open, 1 = Closed BIT 5 () CB undefined 1 = Undefined BIT 6 () No communication on Local Bus 1 = No communication on LB BIT 7 Springs charged/discharged 0 = Discharged, 1 = Charged BIT 8 () Trip command fail 1 = Trip command failed BIT 9 () Local / Remote Operating Mode 0 = Local, 1 = Remote BIT 10 Programming OK 1 = Programming OK BIT 11 Programming Fail 1 = Programming Failed BIT 12 Internal Bus programming session 1 = Bus SSI session open BIT 13 Test Bus programming session 1 = Bus Test session open BIT 14 Local Bus programming session 1 = Bus Local session open BIT 15 System Bus programming session 1 = Bus Ext session open BIT 0 () Test Session 1 = Test session open BIT 1 () Test Unit connected 1 = Test unit connected BIT 2 BT unit present 1 = BT unit present 2 33x /3 33x BIT 3 Signaling module present 1 = Signaling module present BIT 4 Dialog unit present 1 = Dialog unit present BIT 5 Measuring unit present 1 = Measuring unit present BIT 6 Display Off for high temp 1 = Display Off BIT 7 Waiting Trigger 1 =Waiting trigger BIT 8 Data logger Triggered 1 = Triggered BIT 9 Data logger stopped 1 = Stopped BIT 10 () Active Dual Set 0 = SET1, 1 = SET2 3 BIT 11 Wink ON 0 = OFF, 1 = ON BIT 12 Signaling Module Input Status 0 = Not active, 1 = Active 2 33x /3 33x BIT 13 KK function 0 = OFF, 1 = ON BIT 14 Waveform session status 1 = Busy 3 BIT 15 Local Bus Digital Input 0 = OFF, 1 = ON Custom Byte N /50

24 Rel addr # of item Name Bit Description Notes STATE 4 ALARM STATE 5 ALARM STATE 6 ALARM PR12x BIT 0 () Harmonic distortion > 2.1 BIT 1 () Contact Wear Pre-alarm BIT 2 () Contact Wear Alarm BIT 3 () L Pre-alarm BIT 4 () L Timing BIT 5 () S Timing S BIT 6 () S2 Timing 3 S BIT 7 () G Timing G BIT 8 () G Alarm (Blocked Trip) G BIT 9 () G Ext Timing G BIT 10 () G Ext Alarm (Blocked Trip) G BIT 11 () T Pre-alarm BIT 12 () T Alarm BIT 13 () T Alarm (Blocked Trip) BIT 14 () D Timing 3 BIT 15 () U Timing BIT 0 () U Alarm (Blocked Trip) BIT 1 () UV Timing BIT 2 () UV Alarm (Blocked Trip) BIT 3 () OV Timing BIT 4 () OV Alarm (Blocked Trip) BIT 5 () RV Timing BIT 6 () RV Alarm (Blocked Trip) BIT 7 () RP Timing BIT 8 () RP Alarm (Blocked Trip) BIT 9 () UF Timing BIT 10 () UF Alarm (Blocked Trip) BIT 11 () OF Timing BIT 12 () OF Alarm (Blocked Trip) BIT 13 () Frequency Error BIT 14 () Iw Warning BIT 15 () LC1 Alarm BIT 0 () LC2 Alarm BIT 1 () L1 Sensor Error BIT 2 () L2 Sensor Error BIT 3 () L3 Sensor Error BIT 4 () Ne Sensor Error BIT 5 () Gext Sensor Error G BIT 6 () SA Error BIT 7 () Rating Plug Error BIT 8 () Installation Error BIT 9 Internal Error BIT 10 () Power Factor Error BIT 11 () Phase Cycle Error BIT 12 Invalid Date BIT 13 () Configuration Error (dip error, neutral setting,.) BIT 14 () CB Status Error 1 = Error BIT 15 Local Bus Analog Value 0 = under/equal threshold 1 = over threshold Custom Byte N /50

25 Rel addr # of item Name Bit Description Notes STATE 7 INPUTS / OUTPUTS STATE 8 LATCHED Note 5 STATE 9 LATCHED Note 5 PR12x BIT 0 Local bus Relay 1 contact 0 = open, 1 = closed BIT 1 Local bus Relay 2 contact 0 = open, 1 = closed BIT 2 Local bus Relay 3 contact 0 = open, 1 = closed BIT 3 Local bus Relay 4 contact 0 = open, 1 = closed BIT BIT 5 Local bus Relay 6 contact 0 = open, 1 = closed BIT 6 Local bus Relay 7 contact 0 = open, 1 = closed BIT 7 Local bus Relay 8 contact 0 = open, 1 = closed BIT 8 Relay P1 contact 0 = open, 1 = closed BIT 9 Relay P2 contact 0 = open, 1 = closed 2 33x /3 33x BIT 10 Relay P3 contact 0 = open, 1 = closed 2 33x /3 33x BIT 11 Relay P4 contact 0 = open, 1 = closed 2 33x /3 33x BIT 12 S zone selectivity input 1 = input active S BIT 13 S zone selectivity output 1 = output active S BIT 14 G zone selectivity input 1 = input active G BIT 15 G zone selectivity output 1 = output active G BIT 0 () L tripped 1 = L trip BIT 1 () S tripped 1 = S trip S BIT 2 () S2 tripped 1 = S2 trip 3 S BIT 3 () I tripped 1 = I trip BIT 4 () Iinst tripped 1 = Iinst trip BIT 5 () G tripped 1 = G trip G BIT 6 () G ext tripped 1 = G ext trip G BIT 7 () T tripped 1 = T trip BIT 8 () D tripped 1 = D trip 3 BIT 9 () UN tripped 1 = UN trip BIT 10 () UV tripped 1 = UV trip BIT 11 () OV tripped 1 = OV trip BIT 12 () RV tripped 1 = RV trip BIT 13 () RP tripped 1 = RP trip BIT 14 () UF tripped 1 = UF trip BIT 15 () OF tripped 1 = OF trip BIT 0 () Electronic Trip Test 1 = electronic trip test BIT 1 () Simulated Trip from Test Unit 1 = simulated trip BIT 2 () External Input Trip 1 = trip from external input 2 33x /3 33x BIT 3 () Hardware Error Trip 1 = trip of Hardware error BIT BIT BIT BIT BIT BIT BIT BIT BIT BIT BIT BIT 15 TRIP command Fail 1= TRIP command Failed 1/ Note 4: GLITCH registers are automatically cleared after reading. Custom Byte N Note 5: LATCHED registers are set when the associated event happens; they are reset only by CB RESET or TRIP RESET commands. 25/50

26 TIME Rel # of addr item Name Description Day Number of days from 31/12/ Hour & minute MSB = Hour, LSB = minute Second Millisecond PR12x Has shown in REGISTERS MAP(3.2), the TIME update could be done only using modbus function 16. In order to modify the Time it is necessary to open the programming session, the data come immediately modified and not at the and of the programming session as it happens for the normal parameters, therefore the abandonment (abort) of the programming session do not cancel the carried out modification It s recommended to update simultaneously all four TIME registers. 4.5 RUN-TIME MEASURES The measure limits shown in column Notes are depicted in MEASURE LIMITS AND REPRESENTATION (6.8). Rel addr # of item Maximum current (rms) [A] Maximum current phase L 1 phase Current (rms) L 2 phase Current (rms) L 3 phase Current (rms) Ne phase Current (rms) Internal Ground current (rms) Name Description Notes 0 Not available, 1 L1, 2 L2, 3 L3, 4 Ne [A] External Ground current (rms) [A *10-2 ] V 1 line to neutral voltage (rms) [V *10-1 ] V 2 line to neutral voltage (rms) [V *10-1 ] V 3 line to neutral voltage (rms) [V *10-1 ] V 0 residual voltage (rms) [V *10-1 ] V 12 line to line voltage (rms) [V *10-1 ] V 23 line to line voltage (rms) [V *10-1 ] V 31 line to line voltage (rms) [V *10-1 ] L 1 phase active power [kw *10-1 ] (signed) L 2 phase active power [kw *10-1 ] (signed) L 3 phase active power [kw *10-1 ] (signed) Total active power [kw *10-1 ] (signed) L 1 phase reactive power [kvar *10-1 ] (signed) L 2 phase reactive power [kvar *10-1 ] (signed) L 3 phase reactive power [kvar *10-1 ] (signed) Total reactive power [kvar *10-1 ] (signed) L 1 phase apparent power [kva *10-1 ] (signed) L 2 phase apparent power [kva *10-1 ] (signed) L 3 phase apparent power [kva *10-1 ] (signed) Total apparent power [kva *10-1 ] (signed) Not available I < I MIN 0 I > I MAX I MAX PR12x Not available 0 Not available I < I MIN 0 I > I MAX I MAX Not available I < I MIN 0 Not available I < I MIN 0 I > I MAX I MAX Not available V < V MIN 0 V > V MAX V MAX Not available P < P MIN 0 P > P MAX P MAX P < -P MAX -P MAX Total power factor [10-2 ] (signed) Not available Frequency [Hz *10-1 ] Not available F < F MIN F MIN F > F MAX F MAX G G. 26/50

27 248 1 L 1 phase peak factor [10-2 ] L 2 phase peak factor [10-2 ] L 3 phase peak factor [10-2 ] Ne phase peak factor [10-2 ] Positive Active Energy [KWh] (signed) Negative Active Energy [KWh] (signed) Total Active Energy [KWh] (signed) Positive Reactive Energy [KVARh] (signed) Negative Reactive Energy [KVARh] (signed) Total Reactive Energy [KVARh] (signed) Total Apparent Energy [KVAh] (signed) 4.6 HARMONIC MEASURES Rel # of addr item Name Description Total Harmonic Distortion (THD) [ ] th Harmonic ratio = 1000 [ ] th Harmonic ratio [ ]... [ ] th Harmonic ratio [ ] Not available E < E > PR12x INFORMATION Rel # of PR12x Name Range Description addr item Slave ID SW version Major + minor Product Standard reference IEC, 1 UL x /3 33x IEC, 1 UL1066, 1 UL x /3 33x /4 pole CB Pole, 1 4 Pole In (nominal current) [A] CB type TAB_CB_TYPE TAB_CB_TYPE 2 33x /3 33x TAB_CB_TYPE_33x TAB_CB_TYPE_33x 2 33x /3 33x CB Serial Number ASCII format characters ASCII format characters Data logger max file Data logger max address Data logger Trigger = None (free running) 1 = Any Alarm 2 = L Timing 3= Any Trip 4 = Custom Day of Data logger trigger Number of days from 31/12/ Hours & minutes of Dlog trigger Hours & minutes MSB = Hours, LSB = minutes Second of Dlog trigger Seconds Millisecond of Dlog trigger Milliseconds Not Used Not Used CB name ASCII format characters 4.8 LOCAL BUS DATA AREA Rel addr # of item Name Range Description Bit Bit = 0 Bit = Accessory Bus status 0x0000 0x Bus Warning OFF Bus Warning ON 1 Bus Alarm OFF Bus Alarm ON 2 1 Digital Input OFF Digital Input ON Analog Value Local Bus Data Area Used by Accessory unit 1 The value is reported in STATE relay. PR12x Local bus data area is an exchange buffer between system bus and devices connected to the accessory bus (e.g. PR035/MM). 4.9 PARAMETERS CONFIGURATION1 Rel addr # of item Name Range Description PR12x. 27/50

28 Product execution LI, 1 LSI, 2 LSIG, 3 LSIRc Relay Serial Number ASCII format characters PARAMETERS CONFIGURATION2 Rel addr # of item Unit configuration Language Neutral selection Ext. ground toroid 0 3 PR12x Bit Bit = 0 Bit = 1 0 Not Used Not Used 1 Local Bus Unit = absent Local Bus Unit = present 2 VT = absent VT = present 3 Neutral Protection = OFF Neutral Protection = ON 4 Power Direction = Top Power Direction = Bottom 5 Neutral Voltage = absent Neutral Voltage = present 6 Operating mode = Local Operating mode = Remote 0 = 1 = ITA 2 = FRA 3 = GER 4 = SPA 0 = 50 % 1 = 100 % 2 = 150 % 3 = 200 % Name Range Description 0x0000 0x003F 0 = 100 A 1 = 250 A 2 = 400 A 3 = 800 A Nominal voltage Un TAB_UN TAB_UN VT secondary voltage Net Frequency Plant Configuration Slave Address (external bus only) Addressing Type (external bus only) Baud rate (external bus only) Protocol Type (external bus only) 0 = 100 V 1 = 110 V 2 = 115 V 3 = 120 V 4 = 200 V 5 = 230 V 0 = 50 Hz 1 = 60 Hz 0 = 3P 1 = 3P+N Ext Toroid Type = standard 1 = ABB 0 = = = E,8,1 1 = O,8,1 2 = N,8,2 3 = N,8,1 0 = None 1 = Source Ground Return 2 = Rc G G. 28/50

29 4.11 PARAMETERS CONFIGURATION3 Rel addr # of item Name Range Description Configuration 0x0000 0x007F PR12x Bit Bit = 0 Bit = 1 0 Par set = set A Par set = set B 3 1 Dual Setting = OFF Dual Setting = ON 3 2 Harm Dist Warn = OFF Harm Dist Warn = ON 3 Phase Rotation Warn Phase Rotation Warn = = OFF ON 3 4 Phase Rotation Cycle Phase Rotation Cycle = = CosFi Module Warning = OFF CosFi Module Warning = ON 6 Dual set CB close disable Set B on CB close 3 7 Dual set Vaux disable Set B on Vaux OFF 3 8 Dual Set Local Bus Set B on Local Bus disable Digital Input ON Measurement store time step 5 [min] min Loc Bus Relays Unit Contact configuration TAB_RELAYS_K51_CONFIG TAB_RELAYS_K51_CONFIG Loc Bus Relay 1 Function TAB_RELAYS_FUNCTION Loc Bus Relay 1 Delay step 0.01 [s] [s*10-2 ] Loc Bus Relay 2 Function TAB_RELAYS_FUNCTION Loc Bus Relay 2 Delay step 0.01 [s] [s*10-2 ] Loc Bus Relay 3 Function TAB_RELAYS_FUNCTION Loc Bus Relay 3 Delay step 0.01 [s] [s*10-2 ] Loc Bus Relay 4 Function TAB_RELAYS_FUNCTION Loc Bus Relay 4 Delay step 0.01 [s] [s*10-2 ] Loc Bus Relay 6 Function TAB_RELAYS_FUNCTION Loc Bus Relay 6 Delay step 0.01 [s] [s*10-2 ] Loc Bus Relay 7 Function TAB_RELAYS_FUNCTION Loc Bus Relay 7 Delay step 0.01 [s] [s*10-2 ] Loc Bus Relay 8 Function TAB_RELAYS_FUNCTION Loc Bus Relay 8 Delay step 0.01 [s] [s*10-2 ] P Relays Contact configuration TAB_P_RELE_CONFIG TAB_P_RELE_CONFIG P1 Function TAB_RELAYS_FUNCTION P1 Delay step 0.01 [s] [s*10-2 ] P2 Function TAB_RELAYS_FUNCTION P2 Delay step 0.01 [s] [s*10-2 ] P3 Function TAB_RELAYS_FUNCTION P3 Delay step 0.01 [s] [s*10-2 ] P4 Function TAB_RELAYS_FUNCTION P4 Delay step 0.01 [s] [s*10-2 ] 2 33x /3 33x Programmable Input 0 = Active low x0000 0x0001 configuration 1 = Active high = Generic 1 = External TRIP 2 = Trip reset Programmable Input = Set B (PR123/P only) Function 4 = Dial Local 5 = Reset Signaling Module 6 = Energy reset Programmable Input Delay step 0.01 [s] [s*10-2 ] 3. 29/50

30 Rel addr # of item Name Range Description Data Logger Configuration 0x0000 0x Data Logger Trigger Type Standard: 0 3 Custom (see RELAYS AND DATA LOGGER CUSTOM SETTING) Standard: 0 = Data Logger = OFF 1 = Data Logger = ON 0 = None (free running) 1 = Any Alarm 2 = L Timing 3 = Any Trip Data Logger Stop Delay step 0.01 [s] [s*10-2 ] Data Logger Frequency = 600 Hz 1 = 1200 Hz 2 = 2400 Hz 3 = 4800 Hz CosFi Module Threshold step [10-2 ] CB TAG name ASCII format characters User data ASCII format characters Dual set CB close time step 0.10 [s] [s*10-2 ] Date of installation CB Number of days from 31/12/ Date of last maintenance CB Number of days from 31/12/ Local Bus Analog Value Threshold Startup current activation threshold step 0.10 [In] [In*10-2 ] PR12x. 30/50

31 4.12 PARAMETERS PROTECTION SET1 / SET2(only PR123/333) The following table shows parameters included in protection SET1 and SET2 areas. Column Rel addr reports SET1 addresses ( ); SET2 addresses ( ) can be obtained adding 100 to SET1 addresses. Rel addr # of item Prot L configuration Name Range Description PR12x Bit Bit = 0 Bit = Thermal memory = Thermal memory = OFF ON 0: I 2 t = k Prot L curve type 0 3 1: 0,14/(i ) 2: 13,5*b/(i-1) 3: 80*b/(i 2-1) Prot L threshold step 0.01 [In] [In*10-2 ] Prot L time step 3 [s] [s*10-2 ] Prot L threshold IEC step 0.01 [In] [In*10-2 ] Prot L time IEC step 3 [s] [s*10-2 ] Prot S configuration Bit Bit = 0 Bit = 1 0 Prot disable Prot enable S Start Up Th Start Up Th = OFF = ON S 3 Zone selectivity Zone selectivity = OFF 4 Thermal memory = OFF Prot S curve type 0 T=k, 1 I 2 t = k Prot S threshold T=k/I step 0.1 [In] [In*10-2 ] Prot S time T=k/I step 0.01[s] 5 80 [s*10-2 ] Prot S threshold T=k step 0.1 [In] [In*10-2 ] Prot S time T=k step 0.01[s] 5 80 [s*10-2 ] Prot S start up threshold step 0,1 [In] [In*10-2 ] Prot S start up time step 0.01 [s] [s*10-2 ] Prot S zone selectivity time step 0.01 [s] 4 20 [s*10-2 ] = ON Thermal memory = ON Bit Bit = 0 Bit = 1 0 Prot disable Prot enable Prot S2 configuration Start Up Th Start Up Th 2 = OFF = ON 3 Zone selectivity Zone selectivity = OFF = ON Prot S2 threshold T=k step 0.1 [In] [In*10-2 ] Prot S2 time T=k step 0.01[s] 5 80 [s*10-2 ] Prot S2 start up threshold step 0,1 [In] [In*10-2 ] Prot S2 start up time step 0.01 [s] [s*10-2 ] Prot S2 zone selectivity time step 0.01 [s] 4 20 [s*10-2 ] S S S S 3 S. 31/50

32 Rel addr # of item Name Range Description PR12x Bit Bit = 0 Bit = 1 0 Prot disable Prot enable Prot D configuration Start Up Th Start Up Th 2 = OFF = ON 3 Zone selectivity Zone selectivity = OFF = ON Prot D threshold step 0.1 [In] [In*10-2 ] Prot D time Forward step 0.01 [s] [s*10-2 ] Prot D time Backward step 0.01 [s] [s*10-2 ] Prot D start up threshold step 0.1 [In] [In*10-2 ] Prot D start up time step 0.01[s] [s*10-2 ] Prot D zone selectivity time step 0.01 [s] [s*10-2 ] Bit Bit = 1 0 Prot disable Prot enable Prot I configuration Start Up Th Start Up Th 2 = OFF = ON Prot I threshold 1,5 15 step 0.1 [In] [In*10-2 ] Prot I start up threshold 1,5 15 step 0.1 [In] [In*10-2 ] Prot I start up time step 0.01[s] [s*10-2 ] Bit Bit = 0 Bit = 1 0 Prot disable Prot enable G 1 Trip disable Trip enable Prot G configuration Start Up Th Start Up Th 2 = OFF = ON G Zone selectivity Zone selectivity 3 = OFF = ON Prot G curve type 0 T=k, 1 I 2 t = k step Prot G threshold T=k/I [In*10 [In] ] Prot G time T=k/I step 0.05 [s] [s*10-2 ] G step Prot G threshold T=k [In*10-2 ] [In] Prot G time T=k step 0.05 [s] [s*10-2 ] Prot G start up threshold step [In*10-2 ] [In] Prot G start up time step 0.01[s] [s*10-2 ] G Prot G zone selectivity time step 0.01 [s] 4 20 [s*10-2 ]. 32/50

33 Rel addr # of item Name Range Description Bit Bit = 0 Bit = 1 0 Prot disable Prot enable 1 Trip disable Trip enable Prot Ext G configuration 2 Start Up Th = OFF Start Up Th = ON 3 Zone selectivity = Zone selectivity = OFF ON Prot Ext G curve type 0 T=k, 1 I 2 t = k Prot Ext G threshold T=k/I step 0.02 [In] [In*10-2 ] Prot Ext G time T=k/I step 0.05 [s] [s*10-2 ] Prot Ext G threshold T=k step 0.02 [In] [In*10-2 ] Prot Ext G time T=k step 0.05 [s] [s*10-2 ] Prot Ext G start up threshold step 0.02 [In] [In*10-2 ] Prot Ext G start up time step 0.01 [s] [s*10-2 ] Prot Ext G zone selectivity time step 0.01 [s] 4 20 [s*10-2 ] Bit Bit = 0 Bit = 1 0 Prot disable Prot enable 1 Trip disable Trip enable Prot U configuration Current selection Voltage selection Prot U threshold 2 90 step 1 [%] 2 90 [%] Prot U time step 0.5 [s] [s*10-2 ] Bit Bit = 0 Bit = 1 0 Prot disable Prot enable Prot UV configuration 1 Trip disable Trip enable Prot UV threshold step 0.01 [Un] [Un*10-2 ] Prot UV time step 0.1 [s] [s*10-2 ] Bit Bit = 0 Bit = 1 0 Prot disable Prot enable Prot OV configuration 1 Trip disable Trip enable Prot OV threshold step 0.01 [Un] [Un*10-2 ] Prot OV time step 0.1 [s] [s*10-2 ] Bit Bit = 0 Bit = 1 0 Prot disable Prot enable Prot RV configuration 1 Trip disable Trip enable Prot RV threshold step 0.05 [Un] [Un*10-2 ] Prot RV time step 0.5 [s] [s*10-2 ] Bit Bit = 0 Bit = 1 0 Prot disable Prot enable Prot RP configuration 1 Trip disable Trip enable Prot RP threshold step 0.02 [Pn t] [-Pn t *10-2 ] Prot RP time step 0.1 [s] [s*10-2 ] PR12x G. 33/50

COMMUNICATION MODBUS PROTOCOL MFD44 NEMO-D4Le

COMMUNICATION MODBUS PROTOCOL MFD44 NEMO-D4Le COMMUNICATION MODBUS PROTOCOL MFD44 NEMO-D4Le PR129 20/10/2016 Pag. 1/21 CONTENTS 1.0 ABSTRACT... 2 2.0 DATA MESSAGE DESCRIPTION... 3 2.1 Parameters description... 3 2.2 Data format... 4 2.3 Description

More information

H8238/MCM MODBUS POINT MAP

H8238/MCM MODBUS POINT MAP H8238/MCM MODBUS POINT MAP F O R M A T Int Float R/W NV Description 1 257/258 R/W NV Energy Consumption, kwh, Low-word integer 2 259/260 R/W NV Energy Consumption, kwh, High-word integer Both 257/258 and

More information

Contents. Introduction and description Package contents Device identification PM Options... 80

Contents. Introduction and description Package contents Device identification PM Options... 80 Contents 1 Introduction and description Package contents... 77 Device identification... 77 2 Characteristics PM500... 78 Options... 80 3 Installation Front-panel cut-out... 82 Mounting... 82 4 Connections

More information

MODBUS RS485 SERIAL PROTOCOL

MODBUS RS485 SERIAL PROTOCOL MODBUS RS485 SERIAL PROTOCOL ED39DIN DMM3 VIP39DIN VIP396 SIRIO STAR3 STAR3din VERSION 09 JULY 2004 Modbus SIRIO.doc 09 JULY 2004 Pag.1/22 The STAR3, STAR3 din, VIP396, VIP39din, DMM3, SIRIO and ED39din

More information

ELECTRICAL VARIABLE ANALYZER RELAY EVAR

ELECTRICAL VARIABLE ANALYZER RELAY EVAR ELECTRICAL VARIABLE ANALYZER RELAY EVAR 1 ORION ITALIA SERIES MODBUS PROTOCOL. The ORION ITALIA SERIES implement a subset of the AEG Modicon Modbus serial communication standard. Many devices support this

More information

E50 MODBUS POINT MAP

E50 MODBUS POINT MAP E50 MODBUS POINT MAP The E50C2 Full Data Set (FDS) features data outputs such as demand calculations, per phase VA and VAR, and VAh VARh accumulators. The E50C3 Data Logging model adds configuration registers

More information

745 Transformer Protection System Communications Guide

745 Transformer Protection System Communications Guide Digital Energy Multilin 745 Transformer Protection System Communications Guide 745 revision: 5.20 GE publication code: GEK-106636E GE Multilin part number: 1601-0162-A6 Copyright 2010 GE Multilin GE Multilin

More information

Centrale de mesure Power Meter PM500 Merlin Gerin

Centrale de mesure Power Meter PM500 Merlin Gerin Notice d'installation et d'utilisation Installation and user manual Centrale de mesure Power Meter PM500 Merlin Gerin 059473_D Introduction and description Package contents c one PM500 power meter with

More information

See notes for calculations 4110 Usage Hours 1 Integer RO Y - Hours YP Usage Minutes 1 Integer RO Y - Minutes 0-59 YP

See notes for calculations 4110 Usage Hours 1 Integer RO Y - Hours YP Usage Minutes 1 Integer RO Y - Minutes 0-59 YP Table of Contents 2 FW Release summary Y Y Y Y Y Y PM RS FW History Y Y Y PM_2 OS FW History Y Y Y PM_2 RS FW History Y Y Y Setup & Status Metering Min Max Demand IO Alarms N N Reset Commands DL System

More information

Technical catalogue. Emax Low voltage air circuit-breakers. Hotline:

Technical catalogue. Emax Low voltage air circuit-breakers.   Hotline: Technical catalogue Emax Low voltage air circuit-breakers www.alobitanbd.com Hotline: 01711548558 PAGE : 02 The new Emax have received innumerable international certifications and approval by the major

More information

MICROPROCESSOR-BASED METERING EQUIPMENT SECTION 16901C PART 2

MICROPROCESSOR-BASED METERING EQUIPMENT SECTION 16901C PART 2 PART 1 PART 2 PRODUCTS 2.01 MANUFACTURERS A. Eaton products B.. C.. The listing of specific manufacturers above does not imply acceptance of their products that do not meet the specified ratings, features

More information

Solectria Renewables Modbus Level 5 For models PVI KW

Solectria Renewables Modbus Level 5 For models PVI KW Solectria Renewables Modbus Level 5 For models PVI 50 100KW Revision B 2014, Solectria Renewables, LLC DOCR 070381 B Table of Contents 1 Solectria Renewables Modbus Level 5... 3 1.1 Determine Modbus Level...

More information

4111 Usage Minutes 1 Integer RO Y - Minutes 0-59 Y Y YP

4111 Usage Minutes 1 Integer RO Y - Minutes 0-59 Y Y YP Table of Contents 2 Setup & Status Y Y Y Metering Y Y Y Min Max Y Y Y Demand Y Y Y IO Y Y Y Alarms N N Y Reset Commands Y Y Y DL System Y Y Y Notes Y Y Y 5 Setup & Status 24 Usage Hours 2 Float RO Y -

More information

DIRIS A40/A41 RS485 PROFIBUS DP. Operating instructions F GB D I NL E P. SOCOMEC GROUP switching PROTECTION & ups

DIRIS A40/A41 RS485 PROFIBUS DP. Operating instructions F GB D I NL E P. SOCOMEC GROUP switching PROTECTION & ups DIRIS A40/A41 RS485 PROFIBUS DP Operating instructions F GB D I NL E P SOCOMEC GROUP switching PROTECTION & ups 2 DIRIS A20 - Réf. : 536 182 A GB 876_786_A_gb.indd 2 3/04/09 10:50:47 GB Contents PRELIMINARY

More information

Modular Metering System ModbusTCP Communications Manual

Modular Metering System ModbusTCP Communications Manual Modular Metering System Manual Revision 7 Published October 2016 Northern Design Metering Solutions Modular Metering System ModbusTCP 1 Description The multicube modular electricity metering system simultaneously

More information

TAS APFC Controller / Load Managers with MOD-BUS Interface

TAS APFC Controller / Load Managers with MOD-BUS Interface TAS APFC Controller / Load Managers with MOD-BUS Interface Designed & Prepared by TAS PowerTek Pvt. Ltd., W-61, MIDC Ambad, Nasik-422010, India. Updated on: 4th June 2017, Sunday. Data Parameter Field

More information

C191HM POWERMETER AND HARMONIC MANAGER COMMUNICATIONS REFERENCE GUIDE

C191HM POWERMETER AND HARMONIC MANAGER COMMUNICATIONS REFERENCE GUIDE C191HM POWERMETER AND HARMONIC MANAGER COMMUNICATIONS ASCII Communications Protocol REFERENCE GUIDE Every effort has been made to ensure that the material herein is complete and accurate. However, the

More information

PARAMETER LIST MICROFUSION

PARAMETER LIST MICROFUSION MICROFUSION PARAMETER LIST MicroFUSION controllers contain nonvolatile EEPROMs, and writing too frequently to an individual parameter may wear out the EEPROM and cause the controller to fail. Control Concepts

More information

DIRIS Ap RS485 JBUS/MODBUS COM. Systèmes de Coupure et de Protection Industrial Switching and Protection Systems ON 1

DIRIS Ap RS485 JBUS/MODBUS COM. Systèmes de Coupure et de Protection Industrial Switching and Protection Systems ON 1 DIRIS Ap RS485 JBUS/MODBUS F GB ON 1 D COM I NL E P Systèmes de Coupure et de Protection Industrial Switching and Protection Systems PRELIMINARY OPERATIONS NB: For personnel and product safety please read

More information

SERIES PM172 POWERMETERS COMMUNICATIONS. DNP Communications Protocol REFERENCE GUIDE

SERIES PM172 POWERMETERS COMMUNICATIONS. DNP Communications Protocol REFERENCE GUIDE SERIES PM172 POWERMETERS COMMUNICATIONS DNP3-2000 Communications Protocol REFERENCE GUIDE Every effort has been made to ensure that the material herein is complete and accurate. However, the manufacturer

More information

DIRIS A40/A41 RS485 PROFIBUS DP COM. Operating instructions. PROFIBUS Certification

DIRIS A40/A41 RS485 PROFIBUS DP COM. Operating instructions. PROFIBUS Certification DIRIS A40/A41 RS485 PROFIBUS DP Operating instructions F GB D I NL E P ON 1 COM PROFIBUS Certification SOCOMEC GROUP SWITCHING PROTECTION & UPS Systèmes de Coupure et de Protection Industrial Switching

More information

Series PM130 PLUS Powermeters PM130P/PM130E/PM130EH

Series PM130 PLUS Powermeters PM130P/PM130E/PM130EH Series PM30 PLUS Powermeters PM30PPM30EPM30EH DNP3 Communications Protocol Reference Guide BG048 Rev. A4 Every effort has been made to ensure that the material herein is complete and accurate. However,

More information

ULTRA RAPID POWER QUALITY ANALYZER

ULTRA RAPID POWER QUALITY ANALYZER ULTRA RAPID POWER QUALITY ANALYZER Ultra rapid (cycle by cycle) advanced electrical network analysis Complete network harmonics analysis, up to 63 rd harmonic High visibility, 5 graphic LCD screen with

More information

SUPPLY NETWORK ANALYZER CVM-96 SERIES

SUPPLY NETWORK ANALYZER CVM-96 SERIES SUPPLY NETWORK ANALYZER CVM-96 SERIES (Power Demand) INSTRUCTION MANUAL ( M 981 326 / 00B - GB) (c) CIRCUTOR S.A. ----- Supply network analyzer CVM-96 ------ User's manual --- Page No. 1 CVM-96 SUPPLY

More information

Solectria Renewables Modbus Level 6 For models SGI 500XT

Solectria Renewables Modbus Level 6 For models SGI 500XT Solectria Renewables Modbus Level 6 For models SGI 500XT Revision B 2014, Solectria Renewables, LLC DOCR 070382 B Table of Contents 1 Solectria Renewables Modbus Level 6... 3 1.1 Determine Modbus Level...

More information

PQVO3Sd Short duration voltage variations

PQVO3Sd Short duration voltage variations 1MRS755448 Issued: 6/2005 Version: A/08.07.2005 PQVO3Sd Short duration voltage variations Data subject to change without notice Contents 1. Introduction... 3 1.1 Features... 3 1.2 Short duration voltage

More information

DPX³ 250 Electronic 4P - ModbusTable LGR EN v1.01.xls

DPX³ 250 Electronic 4P - ModbusTable LGR EN v1.01.xls GENERAL MODBUS TABLE ORGANIZATION Starting of the Group s Starting of the Group s System Version (Release) System Version (Build) Group Name (Text) Group Code Group Complexity Group Version 1638 000 01

More information

Installation and Operating Instructions

Installation and Operating Instructions Energy Division Installation and Operating Instructions Quadratic Integra 1530 Digital Metering Systems Our commitment. Your advantage. Contents Page 1 Introduction 4 1.1 Measurement Capabilities 5 1.2

More information

MiCOM P220/P225 COMMUNICATION

MiCOM P220/P225 COMMUNICATION P22x/EN CT/B44 COMMUNICATION P22x/EN CT/B44 P22x/EN CT/B44 Page 1/56 CONTENT 1. MODBUS PROTOCOL 3 1.1 MODBUS communication characteristics 3 1.1.1 MODBUS network characteristics 3 1.1.2 Parameters of the

More information

Universal-Transducer Multi-E11-MU

Universal-Transducer Multi-E11-MU Universal-Transducer Multi-E11-MU Safety Informations Observe instructions! The device described in these instructions shall only be installed by a qualified electrician according to both EN 50110-1/-2

More information

Data Sheet. RISH Master Record %THD

Data Sheet. RISH Master Record %THD Data Sheet %THD Application : measures important electrical parameters & replaces the multiple analog panel meters. It measures electrical parameters like AC current, Voltage, frequency, active energy

More information

JBUS/MODBUS communication card

JBUS/MODBUS communication card JBUS/MODBUS communication card JBUS/MODBUS Installation and user manual 66061 51029066EN/BF - Page 1 Page 2-51029066EN/BF Introduction Thank you for selecting an APC by Schneider Electric product to protect

More information

EIG DNP V3.0 Protocol Assignments

EIG DNP V3.0 Protocol Assignments E Electro Industries/G augetech "The Leader in Web Accessed Power Monitoring" EIG DNP V3.0 Protocol Assignments For Futura+ and DM Series Power Monitors Version 1.14 July 15, 2003 Doc # E100-7-03 V1.14

More information

PLA 33. Power line analyzer. User and service manual. version 2.4

PLA 33. Power line analyzer. User and service manual. version 2.4 PLA 33 Power line analyzer User and service manual version 2.4 Content. Front control panel and terminal plate...3 7.2.2. System frequency setting...0 2. Device description...4 7.2.3. Password protection...0

More information

Modbus communication module for TCX2: AEX-MOD

Modbus communication module for TCX2: AEX-MOD Modbus communication module for TCX2: Communication Specification TCX2 is factory installed in TCX2 series controllers with -MOD suffix, and is also available separately upon request for customer installation

More information

RISH PQM. Power Quality Monitor. Preliminary Datasheet subject to change without notice. Individual Harmonics measurement upto 56th Harmonics

RISH PQM. Power Quality Monitor. Preliminary Datasheet subject to change without notice. Individual Harmonics measurement upto 56th Harmonics Power Quality Monitor Individual Harmonics measurement upto 56th Harmonics True representation of Voltage & Current waveforms. Phasor Representation of All 3 phases for system analysis Real Time Clock

More information

NTG MULTIFUNCTON GENERATOR PROTECTION RELAY. NTG-Slide

NTG MULTIFUNCTON GENERATOR PROTECTION RELAY. NTG-Slide NTG MULTIFUNCTON GENERATOR PROTECTION RELAY 1 NTG Digital protection relay that integrates a number of functions required r for the protection of generators. It is used in power stations from gas, steam,

More information

Application Alpha 20 Measures important electrical parameters in 3 phase 4 Wire and 3 phase 3 Wire Network & replaces the multiple analog panel meters

Application Alpha 20 Measures important electrical parameters in 3 phase 4 Wire and 3 phase 3 Wire Network & replaces the multiple analog panel meters Technical Data Sheet Alpha 20 Alpha 20 is a compact multifunction instrument which Measures important electrical parameters in 3 phase 4 Wire and 3 phase 3 Wire Network & replaces the multiple analog panel

More information

SUPPLY NETWORK ANALYZER

SUPPLY NETWORK ANALYZER SUPPLY NETWORK ANALYZER CVM-144 SERIES (Ethernet) (Ver 6.11 and higher) INSTRUCTION MANUAL (M98203401-03-06A) CIRCUTOR S.A. ----- Supply network analyzer CVM-144 ------ User's manual --- Page No. 1 CONTENTS

More information

Application Note Assigning and Reducing the DNP V3.0 Points List on the ABB PCD Timothy S. Fahey, PE

Application Note Assigning and Reducing the DNP V3.0 Points List on the ABB PCD Timothy S. Fahey, PE Application Note Assigning and Reducing the DNP V3.0 s List on the ABB PCD Timothy S. Fahey, PE Introduction This document defines a subset of the full points list given in the DNP 3.0 Implementation Details

More information

ENA33LCD. Power line analyzer. User and service manual. Obrezija 5 SI-1411 Izlake

ENA33LCD. Power line analyzer. User and service manual.   Obrezija 5 SI-1411 Izlake ENA33LCD Power line analyzer User and service manual version 2.9 (FW version 6.8 and newer) ETI, d.o.o. Obrezija 5 SI-1411 Izlake www.etigroup.eu/products-services 1. Front control panel and terminal plate

More information

InfraStruXure Manager v4.x Addendum: Building Management System Integration

InfraStruXure Manager v4.x Addendum: Building Management System Integration InfraStruXure Manager v4.x Addendum: Building Management System Integration Introduction This addendum explains the integration of the APC InfraStruXure Manager Appliance with a Building Management System

More information

BMS BMU Vehicle Communications Protocol

BMS BMU Vehicle Communications Protocol BMS Communications Protocol 2013 Tritium Pty Ltd Brisbane, Australia http://www.tritium.com.au 1 of 11 TABLE OF CONTENTS 1 Introduction...3 2 Overview...3 3 allocations...4 4 Data Format...4 5 CAN packet

More information

PM-PA/PM-PAC POWER ANALYZER

PM-PA/PM-PAC POWER ANALYZER PM-PA/PM-PAC POWER ANALYZER 1. INTRODUCTION Power Analyzer is an ideal device to control measure and monitor all electrical parameters of a system. Thanks to its four display rows, all parameters can be

More information

sw rev. 55B DEVICE FOR THE PERMANENT CONTROL OF INSULATION ON THE SUPPLY LINES IN MEDICAL PRACTICE PLACES INSTALLATIONS

sw rev. 55B DEVICE FOR THE PERMANENT CONTROL OF INSULATION ON THE SUPPLY LINES IN MEDICAL PRACTICE PLACES INSTALLATIONS INSTRUCTIONS MANUAL IM831-U v0.92 HRI-R40W sw rev. 55B DEVICE FOR THE PERMANENT CONTROL OF INSULATION ON THE SUPPLY LINES IN MEDICAL PRACTICE PLACES INSTALLATIONS INDEX: GENERAL TYPES ACESSORIES AND OPTIONS

More information

EE 314 Spring 2003 Microprocessor Systems

EE 314 Spring 2003 Microprocessor Systems EE 314 Spring 2003 Microprocessor Systems Laboratory Project #9 Closed Loop Control Overview and Introduction This project will bring together several pieces of software and draw on knowledge gained in

More information

mmint Modbus translator module installation and use

mmint Modbus translator module installation and use Instructional Leaflet IL66A7508H09 Supersedes July 2009 mmint Modbus translator module installation and use Contents Description Page List of figures... 2 List of tables.... 2 Section 1: General description...

More information

Installation and Operating Instructions Quadratic Integra 1530 Digital Metering Systems

Installation and Operating Instructions Quadratic Integra 1530 Digital Metering Systems Installation and Operating Instructions Quadratic Integra 1530 Digital Metering Systems Tyco Electronics UK Limited Crompton Instruments Freebournes Road, Witham, Essex, CM8 3AH, UK Tel: +44 1376 509 509

More information

UV3 _ Three-Phase Undervoltage Protection Low-Set Stage (UV3Low) High-Set Stage (UV3High)

UV3 _ Three-Phase Undervoltage Protection Low-Set Stage (UV3Low) High-Set Stage (UV3High) 1MRS752333-MUM Issued 10/1997 Version: H/23.06.2005 Data subject to change without notice Three-Phase Undervoltage Protection Low-Set Stage (UV3Low) High-Set Stage (UV3High) Contents 1. Introduction...

More information

ALPHA 50 MULTIFUNCTION METER (ALPHA SERIES)

ALPHA 50 MULTIFUNCTION METER (ALPHA SERIES) Alpha Series www.sifamtinsley.co.uk Multifunction Meters Transducers & Isolators Temperature Controllers Converters & Recorders Digital Panel Meters Current Transformers Analogue Panel Meters Shunts ALPHA

More information

MotStart Three-phase Start-Up Supervision for Motors

MotStart Three-phase Start-Up Supervision for Motors 1MRS752307-MUM Issued: 10/1998 Version: F/23.06.2005 Data subject to change without notice MotStart Three-phase Start-Up Supervision for Motors Contents 1. Introduction... 2 1.1 Features... 2 1.2 Application...

More information

BusWorks 900EN Series Modbus TCP/IP 10/100M Industrial Ethernet I/O Modules

BusWorks 900EN Series Modbus TCP/IP 10/100M Industrial Ethernet I/O Modules BusWorks 900EN Series Modbus TCP/IP 10/100M Industrial Ethernet I/O Modules Six Differential Current Inputs Six Differential Voltage Inputs USER S MANUAL ACROMAG INCORPORATED Tel: (248) 295-0880 30765

More information

ELECTRONIC METER MX2-A01E MX2-C01E MX2-C41E MX2-B41E MODBUS RTU Interface Specifications MDD-T0026

ELECTRONIC METER MX2-A01E MX2-C01E MX2-C41E MX2-B41E MODBUS RTU Interface Specifications MDD-T0026 ELECTRONIC METER MX2-A01E MX2-C01E MX2-C41E MX2-B41E MODBUS RTU Interface Specifications SPEC. NO. : MDD-T0026 MITSUBISHI ELECTRIC AUTOMATION (THAILAND) CO., LTD CONTENTS 1. Functions 2 2. Checking before

More information

CONTENTS Project name WMHpc Revision 1.3

CONTENTS Project name WMHpc Revision 1.3 , modbus protocol, Modbus protocol (rev 1).doc 1/20 CONTENTS 1 MODBUS protocol and parameters... 2 1.1 Implementation... 2 1.2 Commands... 3 Parameters...5 2 MODBUS virtual memory map... 6 2.1 Bit addressing

More information

PM 305 Operating Guide

PM 305 Operating Guide PM 305 Operating Guide Northern Design PREFACE PM305 Operating Guide Revision 2.05 October 2000 This manual represents your meter as manufactured at the time of publication. It assumes standard software.

More information

Technical Manual. Standard Communication Protocol TA3840C

Technical Manual. Standard Communication Protocol TA3840C TA3840C Technical Manual SAS au Capital de 2 158 244-444 871 933 R.C.S. Bourges - APE : 2651B Headquarter : 9, rue Isaac Newton - 18000 Bourges - France Technical Manual TA3840C 1 st Edition Released February

More information

NO WARRANTIES OF ANY KIND ARE IMPLIED ON THE INFORMATION CONTAINED IN THIS DOCUMENT.

NO WARRANTIES OF ANY KIND ARE IMPLIED ON THE INFORMATION CONTAINED IN THIS DOCUMENT. MODBUS/BECO2200-M3425A Communication Data Base for M-3425A Integrated Protection System Device I.D. = 150 Specifications presented herein are thought to be accurate at the time of publication but are subject

More information

Modbus Communications System for Micrologic A, P, and H Trip Units Class 0613

Modbus Communications System for Micrologic A, P, and H Trip Units Class 0613 Modbus Communications System for Micrologic A, P, and H Trip Units Class 0613 Data Bulletin 0613IB1201 06/2012 Retain for future use. 0613IB1201 Modbus Communications System for Micrologic A, P, and H

More information

Model Q46 Modbus Communications Manual

Model Q46 Modbus Communications Manual Model Q46 Modbus Communications Manual Home Office European Office Analytical Technology, Inc. ATI (UK) Limited 6 Iron Bridge Drive Unit 1 & 2 Gatehead Business Park Collegeville, PA19426 Delph New Road,

More information

RISH Master Digital Multifunction Instrument with onsite pluggable output options. Application : Product Features:

RISH Master Digital Multifunction Instrument with onsite pluggable output options. Application : Product Features: Application : RISH Master 3430 measures important electrical parameters in 3 phase and single phase Network & replaces the multiple analog panel meters. It measures electrical parameters like AC current,

More information

PEM353. Universal measuring device

PEM353. Universal measuring device 353 Universal measuring device 353_D00335_00_D_XXEN/06.2018 353 Universal measuring device Product description The digital universal measuring device 353 is used to record and display measured quantities

More information

AMIK 200 / 201 Technical Data Sheet

AMIK 200 / 201 Technical Data Sheet AMIK 200 / 201 Technical Data Sheet AMIK Special Features MODBUS (RS-485) Communication available only on Amik 201 On site Programmable CT/PT Ratios User selectable CT Secondary 1A/5A User selectable PT

More information

UNIVERSAL MEASURING INSTRUMENTS. TNM 34xx. TNM 3410 / 3420 / 3430 / 3440 Universal measuring instrument 1/49

UNIVERSAL MEASURING INSTRUMENTS. TNM 34xx. TNM 3410 / 3420 / 3430 / 3440 Universal measuring instrument 1/49 TNM 3410 / 3420 / 3430 / 3440 Universal measuring instrument True RMS measurement User-friendly programing Four different types for optimal specification RS485 interface For 3- or 4-wire connection Compact

More information

Technical Data Sheet AMIK 300 / 301

Technical Data Sheet AMIK 300 / 301 USA SINCE 1936 RELIABILITY BEYOND MEASURE Technical Data Sheet AMIK 300 / 301 LISTED File No. E471457 AMIK AMIK 300 is a compact multifunction instrument with touch screen LCD utility which measures important

More information

MT 560/UMT TRANSDUCER & ANALYZER

MT 560/UMT TRANSDUCER & ANALYZER MT 560/UMT 560 - TRANSDUCER & ANALYZER USE The MT 560/UMT 560 multi transducer and analyzer is used for a permanent analysis of electricity supply quality in compliance with the SIST EN 50160 standard.

More information

Digital Multifunction Instrument - Rish Master 3440

Digital Multifunction Instrument - Rish Master 3440 Application Rish Master 3440 measures important electrical parameters in 3 phase and single phase etwork & replaces the multiple analog panel meters. It measures electrical parameters like AC current,

More information

Data Acquisition Modules/ Distributed IO Modules

Data Acquisition Modules/ Distributed IO Modules User Manual Data Acquisition Modules/ Distributed IO Modules Future Design Controls, Inc. 7524 West 98 th Place / P.O. Box 1196 Bridgeview, IL 60455 888.751.5444 - Office: 888.307.8014 - Fax 866.342.5332

More information

Operating Guide October 2006

Operating Guide October 2006 Operating Guide October 2006 Safety 1 Safety This manual represents your meter as manufactured at the time of publication. It assumes standard software. Special versions of software may be fitted, in which

More information

JBus/Modbus Communication Card

JBus/Modbus Communication Card JBus/Modbus Communication Card Installation and Operation 05/2018 www.schneider-electric.com Legal Information The Schneider Electric brand and any registered trademarks of Schneider Electric Industries

More information

ENGLISH 3 Phase Multi-function Power Meter 1/5A MID MID

ENGLISH 3 Phase Multi-function Power Meter 1/5A MID MID Professionally approved products. Datasheet Stock Number: 144-0527 3 Phase Multi-function Power Meter 1/5A MID 96mm² Panel Mounted Power Meter. MID UK Specifications The 144-0527 is a new generation modern

More information

DMTME-96 2CSG133030R4022 M DMTME-I Operation and assembly instructions 2CSG163030R4022 M CSG445001D0202

DMTME-96 2CSG133030R4022 M DMTME-I Operation and assembly instructions 2CSG163030R4022 M CSG445001D0202 DMTME-96 2CSG133030R4022 M204675 DMTME-I-485-96 2CSG163030R4022 M204685 2CSG445001D0202 GB Operation and assembly instructions DMTME-96: three-phase multimeter for panel mounting, used also in singlephase

More information

NetBiter I/O Extender 4RO 6RTD 8DIO - DAIO User Manual Revision 1.00

NetBiter I/O Extender 4RO 6RTD 8DIO - DAIO User Manual Revision 1.00 NetBiter I/O Extender 4RO 6RTD 8DIO DAIO User Manual Revision 1.00 IntelliCom Innovation AB Linjegatan 3D SE302 50 Halmstad SWEDEN Phone +46 35 18 21 70 Fax +46 35 18 21 99 email info@intellicom.se www

More information

MV110-8AS. Analog input module 8 channel. User guide

MV110-8AS. Analog input module 8 channel. User guide MV110-8AS Analog input module 8 channel User guide MV110-8AS_2016.12_0226_EN All rights reserved Subject to technical changes and misprints Contents 1 Description... 2 1.1 Function... 2 1.2 RS485 network...

More information

DEIF A/S. Description of options. Option H1 Serial communication CAN open. Description of options. Functional description. Tables.

DEIF A/S. Description of options. Option H1 Serial communication CAN open. Description of options. Functional description. Tables. Description of options Option H1 Serial communication CAN open 4189340277G SW version 2.42.X Description of options Functional description DEIF A/S Tables Parameter list Object dictionary DEIF A/S, Frisenborgvej

More information

Configuration of CPE 310-S and CPE 311-S transmitters by keypad

Configuration of CPE 310-S and CPE 311-S transmitters by keypad Configuration of CPE 310-S and CPE 311-S transmitters by keypad Table of contents 1. Introduction...5 1.1. Description of the transmitter...5 1.2. Description of the keys...5 1.3. Protection tips of the

More information

Electronic Multi-Measuring Instrument

Electronic Multi-Measuring Instrument MITSUBISHI Electronic Multi-Measuring Instrument Programming Manual (CC-Link) Model ME96NSR-MB or ME96NSR with optional Plug-in Module : ME-0040C-NS96 CONTENTS 1. General Description... 2 2. Specification...

More information

ALPHA 20 MULTIFUNCTION METER (ALPHA SERIES)

ALPHA 20 MULTIFUNCTION METER (ALPHA SERIES) Alpha Series www.sifamtinsley.co.uk Multifunction Meters Transducers & Isolators Temperature Controllers Converters & Recorders Digital Panel Meters Current Transformers Analogue Panel Meters Shunts ALPHA

More information

Energy Management Energy Meter Type EM340

Energy Management Energy Meter Type EM340 Energy Management Energy Meter Type EM340 Digital input (for tariff management Easy connection or wrong current direction detection Certified according to MID Directive (option PF only: see how to order

More information

Know your energy. Modbus Register Map EM etactica Power Meter

Know your energy. Modbus Register Map EM etactica Power Meter Know your energy Modbus Register Map EM etactica Power Meter Revision history Version Action Author Date 1.0 Initial document KP 25.08.2013 1.1 Document review, description and register update GP 26.08.2013

More information

PowerLogic power-monitoring units. PM700 series power meter. Technical data sheet

PowerLogic power-monitoring units. PM700 series power meter. Technical data sheet PowerLogic power-monitoring units PM700 series power meter Technical data sheet 2009 Functions and characteristics The PowerLogic PM700 series power meter offers all the measurement capabilities required

More information

53U MULTI POWER MONITOR OPERATING MANUAL MODEL 53U CONTENTS. (4 digital displays)

53U MULTI POWER MONITOR OPERATING MANUAL MODEL 53U CONTENTS. (4 digital displays) OPERATING MANUAL MULTI POWER MONITOR (4 digital displays) MODEL 53U 53U CONTENTS BEFORE USE... 2 POINTS OF CAUTION... 2 LIGHTNING SURGE PROTECTION... 2 COMPONENT IDENTIFICATION... 3 INSTALLATION... 4 TERMINAL

More information

vacon 100 flow ac drives application manual

vacon 100 flow ac drives application manual vacon 100 flow ac drives application manual vacon 1 TABLE OF CONTENTS Document: DPD01083A Version release date: 16.11.12 Corresponds to software package FW0159V121106.vcx 1. Vacon 100 FLOW - Quick Startup

More information

Shenzhen ATC Technology CO.,LTD ATC. A-1 Serial Remote I/O Module. User Manual. V1.13 Edit:2018/01/

Shenzhen ATC Technology CO.,LTD ATC. A-1 Serial Remote I/O Module. User Manual. V1.13 Edit:2018/01/ ATC A-1 Serial Remote I/O Module User Manual V1.13 Edit:2018/01/30-1 - Catalogue 1.The introduction of Modbus protocol...- 3-1.1 Modbus protocol master-slave response process... - 3-1.2 Modbus register

More information

Power Factor Controller RVT Installation and Operating Instructions

Power Factor Controller RVT Installation and Operating Instructions Power Factor Controller RVT Installation and Operating Instructions Table of contents Read this first... 4 1 Introduction to the controller... 5 1.1 A powerful fully three phase individual controlled power

More information

EASTRON SDM630MCT-RJV / SDM630MCT-RJA User Manual V1.1. Three phase multifunction din rail energy meter

EASTRON SDM630MCT-RJV / SDM630MCT-RJA User Manual V1.1. Three phase multifunction din rail energy meter SDM630MCT-RJV-333mV SDM630MCT-RJA-00mA Three phase multifunction din rail energy meter Plug-in solution; labor saving; wiring mistake free Measures kwh KVarh, KW, Kvar, KVA, P, F, PF, Hz, dmd, V, A, THD,etc.

More information

RISH Master 3440i/3440iDL 0.2S

RISH Master 3440i/3440iDL 0.2S Operating Manual RISH Master 3440i/3440iDL 0.2S as per IEC62053-22 Touch Screen Digital Multi-Function Meter Installation & Operating Instructions Section Contents 1. Introduction INDEX 2. Measurement

More information

AQUAVAR CPC. Modbus Communications (Software Version 204 and later)* INSTRUCTION MANUAL ADAQCPC R1

AQUAVAR CPC. Modbus Communications (Software Version 204 and later)* INSTRUCTION MANUAL ADAQCPC R1 INSTRUCTION MANUAL ADAQCPC R1 AQUAVAR CPC Modbus Communications (Software Version 204 and later)* ADDENDUM TO THE INSTALLATION AND OPERATION MANUAL (IM167) * Aquavar CPC units with software 204 and later

More information

Parameter Value Unit Notes

Parameter Value Unit Notes Features Single axis measurement from ±5 to ±60 High resolution and accuracy. Low temperature drift, with optional temperature compensation to further improve temperature performance. RS232 and RS485 output

More information

Energy Management Power Analyzer with plug-in Output Modules Type W M22-DIN

Energy Management Power Analyzer with plug-in Output Modules Type W M22-DIN Energy Management Power Analyzer with plug-in Output Modules Type W M22-DIN Front dimensions: 9 DIN modules Analogue output by means of optional module (20mA or 10VDC) RS 422/485 Serial port by means of

More information

PQVO3H Voltage Waveform Distortion Measurement

PQVO3H Voltage Waveform Distortion Measurement 1MRS752336-MUM Issued: 3/2000 Version: D/23.06.2005 Data subject to change without notice Voltage Waveform Distortion Measurement Contents 1 Introduction... 3 1.1 Features... 3 1.2 Harmonic distortion...

More information

Start Address Function Data CRC End 3,5 bytes 8 bits 8 bits n x 8 bits 16 bits 3,5 bytes

Start Address Function Data CRC End 3,5 bytes 8 bits 8 bits n x 8 bits 16 bits 3,5 bytes MODBUS COMANDS 1.- Modbus protocol. The Modbus protocol is a communications standard in the industry which permits the network connection of multiple equipments, where exists a master and several slaves.

More information

Interface Description A2000. Multifunctional Power Meter Communications Protocol per DIN Draft /2.15

Interface Description A2000. Multifunctional Power Meter Communications Protocol per DIN Draft /2.15 Interface Description A2000 Multifunctional Power Meter Communications Protocol per DIN Draft 19244 3-349-125-03 14/2.15 1 Overview of Telegrams (Commands) to the A2000 per DIN Draft 19244...4 2 Telegram

More information

ZHUHAI PILOT TECHNOLOGY CO., LTD.

ZHUHAI PILOT TECHNOLOGY CO., LTD. SPM32 Multifunctional Power Meter SPM32 Multifunction Power Meter Installation & Operation Manual V1.0 ZHUHAI PILOT TECHNOLOGY CO., LTD. Danger and warning! This device can be installed only by professionals.

More information

Integration between the MV protection and control unit REF542 and the LV protection trip unit PR123: selectivity and earth fault 1SDC007402G0201

Integration between the MV protection and control unit REF542 and the LV protection trip unit PR123: selectivity and earth fault 1SDC007402G0201 1SDC007402G0201 Index 1. Introduction... 2 2. Theoretical outline 2.1 Restricted earth fault... 3 2.2 Selectivity between medium and low voltage... 4 3. Application examples and wiring logic 3.1 Restricted

More information

Know your energy. Modbus Register Map EB etactica Power Bar

Know your energy. Modbus Register Map EB etactica Power Bar Know your energy Modbus Register Map EB etactica Power Bar Revision history Version Action Author Date 1.0 Initial document KP 25.08.2013 1.1 Document review, description and register update GP 26.08.2013

More information

DEIF A/S. Description of options. Option H3 Serial communication Profibus DP Multi-line 2 version 2. Description of option. Functional description

DEIF A/S. Description of options. Option H3 Serial communication Profibus DP Multi-line 2 version 2. Description of option. Functional description Description of options Option H3 Serial communication Profibus DP Multi-line 2 version 2 4189340279I SW 2.42.X Description of option Functional description DEIF A/S Parameter table Data tables DEIF A/S,

More information

Metering Devices, Protective Relays, Software and Connectivity

Metering Devices, Protective Relays, Software and Connectivity , Protective Relays, Software and Connectivity.3 IQ Analyzer 6400/6600 Series IQ Analyzer Comprehensive Electrical Distribution Monitoring IQ Analyzer 6400/6600 Series Product Description Eaton s IQ Analyzer

More information

Copley ASCII Interface Programmer s Guide

Copley ASCII Interface Programmer s Guide Copley ASCII Interface Programmer s Guide PN/95-00404-000 Revision 4 June 2008 Copley ASCII Interface Programmer s Guide TABLE OF CONTENTS About This Manual... 5 Overview and Scope... 5 Related Documentation...

More information

USER S MANUAL EMPOWER POWER METER TRINITY. Empower Operational Manual

USER S MANUAL EMPOWER POWER METER TRINITY. Empower Operational Manual USER S MANUAL EMPOWER POWER METER This document contains the latest technical information about Empower which is a micro-controller based Power meter. The product Empower is sophisticated electronic equipment,

More information

INSTRUCTIONS MANUAL DEVICE FOR THE PERMANENT CONTROL OF INSULATION ON THE SUPPLY LINES IN MEDICAL PRACTICE PLACES INSTALLATIONS HRI-R40W

INSTRUCTIONS MANUAL DEVICE FOR THE PERMANENT CONTROL OF INSULATION ON THE SUPPLY LINES IN MEDICAL PRACTICE PLACES INSTALLATIONS HRI-R40W Page 2 / 16 INDEX: GENERAL TYPES ACESSORIES AND OPTIONS INSTALLATION WIRING DIAGRAMS CONNECTING TERMINALS DIAGRAMS WIRING DIAGRAM DESCRIPTION WORKING DESCRIPTION AND KEYBOARD WORKING DESCRIPTION AND PROGRAMMING

More information