Modbus RTU-CSP - Protocol Description

Size: px
Start display at page:

Download "Modbus RTU-CSP - Protocol Description"

Transcription

1 Modbus RU-CSP - Protocol Description

2 Contents 1 General CSP Parameters for Modbus Notes for the SCADA-System CSP Specific Modbus Function s Setting Date and ime Supported MODBUS- Error Messages Appendix - Data Point ists Feeder ratings Measuring Values Messages Commands Explanations to the D Modbus RU CSP GB

3 1 General his description applies for the software versions as from: Fx Software Version MAIN V x Software Version MAIN V x Software Version MAIN V D Modbus RU CSP GB 3

4 2 CSP Parameters for Modbus For the Modbus Protocol several parameters have to be set which are relevant for the communication between the control system (SCADA) and the device. he parameters and their setting possibilities or value ranges are shown in the table below. Parity (Recognition of communication errors) It is possible that the last data bit is followed by a parity bit which is used for recognition of communication errors. he paraty bit ensures that with even parity ( EVEN ) always an even number of bits with valency 1 or with odd parity ( ODD ) an odd number of 1 valency bits are transmitted. But it is also possible to transmit no parity bits (here the setting is Parity = None ). Stop Bit (End identification feature of the data byte) he end of a data byte is terminated optionally by one or two Stop-Bits. Baudrate (Data transmission rate to the host computer) he data transmission rate can be chosen from the five given values [bit/s]. Adjustment of the data transmission rate depends on the hardware of the host computer and is stated by the manufacturer of the control system. timeout (Supervision time: Reply cycle of the CSP2 to the host computer) his ime defines the maximal time in which the CSP2 can respond to a query from SCADA. If there is no reply telegram from the device sent within this time, the CSP2 discards the inquiry. In this case the host computer concludes that the CSP2 is the source for the communication failure and has to repeat the inquiry. t call (Supervision time: Inquiry cycle of the Host computer to the CSP2) Communication errors are only signalled by the CSP2 after the supervision time t call has elapsed. If the host computer does not send an inquiry telegram during this time, the CSP2 concludes that the host computer is the source for the communication failure. he signal SCADA Comm.Active is then reset. Dev.-Addr ( ) he device by which the SCADA-system (Master) identifies each of the devices (Slave) ought to be assigned only once per bus system because otherwise a clear assignment of messages within the entire system is not possible. he device can only be allocated together with the SCADA-system. Designation Parity Stop Bit Baudrate imeout t call Setting Possibilities Value Protocol type MODBUS RU Description preadjustment step even he number of "1"-Bits in Databytes is even. even odd none he number of "1"-Bits in Databytes is odd. No transmission of parity bit 1 Number of stop bits is Number of stop bits is ms ms Appropriated data rate in Baud [bits/s] imeslice for sending responds from CSP2 to SCADA Max. idle time for sending request from SCADA to CSP2. After that time CSP2 detect a communication lost ms ms Slave id device-address (Slave) in bus system 1 1 able 2.1: Parameter for Configuration of Data protocol MODBUS RU ms 1 ms 4 D Modbus RU CSP GB

5 2.1 Notes for the SCADA-System he following times have to be considered by the control system and are to be fixed adjusted in the CSP : he dwell times (t D ) before start of a telegram must at least be set to 3.5 characters. 3.5 characters 9600 Baud = 4 ms 3.5 characters Baud = 2 ms Start of a new telegram is expected when the dwell time (t D ) is > 3.5 characters. When a break is > 1.5 characters (intermittent time), the telegram is aborted and the start of a new telegram expected. A continuous data flow is guaranteed, when the intermittent time is < 1.5 characters. At a Baudrate of 9600 Baud the intermittent time is 1.7 ms or 0.85 ms at Baud. he fact that the probability of disruptions during transmission of a telegram increases with its length has to be taken into duly consideration and thus a query to the Slave should be possibly such that the response telegram is not much longer than 32 Byte. D Modbus RU CSP GB 5

6 3 CSP Specific Modbus Function s For reading out data from the CSP protection device or to carry out commands, the services listed in the table, also called»function s«, are supported. Functioncode Designation Description 3 Read Holding Registers here are single or several data words read as from a specific data word. Only status es and parameter es can be read. 4 Read Input Registers here are single or several data words read as from a specific data word. Only measuring values can be read.. 6 oad Register Exactly one data word is written. 8 oopback est. est function for the communication system 16 oad Multiple Registers here are single or several data words written as from a specific data word. able 3.1: CSP function codes 6 D Modbus RU CSP GB

7 On the following pages the Modbus functions are described in detail: Function- 3/4: Query Slave 3/4 Register HI Register O Register number HI Register number O Check-sum HI Check-sum O Response Slave 3/4 Byte number Register 0 HI Register 0 O... Check-sum HI Check-sum O Register (HI*256 + O) he data word from where reading should start. Register number (HI*256 + O) Number of data words to be read. Byte number Number of subsequent Bytes containing data words. Register Data words read out of the device (Highbyte and owbyte). Permitted value range : Register number < 256 Function 6: Query Slave 6 Register HI Register O Register data HI Register data O Check-sum HI Check-sum O Response Slave 6 Register HI Register O Register data HI Register data O Check-sum HI Check-sum O Register (HI*256 + O) Data word to be written Register data Value of the data word to be written (Highbyte and owbyte). Permitted value range : Register number < 256 D Modbus RU CSP GB 7

8 Function 8: Query Slave 8 Data Diag HI 0x00 Data Diag O 0x00 est data est data Check-sum HI Check-sum O Response Slave 8 Data Diag HI Data Diag O est data est data Check-sum HI Check-sum O Data Diag HI (high), Data Diag O ( ow) Diagnostic (subfunction of function 8) for testing the communication system. he Diagnostic Return Query Data (0x00, 0x00) is being supported. est Data By using the Diagnostic 0x00 0x00, the transmitted data is send back to the Master unchanged. Function 16: Query Slave 16 Register HI Register O Register number HI Register number O Byte number Register 0 HI Register 0 O... Checksum HI Chec k-sum O Response Slave 16 Register HI Register O Register number HI Register number O Checksum HI Checksum O Register (HI*256 + O) Data word as from where writing should start. Register number (HI*256 + O) Number of data words to be written. Byte number Number of subsequent Bytes to contain data words. Register Data words read out of the device (Highbyte und owbyte). Permitted value range : Register number < D Modbus RU CSP GB

9 3.1 Setting Date and ime Date and time can be set by means of function code 16 and read with function code 3. When the device 0 is selected, all times of the devices connected to this bus are simultaneously reset. he devices do not respond to this command. 3.2 Supported MODBUS- Error Messages he theme Exception Response elegrams is already included in the general Modbus RU Protocol desciption. A table with code examples is shown there. For the CSP2 we want to supply more information on these. he table below contains just the actual used codes. In case the device has recognised an error it can react in the following way: Exeption Designation Description 1 Illegal Function he message received includes a function code which is not suported by the Slave. 2 Illegal Data Address Access was sought on a data word not included in the data module. 3 Illegal Data Value A value was attempted to be written which the Slave recognised to be invalid. 4 Slave Failure An unknown error has occured which cannot be specified more closely. he response given by the CSP in a failure case has the following format: Slave Address 80h + Function Exeption Checksum HI Checksum O In the second Byte of the response the Function is sent with the highest set Bit. his is equivalent to an addition by 80h. he third Byte includes the Exception of the error message. D Modbus RU CSP GB 9

10 4 Appendix - Data Point ists If the is not specified in the data point list, please see the able at the end of this description for formatting the relevant measuring values. Very often, thought, formatting of the measuring values is included in the data point list. 10 D Modbus RU CSP GB

11 4.1 Feeder ratings Main Groups Sub Group/Name Start Register Address - End Register Address Function Unit Comment Feeder ratings Nominal frequency fn F2 Hz Current transformer primary (CW1 prim) Current transformer secondary (CW1 sec) Current transformer direction (CW1 dir) Earth current transformer primary (EC prim) Earth current transformer secondary (EC sec) Earth current transformer dirsction (EC dir) A F2 A F13 F grad grad F2 A F2 A F13 F grad grad Voltage transformer primary (V prim) V Voltage transformer secondary (V sec) F2 V Voltage transformer connection (V con) F10 F10 0 no Voltage transfor 1 SAR, 2 DEA, 3 V_CONNEC D Modbus RU CSP GB 11

12 Main Groups Sub Group/Name Start Register Address - End Register Address Function Unit Comment Voltage transformer location (V loc) F11/F60 F11(F/) 0 BUSBAR 1 INE F60() 0 W1 busbar 1 W1 r 2 W2 r 3 W2 busbar Earth voltage transformer connection (EV con) Earth voltage transformer primary (EV pri) Earth voltage transformer secondary (EV sec) Earth voltage transformer location (EV loc) current transformer primary (CW2 pri) current transformer secundary (CW2 sek) current transformer direction (CW2 dir) F12 F12 0 BROKEN_DEA 1 GEO_SUMME 2 NO_AVAI V F2 V W1 1 W A F2 A F13 F grad grad 12 D Modbus RU CSP GB

13 Main Groups Sub Group/Name Earth current transformer location (EC loc) Start Register Address - End Register Address Function Unit Comment W1 1 W2 2 CP 3 NO_EC Rotation field (Rt. field) ABC 1 ACB Protection Object (P.Object) ransf 1 Cable ransformer power capacity (Sr) KVA Rated voltage W1 (UrW1) V Rated voltage W2 (UrW2) V Connection group W1 (W1 con.) Y 1 D 2 Z 3 YN 4 ZN Connection group W2 (W2 con.) Phase shift between W1 and W2 (Ph.shift) 9 0 y 1 d 2 z 3 yn 4 zn F D Modbus RU CSP GB 13

14 4.2 Measuring Values 1 is this value based on In. It is a multiple of In Main groups sub group/name Start Register Measurement values End Register Function Unit Step Current values Phase current I F6 A Phase current I F6 A Phase current I F6 A Earth current Ie F6 A Negative phase sequence current I F6 A hermal capacity ϑ F6 % Voltage values Phase to neutral voltage U F6 V Frequency and power values Phase to neutral voltage U F6 V Phase to neutral voltage U F6 V Phase to phase voltage U F6 V Phase to phase voltage U F6 V Phase to phase voltage U F6 V Residual voltage Ue F6 V Frequency f F7 Hz 3 phase active power P F8 kw 3 phase reactive power Q F8 kvar Power factor cosϕ F7 Cos phi Differential current values Differential current Id F6 A (xin) 1 Stabilizing current values Differential current Id F6 A* Differential current Id F6 A (xin) 1 Stabilizing current Is 1 Stabilizing current Is F6 A (xin) F6 A (xin) 1 Stabilizing current F6 A 14 D Modbus RU CSP GB

15 Harm. Stabilizing factor values Additional ransformer- Measurement values End Register Function Is 2 (xin) 1 Unit Step Harm. Stabilizing factor m F6 1 Harm. Stabilizing factor m F6 1 Harm. Stabilizing factor m F6 1 Current values Phase current I1 W F6 A Phase current I2 W F6 A Phase current I3 W F6 A Phase current I1 W F6 A Phase current I2 W F6 A Phase current I3 W F6 A Earth current values Measured earth current Ie F6 A Calculated earth current I0 W1 Calculated earth current I0 W F6 A F6 A U/f Overexcitation [U/f] F6 % Harmonic values Second harmonics (2.ha.1) F6 % Second harmonics (2.ha.2) F6 % Second harmonics (2.ha.3) F6 % Fourth harmonics (4.ha.1) F6 % Fourth harmonics (4.ha.2) F6 % Fourth harmonics (4.ha.3) F6 % Fifth harmonics (5.ha.1) F6 % Fifth harmonics (5.ha.2) F6 % Fifth harmonics (5.ha.3) F6 % Earth current diff. values Differential earth current Ide F6 xin Stabilisation earth current Ise F6 xin emperature values emperature supervision 1 (ϑ1) F2 C emperature supervision 2 (ϑ2) F2 C ap changer position ap changer position (c pos) F2 D Modbus RU CSP GB 15

16 End Register Function Unit Step Statistical data Energy Positive active energy Wp F8 kwh Current maximal and average values Voltage average values Voltage maximal values Negative active energy Wp F8 kwh Positive reactive energywq F8 kvarh Negative reactive energywq F8 kvarh Current average value I1avg F6 A Current average value I2avg F6 A Current average value I3avg F6 A Current max. value I1 max F6 A Current max. value I2 max F6 A Current max. value I3 max F6 A Phase to neutral voltage average value U1 avg Phase to neutral voltage average value U2 avg Phase to neutral voltage average value U3 avg Phase to phase voltage average value U12 avg Phase to phase voltage average value U23 avg Phase to phase voltage average value U31 avg Phase to neutral voltage maximal value U1 max Phase to neutral voltage maximal value U2 max Phase to neutral voltage maximal value U3 max Phase to phase voltage maximal value U12 max F6 V F6 V F6 V F6 V F6 V F6 V F6 V F6 V F6 V F6 V Phase to phase voltage maxi F6 V 16 D Modbus RU CSP GB

17 Frequency maximal and average values Active power maximal and average values Reactive power maximal and average values Differential current max. value Stabilizing current max. value mal value U23 max Phase to phase voltage maximal value U31 max End Register Function Unit Step F6 V Frequency average value f avg F7 Hz Frequency maximal value f max Positive active power average value P+ avg Negative active power average value P- avg Positive active power max. value P+ max Negative active power max. value P- max Positive reactive power average value Q+ avg Negative reactive power average value Q- avg Positive reactive power maximal value Q+ max Negative reactive power average value Q- max Differential current max. value Id1 max Differential current max. value Id2 max Differential current max. value Id3 max Stabilizing current max. value Is 1 max Stabilizing current max. value Is2 max Stabilizing current max. value Is3 max F7 Hz F6 kw F6 kw F6 kw F6 kw F6 kvar F6 kvar F6 kvar F6 kvar F6 A (xin) F6 A (xin) F6 A (xin) F6 A (xin) F6 A (xin) F6 A (xin) 1 D Modbus RU CSP GB 17

18 Harm. stabilizing factor max. value Additional ransformer Statistic values Current maximal and average values Average and maximal earth current values Harm. stabilizing factor max. value m 1 max Harm. stabilizing factor max. value m 2 max Harm. stabilizing factor max. value m 3 max Max. value phase current 1 at winding 1 (I1 W1max.) Max. value phase current 2 at winding 1 (I2 W1max.) Max. value phase current 3 at winding 1 (I3 W1max.) Avg. value phase current 1 at winding 1 (I1 W1avg.) Avg. value phase current 2 at winding 1 (I2 W1avg.) Avg. value phase current 3 at winding 1 (I3 W1avg.) Max. value phase current 1 at winding 2 (I1 W2max.) Max. value phase current 2 at winding 2 (I2 W2max.) Max. value phase current 3 at winding 2 (I3 W2max.) Avg. value phase current 1 at winding 2 (I1 W2avg.) Avg. value phase current 2 at winding 2 (I2 W2avg.) Avg. value phase current 3 at winding 2 (I3 W2avg.) Max. value, measured earth current I(emax) End Register Function Unit Step F F F F6 A F6 A F6 A F6 A F6 A F6 A F6 A F6 A F6 A F6 A F6 A F6 A F6 A 18 D Modbus RU CSP GB

19 Maximal differential earth current values Maximal and average temperature values Maximal and average overexcitation values Max. value, calculated earth current at W1 (I0 W1max) Max. value, calculated earth current at W2 (I0 W2max) Avg. value, measured earth current (Ie avg) Avg. value, calculated earth current at W1 (I0 W1avg) Avg. value, calculated earth current at W2 (I0 W2avg) Max. differential earth current (Ide max) Max. stabilisation earth current (Ise max) Max. value temperature supervision 1 (ϑ1 max) Avg. value temperature supervision 1 (ϑ1 avg) Max. value temperature supervision 2 (ϑ2 max) Avg. value temperature supervision 2 (ϑ2 avg) Max. U/f (U/f max) Avg. U/f (U/f avg) End Register Function Unit Step F6 A F6 A F6 A F6 A F6 A F6 A (xin) F6 A (xin) F2 C F2 C F2 C F2 C F6 % F6 % Service for SG (SG=Switchgear) Number of operating cycles via AR AR tot. Number of operating cycles SG1 Op.SG1 Number of operating cycles SG2 Op.SG D Modbus RU CSP GB 19

20 4.3 Messages Number of operating cycles SG3 Op.SG3 Number of operating cycles SG4 Op.SG4 Number of operating cycles SG5 Op.SG5 End Register Function Unit Step Operating hours h h Sum (Σ ) of short circuit currents cleared by SG1 Σ I SWG1 Sum (Σ ) of short circuit currents cleared by SG2 Σ I SWG F6 ka F6 ka Main groups sub group/name Start Register Register Switchgear 1 to F20 (register 0, 1, 2 ) Switchgear 1 (SG1) F20 (register 0) Unit/description Step Comment/description 0x0003 bit0 & bit1 Position switchgear 1 bit0 & bit1 00: Diff 01: Off 10: On 11: Failure position 0x0004 bit unused 0x0008 bit Switchgear 1 removed 0x0010 bit Switchgear 1 failure 0x0020 bit Control time switchgear 1 0x0040 bit unused 0x0080 bit unused Switchgear 2 (SG2) 0x0300 bit8 & bit9 Position switchgear 2 bit0 & bit1 00: Diff 01: Off 10: On 11: Failure position 20 D Modbus RU CSP GB

21 Register Unit/description Step Comment/description 0x0400 bit unused 0x0800 bit Switchgear 2 removed 0x1000 bit Switchgear 2 failure 0x2000 bit Control time switchgear 2 0x4000 bit unused 0x8000 bit unused Switchgear 3 (SG3) (register 1) 0x0003 bit0 & bit1 Position switchgear 3 bit0 & bit1 00: Diff 01: Off 10: On 11: Failure position 0x0004 bit unused 0x0008 bit Switchgear 3 removed 0x0010 bit Switchgear 3 failure 0x0020 bit Control time switchgear 3 0x0040 bit unused 0x0080 bit unused Switchgear 4 (SG4) 0x0300 bit8 & bit9 Position switchgear 4 bit0 & bit1 00: Diff 01: Off 10: On 11: Failure position 0x0400 bit unused 0x0800 bit Switchgear 4 removed 0x1000 bit Switchgear 4 failure 0x2000 bit Control time switchgear 4 0x4000 bit unused 0x8000 bit unused Switchgear 5 (SG5) (register 2) 0x0003 bit0 & bit1 Position switchgear 5 bit0 & bit1 00: Diff 01: Off 10: On 11: Failure position 0x0004 bit unused 0x0008 bit Switchgear 5 removed 0x0010 bit Switchgear 5 failure 0x0020 bit Control time switchgear 5 0x0040 bit unused 0x0080 bit unused D Modbus RU CSP GB 21

22 Register Unit/description Step Comment/description 0x0100 to 0x8000 unused typ and language F21 typ F21 0x00FF 0:- 1: reserved 2: 3: 4: 6: anguage 0xFF00 1: English 2: German 3: Spanish 4: Portuguese Software version F22 (register 0, 1) F22 (register 0) 0x00FF Main Minor 0xFF00 Main Major (register 1) 0x00FF DSP Minor 0xFF00 DSP Major Hardware version F23 F23 0x00FF Hardware Minor 0xFF00 Hardware Major ime and date (read only) F24 (register 0, 1, 2) ime F24 DWORD Milliseconds of the day from 0.00 (midnight) (register 0, 1) Date (register 2) WORD Days since D Modbus RU CSP GB

23 Register Unit/description Step Comment/description Status F25 (register 0, 1) System OK F25 (register 1) Self supervision OK Key Switch ocal/ Remote 0x0001 bit 0: System faulty 1: System OK 0x0002 bit 0: Fault dedect by self-supervision 1: Self-supervision OK 0x0004 bit 0: Switching allowed locally only 1: Switching allowed only by way of SCADA system or digital inputs Operating mode 0x0008 bit 0: inactive 1: active Calibration mode 0x0010 bit 0: inactive 1: active Commissioning mode 0x0020 bit 0: inactive 1: active Parameter setting mode Information blocking 0x0040 bit 0: inactive 1: active 0x0080 bit 0: Information readable 1: Information not readable, blocked Protection ready 0x0100 bit 0: Protection not ready 1: Protection ready Active protec-tion parameter Set Acknowledgement 0x1E00 bit 9 & bit10 & bit11 & bit b = reserved, 0001b = Protection parameter set 1 active, 0010b = Protection parameter set 2 active, 0011b = Protection parameter set 3 active, 0100b = Protection parameter set 4 active, 0101b 1111b = reserved 0x2000 bit 0: Acknowledgement not necessary 1: Acknowledgement necessary (with trip for D Modbus RU CSP GB 23

24 Register Unit/description Step Comment/description release of control system) Self-supervision current-measuring Self-supervision voltage measuring Self-supervision field of rotation 0x4000 bit (planned) 0: Current recording o.k. 1: Current recording defective 0x8000 bit (planned) 0: Voltage recording o.k. 1: Voltage recording defective (register 0) 0x0001 bit (planned) 0: r.h. field of rotation 1: l.h. field of rotation Start 0x0002 bit 0: not yet ready for operation 1: ready for operation ED est 0x0004 bit 0: ED est inactive 1: ED est active Signal relay test Overflow pos. active energy Overflow neg. active energy Overflow pos. reactive energy Overflow neg. reactive energy 0x0008 bit 0: Relay test inactive 1: Relay test active 0x0010 bit 0:- 1: Energy meter overflow 0x0020 bit 0:- 1: Energy meter overflow 0x0040 bit 0:- 1: Energy meter overflow 0x0080 bit 0:- 1: Energy meter overflow 0x0100 to 0x8000 unused Read status bits for release of switching devices Status bit for external control order CB1 off (Ext CB 1 OFF) F26 F26 0x0001 bit 0: - 1: CB 1 was switched off via digital input function (Ext CB 1 OFF) 24 D Modbus RU CSP GB

25 Status bit for external control order CB1 off (Ext CB 2 OFF) Register Unit/description Step Comment/description 0x0002 bit 0: - 1: CB 2 was switched off via digital input function (Ext CB 2 OFF) 0x0004 to 0x0040 unused Status bit for external control order All CB s off (Ext CB OFF) Status release marker for extern. Control order (Ext CB 1 on) Status release marker for extern. Control order (Ext CB 2 on) 0x0080 bit 0: - 1: All CB s were switched off via digital input function (Ext CB OFF) 0x0100 bit 0: CB 1 not released 1: CB1 can be switched on via digital input function (Ext CB 1 on). 0x0200 0: CB 2 not released 1: CB2 can be switched on via digital input function (Ext CB 2 on). 0x0400 to 0x8000 unused Status bits output functions for controlling signal relais via scada Status bit to the output function (SCADA:Cmd out1) Status bit to the output function (SCADA:Cmd out2) Status bit to the output function (SCADA:Cmd out3) Status bit to the output function (SCADA:Cmd out4) F27 F27 0x0001 bit 0: not set 1: set 0x0002 bit 0: not set 1: set 0x0004 bit 0: not set 1: set 0x0008 bit 0: not set 1: set D Modbus RU CSP GB 25

26 Status bit to the output function (SCADA:Cmd out5) Status bit to the output function (SCADA:Cmd out6) Status bit to the output function (SCADA:Cmd out7) Register Unit/description Step Comment/description 0x0010 bit 0: not set 1: set 0x0020 bit 0: not set 1: set 0x0040 bit 0: not set 1: set 0x0080 to 0x8000 unused Status of the digital inputs F28 Digital input 11 F28 0x0001 bit 0: inaktiv 1: aktiv Digital input 12 0x0002 bit 0: inaktiv 1: aktiv Digital input 13 0x0004 bit 0: inaktiv 1: aktiv Digital input 14 0x0008 bit 0: inaktiv 1: aktiv Digital input 15 0x0010 bit 0: inaktiv 1: aktiv Digital input 16 0x0020 bit 0: inaktiv 1: aktiv Digital input 17 0x0040 bit 0: inaktiv 1: aktiv Digital input 18 0x0080 bit 0: inaktiv 1: aktiv Digital input 19 0x0100 bit 0: inaktiv 1: aktiv Digital input 20 0x0200 bit 0: inaktiv 1: aktiv 26 D Modbus RU CSP GB

27 Register Unit/description Step Comment/description Digital input 21 0x0400 bit 0: inaktiv 1: aktiv Digital input 22 0x0800 bit 0: inaktiv 1: aktiv Digital input 23 0x1000 bit 0: inaktiv 1: aktiv Digital input 24 0x2000 bit 0: inaktiv 1: aktiv Digital input 25 0x4000 bit 0: inaktiv 1: aktiv Digital input 26 0x8000 bit 0: inaktiv 1: aktiv Status of ogic (imer expired) logic activation state 3 (register 2) logic bouncing supervision 1 logic bouncing supervision 2 0x0001 bit 0: off 1: on 0x0002 bit 0: off 1: on 0x0004 bit 0: off 1: on 0x0008 to 0x8000 unused logic equation 1 logic equation 2 logic equation 3 logic equation 4 logic equation 5 logic equation 6 (register 1) 0x0001 bit 0: false 0x0002 bit 0: false 0x0004 bit 0: false 0x0008 bit 0: false 0x0010 bit 0: false 0x0020 bit 0: false D Modbus RU CSP GB 27

28 logic equation 7 logic equation 8 logic equation 9 logic equation 10 logic equation 11 logic equation 12 logic equation 13 logic equation 14 logic equation 15 logic equation 16 logic equation 17 logic equation 18 Outpu logic equation 19 logic equation 20 logic equation 21 logic equation 22 logic equation 23 Register Unit/description Step Comment/description 0x0040 bit 0: false 0x0080 bit 0: false 0x0100 bit 0: false 0x0200 bit 0: false 0x0400 bit 0: false 0x0800 bit 0: false 0x1000 bit 0: false 0x2000 bit 0: false 0x4000 bit 0: false 0x8000 bit 0: false Register 0 0x0001 bit 0: false 0x0002 bit 0: false 0x0004 bit 0: false 0x0008 bit 0: false 0x0010 bit 0: false 0x0020 bit 0: false 0x0040 bit 0: false 28 D Modbus RU CSP GB

29 logic equation 24 logic equation 25 logic equation 26 logic equation 27 logic equation 28 logic equation 29 logic equation 30 logic equation 31 logic equation 32 Register Unit/description Step Comment/description 0x0080 bit 0: false 0x0100 bit 0: false 0x0200 bit 0: false 0x0400 bit 0: false 0x0800 bit 0: false 0x1000 bit 0: false 0x2000 bit 0: false 0x4000 bit 0: false 0x8000 bit 0: false Protection in general F29 (register 0, 1) General protection alarm (General alarm) General protection trip (General trip) Phase fault forward (Ph-fault forw.) Phase fault backward (Ph-fault backw.) Earth fault forward (E-fault forw.) F29 (register 1) 0x0001 bit 0: no alarm 1: protection alarm 0x0002 bit 0: no trip 1: protection trip 0x0004 bit 0: no phase fault in forward direction 1: phase fault in forward direction 0x0008 bit 0: no phase fault in backward direction 1: phase fault in backward direction 0x0010 bit 0: no earth fault in forward direction 1: earth fault in forward direction D Modbus RU CSP GB 29

30 Earth fault backward (E-fault backw.) SCI-FO Fault (Prot.sig.Fail) Register Unit/description Step Comment/description 0x0020 bit 0: no earth fault in backward direction 1: earth fault in backward direction 0x0040 bit 0: No Fibre Optic fault 1: Fibre Optic fault 0x0080 bit unused Alarm in 1 (Alarm: 1) 0x0100 bit 0: no protection alarm in Phase 1 1: protection alarm in Phase 1 Alarm in 2 (Alarm: 2) 0x0200 bit 0: no protection alarm in Phase 2 1: protection alarm in Phase 2 Alarm in 3 (Alarm: 3) 0x0400 bit 0: no protection alarm in Phase 3 1: protection alarm in Phase 3 Alarm in N (Alarm: N) 0x0800 bit 0: no protection alarm in phase neutral 1: alarm in phase neutral rip in 1 (rip: 1) 0x1000 bit 0: no protection trip in phase 1 1: protection trip in phase 1 rip in 2 (rip: 2) 0x2000 bit 0: no protection trip in phase 2 1: protection trip in phase 2 rip in 3 (rip: 3) 0x4000 bit 0: no protection trip in phase 3 1: protection trip in phase 3 rip in N (rip: N) 0x8000 bit 0: no protection trip in phase neutral 1: protection trip in phase neutral ocal CBF (ocal CBF) (register 0) 0x0001 bit 0: no local circuit breaker failure 1: local circuit breaker failure Extern. CBF (rip: Ext.CBF) ocal CBF1 (ocal CBF1) 0x0002 bit 0: no external circuit breaker failure 1: external circuit breaker failure ( 0x0004 bit 0: no local circuit breaker failure 1: local circuit breaker failure 30 D Modbus RU CSP GB

31 ocal CBF2 (ocal CBF2) Register Unit/description Step Comment/description 0x0008 bit 0: no external circuit breaker failure 1: external circuit breaker failure Switching device fail (Switchgea.fail) Interlocking (Interlock) Emergency-off (Emergency off) 0x0010-0x0040 bit unused 0x0080 bit 0: no defect on a switching device 1: malfunction in one of the switching elements 0x0100 bit 0: switching command accepted 1: switching command could not be carried out, interlocking condition failed 0x0200 bit 0: no CB-off by Emergency-off 1: CB-off by Emergency-Off 0x0400 to 0x8000 unused Protectionfunctions (register 0, 1) Over-, shortcircuit current steps Function I> (Function I>) Function I>> (Function I>>) Function I>>> (Function I>>>) Alarm I> (Alarm: I>) Alarm I>> (Alarm: I>>) Alarm I>>> (Alarm: I>>>) rip I> (rip: I>) 0 (register 1) 0x0001 bit 0: not activated 0x0002 bit 0: not activated 0x0004 bit 0: not activated 0x0008 bit 0: 1: Alarm I> - Step 0x0010 bit 0:- 1: Alarm I>> - Step 0x0020 bit 0:- 1: Alarm I>>> - Step 0x0040 bit 0:- 1: rip I> - Step D Modbus RU CSP GB 31

32 rip I> (rip: I>>) rip I> (rip: I>>>) Register Unit/description Step Comment/description 0x0080 bit 0:- 1: rip I>> - Step 0x0100 bit 0:- 1: rip I>>> - Step Earth current steps Function Ie> (Function Ie>) Function Ie>> (Function Ie>>) Alarm Ie> (Alarm: Ie>) Alarm Ie>> (Alarm: Ie>>) rip Ie> (rip: Ie>) rip Ie>> (rip: Ie>>) 0x0200 bit 0: not activated 0x0400 bit 0: not activated 0x0800 bit 0:- 1: Earth current Alarm Ie> - Step 0x1000 bit 0:- 1: Earth current Alarm Ie>> - Step 0x2000 bit 0:- 1: Earth current trip Ie> - Step 0x4000 bit 0:- 1: Earth current trip Ie>> - Step Negative phase sequence (I 2) step Function I2> (Function I2>) Function I2>> (Function I2>>) Alarm I2> (Alarm: I2>) Alarm I2>> (Alarm: I2>>) rip I2> (rip: I2>) rip I2>> (rip: I2>>) 0x8000 bit 0: not activated (register 0) 0x0001 bit 0: not activated 0x0002 bit 0:- 1: Alarm NPS I2> - Step 0x0004 bit 0:- 1: Alarm NPS I2>> - Step 0x0008 bit 0:- 1: rip NPS I2> - Step 0x0010 bit 0:- 1: rip NPS I2>> - Step hermal replica Function theta> (Function ϑ) 0x0020 bit 0: not activated 32 D Modbus RU CSP GB

33 Alarm theta> (Alarm: ϑ) rip theta> (rip ϑ) Register Unit/description Step Comment/description 0x0040 bit 0:- 1: Alarm thermal replica 0x0080 bit 0:- 1: rip thermal replica Control circuit supervision Fuse Failure (V) supervision Function CCS (Function CCS) Alarm CCS (Alarm: CCS) Function fuse failure (Function FF) Alarm fuse failure (Alarm: FF) 0x0100 bit 0: not activated 0x0200 bit 0:- 1: Control circuit supervision, defect in one of the selected control circuits 0x0400 bit 0: not activated 0x0800 bit 0:- 1: Voltage transformer supervision, voltage transformer defective ine differential protection Function Idiff> (Fct. Idiff>) rip Idiff> (rip:idiff>) Function Idiff>> (Fct. Idiff>>) rip Idiff>> (rip:idiff>>) 0x1000 bit 0: not activated 0x2000 bit 0:- 1: rip Idiff>.-.step 0x4000 bit 0: not activated 0x8000 bit 0:- 1: rip Idiff>>.-.step Protectionfunctions (register 0, 1) Under- and overvoltage steps Function U< (Function U<) 1 (register 1) 0x0001 bit 0: not activated Function U<< (Function U<<) Function U> (Function U>) 0x0002 bit 0: not activated 0x0004 bit 0: not activated D Modbus RU CSP GB 33

34 Function U>> (Function U>>) Alarm U< (Alarm: U<) Alarm U<< (Alarm: U<<) Alarm U> (Alarm: U>) Alarm U>> (Alarm: U>>) rip U< (rip: U<) rip U<< (rip: U<<) rip U> (rip: U>) rip U>> (rip: U>>) Register Unit/description Step Comment/description 0x0008 bit 0: not activated 0x0010 bit 0:- 1: Alarm undervoltage U< 0x0020 bit 0:- 1: Alarm undervoltage U<< 0x0040 bit 0:- 1: Alarm undervoltage U> 0x0080 bit 0:- 1: Alarm undervoltage U>> 0x0100 bit 0:- 1: rip undervoltage U< 0x0200 bit 0:- 1: rip undervoltage U<< 0x0400 bit 0:- 1: rip undervoltage U> 0x0800 bit 0:- 1: rip undervoltage U>> Residual voltage steps Function Ue> (Function Ue>) Function Ue>> (Function Ue>>) Alarm Ue> (Alarm: Ue>) 0x1000 bit 0: not activated 0x2000 bit 0: not activated 0x4000 bit 0:- 1: Alarm residual voltage Ue> Alarm Ue>> (Alarm: Ue>>) 0x8000 bit 0:- 1: Alarm residual voltage Ue>> rip Ue> (rip: Ue>) (register 0) 0x0001 bit 0:- 1: rip residual voltage Ue> rip Ue>> (rip: Ue>>) 0x0002 bit 0:- 1: rip residual voltage Ue>> 34 D Modbus RU CSP GB

35 Frequency steps Function f1 (Function f1) Function f2 (Function f2) Function f3 (Function f3) Function f4 (Function f4) U< Freq. block (U< block. freq.) Alarm f1 (Alarm: f1) Alarm f2 (Alarm: f2) Alarm f3 (Alarm: f3) Alarm f4 (Alarm: f4) rip f1 (rip: f1) rip f2 (rip: f2) rip f3 (rip: f3) rip f4 (rip: f4) Register Unit/description Step Comment/description 0x0004 bit 0: not activated 0x0008 bit 0: not activated 0x0010 bit 0: not activated 0x0020 bit 0: not activated 0x0040 bit 0:- 1: Frequency blocked by sep. undervoltage recording 0x0080 bit 0: - 1: Alarm frequency step 1 0x0100 bit 0: - 1: Alarm frequency step 2 0x0200 bit 0: 1: Alarm frequency step 3 0x0400 bit 0:- 1: Alarm frequency step 4 0x0800 bit 0:- 1: rip frequency step 1 0x1000 bit 0:- 1: rip frequency step 2 0x2000 bit 0:- 1: rip frequency step 3 0x4000 bit 0:- 1: rip frequency step 4 0x8000 unused Protectionfunctions (register 0, 1) Power and reverse power steps Function Pr> (Function Pr>) Function Pr>> (Function Pr>>) 2 (register 1) 0x0001 bit 0: not activated 0x0002 bit 0: not activated D Modbus RU CSP GB 35

36 Function P> (Function P>) Function P>> (Function P>>) Alarm Pr> (Alarm: Pr>) Alarm Pr>> (Alarm: Pr>>) Alarm P> (Alarm: P>) Alarm P>> (Alarm: P>>) rip Pr> (rip: Pr>) rip Pr>> (rip: Pr>>) Register Unit/description Step Comment/description 0x0004 bit 0: not activated 0x0008 bit 0: not activated 0x0010 bit 0:- 1: Alarm reverse power Pr> - step 0x0020 bit 0:- 1: Alarm reverse power Pr>> - step 0x0040 bit 0:- 1: Alarm power P> - step 0x0080 bit 0:- 1: Alarm power P>> - step 0x0100 bit 0:- 1: rip reverse power Pr> - step 0x0200 bit 0:- 1: rip reverse power Pr>> - step rip P> (rip: P>) rip P>> (rip: P>>) 0x0400 bit 0:- 1: rip power P> - step 0x0800 bit 0:- 1: rip power P>> - step Automatic reclosing Function AR (Function AR) Short time AR CB on execute (AR(S):CB on) ong-term AR CB on execute (AR():CB on) AR blocking (AR:blocked) AR successful (AR:successful) AR unsuccessful (AR:unsuccessful) 0x1000 bit 0: not activated 0x2000 bit 0:- 1: CB-ON execute by short term AR 0x4000 bit 0:- 1: CB-ON execute by long term AR 0x8000 bit 0:- 1: AR is blocked (register0) 0x0001 bit 0:- 1: AR was successful 0x0002 bit 0:- 1: AR was unsuccessful 36 D Modbus RU CSP GB

37 AR is in progress (AR in progress) Register Unit/description Step Comment/description 0x0004 Bit 0: - 1: AR in progress 0x0008 to 0x8000 unused Protectionfunctions F41 (register 0, 1) Overexcitation Function U/f> (Function U/f>) F41 (register 1) 0x0001 bit 0: not activated Function U/f>> (Function U/f>>) Alarm U/f> (Alarm U/f>) Alarm U/f>> (Alarm U/f>>) rip U/f> (rip U/f>>) rip U/f>> (rip U/f>>) 0x0002 bit 0: not activated 0x0004 bit 0: - 1: Alarm U/f> 0x0008 bit 0: - 1: Alarm U/f>> 0x0010 bit 0:- 1: rip U/f> 0x0020 bit 0:- 1: rip U/f>> Inrush supervision Earth Inrush supervision Function IH2 (Function IH2) Block IH2 (IH2 block 1) Block IH2 (IH2 block 2) Block IH2 (IH2 block 3) Block IH2 (IH2 block) Function IeH2 (Function IeH2) Block IeH2 (IeH2 block E) 0x0040 bit 0: not activated 0x0080 bit 0:- 1: block 1 0x0100 bit 0:- 1: block 2 0x0200 bit 0:- 1: block 3 0x0400 bit 0:- 1: block 0x0800 bit 0: not activated 0x1000 bit 0:- 1: block E D Modbus RU CSP GB 37

38 Earth fault differential protection emperature supervision Function Ide>) (Function Ide>) Function Ide>>) (Function Ide>>) Alarm Ide> (Alarm: Ide>) Alarm Ide>> (Alarm: Ide>>) rip Ide> (rip Ide>) rip Ide>>) (rip Ide>>) Function ϑ1 Alarm (Fct. ϑ1 Alarm) Register Unit/description Step Comment/description 0x2000 bit 0: not activated 0x4000 bit 0: not activated 0x8000 bit 0:- 1: Alarm: Ide> (register 0) 0x0001 bit 0:- 1: Alarm: Ide>> 0x0002 bit 0:- 1: rip Ide> 0x0004 bit 0:- 1: rip Ide>> 0x0008 bit 0: not activated Function ϑ1 rip (Fct. ϑ1 rip) Alarm ϑ1 (Alarm ϑ1) rip ϑ1 (rip ϑ1) broken wire ϑ1 (broken wire ϑ1) Function ϑ2 Alarm (Fct. ϑ2 Alarm) Function ϑ2 rip (Fct. ϑ2 rip) Alarm ϑ2 (Alarm ϑ2) rip ϑ2 (rip ϑ2) broken wire ϑ2 (broken wire ϑ2) 0x0010 bit 0: not activated 0x0020 bit 0:- 1: Alarm: ϑ1 0x0040 bit 0:- 1: rip ϑ1 0x0080 0:- 1: broken wire ϑ1 0x0100 bit 0: not activated 0x0200 bit 0: not activated 0x0400 bit 0:- 1: Alarm: ϑ2 0x0800 bit 0:- 1: rip ϑ2 0x1000 bit 0:- 1: broken wire ϑ2 38 D Modbus RU CSP GB

39 ap changer Function on load tap changer (Fct. OC) Register Unit/description Step Comment/description 0x2000 bit 0: not activated Alarm Idiff> 0x4000 bit 0:- 1: Alarm Idiff> Alarm Idiff>> 0x8000 bit 0:- 1: Alarm Idiff>> D Modbus RU CSP GB 39

40 4.4 Commands Main groups sub group/ name Start Register Dezimal type Register Bitmask / Unit Step Comment Switching device control Control switchgear 1 (Ctrl.by SCADA.) Control switchgear 2 (Ctrl.by SCADA.) Control switchgear 3 (Ctrl.by SCADA.) Control switchgear 4 (Ctrl.by SCADA.) Control switchgear 5 (Ctrl.by SCADA.) control Unsafty output command for signal relays via SCADA Command for switching signal relais via SCADA (SCADA:Cmd out 1) Command for switching signal relais via SCADA (SCADA:Cmd out 2) Command for switching signal relais via SCADA (SCADA:Cmd out 3) F2 0x03 bit 00b: no action 01b: Switching command switchgear 1 off 10b: Switching command switchgear 1 on- 11b: reserved F2 0x03 bit 00b: no action 01b: Switching command switchgear 2 off 10b: Switching command switchgear 2 on- 11b: reserved F2 0x03 bit 00b: no action 01b: Switching command switchgear 3 off 10b: Switching command switchgear 3 on- 11b: reserved F2 0x03 bit 00b: no action 01b: Switching command switchgear 4 off 10b: Switching command switchgear 4 on- 11b: reserved F2 0x03 bit 00b: no action 01b: Switching command switchgear 5 off 10b: Switching command switchgear 5 on- 11b: reserved 0 0x0003 bit 00b : No reaction 01b : Setting the command output 1 10b : Resetting the command output 1 11b : reserved 0x000C bit 00b : No reaction 01b : Setting the command output 2 10b : Resetting the command output 2 11b : reserved 0x0030 bit 00b : No reaction 01b : Setting the command output 3 10b : Resetting the command output 3 11b : reserved 40 D Modbus RU CSP GB

41 Main groups sub group/ name Start Register Command for switching signal relais via SCADA (SCADA:Cmd out 4) Command for switching signal relais via SCADA (SCADA:Cmd out 5) Command for switching signal relais via SCADA (SCADA:Cmd out 6) Command for switching signal relais via SCADA (SCADA:Cmd out 7) Dezimal type Register Bitmask / Unit Step Comment 0x00C0 bit 00b : No reaction 01b : Setting the command output 4 10b : Resetting the command output 4 11b : reserved 0x0300 bit 00b : No reaction 01b : Setting the command output 5 10b : Resetting the command output 5 11b : reserved 0x0C00 bit 00b : No reaction 01b : Setting the command output 6 10b : Resetting the command output 6 11b : reserved 0x3000 bit 00b : No reaction 01b : Setting the command output 7 10b : Resetting the command output 7 11b : reserved Release for Circuitbreaker CB1 Release marker (Rel:Ext CB1 on) for the switch command via digital function (Ext CB1 on) for circuit breaker CB x0001 bit 0: not released 1: Release for the digital input with the function Ext CB1 on Resetting and acknowledgement commands, parameter set switchover Acknowledgement ( Reset) x0001 bit 0: No reaction 1: Resetting the display/signal relays 0x0002 unused D Modbus RU CSP GB 41

42 Main groups sub group/ name Start Register command to change the activate protection set via SCADA ("Parameterset 1") ("Parameterset 2") ("Parameterset 3") ("Parameterset 4") Dezimal type Register Bitmask / Unit Step Comment 0x003c bit Date to activate one of the protection sets: 0001b = Protection parameter set 1 active, 0010b = Protection parameter set 2 active, 0011b = Protection parameter set 3 active, 0100b = Protection parameter set 4 active, 0x0040 bit unused 0x0080 bit unused Resetting the statistic value of the short-circuit currents Resetting the statistic value AR switching cycles Resetting the statistic value switching cycles Resetting statsitic value energy meter Resetting value thermal replica Resetting the operating hours 0x0100 bit 0: No reaction 1: Resetting 0x0200 bit 0: No reaction 1: Resetting 0x0400 bit 0: No reaction 1: Resetting 0x0800 bit 0: No reaction 1: Resetting 0x1000 bit 0: No reaction 1: Resetting 0x2000 bit 0: No reaction 1: Resetting 0x4000 to 0x8000 unused Release for Circuitbreaker CB1 Release marker (Rel:Ext CB1 on) for the switch command via digital function (Ext CB1 on) for circuit breaker CB x0003 bit 00b : No reaction 01b : not released 10b : Release for the digital input with the function Ext CB1 on 11b : reserved 42 D Modbus RU CSP GB

43 Main groups sub group/ name Start Register Release marker (Rel:Ext CB2 on) for the switch command via digital function (Ext CB2 on) for circuit breaker CB2 Dezimal type Register Bitmask / Unit Step Comment 0x000C bit 00b : No reaction 01b : not released 10b : Release for the digital input with the function Ext CB2 on 11b : reserved ransfer new time setting Milliseconds 3 DWORD ms of the day from 0.00 (midnight). Date WORD Days since D Modbus RU CSP GB 43

44 4.5 Explanations to the Annotation to the data point lists : For many Modbus es the with its associated format is already included in the data point list and therefore not listed in the table below. When transmitting several Registers, the order of the respective values in the Response or Query is stated in the column. It has to be observed that Register 0 is the first one and all further Registers then follow accordingly. code Value/Bitmask Unit Description F unsigned integer F2 unsigned short unsigned long op valued word of the»long value«is saved in the first Register (Register 0), lowest valued word of the»long value«is saved in the second Register (Register 1). Example : saved as F4 char name[32] Description Description signed long Measuring value op valued word of the»long value«is saved in the first Register (Register 0), lowest valued word of the»long value«is saved in the second Register (Register 1). Example: saved as F6 unsigned long value, 3 Decimal digits F7 signed short, 3 Decimal digits Measuring value op valued word of the»long value«is saved in the first Register (Register 0), lowest valued word of the»long value«is saved in the second Register (Register 1). Example: saved as Measuring value he signed value in Register 0 must divide by Example: gespeichert als F8 3 Register Measuring value as signed long and factor as unsigned short op valued word of the»long value«is saved in the first Register (Register 0), lowest valued word of the»long value«is saved in the second Register (Register 1). In the third Register the factor Power = Measuring Value * Factor is stated. F9 unsigned byte F10... enumeration (codes) 44 D Modbus RU CSP GB

45 45 HB Mdbus RU CSP GB

46 Woodward SEG GmbH & Co. KG Krefelder Weg 47 D Kempen (Germany) Postfach (P.O.Box) D Kempen (Germany) Phone: +49 (0) Internet Homepage Documentation Sales Phone: +49 (0) elefax: +49 (0) kemp.electronics@woodward.com Service Phone: +49 (0) elefax: +49 (0) kemp.pd@woodward.com

EMR-3000 Modbus Register Maps

EMR-3000 Modbus Register Maps EMR-3000 Modbus Register Maps IM02602007E EMR-3000 Table of Contents Modbus Parameters... 3 Notes for the SCADA-System... 4 Specific Modbus Function Codes... 5 Setting Date and Time... 9 Supported Modbus

More information

Eaton s E-Series protective relay family

Eaton s E-Series protective relay family E-Series protective relays Feeder distribution relays Motor relays Transformer relays Generator relays Eaton s E-Series protective relay family Microprocessor-based design Eaton s E-Series relay family

More information

Technical Support Bulletin Nr.18 Modbus Tips

Technical Support Bulletin Nr.18 Modbus Tips Technical Support Bulletin Nr.18 Modbus Tips Contents! Definitions! Implemented commands! Examples of commands or frames! Calculating the logical area! Reading a signed variable! Example of commands supported

More information

I.S. 1 remote I/O system Redundant coupling via PROFIBUS DP

I.S. 1 remote I/O system Redundant coupling via PROFIBUS DP I.S. 1 remote I/O system Redundant coupling via PROFIBUS DP 1. Functions An I. S. 1 fieldstation can be equipped with a primary and a redundant central unit (), whereby each has its own independent PROFIBUS

More information

Soft-Starter SSW-06 V1.6X

Soft-Starter SSW-06 V1.6X Motors Energy Automation Coatings Soft-Starter SSW-06 V1.6X Serial Communication Manual Language: English Document: 0899.5731 / 04 Serial Communication Manual Series: SSW-06 V1.6X Language: English Document

More information

Earth Fault Detection Basics in Theory

Earth Fault Detection Basics in Theory Earth Fault Detection Basics in Theory Author: Dipl.-Ing. Ingo Kühnen Woodward Power Solutions Krefelder Weg 47 47906 Kempen, Germany Kempen, 16.04.2010 Earth_Fault_Detection_20100416.doc page 1 1. Star

More information

4511 MODBUS RTU. Configuration Manual. HART transparent driver. No. 9107MCM100(1328)

4511 MODBUS RTU. Configuration Manual. HART transparent driver. No. 9107MCM100(1328) 4511 MODBUS RTU Configuration Manual HART transparent driver No. 9107MCM100(1328) 9107 CONTENTS Introduction... 3 Modbus basics... 3 Modbus RTU... 3 Supported Function Codes... 3 Modbus Parameters and

More information

SCADA Controlled Multi-Step Automatic Controlled Capacitor Banks & Filter Banks

SCADA Controlled Multi-Step Automatic Controlled Capacitor Banks & Filter Banks SCADA Controlled Multi-Step Automatic Controlled Capacitor Banks & Filter Banks Introduction SCADA (Supervisory Controlled and Data Acquisition) controlled multi-step metalenclosed automatic capacitor

More information

Nemo 96HD/HD+ MODBUS

Nemo 96HD/HD+ MODBUS 18/12/12 Pagina 1 di 28 MULTIFUNCTION FIRMWARE 2.30 Nemo 96HD/HD+ MODBUS COMMUNICATION PROTOCOL CONTENTS 1.0 ABSTRACT 2.0 DATA MESSAGE DESCRIPTION 2.1 Parameters description 2.2 Data format 2.3 Description

More information

NX Series Inverters. HVAC Pocket Programming Guide

NX Series Inverters. HVAC Pocket Programming Guide NX Series Inverters HVAC Pocket Programming Guide HVAC Pocket Programming Guide HVAC Pocket Programming Guide / Contents This guide provides a single reference document for the user of NXL HVAC (product

More information

Process Control and Automation using Modbus Protocol

Process Control and Automation using Modbus Protocol Process Control and Automation using Modbus Protocol Modbus is the fundamental network protocol used in most industrial applications today. It is universal, open and an easy to use protocol. Modbus has

More information

Softstarters. Type PSTX Fieldbus communication, Built-in Modbus RTU. 1SFC132089M0201 April 2015 1SFC132089M0201 1

Softstarters. Type PSTX Fieldbus communication, Built-in Modbus RTU. 1SFC132089M0201 April 2015 1SFC132089M0201 1 Softstarters Type PSTX Fieldbus communication, Built-in Modbus RTU 1SFC132089M0201 April 2015 1SFC132089M0201 1 1 Modbus RTU The Modbus protocol is a fieldbus protocol that provides full control and status

More information

DeviceNet Bus Software Help for Programming an Allen Bradley Control System

DeviceNet Bus Software Help for Programming an Allen Bradley Control System FBP FieldBusPlug V7 DeviceNet Bus Software Help for Programming an Allen Bradley Control System DeviceNet Software Help for Programming an Allen Bradley Control System Contents Page General Purpose...

More information

1.Eastron SDM220Modbus Smart Meter Modbus Protocol Implementation V1.0

1.Eastron SDM220Modbus Smart Meter Modbus Protocol Implementation V1.0 1.Eastron SDM220Modbus Smart Meter Modbus Protocol Implementation V1.0 1.1 Modbus Protocol Overview This section provides basic information for interfacing the Eastron Smart meter to a Modbus Protocol

More information

Brunata Optuna W (171)

Brunata Optuna W (171) Brunata Optuna W (171) Communication description Edition 1.1 UK-QB101414 / 26.02.2013 Brunata a/s is a Danish owned company. We have more than 90 years of experience within developing and producing meters,

More information

PNSPO! Modbus Solution CP1H / CP1L / CJ1 / CJ2 / CS1. Version 2.05 6/18/2009

PNSPO! Modbus Solution CP1H / CP1L / CJ1 / CJ2 / CS1. Version 2.05 6/18/2009 PNSPO!! Modbus Solution CP1H / CP1L / CJ1 / CJ2 / CS1 Version 2.05 6/18/2009 Section 1. Overview The Omron CP1H and CP1L PLCs offer a built in function called Easy Modbus, that performs a Modbus RTU Master

More information

ATC-300+ Modbus Communications Guide

ATC-300+ Modbus Communications Guide ATC-300+ Modbus Communications Guide 66A7787 rev 1 ATC-300+ Modbus Communications Guide 66A7787 rev 1 This page is intentionally left blank. Eaton Corp. 1000 Cherrington Parkway Moon Township, PA 15108

More information

30 ms High Speed Transfer System (HSTS) Product Description

30 ms High Speed Transfer System (HSTS) Product Description 30 ms High Speed Transfer System (HSTS) Product Description 2 30 ms High Speed Transfer System (HSTS) Product Description Content Page 1 General 5 1.1 Description of the 30 ms high speed transfer system

More information

User Manual V1.0 2014 SDM220MODBUS. Single-Phase Two Module DIN rail Meters

User Manual V1.0 2014 SDM220MODBUS. Single-Phase Two Module DIN rail Meters SDM220MODBUS Single-Phase Two Module DIN rail Meters Measures kwh, Kvarh, KW, Kvar, KVA, PF, Hz, dmd, V, A, etc. Di-directional measurement IMP & EXP Two pulse outputs RS485 Modbus Din rail mounting 36mm

More information

Nu-Lec Training Modules

Nu-Lec Training Modules PTCC Controller Nu-Lec Training Modules Product Training Operator Training PTCC The Basics An overview of the construction and physical features of the Pole Top Control Cubicle PTCC Operation and Features

More information

Shutter Actuator Standard, 4-fold, 230 VAC, MDRC RA/S 4.230.1, GH Q631 0076 R0111. ABB i-bus EIB

Shutter Actuator Standard, 4-fold, 230 VAC, MDRC RA/S 4.230.1, GH Q631 0076 R0111. ABB i-bus EIB , GH Q631 0076 R0111 2CDC 071 240 F0003 The Shutter Actuator Standard is used to control a maximum of four independent 230 VAC drives for positioning shutters, blinds, awnings and other hangings as well

More information

ABB Drives. Protocol Manual - Modbus/TCP Ethernet Adapter Module FENA-01

ABB Drives. Protocol Manual - Modbus/TCP Ethernet Adapter Module FENA-01 ABB Drives Protocol Manual - Modbus/TCP Ethernet Adapter Module FENA-01 Ethernet Adapter Module - Modbus/TCP FENA-01 Protocol Manual 3AUA0000022989 REV B EN EFFECTIVE: 2009-11-01 2009 ABB Oy. All Rights

More information

NC-12 Modbus Application

NC-12 Modbus Application NC-12 Modbus Application NC-12 1 Table of Contents 1 Table of Contents... 2 2 Glossary... 3 SCADA...3 3 NC-12 Modbus in general... 3 4 Entire system... 4 4.1 PFC to PC connection alternatives...4 4.1.1

More information

RISH EM 3490 DS Dual Source Energy Meter RISH EM 3490 DS. Application : Product Features:

RISH EM 3490 DS Dual Source Energy Meter RISH EM 3490 DS. Application : Product Features: Application : RISH Master 3490 DS measures important electrical parameters of Utility (in normal mode) & Generators (in Power back up) in three phase and single phase Network & replaces the multiple analog

More information

Features. Display. Measurements. Intelligent. Accuracy. Models. Installation DEIF A/S. Multi-instrument 4921210109D

Features. Display. Measurements. Intelligent. Accuracy. Models. Installation DEIF A/S. Multi-instrument 4921210109D 7000/7000C/7020 Multi-instrument 4921210109D Features Measurements All 3-phase AC measurements True RMS Replaces analogue meters Demand on each phase current Accuracy U, I and F class 0.5 Other values

More information

How to make a diagnostic on TeSysT to start the network?

How to make a diagnostic on TeSysT to start the network? How to make a diagnostic on TeSysT to start the network? I- Type of publication Typical application Best know Method (BKM) Troubleshooting guide Level 2 use Internal use Customer II- Product - Product

More information

Quick Connect. quick - simple - efficient. www.g-mw.de

Quick Connect. quick - simple - efficient. www.g-mw.de Quick Connect quick - simple - efficient www.g-mw.de Phone: +49 9103 7129-0 Fax: +49 9103 7129-207 Innovative connection technology to plug three single-phase current transformers to multifunctional power

More information

Modbus Communications for PanelView Terminals

Modbus Communications for PanelView Terminals User Guide Modbus Communications for PanelView Terminals Introduction This document describes how to connect and configure communications for the Modbus versions of the PanelView terminals. This document

More information

S4000TH HART. HART Communication Manual

S4000TH HART. HART Communication Manual HART Communication Manual The information and technical data disclosed in this document may be used and disseminated only for the purposes and to the extent specifically authorized in writing by General

More information

RS485 & Modbus Protocol Guide

RS485 & Modbus Protocol Guide RS485 & Modbus Protocol Guide Products Covered Quadratic Integra 1000 Switchboard Integra 1000 Integra 1540 Integra 1560 Integra 1580 Quadratic Integra 2000 System Protection Relay (SPR) Tyco Electronics

More information

LENORD. +BAUER... automates motion. Fieldbus connection absolute encoders CANopen. Reference. Communication profile DS-301 Device profile DS-406

LENORD. +BAUER... automates motion. Fieldbus connection absolute encoders CANopen. Reference. Communication profile DS-301 Device profile DS-406 Fieldbus connection absolute encoders CANopen Communication profile DS-30 Device profile DS-406 LENORD +BAUER... automates motion. Reference D-0R-xCO (.) Right to technical changes and errors reserved.

More information

LOCAL INTERCONNECT NETWORK (LIN)

LOCAL INTERCONNECT NETWORK (LIN) 54B-1 GROUP 54B LOCAL INTERCONNECT NETWORK (LIN) CONTENTS GENERAL INFORMATION........ 54B-2............ 54B-3 STRUCTURE................... 54B-2 54B-2 LIN refers to "Local Interconnect Network," which

More information

Feeder protection. for overhead lines and cables in isolated neutral or compensated networks. Specification

Feeder protection. for overhead lines and cables in isolated neutral or compensated networks. Specification Feeder protection for overhead lines and cables in isolated neutral or compensated networks Specification Feeder protection for overhead lines and cables in isolated neutral or compensated networks Version

More information

Permissible ambient temperature Operation Storage, transport

Permissible ambient temperature Operation Storage, transport The Sitras PRO combined DC protective unit and controller is used in the power supply for DC railways in mass transit and main-line systems up 3,000 V DC. It protects DC switch gear and contact line systems

More information

White Paper - July 2012. ATS021-ATS022 Automatic transfer switching

White Paper - July 2012. ATS021-ATS022 Automatic transfer switching White Paper - July 202 02-022 Automatic transfer switching 02-022 Automatic transfer switching Index. Introduction...2 2. Description of... Switching logics...6 Transformer for the main and generator

More information

How can a charging station for electric vehicles be set up simply and safely?

How can a charging station for electric vehicles be set up simply and safely? SB18 Building > Electromobility > Charging Station Design How can a charging station for electric vehicles be set up simply and safely? Requirement In order to supply electric vehicles with electric power,

More information

Remote Monitoring and REC 501 Control Unit Product Guide

Remote Monitoring and REC 501 Control Unit Product Guide Remote Monitoring and Control Unit REC 501 Product Guide Issued: May 1999 Status: Updated Version: B/06.11.2001 Data subject to change without notice Features Remote control and monitoring unit for the

More information

DeviceNet Communication Manual

DeviceNet Communication Manual DeviceNet Communication Manual Soft-Starter Series: SSW-07/SSW-08 Language: English Document: 10000046963 / 00 03/2008 Summary ABOUT THIS MANUAL... 5 ABBREVIATIONS AND DEFINITIONS... 5 NUMERICAL REPRESENTATION...

More information

LOCAL INTERCONNECT NETWORK (LIN)

LOCAL INTERCONNECT NETWORK (LIN) 54B-1 GROUP 54B LOCAL INTERCONNECT NETWORK (LIN) CONTENTS SPECIAL TOOLS................ 54B-2............ 54B-3 DIAGNOSIS CODE CHART............ 54B-3 DIAGNOSIS FUNCTION............... 54B-4 DIAGNOSIS

More information

EMDX3 Multifunction meter Cat No. 146 69 ModbusTable LGR EN v1.01.xls

EMDX3 Multifunction meter Cat No. 146 69 ModbusTable LGR EN v1.01.xls GENERAL MODBUS TABLE ORGANIZATION Starting of the Starting of the Group s Group s System Version (Release) System Version (Build) Group Name (Text) Group Code Group Complexity Group Version 50512 C550

More information

Relion 611 series. Feeder Protection and Control REF611 Modbus Point List Manual

Relion 611 series. Feeder Protection and Control REF611 Modbus Point List Manual Relion 611 series Feeder Protection and Control REF611 Modbus Document ID: 1MRS757463 Issued: 2011-11-18 Revision: A Product version: 1.0 Copyright 2011 ABB. All rights reserved Copyright This document

More information

RS - SPM. Serial parallel translator module

RS - SPM. Serial parallel translator module ReSatron GmbH Boisheimer Str. 162 D-41751 Viersen Telefon (+49) 02162-45 06 80 Telefax (+49) 02162-45 03 04 email: info@resatron.de RS - SPM Serial parallel translator module RSSPM000215SPM-021 - Subject

More information

Instructions. ECL Comfort 210 / 310, communication description. Table of Contents

Instructions. ECL Comfort 210 / 310, communication description. Table of Contents Table of Contents 1. Introduction... 3 2. ECL Comfort 210/310 communication interfaces... 4 3. USB service port... 5 3.1 USB driver installation... 5 4. RS-485 Modbus... 6 4.1 RS-485 network description...

More information

21 st Century Facilities

21 st Century Facilities Electrical Testing 21 st Century Facilities Facility Owners face tough challenges 24 X 7 reliability needed Non linear loads cause harmonics VFD Computers Switching transients disrupt operations Less customer

More information

PRO370D 65A Mbus MID DIN rail three phase four wire energy meter. User manual Version 1.03

PRO370D 65A Mbus MID DIN rail three phase four wire energy meter. User manual Version 1.03 PRO370D 65A Mbus MID DIN rail three phase four wire energy meter User manual Version 1.03 1 Safety instructions... 3 2 Foreword... 4 3 CE certificates... 5 4 MID certificate... 7 5 Performance criteria...

More information

Belimo Gateway MP to Modbus RTU - UK24MOD

Belimo Gateway MP to Modbus RTU - UK24MOD Product information UK24MOD MODBUS RTU Belimo Gateway MP to Modbus RTU - UK24MOD Contents Complete overview 2 Technical data 3 Safety notes 4 Product features 4 Installation and commissioning 4 Electrical

More information

DIRIS A40/A41 RS485 JBUS/MODBUS. Operating instructions F GB D I NL E P

DIRIS A40/A41 RS485 JBUS/MODBUS. Operating instructions F GB D I NL E P DIRIS A40/A41 RS485 JBUS/MODBUS Operating instructions F GB D I NL E P COM DIRIS A40/A41 - Ref.: 536 103 A GB GB Contents PRELIMINARY OPERATIONS 4 GENERAL INFORMATION 4 INSTALLATION 5 CONNECTION 5 PROGRAMMING

More information

SOLARCARE SERIES PRODUCT AND APPLICATION GUIDE

SOLARCARE SERIES PRODUCT AND APPLICATION GUIDE SOLARCARE SERIES PRODUCT AND APPLICATION GUIDE for solar energy management LEATEC Delivering Solutions for Energy Management SOLAR ENERGY DATA CENTER BUILDING 4 to8 String Monitoring with 0.% Accuracy

More information

Electrical Shore Connections / Cold Ironing

Electrical Shore Connections / Cold Ironing STANDARD FOR CERTIFICATION No. 2.25 Electrical Shore Connections / Cold Ironing JULY 2014 The electronic pdf version of this document found through http://www.dnv.com is the officially binding version

More information

Appendix B RCS11 Remote Communications

Appendix B RCS11 Remote Communications Appendix B RCS11 Remote Communications B.1 Host Computer Remote Communications Control and status messages are conveyed between the RCS11 and the host computer using packetized message blocks in accordance

More information

F453. TiF453. User guide 10/11-01 PC

F453. TiF453. User guide 10/11-01 PC F453 TiF453 User guide 10/11-01 PC 2 TiF453 User guide Contents 1. Hardware and Software requirements 4 2. Installation 4 1.1 Minimum Hardware requirements 4 1.2 Minimum Software requirements 4 3. Fundamental

More information

SPA-Bus Communication Protocol V2.5. Technical description

SPA-Bus Communication Protocol V2.5. Technical description EN Issued 96-01-23 Modified 2001.07.31 Version C Checked MP Approved TK SPA-bus Communication Protocol V2.5 Data subject to change without notice Contents 1.0 Introduction... 4 2.0 General description...

More information

Description of the Communication protocol for Series 30 and Series40 pressure transmitters from KELLER Class.Group = 5.20 Class.Group = 5.

Description of the Communication protocol for Series 30 and Series40 pressure transmitters from KELLER Class.Group = 5.20 Class.Group = 5. Description of the Communication protocol for Series 30 and Series40 pressure transmitters from KELLER Class.Group = 5.20 Class.Group = 5.21 Version 3.4 KELLER AG für Druckmesstechnik Version 3.4 BV/SM

More information

ANR-PRF. INSTRUCTION MANUAL IM157-U-A v0.5 COMMUNICATION PROTOCOL ANR MULTIFUNCTION ANALYZER PROFIBUS DP-V0

ANR-PRF. INSTRUCTION MANUAL IM157-U-A v0.5 COMMUNICATION PROTOCOL ANR MULTIFUNCTION ANALYZER PROFIBUS DP-V0 INSTRUCTION MANUAL IM157-U-A v0.5 ANR-PRF COMMUNICATION PROTOCOL ANR MULTIFUNCTION ANALYZER PROFIBUS DP-V0 PROFIBUS AND ANR-PRF Profibus-DP is a multi-master systems. In the networks it s possible to have

More information

Meter Communication. Twisted Pair Baseband (M-Bus) Physical and Link Layer CEN TC 294. Date: 2000-02-15 TC 294 WI 006 CEN TC 294. Secretariat: AFNOR

Meter Communication. Twisted Pair Baseband (M-Bus) Physical and Link Layer CEN TC 294. Date: 2000-02-15 TC 294 WI 006 CEN TC 294. Secretariat: AFNOR CEN TC 294 Date: 2000-02-15 TC 294 WI 006 CEN TC 294 Secretariat: AFNOR Meter Communication Twisted Pair Baseband (M-Bus) Physical and Link Layer ICS: Descriptors: Document type: European Standard Document

More information

AORC Technical meeting 2014

AORC Technical meeting 2014 AORC Technical meeting 2014 http : //www.cigre.org C4-1012 Alarm System Improvement in the Northern Region Dispatching Center of Thailand Mr. Manu PONGKAEW, Mr. Phathom TIPSUWAN Electricity Generating

More information

Applications. diris_826_a_1_gb_cat

Applications. diris_826_a_1_gb_cat Measurement units NEW diris_824_a_1_cat Energy monitoring and management of low voltage/ high voltage electrical installations Function are measurement units which can provide all the functions offered

More information

4 Alarm and info. Alarm. Yes Warning. No Information No Reset alarms > No Current list > Alarm log list > Delete alarm log > No

4 Alarm and info. Alarm. Yes Warning. No Information No Reset alarms > No Current list > Alarm log list > Delete alarm log > No 6. 6.1 and info (Menu 4) NB are shown in the event of unit faults or irregular operation Check the Current list (Menu 4) for alarm messages and refer to the list of alarms given at the end of these instructions.

More information

Application-oriented testing of line differential protection end to end in the field using the corresponding RelaySimTest template

Application-oriented testing of line differential protection end to end in the field using the corresponding RelaySimTest template Application Note Application-oriented testing of line differential protection end to end in the field using the corresponding RelaySimTest template Author Jens Baumeister jens.baumeister@omicron.at Date

More information

4 non-safe digital I/O channels 2 IO-Link Master V1.1 slots. Figure 1. Figure 2. Type code. TBPN-L1-FDIO1-2IOL Ident no. 6814053.

4 non-safe digital I/O channels 2 IO-Link Master V1.1 slots. Figure 1. Figure 2. Type code. TBPN-L1-FDIO1-2IOL Ident no. 6814053. PROFINET slave Integrated Ethernet switch 100 Mbps supported 2 x M12, 4-pin, D-coded, Ethernet fieldbus connection Glass-fiber reinforced housing Shock and vibration tested Potted module electronics Protection

More information

PREMIUM CLEAN ROOM MONITOR MODELS 8630-CRM-S 8630-CRM-P

PREMIUM CLEAN ROOM MONITOR MODELS 8630-CRM-S 8630-CRM-P PREMIUM CLEAN ROOM MONITOR MODELS 8630-CRM-S 8630-CRM-P MANUAL SUPPLEMENT Contents of this manual supplement include: Sequence of Operation Menu Structure Description of New Software Items Deleted Software

More information

Documentation. M-Bus 130-mbx

Documentation. M-Bus 130-mbx Documentation M-Bus 130-mbx Introduction The mx M-Bus module is part of the mx Smart Slot communications family. With the integrated SmartSlot technology, mx systems ag offers automatic consumer data read-out

More information

Temp. & humidity Transmitter Instructions

Temp. & humidity Transmitter Instructions Temp. & humidity Transmitter Instructions AQ3485/AQ3485Y www.aosong.com 1 Product Overview AQ3485/ AQ3485Y outdoor network temperature and humidity transmitter is accurate measurement of relative humidity

More information

Industrial Networks & Databases. Protocols and Networks - Device Bus - - Field Bus -

Industrial Networks & Databases. Protocols and Networks - Device Bus - - Field Bus - Industrial Networks & Databases - Device Bus - - Field Bus - - Data Bus - Recall An Industrial Communication Network (control network) - any group of devices (computers, controllers, meters etc.) working

More information

How To Protect Your Power Supply From Dangerous Currents And Voltages

How To Protect Your Power Supply From Dangerous Currents And Voltages ids ACOS 300 Protection equipment for medium and highvoltage grids ACOS 300 Protection Devices Already minor incidents, such as branches dropping on overhead lines or underground cables damaged by construction

More information

Medium Voltage Products. ZN1 12 kv arc-proof air-insulated switchgear for primary distribution

Medium Voltage Products. ZN1 12 kv arc-proof air-insulated switchgear for primary distribution Medium Voltage Products ZN1 12 kv arc-proof air-insulated switchgear for primary distribution ZN1 an innovative switchgear for power distribution requirements ABB ZN1 primary distribution switchgear is

More information

8 data bits, least significant bit sent first 1 bit for even/odd parity (or no parity) 1 stop bit if parity is used; 1 or 2 bits if no parity

8 data bits, least significant bit sent first 1 bit for even/odd parity (or no parity) 1 stop bit if parity is used; 1 or 2 bits if no parity 1.Eastron SDM630 Smart Meter Modbus Protocol Implementation 1.1 Modbus Protocol Overview This section provides basic information for interfacing the Eastron Smart meter to a Modbus Protocol network. If

More information

Different Ways of Connecting to. 3DLevelScanner II. A.P.M Automation Solutions LTD. www.apm-solutions.com Version 3.0

Different Ways of Connecting to. 3DLevelScanner II. A.P.M Automation Solutions LTD. www.apm-solutions.com Version 3.0 3DLevelScanner II Different Ways of Connecting to 3DLevelScanner II A.P.M Automation Solutions LTD. www.apm-solutions.com Version 3.0 2 Different Ways of Connecting to 3DLevelScanner II Version 3.0 Table

More information

Industrial Networks & Databases

Industrial Networks & Databases Industrial Networks & Databases - Device Bus - - Field Bus - - Data Bus - Recall An Industrial Communication Network (control network) - any group of devices (computers, controllers, meters etc.) working

More information

Serial Communications

Serial Communications April 2014 7 Serial Communications Objectives - To be familiar with the USART (RS-232) protocol. - To be able to transfer data from PIC-PC, PC-PIC and PIC-PIC. - To test serial communications with virtual

More information

TSX ETY 110 Module 8

TSX ETY 110 Module 8 Module 8 Introduction Subject of this chapter What s in this Chapter? This chapter describes the implementation of a TSX ETY 110 module. This chapter contains the following sections: Section Topic Page

More information

FL ballasts Electronic dimming. PCA T5 BASIC lp Y II, 14 80 W BASIC T5

FL ballasts Electronic dimming. PCA T5 BASIC lp Y II, 14 80 W BASIC T5 T5 TC-L PCA T5 BASIC lp Y II, 1 80 W BASIC T5 Product description Processor-controlled ballast with y II inside Highest possible energy class CELMA EEI = A1 BAT 1 Noise-free precise control via DSI signal,

More information

Protection and Substation Automation. Training Programmes

Protection and Substation Automation. Training Programmes Protection and Substation Automation Training Programmes Protection and Substation Automation Training Programme Overview The objective of the Training Program is to provide education and training to make

More information

computer radio control system

computer radio control system extended serie Receivers 1 Introduction GLISH FW. ver. 3.10 Jeti DUPLEX Receivers are designated for use with the DC/DS transmitters or the JETI transmitter modules in the 2,4 GHz frequency band. DUPLEX

More information

E-Series protective relay family

E-Series protective relay family E-Series protective relays Feeder distribution relays Motor relays Transformer relays Generator relays E-Series protective relay family Reliable protection for every application Eaton s E-Series relay

More information

Reyrolle Protection Devices. 7PG17 - XR Intertripping, Interposing, Supervision and Special Purpose Relays. Answers for energy

Reyrolle Protection Devices. 7PG17 - XR Intertripping, Interposing, Supervision and Special Purpose Relays. Answers for energy Reyrolle Protection Devices 7PG17 - XR Intertripping, Interposing, Supervision and Special Purpose Relays. Answers for energy Siemens Protection Devices Limited 2 7PG17 XR101 & XR102 Intertripping Relay

More information

ABB PSPS Erich Steinmann; Generator control-2013

ABB PSPS Erich Steinmann; Generator control-2013 ABB PSPS Erich Steinmann; Generator control-2013 GENERATOR CONTROL THE MODULAR SOLUTION FOR GENERATORS To make sure that power is efficiently converted into electric energy, it is necessary to supervise

More information

TURBOtech srl. SED-635 Digital Excitation System. Industrial Electronics Sector FEATURES

TURBOtech srl. SED-635 Digital Excitation System. Industrial Electronics Sector FEATURES SED-635 Digital Excitation System SED-635 is a complete excitation system capable of adapting to control synchronous generators of any size. The integration of the TOUCH SCREEN operator interface and a

More information

How To Choose A Transformer

How To Choose A Transformer Consider open loop MV network as an example source 1 source 2 NC NC NC or NO main MV switchboard A B Detail design of substation NC NC NC NO NC NC switchboard 1 switchboard 2 switchboard 3 MV MV MV LV

More information

HYDRUS ULTRASONIC METER

HYDRUS ULTRASONIC METER HYDRUS APPLICATION HYDRUS is a static water meter based on the ultrasonic technology. This technology enables accurate calculation of water consumption and eliminates measuring deviations caused by sand,

More information

VIBROCONTROL 4000. Sensitive Machine Monitoring

VIBROCONTROL 4000. Sensitive Machine Monitoring VIBROCONTROL 4000 Sensitive Machine Monitoring Reliable Machine Protection with VIBROCONTROL 4000 Brüel & Kjaer Vibro has for many years been one of the leading manufacturers of machine protection systems.

More information

Distribution Operations with High-penetration of Beyond the Meter Intermittent Renewables. Bob Yinger Southern California Edison April 15, 2014

Distribution Operations with High-penetration of Beyond the Meter Intermittent Renewables. Bob Yinger Southern California Edison April 15, 2014 1 Distribution Operations with High-penetration of Beyond the Meter Intermittent Renewables Bob Yinger Southern California Edison April 15, 2014 Southern California Edison SCE provides power to: Nearly

More information

2. Terminal arrangement. Default (PV display) (SV display) Communication protocol selection Selects the Communication protocol. Modbus ASCII mode:

2. Terminal arrangement. Default (PV display) (SV display) Communication protocol selection Selects the Communication protocol. Modbus ASCII mode: COMMUNICATION INSTRUCTION MANUAL TEMPERATURE CONTROLLER KT4, KT8 and KT9 No.KTC1E6 2009.05 To prevent accidents arising from the misuse of this controller, please ensure the operator receives this manual.

More information

CRITICAL POWER MONITORING CPM20/CPM21 DETAILS

CRITICAL POWER MONITORING CPM20/CPM21 DETAILS CRITICAL POWER MONITORING CPM20/CPM21 DETAILS The Starline Critical Power Monitor (CPM) is a distributed data acquisition system that enables Current and Power monitoring in busway systems. Each phase

More information

LOCAL INTERCONNECT NETWORK (LIN)

LOCAL INTERCONNECT NETWORK (LIN) 54B-1 GROUP 54B LOCAL INTERCONNECT NETWORK (LIN) CONTENTS GENERAL INFORMATION 54B-2 SPECIAL TOOLS 54B-3 54B-4 DIAGNOSIS FUNCTION 54B-4 DIAGNOSTIC TROUBLE CODE CHART 54B-5 DIAGNOSTIC TROUBLE CODE PROCEDURES

More information

ModScan A SCADA MODBUS Network Scanner. Mark Bristow mark.bristow@gmail.com

ModScan A SCADA MODBUS Network Scanner. Mark Bristow mark.bristow@gmail.com ModScan A SCADA MODBUS Network Scanner Mark Bristow mark.bristow@gmail.com Agenda Brief introduction to SCADA Systems The MODBUS Protocol MODBUS TCP ModScan Demonstration ModScan Project Information Q&A

More information

HOST Embedded System. SLAVE EasyMDB interface. Reference Manual EasyMDB RS232-TTL. 1 Introduction

HOST Embedded System. SLAVE EasyMDB interface. Reference Manual EasyMDB RS232-TTL. 1 Introduction Reference Manual EasyMDB RS232-TTL 1 Introduction This document explains how to use the interface EasyMDB RS232-TTL and describe the connections and the necessary commands for communicating with Cash System

More information

DCREG INTERFACE VIA DEVICENET

DCREG INTERFACE VIA DEVICENET 16B0231B1 INTERFACE VIA DEVICENET Update 27/09/06 R.00 Version D4.02 English This manual is an integral and essential part of the product. Carefully read the instructions contained herein as they provide

More information

RPDO 1 TPDO 1 TPDO 5 TPDO 6 TPDO 7 TPDO 8

RPDO 1 TPDO 1 TPDO 5 TPDO 6 TPDO 7 TPDO 8 EN ZC - 6DI8DO CANopen I/O Module 6 Digital Input 8 Digital Output Or 8 Counters (3 bit) 8 Digital input 8 Digital output User Manual Contents: Features PDOs PDO Type Emergency Message Functional Diagrams

More information

Cahier technique no. 196

Cahier technique no. 196 Collection Technique... Cahier technique no. 196 Integration of local power generation in industrial sites and commercial buildings T. Hazel "Cahiers Techniques" is a collection of documents intended for

More information

1. INTRODUCTION FEATURES 2. PROGRAMMING

1. INTRODUCTION FEATURES 2. PROGRAMMING 1. INTRODUCTION Mono phase compensation systems are not useful in plants where unbalanced loads exist. In such plants compensation has to be done by measuring all 3 phase parameters individually. Devices,

More information

Dolphin In-Circuit programming Updating Firmware in the field

Dolphin In-Circuit programming Updating Firmware in the field Dolphin In-Circuit programming Updating Firmware in the field 1 Introduction In systems e.g. gateways, where an external microcontroller is connected to a Dolphin based product like a TCM300 it might be

More information

Counter for Energy. We make energy measurable and secure your future. www.g-mw.de

Counter for Energy. We make energy measurable and secure your future. www.g-mw.de Counter for Energy We make energy measurable and secure your future www.g-mw.de 10 reasons for GMW Customer oriented solutions Individual consultancy Satisfied customers in all continents Large range of

More information

7.6.4 Communication via BACnet MS/TP. Logical error. Maximum processing time, p2024[0] Process data monitoring time (setpoint timeout), p2040

7.6.4 Communication via BACnet MS/TP. Logical error. Maximum processing time, p2024[0] Process data monitoring time (setpoint timeout), p2040 Logical error If the slave detects a logical error within a request, it responds to the master with an "exception response". In this case, the slave sets the highest bit in the function code to 1 in the

More information

eztcp Technical Document Modbus/TCP of eztcp Caution: Specifications of this document may be changed without prior notice for improvement.

eztcp Technical Document Modbus/TCP of eztcp Caution: Specifications of this document may be changed without prior notice for improvement. eztcp Technical Document Modbus/TCP of eztcp Version 1.3 Caution: Specifications of this document may be changed without prior notice for improvement. Sollae Systems Co., Ltd. http://www.sollae.co.kr Contents

More information

RTM X42 Multi-Channel Radio Transmission Tension Monitoring and Control System

RTM X42 Multi-Channel Radio Transmission Tension Monitoring and Control System RTM X42 Multi-Channel Radio Transmission Tension Monitoring and Control System RTM X42 is an innovative system that utilizes force measuring rollers to capture the tension of individual wires or strands,

More information

SMS based remote control system

SMS based remote control system EE 318 Electronics Design Project Report, EE Department, IIT Bombay, April 2006 SMS based remote control system Ashish Deswal ( 03007020 ) Shaleen Harlalka ( 03007015 ) Arjun Arikeri ( 03007032 ) Ashish

More information

Electrical Network Management System

Electrical Network Management System Electrical Network Management System Optimisation of the electrical network Measure to understand Understand to control Control to optimise Cost of power and fluids Power quality Power availability 2 Improvement

More information

CSP1-L Cable and Line Differential Protection System Performance and functional outline

CSP1-L Cable and Line Differential Protection System Performance and functional outline SYSTEM LINE CSP1-L Cable and Line Differential Protection System Performance and functional outline SCADA RS 232 Operation and display via Notebook Operation and display via CMP1 CAN-BUS FO FO RS 232 (in

More information

RS-485 Protocol Manual

RS-485 Protocol Manual RS-485 Protocol Manual Revision: 1.0 January 11, 2000 RS-485 Protocol Guidelines and Description Page i Table of Contents 1.0 COMMUNICATIONS BUS OVERVIEW... 1 2.0 DESIGN GUIDELINES... 1 2.1 Hardware Design

More information