MRA4 Modbus HighPROTEC. Data point list. Manual DOK-TD-MRA4MDE

Size: px
Start display at page:

Download "MRA4 Modbus HighPROTEC. Data point list. Manual DOK-TD-MRA4MDE"

Transcription

1 MRA4 Modbus HighPROTEC Data point list Manual DOK-TD-MRA4MDE

2 Table of Contents Table of Contents TABLE OF CONTENTS... 2 MODBUS PARAMETERS... 3 Notes for the SCADA-System... 4 SPECIFIC MODBUS FUNCTION CODES... 5 Setting Date and Time Supported MODBUS- Error Messages APPENDIX - DATA POINT LISTS Signals Measuring values Commands Settings Cause of trip md5_1 md5_2 RMS_Handoff: Datei:? This Manual is valid for version (applies for Modbus RTU and Modbus TCP): Version 3.4.a Build: Page 2 EN MRA4 Modbus 09/17

3 Modbus Parameters Modbus Parameters For the Modbus Protocol several parameters have to be set which are relevant for the communication between the control system (SCADA) and the device. The parameters and their setting possibilities or value ranges are shown in the table below. ATTENTION! The Parameters are described within the appendix of the device manual (chapter Modbus). EN MRA4 Modbus 09/17 Page 3

4 Modbus Parameters Notes for the SCADA-System When using Modbus RTU the following times have to be considered by the control system and are fixed within the device : The dwell times (t D ) before start of a telegram must at least be set to 3.5 characters. Examples: 3.5 characters 9600 Baud = 4 ms 3.5 characters Baud = 2 ms characters Baud = 1 ms Start of a new telegram is expected when the dwell time (t D ) is > 3.5 characters. The 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. Page 4 EN MRA4 Modbus 09/17

5 Specific Modbus Function Codes Specific Modbus Function Codes For reading out data from the device or to carry out commands, the services listed in the table, also called»function Codes«, are supported. Functioncode Designation 3 Read Holding There are single or several data words read as from a specific data word address. Only status addresses and parameter addresses can be read. 4 Read Input There are single or several data words read as from a specific data word address. Only measuring values can be read. 5 Write single Output (Bit) All other values are illegal and will not affect the output. Via this function code acknowledgments can be executed as well as counters reseted or blockings set. 8 Loopback Test Test function for the communication system 16 Load Multiple There are single or several data words written as from a specific data word address. Table 3.1: function codes EN MRA4 Modbus 09/17 Page 5

6 Specific Modbus Function Codes On the following pages the Modbus functions are described in detail: Function-Code 3/4: Query Slave address 3/4 Register address HI Register address LO Register number HI Register number LO Check-sum HI Check-sum LO Response Slave address 3/4 Byte number Register 0 HI Register 0 LO... Check-sum HI Check-sum LO Register address (HI*256 + LO) The data word address from where reading should start. Register number (HI*256 + LO) Number of data words to be read. Valid range: Byte number Number of subsequent Bytes containing data words. Register Data words read out of the device (Highbyte and Lowbyte). Page 6 EN MRA4 Modbus 09/17

7 Specific Modbus Function Codes Float Values IEEE 754 For displaying a float value, it is important to save received bytes in a correct order. A float value in Modbus will be transmitted in Big Endian format (Motorola Format), that means most significant byte is transmitted first. For saving received bytes in Modbus master it must be considered which architecture is used. Is Modbus Master is a Little Endian architecture, received frame needs to be swapped to corresponding memory addresses. If it is not saved in correct order it is possible that displayed value is useless. EN MRA4 Modbus 09/17 Page 7

8 Specific Modbus Function Codes Function Code 5: Query Slave address 5 Register address HI Register address LO Register data HI Register data LO Check-sum HI Check-sum LO Response Slave address 5 Register address HI Register address LO Register data HI Register data LO Check-sum HI Check-sum LO Register address (HI*256 + LO) Data word address to be written Register data Value of the data word to be written (Highbyte and Lowbyte). Permitted value range : FF00 hex request for a single bit to be on: This often means to reset a counter, execute acknowledgments or set blockings signals hex request for a single bit to be off: This often means to deactivate blocking signals or to reset single bits. Function Code 8: Query Slave address 8 Data Diag Code HI 0x00 Data Diag Code LO 0x00 Test data Test data Check-sum HI Check-sum LO Response Slave address 8 Data Diag Code HI Data Diag Code LO Test data Test data Check-sum HI Check-sum LO Data Diag Code HI (high), Data Diag Code LO ( Low) Diagnostic Code (subfunction code of function code 8) for testing the communication system. The Diagnostic Code Return Query Data (0x00, 0x00) is being supported. Test Data By using the Diagnostic Code 0x00 0x00, the transmitted data is sent back to the Master unchanged. Page 8 EN MRA4 Modbus 09/17

9 Specific Modbus Function Codes Function Code 16: Query Slave address 16 Register address HI Register address LO Register number HI Register number LO Byte number Register 0 HI Register 0 LO... Check-sum HI Check-sum LO Response Slave address 16 Register address HI Register address LO Register number HI Register number LO Check-sum HI Check-sum LO Register address (HI*256 + LO) Data word address as from where writing should start. Register number (HI*256 + LO) Query: Number of data words to be written. Valid range: Response: Number of data words written. Byte number Number of subsequent Bytes to contain data words. Register Data words read out of the device (Highbyte und Lowbyte). EN MRA4 Modbus 09/17 Page 9

10 Specific Modbus Function Codes Setting Date and Time Date and time can be set by means of function code 16 and read with function code 3. If the device address 0 (broadcast address) is selected, the times of all devices connected to this bus are simultaneously reset. The devices do not respond to a broadcast command. Page 10 EN MRA4 Modbus 09/17

11 Specific Modbus Function Codes Supported MODBUS- Error Messages Exception Response Telegrams are described within the general Modbus Application Protocol Specification". An exception response table with examples is shown there. The table below contains just the actually used codes. In case the device has recognized an error it will react in the following way: Exception Designation Code 1 Illegal Function The message received includes a function code which is not supported by the Slave. 2 Illegal Data Access was sought on a data word address not included in the data module. 3 Illegal Data Value The received message contains an invalid data structure (e.g. wrong number of data bytes). 4 Slave Device Failure An unrecoverable error occurred while the server (or slave) was attempting to perform the requested action. The response given by the device in a failure case has the following format: Slave 0x80 + Function Code Exception Code Checksum HI Checksum LO In the second Byte of the response the Function Code is sent with the highest Bit set to 1. This is equivalent to an addition by 0x80. The third Byte holds the Exception Code of the error message. EN MRA4 Modbus 09/17 Page 11

12 Appendix - Data Point Lists Signals AR Struct active Bit 0x1 ExBlo Bit 0x2 running Bit 0x8 t-dead Bit 0x10 successful (*) Bit 0x100 failed (*) Bit 0x200 t-ar Supervision Bit 0x1000 AR Struct ExBlo1-I Bit 0x1 (10) (13) - Signal: active - Signal: External Blocking - Signal: Auto Reclosing running - Signal: Dead time between trip and reclosure attempt - Signal: Auto Reclosing successful - Signal: Auto Reclosing failure - Signal: AR Supervision - input state: External blocking1 Page 12 EN MRA4 Modbus 09/17

13 ExBlo2-I Bit 0x2 CB ON Cmd Bit 0x10 Pre Shot (*) Bit 0x20 Shot 1 (*) Bit 0x40 Shot 2 (*) Bit 0x80 Shot 3 (*) Bit 0x100 Shot 4 (*) Bit 0x200 Shot 5 (*) Bit 0x400 Shot 6 (*) Bit 0x800 AR Struct Ex Lock-I Bit 0x1 (10) (11) (12) - input state: External blocking2 - Signal: CB switch ON Command - Pre Shot Control - Shot Control - Shot Control - Shot Control - Shot Control - Shot Control - Shot Control - input state: External AR lockout. EN MRA4 Modbus 09/17 Page 13

14 Ex Shot Inc-I Bit 0x2 Blo Bit 0x4 t-blo after CB man ON Bit 0x8 Lock Bit 0x10 t-reset Lockout Bit 0x20 Ready Bit 0x40 - input state: The AR Shot counter will be incremented by this external Signal. This can be used for Zone Coordination (of upstream Auto Reclosure devices). Note: This parameter enables the functionality only. The assignment has to be set within the global parameters. - Signal: Auto Reclosure is blocked - Signal: AR blocked after circuit breaker was switched on manually. This timer will be started if the circuit breaker was switched on manually. While this timer is running, AR cannot be started. - Signal: Auto Reclosure is locked out - Signal: Delay Timer for resetting the AR lockout. The reset of the AR lockout state will be delayed for this time, after the reset signal (e.g digital input or Scada) has been detected. - Signal: Ready to shoot Page 14 EN MRA4 Modbus 09/17

15 t-run2ready Bit 0x80 Standby Bit 0x100 Service Alarm 1 Service Alarm 2 Max Shots / h exceeded Bit 0x Bit 0x Bit 0x800 BO Slot X Struct BO Bit 0x1 BO Bit 0x2 BO Bit 0x4 BO Bit 0x8 (10) (11) (12) - Signal: Examination Time: If the Circuit Breaker remains after a reclosure attempt for the duration of this timer in the Closed position, the AR has been successful and the AR module returns into the ready state. - Signal: Standby - Signal: AR - Service Alarm 1, too many switching operations - Signal: AR - Service Alarm 2 - too many switching operations - Signal: The maximum allowed number of shots per hour has been exceeded. - Signal: Binary Output Relay - Signal: Binary Output Relay - Signal: Binary Output Relay - Signal: Binary Output Relay EN MRA4 Modbus 09/17 Page 15

16 BO Bit 0x10 BO Bit 0x20 DISARMED! Bit 0x40 Outs forced Bit 0x80 BO Slot X Struct BO Bit 0x1 BO Bit 0x2 BO Bit 0x4 BO Bit 0x8 - Signal: Binary Output Relay - Signal: Binary Output Relay - Signal: CAUTION! RELAYS DISARMED in order to safely perform maintenance while eliminating the risk of taking an entire process off-line. (Note: The Self Supervision Contact cannot be disarmed). YOU MUST ENSURE that the relays are ARMED AGAIN after maintenance - Signal: The State of at least one Relay Output has been set by force. That means that the state of at least one Relay is forced and hence does not show the state of the assigned signals. - Signal: Binary Output Relay - Signal: Binary Output Relay - Signal: Binary Output Relay - Signal: Binary Output Relay Page 16 EN MRA4 Modbus 09/17

17 BO Bit 0x10 BO Bit 0x20 DISARMED! Bit 0x40 Outs forced Bit 0x80 CBF - 50BF, 62BF Struct ExBlo1-I Bit 0x1 ExBlo2-I Bit 0x2 active Bit 0x4 ExBlo Bit 0x8 - Signal: Binary Output Relay - Signal: Binary Output Relay - Signal: CAUTION! RELAYS DISARMED in order to safely perform maintenance while eliminating the risk of taking an entire process off-line. (Note: The Self Supervision Contact cannot be disarmed). YOU MUST ENSURE that the relays are ARMED AGAIN after maintenance - Signal: The State of at least one Relay Output has been set by force. That means that the state of at least one Relay is forced and hence does not show the state of the assigned signals. - input state: External blocking1 - input state: External blocking2 - Signal: active - Signal: External Blocking EN MRA4 Modbus 09/17 Page 17

18 Trigger1-I Bit 0x10 Trigger2-I Bit 0x20 Trigger3-I Bit 0x40 running Bit 0x80 Alarm (*) Bit 0x100 Lockout (*) Bit 0x200 Waiting for Trigger (*) Bit 0x400 CLPU Struct ExBlo1-I Bit 0x1 ExBlo2-I Bit 0x2 Ex rev Interl-I Bit 0x4 active Bit 0x8 (10) (11) - Input: Trigger that will start the CBF - Input: Trigger that will start the CBF - Input: Trigger that will start the CBF - Signal: CBF- started - Signal: Circuit Breaker Failure - Signal: Lockout - Waiting for Trigger - input state: External blocking - input state: External blocking - input state: External reverse interlocking - Signal: active Page 18 EN MRA4 Modbus 09/17

19 ExBlo Bit 0x10 Ex rev Interl Bit 0x20 enabled Bit 0x200 detected (*) Bit 0x400 I< Bit 0x800 AR Blo Bit 0x1000 Load Inrush Bit 0x2000 Settle Time Bit 0x4000 CTS - 60L Struct ExBlo1-I Bit 0x1 ExBlo2-I Bit 0x2 active Bit 0x4 (10) (11) (12) (13) (14) (15) - Signal: External Blocking - Signal: External reverse Interlocking - Signal: Cold Load enabled - Signal: Cold Load detected - Signal: No Load Current. - Signal: Blocked by AR - Signal: Load Inrush - Signal: Settle Time - input state: External blocking1 - input state: External blocking2 - Signal: active EN MRA4 Modbus 09/17 Page 19

20 ExBlo Bit 0x8 Alarm Bit 0x10 Ctrl Struct Local Bit 0x1 Remote Bit 0x2 NonInterl Bit 0x4 SG Disturb Bit 0x8 SG Indeterm Bit 0x10 DI Slot X Struct DI Bit 0x1 DI Bit 0x2 DI Bit 0x4 - Signal: External Blocking - Signal: Alarm Current Transformer Measuring Circuit Supervision - Switching Authority: Local - Switching Authority: Remote - Non-Interlocking is active - Minimum one Switchgear is disturbed. - Minimum one Switchgear is moving (Position cannot be determined). - Signal: Digital Input - Signal: Digital Input - Signal: Digital Input Page 20 EN MRA4 Modbus 09/17

21 DI Bit 0x8 DI Bit 0x10 DI Bit 0x20 DI Bit 0x40 DI Bit 0x80 DI Slot X Struct DI Bit 0x1 DI Bit 0x2 DI Bit 0x4 DI Bit 0x8 DI Bit 0x10 DI Bit 0x20 - Signal: Digital Input - Signal: Digital Input - Signal: Digital Input - Signal: Digital Input - Signal: Digital Input - Signal: Digital Input - Signal: Digital Input - Signal: Digital Input - Signal: Digital Input - Signal: Digital Input - Signal: Digital Input EN MRA4 Modbus 09/17 Page 21

22 DI Bit 0x40 DI Bit 0x80 ExP[1] Struct ExBlo1-I Bit 0x1 ExBlo2-I Bit 0x2 ExBlo TripCmd-I Bit 0x4 Alarm-I Bit 0x8 Trip-I Bit 0x10 active Bit 0x20 ExBlo Bit 0x40 Blo TripCmd Bit 0x80 ExBlo TripCmd Bit 0x100 - Signal: Digital Input - Signal: Digital Input - input state: External blocking1 - input state: External blocking2 - input state: External Blocking of the Trip Command - input state: Alarm - input state: Trip - Signal: active - Signal: External Blocking - Signal: Trip Command blocked - Signal: External Blocking of the Trip Command Page 22 EN MRA4 Modbus 09/17

23 Alarm Bit 0x200 Trip (*) Bit 0x400 TripCmd (*) Bit 0x800 ExP[2] Struct ExBlo1-I Bit 0x1 ExBlo2-I Bit 0x2 ExBlo TripCmd-I Bit 0x4 Alarm-I Bit 0x8 Trip-I Bit 0x10 active Bit 0x20 ExBlo Bit 0x40 Blo TripCmd Bit 0x80 (10) (11) (12) - Signal: Alarm - Signal: Trip - Signal: Trip Command - input state: External blocking1 - input state: External blocking2 - input state: External Blocking of the Trip Command - input state: Alarm - input state: Trip - Signal: active - Signal: External Blocking - Signal: Trip Command blocked EN MRA4 Modbus 09/17 Page 23

24 ExBlo TripCmd Bit 0x100 Alarm Bit 0x200 Trip (*) Bit 0x400 TripCmd (*) Bit 0x800 ExP[3] Struct ExBlo1-I Bit 0x1 ExBlo2-I Bit 0x2 ExBlo TripCmd-I Bit 0x4 Alarm-I Bit 0x8 Trip-I Bit 0x10 active Bit 0x20 ExBlo Bit 0x40 (10) (11) (12) - Signal: External Blocking of the Trip Command - Signal: Alarm - Signal: Trip - Signal: Trip Command - input state: External blocking1 - input state: External blocking2 - input state: External Blocking of the Trip Command - input state: Alarm - input state: Trip - Signal: active - Signal: External Blocking Page 24 EN MRA4 Modbus 09/17

25 Blo TripCmd Bit 0x80 ExBlo TripCmd Bit 0x100 Alarm Bit 0x200 Trip (*) Bit 0x400 TripCmd (*) Bit 0x800 ExP[4] Struct ExBlo1-I Bit 0x1 ExBlo2-I Bit 0x2 ExBlo TripCmd-I Bit 0x4 Alarm-I Bit 0x8 Trip-I Bit 0x10 active Bit 0x20 (10) (11) (12) - Signal: Trip Command blocked - Signal: External Blocking of the Trip Command - Signal: Alarm - Signal: Trip - Signal: Trip Command - input state: External blocking1 - input state: External blocking2 - input state: External Blocking of the Trip Command - input state: Alarm - input state: Trip - Signal: active EN MRA4 Modbus 09/17 Page 25

26 ExBlo Bit 0x40 Blo TripCmd Bit 0x80 ExBlo TripCmd Bit 0x100 Alarm Bit 0x200 Trip (*) Bit 0x400 TripCmd (*) Bit 0x800 Fast Status Register Struct (10) (11) (12) - Signal: External Blocking - Signal: Trip Command blocked - Signal: External Blocking of the Trip Command - Signal: Alarm - Signal: Trip - Signal: Trip Command Page 26 EN MRA4 Modbus 09/17

27 Device Type Bit 0xffff - Device Type: Device type code for relationship between device name and its Modbus code. Fast Status Register Struct Comm Version Bit 0xffff Fast Status Register Struct Config Bin Inp1-I Bit 0x1 Woodward: MRI MRU MRA MCA MRDT MCDTV MCDGV MRM MRMV MCDLV Modbus Communication version. This version number changes if something becomes incompatible between different Modbus releases. - State of the module input: Config Bin Inp EN MRA4 Modbus 09/17 Page 27

28 Config Bin Inp2-I Bit 0x2 - State of the module input: Config Bin Inp Config Bin Inp3-I Bit 0x4 - State of the module input: Config Bin Inp Config Bin Inp4-I Bit 0x8 - State of the module input: Config Bin Inp Config Bin Inp5-I Bit 0x10 - State of the module input: Config Bin Inp Config Bin Inp6-I Bit 0x20 - State of the module input: Config Bin Inp Config Bin Inp7-I Bit 0x40 - State of the module input: Config Bin Inp Config Bin Inp8-I Bit 0x80 - State of the module input: Config Bin Inp Config Bin Inp9-I Bit 0x100 - State of the module input: Config Bin Inp Config Bin Inp10-I Bit 0x200 (10) - State of the module input: Config Bin Inp Config Bin Inp11-I Bit 0x400 (11) - State of the module input: Config Bin Inp Config Bin Inp12-I Bit 0x800 (12) - State of the module input: Config Bin Inp Page 28 EN MRA4 Modbus 09/17

29 Config Bin Inp13-I Config Bin Inp14-I Config Bin Inp15-I Config Bin Inp16-I Bit 0x Bit 0x Bit 0x Bit 0x8000 Fast Status Register Struct Config Bin Inp17-I Config Bin Inp18-I Config Bin Inp19-I Config Bin Inp20-I Config Bin Inp21-I Config Bin Inp22-I Config Bin Inp23-I Bit 0x Bit 0x Bit 0x Bit 0x Bit 0x Bit 0x Bit 0x40 (13) (14) (15) (16) - State of the module input: Config Bin Inp - State of the module input: Config Bin Inp - State of the module input: Config Bin Inp - State of the module input: Config Bin Inp - State of the module input: Config Bin Inp - State of the module input: Config Bin Inp - State of the module input: Config Bin Inp - State of the module input: Config Bin Inp - State of the module input: Config Bin Inp - State of the module input: Config Bin Inp - State of the module input: Config Bin Inp EN MRA4 Modbus 09/17 Page 29

30 Config Bin Inp24-I Config Bin Inp25-I Config Bin Inp26-I Config Bin Inp27-I Config Bin Inp28-I Config Bin Inp29-I Config Bin Inp30-I Config Bin Inp31-I Config Bin Inp32-I Bit 0x Bit 0x Bit 0x Bit 0x Bit 0x Bit 0x Bit 0x Bit 0x Bit 0x8000 Fast Status Register Struct (10) (11) (12) (13) (14) (15) (16) - State of the module input: Config Bin Inp - State of the module input: Config Bin Inp - State of the module input: Config Bin Inp - State of the module input: Config Bin Inp - State of the module input: Config Bin Inp - State of the module input: Config Bin Inp - State of the module input: Config Bin Inp - State of the module input: Config Bin Inp - State of the module input: Config Bin Inp Page 30 EN MRA4 Modbus 09/17

31 Trip (*) Bit 0xffff I2>[1] Struct ExBlo1-I Bit 0x1 ExBlo2-I Bit 0x2 ExBlo TripCmd-I Bit 0x4 active Bit 0x8 ExBlo Bit 0x10 Blo TripCmd Bit 0x20 ExBlo TripCmd Bit 0x40 - Initial reason of trip. It is transferred as an integer value in the MODBUS register 5004 and essentially corresponds to the Trip entry in the fault record, i. e. to the name of the protective module that tripped first. Look up the definition of these integer values (i. e. the mapping trip code number-->module name) in the Cause of Trip table within the SCADA documentation. - input state: External blocking1 - input state: External blocking2 - input state: External Blocking of the Trip Command - Signal: active - Signal: External Blocking - Signal: Trip Command blocked - Signal: External Blocking of the Trip Command EN MRA4 Modbus 09/17 Page 31

32 Alarm Bit 0x80 Trip (*) Bit 0x100 TripCmd (*) Bit 0x200 I2>[2] Struct ExBlo1-I Bit 0x1 ExBlo2-I Bit 0x2 ExBlo TripCmd-I Bit 0x4 active Bit 0x8 ExBlo Bit 0x10 Blo TripCmd Bit 0x20 ExBlo TripCmd Bit 0x40 Alarm Bit 0x80 (10) - Signal: Alarm Negative Sequence - Signal: Trip - Signal: Trip Command - input state: External blocking1 - input state: External blocking2 - input state: External Blocking of the Trip Command - Signal: active - Signal: External Blocking - Signal: Trip Command blocked - Signal: External Blocking of the Trip Command - Signal: Alarm Negative Sequence Page 32 EN MRA4 Modbus 09/17

33 Trip (*) Bit 0x100 TripCmd (*) Bit 0x200 IG[1] - 50N, 51N Struct ExBlo1-I Bit 0x1 ExBlo2-I Bit 0x2 ExBlo TripCmd-I Bit 0x4 Ex rev Interl-I Bit 0x8 active Bit 0x10 ExBlo Bit 0x20 Ex rev Interl Bit 0x40 Blo TripCmd Bit 0x80 ExBlo TripCmd Bit 0x100 (10) - Signal: Trip - Signal: Trip Command - input state: External blocking1 - input state: External blocking2 - input state: External Blocking of the Trip Command - input state: External reverse interlocking - Signal: active - Signal: External Blocking - Signal: External reverse Interlocking - Signal: Trip Command blocked - Signal: External Blocking of the Trip Command EN MRA4 Modbus 09/17 Page 33

34 IGH2 Blo Bit 0x200 Alarm Bit 0x400 Trip (*) Bit 0x800 TripCmd (*) Bit 0x1000 IG[2] - 50N, 51N Struct ExBlo1-I Bit 0x1 ExBlo2-I Bit 0x2 ExBlo TripCmd-I Bit 0x4 Ex rev Interl-I Bit 0x8 active Bit 0x10 ExBlo Bit 0x20 Ex rev Interl Bit 0x40 (10) (11) (12) (13) - Signal: blocked by an inrush - Signal: Alarm IG - Signal: Trip - Signal: Trip Command - input state: External blocking1 - input state: External blocking2 - input state: External Blocking of the Trip Command - input state: External reverse interlocking - Signal: active - Signal: External Blocking - Signal: External reverse Interlocking Page 34 EN MRA4 Modbus 09/17

35 Blo TripCmd Bit 0x80 ExBlo TripCmd Bit 0x100 IGH2 Blo Bit 0x200 Alarm Bit 0x400 Trip (*) Bit 0x800 TripCmd (*) Bit 0x1000 IG[3] - 50N, 51N Struct ExBlo1-I Bit 0x1 ExBlo2-I Bit 0x2 ExBlo TripCmd-I Bit 0x4 Ex rev Interl-I Bit 0x8 active Bit 0x10 (10) (11) (12) (13) - Signal: Trip Command blocked - Signal: External Blocking of the Trip Command - Signal: blocked by an inrush - Signal: Alarm IG - Signal: Trip - Signal: Trip Command - input state: External blocking1 - input state: External blocking2 - input state: External Blocking of the Trip Command - input state: External reverse interlocking - Signal: active EN MRA4 Modbus 09/17 Page 35

36 ExBlo Bit 0x20 Ex rev Interl Bit 0x40 Blo TripCmd Bit 0x80 ExBlo TripCmd Bit 0x100 IGH2 Blo Bit 0x200 Alarm Bit 0x400 Trip (*) Bit 0x800 TripCmd (*) Bit 0x1000 IG[4] - 50N, 51N Struct ExBlo1-I Bit 0x1 ExBlo2-I Bit 0x2 ExBlo TripCmd-I Bit 0x4 (10) (11) (12) (13) - Signal: External Blocking - Signal: External reverse Interlocking - Signal: Trip Command blocked - Signal: External Blocking of the Trip Command - Signal: blocked by an inrush - Signal: Alarm IG - Signal: Trip - Signal: Trip Command - input state: External blocking1 - input state: External blocking2 - input state: External Blocking of the Trip Command Page 36 EN MRA4 Modbus 09/17

37 Ex rev Interl-I Bit 0x8 active Bit 0x10 ExBlo Bit 0x20 Ex rev Interl Bit 0x40 Blo TripCmd Bit 0x80 ExBlo TripCmd Bit 0x100 IGH2 Blo Bit 0x200 Alarm Bit 0x400 Trip (*) Bit 0x800 TripCmd (*) Bit 0x1000 IH Struct ExBlo1-I Bit 0x1 (10) (11) (12) (13) - input state: External reverse interlocking - Signal: active - Signal: External Blocking - Signal: External reverse Interlocking - Signal: Trip Command blocked - Signal: External Blocking of the Trip Command - Signal: blocked by an inrush - Signal: Alarm IG - Signal: Trip - Signal: Trip Command - input state: External blocking1 EN MRA4 Modbus 09/17 Page 37

38 ExBlo2-I Bit 0x2 active Bit 0x4 ExBlo Bit 0x8 Blo L Bit 0x10 Blo L Bit 0x20 Blo L Bit 0x40 Blo IG meas Bit 0x80 3-ph Blo Bit 0x100 Blo IG calc Bit 0x200 IRIG-B Struct IRIG-B active Bit 0x1 (10) - input state: External blocking2 - Signal: active - Signal: External Blocking - Signal: Blocked L1 - Signal: Blocked L2 - Signal: Blocked L3 - Signal: Blocking of the ground (earth) protection module (measured ground current) - Signal: Inrush was detected in at least one phase - trip command blocked. - Signal: Blocking of the ground (earth) protection module (calculated ground current) - Signal: If there is no valid IRIG-B signal for 60 sec, IRIG-B is regarded as inactive. Page 38 EN MRA4 Modbus 09/17

39 High-Low Invert Bit 0x2 I[1] - 50, Struct ExBlo1-I Bit 0x1 ExBlo2-I Bit 0x2 ExBlo TripCmd-I Bit 0x4 Ex rev Interl-I Bit 0x8 active Bit 0x10 ExBlo Bit 0x20 Ex rev Interl Bit 0x40 Blo TripCmd Bit 0x80 ExBlo TripCmd Bit 0x100 - Signal: The High and Low signals of the IRIG-B are inverted. This does NOT mean that the wiring is faulty. If the wiring is faulty no IRIG-B signal will be detected. - input state: External blocking1 - input state: External blocking2 - input state: External Blocking of the Trip Command - input state: External reverse interlocking - Signal: active - Signal: External Blocking - Signal: External reverse Interlocking - Signal: Trip Command blocked - Signal: External Blocking of the Trip Command EN MRA4 Modbus 09/17 Page 39

40 IH2 Blo Bit 0x200 I[1] - 50, Struct Alarm L Bit 0x1 Alarm L Bit 0x2 Alarm L Bit 0x4 Alarm Bit 0x8 Trip L1 (*) Bit 0x10 Trip L2 (*) Bit 0x20 Trip L3 (*) Bit 0x40 Trip (*) Bit 0x80 TripCmd (*) Bit 0x100 I[2] - 50, Struct (10) - Signal: Blocking the trip command by an inrush - Signal: Alarm L1 - Signal: Alarm L2 - Signal: Alarm L3 - Signal: Alarm - Signal: General Trip Phase L1 - Signal: General Trip Phase L2 - Signal: General Trip Phase L3 - Signal: Trip - Signal: Trip Command Page 40 EN MRA4 Modbus 09/17

41 ExBlo1-I Bit 0x1 ExBlo2-I Bit 0x2 ExBlo TripCmd-I Bit 0x4 Ex rev Interl-I Bit 0x8 active Bit 0x10 ExBlo Bit 0x20 Ex rev Interl Bit 0x40 Blo TripCmd Bit 0x80 ExBlo TripCmd Bit 0x100 IH2 Blo Bit 0x200 I[2] - 50, Struct Alarm L Bit 0x1 (10) - input state: External blocking1 - input state: External blocking2 - input state: External Blocking of the Trip Command - input state: External reverse interlocking - Signal: active - Signal: External Blocking - Signal: External reverse Interlocking - Signal: Trip Command blocked - Signal: External Blocking of the Trip Command - Signal: Blocking the trip command by an inrush - Signal: Alarm L1 EN MRA4 Modbus 09/17 Page 41

42 Alarm L Bit 0x2 Alarm L Bit 0x4 Alarm Bit 0x8 Trip L1 (*) Bit 0x10 Trip L2 (*) Bit 0x20 Trip L3 (*) Bit 0x40 Trip (*) Bit 0x80 TripCmd (*) Bit 0x100 I[3] - 50, Struct ExBlo1-I Bit 0x1 ExBlo2-I Bit 0x2 ExBlo TripCmd-I Bit 0x4 - Signal: Alarm L2 - Signal: Alarm L3 - Signal: Alarm - Signal: General Trip Phase L1 - Signal: General Trip Phase L2 - Signal: General Trip Phase L3 - Signal: Trip - Signal: Trip Command - input state: External blocking1 - input state: External blocking2 - input state: External Blocking of the Trip Command Page 42 EN MRA4 Modbus 09/17

43 Ex rev Interl-I Bit 0x8 active Bit 0x10 ExBlo Bit 0x20 Ex rev Interl Bit 0x40 Blo TripCmd Bit 0x80 ExBlo TripCmd Bit 0x100 IH2 Blo Bit 0x200 I[3] - 50, Struct Alarm L Bit 0x1 Alarm L Bit 0x2 Alarm L Bit 0x4 Alarm Bit 0x8 (10) - input state: External reverse interlocking - Signal: active - Signal: External Blocking - Signal: External reverse Interlocking - Signal: Trip Command blocked - Signal: External Blocking of the Trip Command - Signal: Blocking the trip command by an inrush - Signal: Alarm L1 - Signal: Alarm L2 - Signal: Alarm L3 - Signal: Alarm EN MRA4 Modbus 09/17 Page 43

44 Trip L1 (*) Bit 0x10 Trip L2 (*) Bit 0x20 Trip L3 (*) Bit 0x40 Trip (*) Bit 0x80 TripCmd (*) Bit 0x100 I[4] - 50, Struct ExBlo1-I Bit 0x1 ExBlo2-I Bit 0x2 ExBlo TripCmd-I Bit 0x4 Ex rev Interl-I Bit 0x8 active Bit 0x10 ExBlo Bit 0x20 - Signal: General Trip Phase L1 - Signal: General Trip Phase L2 - Signal: General Trip Phase L3 - Signal: Trip - Signal: Trip Command - input state: External blocking1 - input state: External blocking2 - input state: External Blocking of the Trip Command - input state: External reverse interlocking - Signal: active - Signal: External Blocking Page 44 EN MRA4 Modbus 09/17

45 Ex rev Interl Bit 0x40 Blo TripCmd Bit 0x80 ExBlo TripCmd Bit 0x100 IH2 Blo Bit 0x200 I[4] - 50, Struct Alarm L Bit 0x1 Alarm L Bit 0x2 Alarm L Bit 0x4 Alarm Bit 0x8 Trip L1 (*) Bit 0x10 Trip L2 (*) Bit 0x20 Trip L3 (*) Bit 0x40 (10) - Signal: External reverse Interlocking - Signal: Trip Command blocked - Signal: External Blocking of the Trip Command - Signal: Blocking the trip command by an inrush - Signal: Alarm L1 - Signal: Alarm L2 - Signal: Alarm L3 - Signal: Alarm - Signal: General Trip Phase L1 - Signal: General Trip Phase L2 - Signal: General Trip Phase L3 EN MRA4 Modbus 09/17 Page 45

46 Trip (*) Bit 0x80 TripCmd (*) Bit 0x100 I[5] - 50, Struct ExBlo1-I Bit 0x1 ExBlo2-I Bit 0x2 ExBlo TripCmd-I Bit 0x4 Ex rev Interl-I Bit 0x8 active Bit 0x10 ExBlo Bit 0x20 Ex rev Interl Bit 0x40 Blo TripCmd Bit 0x80 ExBlo TripCmd Bit 0x100 - Signal: Trip - Signal: Trip Command - input state: External blocking1 - input state: External blocking2 - input state: External Blocking of the Trip Command - input state: External reverse interlocking - Signal: active - Signal: External Blocking - Signal: External reverse Interlocking - Signal: Trip Command blocked - Signal: External Blocking of the Trip Command Page 46 EN MRA4 Modbus 09/17

47 IH2 Blo Bit 0x200 I[5] - 50, Struct Alarm L Bit 0x1 Alarm L Bit 0x2 Alarm L Bit 0x4 Alarm Bit 0x8 Trip L1 (*) Bit 0x10 Trip L2 (*) Bit 0x20 Trip L3 (*) Bit 0x40 Trip (*) Bit 0x80 TripCmd (*) Bit 0x100 I[6] - 50, Struct (10) - Signal: Blocking the trip command by an inrush - Signal: Alarm L1 - Signal: Alarm L2 - Signal: Alarm L3 - Signal: Alarm - Signal: General Trip Phase L1 - Signal: General Trip Phase L2 - Signal: General Trip Phase L3 - Signal: Trip - Signal: Trip Command EN MRA4 Modbus 09/17 Page 47

48 ExBlo1-I Bit 0x1 ExBlo2-I Bit 0x2 ExBlo TripCmd-I Bit 0x4 Ex rev Interl-I Bit 0x8 active Bit 0x10 ExBlo Bit 0x20 Ex rev Interl Bit 0x40 Blo TripCmd Bit 0x80 ExBlo TripCmd Bit 0x100 IH2 Blo Bit 0x200 I[6] - 50, Struct Alarm L Bit 0x1 (10) - input state: External blocking1 - input state: External blocking2 - input state: External Blocking of the Trip Command - input state: External reverse interlocking - Signal: active - Signal: External Blocking - Signal: External reverse Interlocking - Signal: Trip Command blocked - Signal: External Blocking of the Trip Command - Signal: Blocking the trip command by an inrush - Signal: Alarm L1 Page 48 EN MRA4 Modbus 09/17

49 Alarm L Bit 0x2 Alarm L Bit 0x4 Alarm Bit 0x8 Trip L1 (*) Bit 0x10 Trip L2 (*) Bit 0x20 Trip L3 (*) Bit 0x40 Trip (*) Bit 0x80 TripCmd (*) Bit 0x100 Intertripping Struct ExBlo1-I Bit 0x1 ExBlo2-I Bit 0x2 ExBlo TripCmd-I Bit 0x4 - Signal: Alarm L2 - Signal: Alarm L3 - Signal: Alarm - Signal: General Trip Phase L1 - Signal: General Trip Phase L2 - Signal: General Trip Phase L3 - Signal: Trip - Signal: Trip Command - input state: External blocking1 - input state: External blocking2 - input state: External Blocking of the Trip Command EN MRA4 Modbus 09/17 Page 49

50 Alarm-I Bit 0x8 Trip-I Bit 0x10 active Bit 0x20 ExBlo Bit 0x40 Blo TripCmd Bit 0x80 ExBlo TripCmd Bit 0x100 Alarm Bit 0x200 Trip (*) Bit 0x400 TripCmd (*) Bit 0x800 LOP Struct ExBlo1-I Bit 0x1 ExBlo2-I Bit 0x2 (10) (11) (12) - input state: Alarm - input state: Trip - Signal: active - Signal: External Blocking - Signal: Trip Command blocked - Signal: External Blocking of the Trip Command - Signal: Alarm - Signal: Trip - Signal: Trip Command - input state: External blocking1 - input state: External blocking2 Page 50 EN MRA4 Modbus 09/17

51 active Bit 0x4 ExBlo Bit 0x8 LOP Blo Bit 0x10 Alarm Bit 0x20 Ex FF EVT Bit 0x1000 Ex FF VT Bit 0x2000 LOP Struct Ex FF EVT-I Bit 0x1 Ex FF VT-I Bit 0x2 Blo Trigger1-I Bit 0x4 Blo Trigger2-I Bit 0x8 (13) (14) - Signal: active - Signal: External Blocking - Signal: Loss of Potential blocks other elements. - Signal: Alarm Loss of Potential - Signal: Alarm Fuse Failure Earth Voltage Transformers - Signal: Ex FF VT - State of the module input: Alarm Fuse Failure Earth Voltage Transformers - State of the module input: Alarm Fuse Failure Voltage Transformers - State of the module input: An Alarm of this protective element will block the Loss of Potential Detection. - State of the module input: An Alarm of this protective element will block the Loss of Potential Detection. EN MRA4 Modbus 09/17 Page 51

52 Blo Trigger3-I Bit 0x10 Blo Trigger4-I Bit 0x20 Blo Trigger5-I Bit 0x40 LVRT[1] Struct ExBlo1-I Bit 0x1 ExBlo2-I Bit 0x2 ExBlo TripCmd-I Bit 0x4 active Bit 0x8 ExBlo Bit 0x10 Blo TripCmd Bit 0x20 ExBlo TripCmd Bit 0x40 LVRT[1] Struct - State of the module input: An Alarm of this protective element will block the Loss of Potential Detection. - State of the module input: An Alarm of this protective element will block the Loss of Potential Detection. - State of the module input: An Alarm of this protective element will block the Loss of Potential Detection. - input state: External blocking1 - input state: External blocking2 - input state: External Blocking of the Trip Command - Signal: active - Signal: External Blocking - Signal: Trip Command blocked - Signal: External Blocking of the Trip Command Page 52 EN MRA4 Modbus 09/17

53 Alarm L Bit 0x1 Alarm L Bit 0x2 Alarm L Bit 0x4 Alarm Bit 0x8 Trip L1 (*) Bit 0x10 Trip L2 (*) Bit 0x20 Trip L3 (*) Bit 0x40 Trip (*) Bit 0x80 TripCmd (*) Bit 0x100 t-lvrt is running (*) Bit 0x200 LVRT[2] Struct ExBlo1-I Bit 0x1 (10) - Signal: Alarm L1 - Signal: Alarm L2 - Signal: Alarm L3 - Signal: Alarm voltage stage - Signal: General Trip Phase L1 - Signal: General Trip Phase L2 - Signal: General Trip Phase L3 - Signal: Trip - Signal: Trip Command - Signal: t-lvrt is running - input state: External blocking1 EN MRA4 Modbus 09/17 Page 53

54 ExBlo2-I Bit 0x2 ExBlo TripCmd-I Bit 0x4 active Bit 0x8 ExBlo Bit 0x10 Blo TripCmd Bit 0x20 ExBlo TripCmd Bit 0x40 LVRT[2] Struct Alarm L Bit 0x1 Alarm L Bit 0x2 Alarm L Bit 0x4 Alarm Bit 0x8 Trip L1 (*) Bit 0x10 - input state: External blocking2 - input state: External Blocking of the Trip Command - Signal: active - Signal: External Blocking - Signal: Trip Command blocked - Signal: External Blocking of the Trip Command - Signal: Alarm L1 - Signal: Alarm L2 - Signal: Alarm L3 - Signal: Alarm voltage stage - Signal: General Trip Phase L1 Page 54 EN MRA4 Modbus 09/17

55 Trip L2 (*) Bit 0x20 Trip L3 (*) Bit 0x40 Trip (*) Bit 0x80 TripCmd (*) Bit 0x100 t-lvrt is running (*) Bit 0x200 Logics Struct LE1.Gate Out Bit 0x1 LE1.Timer Out Bit 0x2 LE1.Out Bit 0x4 LE1.Out inverted Bit 0x8 LE1.Gate In1-I Bit 0x10 LE1.Gate In2-I Bit 0x20 (10) - Signal: General Trip Phase L2 - Signal: General Trip Phase L3 - Signal: Trip - Signal: Trip Command - Signal: t-lvrt is running - Signal: Output of the logic gate - Signal: Timer Output - Signal: Latched Output (Q) - Signal: Negated Latched Output (Q NOT) - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal EN MRA4 Modbus 09/17 Page 55

56 LE1.Gate In3-I Bit 0x40 LE1.Gate In4-I Bit 0x80 LE1.Reset Latch-I Bit 0x100 Logics Struct LE2.Gate Out Bit 0x1 LE2.Timer Out Bit 0x2 LE2.Out Bit 0x4 LE2.Out inverted Bit 0x8 LE2.Gate In1-I Bit 0x10 LE2.Gate In2-I Bit 0x20 LE2.Gate In3-I Bit 0x40 LE2.Gate In4-I Bit 0x80 - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal - State of the module input: Reset Signal for the Latching - Signal: Output of the logic gate - Signal: Timer Output - Signal: Latched Output (Q) - Signal: Negated Latched Output (Q NOT) - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal Page 56 EN MRA4 Modbus 09/17

57 LE2.Reset Latch-I Bit 0x100 Logics Struct LE3.Gate Out Bit 0x1 LE3.Timer Out Bit 0x2 LE3.Out Bit 0x4 LE3.Out inverted Bit 0x8 LE3.Gate In1-I Bit 0x10 LE3.Gate In2-I Bit 0x20 LE3.Gate In3-I Bit 0x40 LE3.Gate In4-I Bit 0x80 LE3.Reset Latch-I Bit 0x100 Logics Struct - State of the module input: Reset Signal for the Latching - Signal: Output of the logic gate - Signal: Timer Output - Signal: Latched Output (Q) - Signal: Negated Latched Output (Q NOT) - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal - State of the module input: Reset Signal for the Latching EN MRA4 Modbus 09/17 Page 57

58 LE4.Gate Out Bit 0x1 LE4.Timer Out Bit 0x2 LE4.Out Bit 0x4 LE4.Out inverted Bit 0x8 LE4.Gate In1-I Bit 0x10 LE4.Gate In2-I Bit 0x20 LE4.Gate In3-I Bit 0x40 LE4.Gate In4-I Bit 0x80 LE4.Reset Latch-I Bit 0x100 Logics Struct LE5.Gate Out Bit 0x1 LE5.Timer Out Bit 0x2 - Signal: Output of the logic gate - Signal: Timer Output - Signal: Latched Output (Q) - Signal: Negated Latched Output (Q NOT) - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal - State of the module input: Reset Signal for the Latching - Signal: Output of the logic gate - Signal: Timer Output Page 58 EN MRA4 Modbus 09/17

59 LE5.Out Bit 0x4 LE5.Out inverted Bit 0x8 LE5.Gate In1-I Bit 0x10 LE5.Gate In2-I Bit 0x20 LE5.Gate In3-I Bit 0x40 LE5.Gate In4-I Bit 0x80 LE5.Reset Latch-I Bit 0x100 Logics Struct LE6.Gate Out Bit 0x1 LE6.Timer Out Bit 0x2 LE6.Out Bit 0x4 LE6.Out inverted Bit 0x8 - Signal: Latched Output (Q) - Signal: Negated Latched Output (Q NOT) - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal - State of the module input: Reset Signal for the Latching - Signal: Output of the logic gate - Signal: Timer Output - Signal: Latched Output (Q) - Signal: Negated Latched Output (Q NOT) EN MRA4 Modbus 09/17 Page 59

60 LE6.Gate In1-I Bit 0x10 LE6.Gate In2-I Bit 0x20 LE6.Gate In3-I Bit 0x40 LE6.Gate In4-I Bit 0x80 LE6.Reset Latch-I Bit 0x100 Logics Struct LE7.Gate Out Bit 0x1 LE7.Timer Out Bit 0x2 LE7.Out Bit 0x4 LE7.Out inverted Bit 0x8 LE7.Gate In1-I Bit 0x10 LE7.Gate In2-I Bit 0x20 - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal - State of the module input: Reset Signal for the Latching - Signal: Output of the logic gate - Signal: Timer Output - Signal: Latched Output (Q) - Signal: Negated Latched Output (Q NOT) - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal Page 60 EN MRA4 Modbus 09/17

61 LE7.Gate In3-I Bit 0x40 LE7.Gate In4-I Bit 0x80 LE7.Reset Latch-I Bit 0x100 Logics Struct LE8.Gate Out Bit 0x1 LE8.Timer Out Bit 0x2 LE8.Out Bit 0x4 LE8.Out inverted Bit 0x8 LE8.Gate In1-I Bit 0x10 LE8.Gate In2-I Bit 0x20 LE8.Gate In3-I Bit 0x40 LE8.Gate In4-I Bit 0x80 - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal - State of the module input: Reset Signal for the Latching - Signal: Output of the logic gate - Signal: Timer Output - Signal: Latched Output (Q) - Signal: Negated Latched Output (Q NOT) - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal EN MRA4 Modbus 09/17 Page 61

62 LE8.Reset Latch-I Bit 0x100 Logics Struct LE9.Gate Out Bit 0x1 LE9.Timer Out Bit 0x2 LE9.Out Bit 0x4 LE9.Out inverted Bit 0x8 LE9.Gate In1-I Bit 0x10 LE9.Gate In2-I Bit 0x20 LE9.Gate In3-I Bit 0x40 LE9.Gate In4-I Bit 0x80 LE9.Reset Latch-I Bit 0x100 Logics Struct - State of the module input: Reset Signal for the Latching - Signal: Output of the logic gate - Signal: Timer Output - Signal: Latched Output (Q) - Signal: Negated Latched Output (Q NOT) - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal - State of the module input: Reset Signal for the Latching Page 62 EN MRA4 Modbus 09/17

63 LE10.Gate Out Bit 0x1 LE10.Timer Out Bit 0x2 LE10.Out Bit 0x4 LE10.Out inverted LE10.Gate In1- I LE10.Gate In2- I LE10.Gate In3- I LE10.Gate In4- I LE10.Reset Latch-I Bit 0x Bit 0x Bit 0x Bit 0x Bit 0x Bit 0x100 Logics Struct LE11.Gate Out Bit 0x1 LE11.Timer Out Bit 0x2 - Signal: Output of the logic gate - Signal: Timer Output - Signal: Latched Output (Q) - Signal: Negated Latched Output (Q NOT) - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal - State of the module input: Reset Signal for the Latching - Signal: Output of the logic gate - Signal: Timer Output EN MRA4 Modbus 09/17 Page 63

64 LE11.Out Bit 0x4 LE11.Out inverted LE11.Gate In1- I LE11.Gate In2- I LE11.Gate In3- I LE11.Gate In4- I LE11.Reset Latch-I Bit 0x Bit 0x Bit 0x Bit 0x Bit 0x Bit 0x100 Logics Struct LE12.Gate Out Bit 0x1 LE12.Timer Out Bit 0x2 LE12.Out Bit 0x4 LE12.Out inverted Bit 0x8 - Signal: Latched Output (Q) - Signal: Negated Latched Output (Q NOT) - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal - State of the module input: Reset Signal for the Latching - Signal: Output of the logic gate - Signal: Timer Output - Signal: Latched Output (Q) - Signal: Negated Latched Output (Q NOT) Page 64 EN MRA4 Modbus 09/17

65 LE12.Gate In1- I LE12.Gate In2- I LE12.Gate In3- I LE12.Gate In4- I LE12.Reset Latch-I Bit 0x Bit 0x Bit 0x Bit 0x Bit 0x100 Logics Struct LE13.Gate Out Bit 0x1 LE13.Timer Out Bit 0x2 LE13.Out Bit 0x4 LE13.Out inverted LE13.Gate In1- I LE13.Gate In2- I Bit 0x Bit 0x Bit 0x20 - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal - State of the module input: Reset Signal for the Latching - Signal: Output of the logic gate - Signal: Timer Output - Signal: Latched Output (Q) - Signal: Negated Latched Output (Q NOT) - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal EN MRA4 Modbus 09/17 Page 65

66 LE13.Gate In3- I LE13.Gate In4- I LE13.Reset Latch-I Bit 0x Bit 0x Bit 0x100 Logics Struct LE14.Gate Out Bit 0x1 LE14.Timer Out Bit 0x2 LE14.Out Bit 0x4 LE14.Out inverted LE14.Gate In1- I LE14.Gate In2- I LE14.Gate In3- I LE14.Gate In4- I Bit 0x Bit 0x Bit 0x Bit 0x Bit 0x80 - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal - State of the module input: Reset Signal for the Latching - Signal: Output of the logic gate - Signal: Timer Output - Signal: Latched Output (Q) - Signal: Negated Latched Output (Q NOT) - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal Page 66 EN MRA4 Modbus 09/17

67 LE14.Reset Latch-I Bit 0x100 Logics Struct LE15.Gate Out Bit 0x1 LE15.Timer Out Bit 0x2 LE15.Out Bit 0x4 LE15.Out inverted LE15.Gate In1- I LE15.Gate In2- I LE15.Gate In3- I LE15.Gate In4- I LE15.Reset Latch-I Bit 0x Bit 0x Bit 0x Bit 0x Bit 0x Bit 0x100 Logics Struct - State of the module input: Reset Signal for the Latching - Signal: Output of the logic gate - Signal: Timer Output - Signal: Latched Output (Q) - Signal: Negated Latched Output (Q NOT) - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal - State of the module input: Assignment of the Input Signal - State of the module input: Reset Signal for the Latching EN MRA4 Modbus 09/17 Page 67

SSPRQ test pattern. Pete Anslow, Ciena. IEEE P802.3bs Task Force, Logic Ad Hoc, 28 April 2016

SSPRQ test pattern. Pete Anslow, Ciena. IEEE P802.3bs Task Force, Logic Ad Hoc, 28 April 2016 test pattern Pete Anslow, Ciena IEEE P802.3bs Task Force, Logic Ad Hoc, 28 April 206 Introduction P802.3bs D.3 contains two PAM4 test patterns: PRBS3Q and PRBS3Q with characteristics analysed in anslow_0_25_logic

More information

ECE Computer Engineering I. ECE Introduction. Z. Aliyazicioglu. Electrical and Computer Engineering Department Cal Poly Pomona

ECE Computer Engineering I. ECE Introduction. Z. Aliyazicioglu. Electrical and Computer Engineering Department Cal Poly Pomona ECE 34-2 Computer Engineering I ECE34-. Introduction Z. Aliyazicioglu Electrical and Computer Engineering Department Cal Poly Pomona Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34- Instructors

More information

Generator Interconnection Facilities Study Report Franklin County, NC 50.0 MW Solar Farm Queue #384

Generator Interconnection Facilities Study Report Franklin County, NC 50.0 MW Solar Farm Queue #384 Generator Interconnection Facilities Study Report Franklin County, NC 50.0 MW Solar Farm Queue #384 Table of Contents 1 PURPOSE... 3 2 ASSUMPTIONS... 3 3 RESULTS... 4 3.1 Power-flow Analysis Results...

More information

Powered by Safety. Powell Training Catalog

Powered by Safety. Powell Training Catalog Powell Training Catalog TABLE OF CONTENTS SAFE 102 ELECTRICAL SAFETY AND ARC FLASH AWARENESS 1 EL101 ELECTRICAL EQUIPMENT BASICS 1 PV102 LOW VOLTAGE SWITCHGEAR BASICS FOR OPERATORS AND ELECTRICIANS 2 PV202

More information

UTAdvanced Series Communication Interface (Open Network)

UTAdvanced Series Communication Interface (Open Network) User s Manual UTAdvanced Series Communication Interface (Open Network) User s Manual IM 05P07A01-02EN IM 05P07A01-02EN 6th Edition Introduction Thank you for purchasing the UTAdvanced Series digital indicating

More information

[PDF] STAR DELTA STARTER THEORY ARCHIVE

[PDF] STAR DELTA STARTER THEORY ARCHIVE 21 April, 2018 [PDF] STAR DELTA STARTER THEORY ARCHIVE Document Filetype: PDF 366 KB 0 [PDF] STAR DELTA STARTER THEORY ARCHIVE Time Sw Star Contactor Main Contactor Delta Contactor Over Load 2) POWER CIRCUIT

More information

OPERATOR'S, ORGANIZATIONAL, DIRECT SUPPORT, AND GENERAL SUPPORT MAINTENANCE MANUAL FOR MULTIPLEXER SET AN/FCC-97 (NSN )

OPERATOR'S, ORGANIZATIONAL, DIRECT SUPPORT, AND GENERAL SUPPORT MAINTENANCE MANUAL FOR MULTIPLEXER SET AN/FCC-97 (NSN ) ARMY TM 11-5805-694-14 AIR FORCE TO 31W2-4-287-1 OPERATOR'S, ORGANIZATIONAL, DIRECT SUPPORT, AND GENERAL SUPPORT MAINTENANCE MANUAL FOR MULTIPLEXER SET AN/FCC-97 (NSN 5805-01-0308) This copy is a reprint

More information

A. General provisions and other electrical systems are specified in other Sections of Division 26.

A. General provisions and other electrical systems are specified in other Sections of Division 26. PART 1: GENERAL 1.01 DESCRIPTION: A. General provisions and other electrical systems are specified in other Sections of Division 26. B. Commissioning is an ongoing process and shall be performed throughout

More information

HT1611C Timer with Dialer Interface

HT1611C Timer with Dialer Interface Crystalfontz Crystalfontz Thiscontrolerdatasheetwasdownloadedfrom htp:/www.crystalfontz.com/controlers/ HT1611C Timer with Dialer nterface Features Patent umber: 844 (R.O.C.) Patent Pending: 08/214, 079

More information

Generator Interconnection Impact Study Report Bladen County, NC 75.0 MW Solar Farm Queue #377

Generator Interconnection Impact Study Report Bladen County, NC 75.0 MW Solar Farm Queue #377 Generator Impact Study Report Bladen County, NC 75.0 Solar Farm Queue #377 Table of Contents 1 PURPOSE... 3 2 ASSUMPTIONS... 3 3 RESULTS... 4 3.1 Power-flow Analysis Results... 4 3.2 Stability Analysis

More information

Generator Interconnection Impact Study Report Wayne County, NC 20.0 MW Solar Farm Queue #364

Generator Interconnection Impact Study Report Wayne County, NC 20.0 MW Solar Farm Queue #364 Generator Interconnection Impact Study Report Wayne County, NC 20.0 Solar Farm Queue #364 Table of Contents 1 PURPOSE... 3 2 ASSUMPTIONS... 3 3 RESULTS... 4 3.1 Power-flow Analysis Results... 4 3.2 Stability

More information

ARMY TM AIR FORCE TO 35C MARINE CORPS TM 10155A-13/1

ARMY TM AIR FORCE TO 35C MARINE CORPS TM 10155A-13/1 OPERATOR S, UNIT, AND DIRECT SUPPORT MAINTENANCE MANUAL OPERATING INSTRUCTIONS 2-1 OPERATOR TROUBLESHOOTING 3-3 UNIT LEVEL PMCS 4-7 UNIT LEVEL TROUBLESHOOTING 4-12 UNIT MAINTENANCE PROCEDURES 4-27 DIRECT

More information

P A N E L B O A R D S C H E D U L E

P A N E L B O A R D S C H E D U L E P A N E L B O A R D S C H E D U L E VOLTAGE: 480Y/277V,3PH,4W PANEL TAG: LP-B1 MIN. C/B AIC: 10K SIZE/TYPE BUS: 100A PANEL LOCATION: BASEMENT OPTIONS: PROVIDE FEED THROUGH LUGS SIZE/TYPE MAIN: 100A/3P

More information

MEMORANDUM. According to the final ballot results, all ballot items received the necessary affirmative votes to pass ballot.

MEMORANDUM. According to the final ballot results, all ballot items received the necessary affirmative votes to pass ballot. National Fire Protection Association 1 Batterymarch Park, Quincy, MA 02169-7471 Phone: 617-770-3000 Fax: 617-770-0700 www.nfpa.org MEMORANDUM To: NEC Code-Making Panel 10 From: Kimberly Shea, Project Administrator

More information

Generator Interconnection System Impact Study Report Carteret County, NC MW Queue #297 Original Submittal Revision 1

Generator Interconnection System Impact Study Report Carteret County, NC MW Queue #297 Original Submittal Revision 1 Generator Interconnection System Impact Study Report Carteret County, NC 120.8 MW Queue #297 Original Submittal Revision 1 PURPOSE The purpose of this study is to assess the impacts of a combined wind/solar

More information

ATTACHMENT B. 1. Intent to Bid/Bidder Contact Information Form. 2. Executive Summary. 3. Proposal Characteristics and Term Sheet

ATTACHMENT B. 1. Intent to Bid/Bidder Contact Information Form. 2. Executive Summary. 3. Proposal Characteristics and Term Sheet ATTACHMENT B RFP RESPONSE PACKAGE Proposals should be developed to include all of the applicable information as detailed in Section 7 ( RFP Documentation/Forms in RFP Response Package ) of the Request

More information

TRIP OF YALLOURN POWER STATION NO KV BUSBAR ON 6 DECEMBER 2015

TRIP OF YALLOURN POWER STATION NO KV BUSBAR ON 6 DECEMBER 2015 TRIP OF YALLOURN POWER STATION NO.2 220 KV BUSBAR ON 6 DECEMBER 2015 AN AEMO POWER SYSTEM OPERATING INCIDENT REPORT FOR THE NATIONAL ELECTRICITY MARKET Published: March 2016 VERSION RELEASE HISTORY VERSION

More information

To ensure system protection is coordinated among operating entities.

To ensure system protection is coordinated among operating entities. A. Introduction 1. Title: System Protection Coordination 2. Number: PRC-001-1.1(ii) 3. Purpose: To ensure system protection is coordinated among operating entities. 4. Applicability 4.1. Balancing Authorities

More information

RG 102 Accreditation for the Inspection of Non-public High Voltage Electrical Systems

RG 102 Accreditation for the Inspection of Non-public High Voltage Electrical Systems This publication contains policy, recommendations and guidance applicable to UKAS accredited inspection bodies RG 102 Accreditation for the Inspection of Non-public High Voltage Electrical Systems Contents

More information

GE Energy Connections

GE Energy Connections GE Energy Connections Contents Industrial Services External Training Schedule...3 Industrial Services LV7000 Drives... 4 Industrial Services DC2100e Drives... 5 Industrial Services P80i Software Training...6

More information

Practical Design of Intelligent Reminder System of Having Medicine for Chronic Patients

Practical Design of Intelligent Reminder System of Having Medicine for Chronic Patients Practical Design of Intelligent Reminder System of Having Medicine for Chronic Patients CHUN-LIANG HSU 1 SHENG-YUAN YANG 2 DONG-LIANG LEE 3 LAWRENCE Y. DENG 4 1 Department of Electrical Engineering 2 Department

More information

6-3 [D5A0] WIRING DIAGRAM. 5. Wiring Diagram. 5. Wiring Diagram A: POWER SUPPLY ROUTING

6-3 [D5A0] WIRING DIAGRAM. 5. Wiring Diagram. 5. Wiring Diagram A: POWER SUPPLY ROUTING 6-3 [D5A0] WIRING DIAGRAM A: POWER SUPPLY ROUTING 12 WIRING DIAGRAM [D5A0] 6-3 13 6-3 [D5A0] WIRING DIAGRAM No. Load No. Load MB-1 MB-2 MB-3 MB-4 MB-5 MB-6 MB-7 MB-8 MB-9 MB-10 MB-11 SBF-7 ALT ST FB-1

More information

Full IP. nursecall and notification

Full IP. nursecall and notification Full nursecall and notification Actual size All nursecall intelligence is now inside this call button icall is the first nursecall system where the connection between the network and the room can run entirely

More information

Technical Supplement For Joint Standard Instrumentation Suite Missile Attitude Subsystem (JMAS) Version 1.0

Technical Supplement For Joint Standard Instrumentation Suite Missile Attitude Subsystem (JMAS) Version 1.0 Technical Supplement For Joint Standard Instrumentation Suite Missile Attitude Subsystem (JMAS) 1. INTRODUCTION Version 1.0 1.1 Scope This Technical Supplement describes the Government s need for a capability

More information

(800) Copyright TekTone Sound & Signal Mfg., Inc. All Rights Reserved.

(800) Copyright TekTone Sound & Signal Mfg., Inc. All Rights Reserved. UL 2560 and the Tek-CARE 500 Wireless Emergency Call System UL Requirements Call systems typically consist of a central unit that receives signals from multiple transmitting devices, either installed in

More information

Fault Tree Analysis (FTA) Kim R. Fowler KSU ECE February 2013

Fault Tree Analysis (FTA) Kim R. Fowler KSU ECE February 2013 Fault Tree Analysis (FTA) Kim R. Fowler KSU ECE February 2013 Purpose for FTA In the face of potential failures, determine if design must change to improve: Reliability Safety Operation Secondary purposes:

More information

Specifications, Performance & Submittal

Specifications, Performance & Submittal Presents Specifications, Performance & Submittal Multi Zone Condenser ( Heat Pump) Model: Multi Zone Condenser M Z H D A A M=Multi Z= Zone 2= Zone 3=Zone 4=Zone 5=Zone Operation: [H=Heat Pump] Voltage:

More information

2-DAYS OF EDUCATION TUESDAY, AUGUST 7, :00 AM - 5:00 PM TRADE SHOW WEDNESDAY, AUGUST 8, :00 AM - 2:00 PM YOU ARE CORDIALLY INVITED

2-DAYS OF EDUCATION TUESDAY, AUGUST 7, :00 AM - 5:00 PM TRADE SHOW WEDNESDAY, AUGUST 8, :00 AM - 2:00 PM YOU ARE CORDIALLY INVITED YOU ARE CORDIALLY INVITED to attend the IDN-Grand Rapids Trade Show TRADE SHOW 11:00 AM - 2:00 PM LIVE AT 2-DAYS OF EDUCATION TUESDAY, AUGUST 7, 2018 8:00 AM - 5:00 PM 8:00 AM - 11:00 AM LOOK INSIDE FOR

More information

IMPORTANT See last page for changes from VERSION 1.3. To enter programming, press [ENTER] + installer code (Installer default code )

IMPORTANT See last page for changes from VERSION 1.3. To enter programming, press [ENTER] + installer code (Installer default code ) SOFTWARE VERSION 2.0 IMPTANT See last page for changes from VERSION 1.3 To enter programming, press [ENTER] + installer code (Installer default code 747474) ADDRESSES: addresses "000" to "255" ( key [10]

More information

j. Billing procedure k. Periodical Inspections Page 1

j. Billing procedure k. Periodical Inspections Page 1 Guidelines for on Grid Solar RTPV System on Net-metering basis for CESC,Mysore Officials 1. Introduction: This document describes the general conditions and technical requirements for connecting Solar

More information

NPCC Tasks Related to NERC Blackout Recommendations Timeline

NPCC Tasks Related to NERC Blackout Recommendations Timeline Rec. 16 Due Feb. 1 st Rec. 7.a Rec. 8.b Rec. 8.c Rec. 10 Rec. 12.a,b Rec. 13.a Rec. 13.c Rec. 14 Rec. 16 Due Feb. 10 th Rec. 4.b Due March 31 st Rec. 4.c Due by March Rec. 4.a Rec. 8.a NPCC Tasks Related

More information

No: GTU/ITAP/2018/ 4046 Date: 31/05/2018 CIRCULAR

No: GTU/ITAP/2018/ 4046 Date: 31/05/2018 CIRCULAR No: GTU/ITAP/2018/ 4046 Date: 31/05/2018 CIRCULAR Larsen and Tubro (L & T) - Switchgear Training Centre has announce the schedule to provide training to final and pre-final year B.E./Diploma students of

More information

RS Series. Remote Manual Bypass Switch KVA, 1 PHASE KVA, 3 PHASE

RS Series. Remote Manual Bypass Switch KVA, 1 PHASE KVA, 3 PHASE RS Series Remote Manual Bypass Switch 3-100 KVA, 1 PHASE 10-100 KVA, 3 PHASE RMBS Remote Manual Bypass Switch 3-100 kva, Single Phase 10-100 kva, Three Phase Solidstate Controls RS Series, Remote Manual

More information

COMPLIANCE WITH THIS PUBLICATION IS MANDATORY

COMPLIANCE WITH THIS PUBLICATION IS MANDATORY BY ORDER OF THE SECRETARY OF THE AIR FORCE AIR FORCE INSTRUCTION 91-107 11 DECEMBER 2012 Incorporating Change 1, 7 April 2014 Safety DESIGN, EVALUATION, TROUBLESHOOTING, AND MAINTENANCE CRITERIA FOR NUCLEAR

More information

Copyright 2013 GE Multilin Inc. All rights reserved. Power Management Control System (PMCS) software revision EnerVista, Integrator, Digital

Copyright 2013 GE Multilin Inc. All rights reserved. Power Management Control System (PMCS) software revision EnerVista, Integrator, Digital Copyright 2013 GE Multilin Inc. All rights reserved. Power Management Control System (PMCS) software revision 7.00. EnerVista, Integrator, Digital Energy, Multilin, and GE Multilin are trademarks or registered

More information

Computer Science Undergraduate Scholarship

Computer Science Undergraduate Scholarship Computer Science Undergraduate Scholarship Regulations The Computer Science Department at the University of Waikato runs an annual Scholarship examination. Up to 10 Scholarships are awarded on the basis

More information

ELECTRONICS TECHNICIAN I ELECTRONICS TECHNICIAN II

ELECTRONICS TECHNICIAN I ELECTRONICS TECHNICIAN II CITY OF ROSEVILLE ELECTRONICS TECHNICIAN I ELECTRONICS TECHNICIAN II DEFINITION To perform work in the installation, testing, maintenance, calibration, repair and modification of electrical and electronic

More information

TECHNICAL DAYS, APRIL 2017 ABB Plant Fingerprint Assessment Optimizing Operations. Fernando Tobar, Country Service Manager

TECHNICAL DAYS, APRIL 2017 ABB Plant Fingerprint Assessment Optimizing Operations. Fernando Tobar, Country Service Manager TECHNICAL DAYS, APRIL 2017 ABB Plant Fingerprint Assessment Optimizing Operations Fernando Tobar, Country Service Manager ABB Plant Fingerprint What It is? Collaborative process to understand your value

More information

CLINICIAN MANUAL. LATITUDE Patient Management System

CLINICIAN MANUAL. LATITUDE Patient Management System CLINICIAN MANUAL LATITUDE Patient Management System Table of Contents LATITUDE PATIENT MANAGEMENT INTRODUCTION........................... 1 Intended Use..........................................................

More information

Health Management Information Systems: Computerized Provider Order Entry

Health Management Information Systems: Computerized Provider Order Entry Health Management Information Systems: Computerized Provider Order Entry Lecture 2 Audio Transcript Slide 1 Welcome to Health Management Information Systems: Computerized Provider Order Entry. The component,

More information

Moving from Sentinel SuperPro to Sentinel LDK Migration Guide

Moving from Sentinel SuperPro to Sentinel LDK Migration Guide Moving from Sentinel SuperPro to Sentinel LDK Migration Guide Copyrights and Trademarks Copyright 2013 SafeNet, Inc. All rights reserved. HARDLOCK, HASP, SENTINEL, SUPERPRO and ULTRAPRO are registered

More information

Getting Set Up. Authors: Linda Besen Dennis Joseph Cicely Ridley. \ii a. - NATIONAL CENTER FOR ATMOSPHERIC RESEARCH BOULDER, COLORADO

Getting Set Up. Authors: Linda Besen Dennis Joseph Cicely Ridley. \ii a. - NATIONAL CENTER FOR ATMOSPHERIC RESEARCH BOULDER, COLORADO NCAR-TN/172+IA NCAR TECHNICAL NOTE I_~~~~~~~~~~~~~~~~~~~~~~~~~ Version 1.0, May 1981 Getting Set Up Authors: Linda Besen Dennis Joseph Cicely Ridley < I& - \ii a. - SCIENTIFIC COMPUTING DIVISION NATIONAL

More information

INTERNAL FRENCHFOLD DOOR SYSTEM

INTERNAL FRENCHFOLD DOOR SYSTEM INTERNAL FRENCHFOLD DOOR SYSTEM 3 AND 4 Patterns to Head 3mm to Frame 3-4mm Slave Daily Access /Master to floor 17mm max IMPORTANT Please note: You can only assemble these door configurations by using

More information

INTERNET DOCUMENT INFORMATION FORM

INTERNET DOCUMENT INFORMATION FORM INTERNET DOCUMENT INFORMATION FORM A. Report Title: Hellfire Missile System Remote Control Circuit Breakers on the AH-64A Apache Attack Helicopter B. DATE Report Downloaded From the Internet: 09/22/99

More information

RSSI RTC FREQ CLK AD compare RF50 antenna test port ISP UART. PWR DR FDEV BW power SW LEDTX LEDRX KEY VR101

RSSI RTC FREQ CLK AD compare RF50 antenna test port ISP UART. PWR DR FDEV BW power SW LEDTX LEDRX KEY VR101 . General RF50 Demo V. RF50 demo board is developed for RF50 chip (which is integrated MCU and RF circuit in single chip) to demonstrating function, testing distance and debugging software.. Board characters

More information

Service Manual. WorkCentre Multifunction Printer. WC5016 WC5020 Black-and-white. Multifunction Printer

Service Manual. WorkCentre Multifunction Printer. WC5016 WC5020 Black-and-white. Multifunction Printer Service Manual WorkCentre 5016 5020 Multifunction Printer WC5016 WC5020 Black-and-white Multifunction Printer Work Center 5016, 5020 Service Documentation 701P48365 June 2008 CAUTION Certain components

More information

COMDTPUB P16721 NVIC August 25, 2014

COMDTPUB P16721 NVIC August 25, 2014 Commandant United States Coast Guard 2703 Martin Luther King Jr. Ave. SE Washington, DC 20593-7501 Staff Symbol: CG-CVC-4 Phone: (202) 372-2357 E-Mail: MMCPolicy@uscg.mil NAVIGATION AND VESSEL INSPECTION

More information

1. Introduction. 2. Related Works. Volume 5 Issue 6, June Licensed Under Creative Commons Attribution CC BY

1. Introduction. 2. Related Works. Volume 5 Issue 6, June Licensed Under Creative Commons Attribution CC BY body sensor network (BSN) technology is one of the attractive technologies of IoT. In BSN a patient can be monitored sensor nodes which are of very small power. However, the development and implementation

More information

Percentage of provider spells with an invalid primary diagnosis code

Percentage of provider spells with an invalid primary diagnosis code Percentage of provider spells with an invalid primary diagnosis code Indicator specification Indicator code: I01963 Version: 1.2 Issue date: 19 th July 2017 Author: Clinical Indicators Team, NHS Digital

More information

BASIC OPERATION OF L&L KILNS WITH A ONE-TOUCH

BASIC OPERATION OF L&L KILNS WITH A ONE-TOUCH Basic instructions are printed directly on the faceplate for easy reference. Press the Enter button to start the program you have selected to fire. Press and hold down Delay to enter a countdown time to

More information

PC-1600 Mech 230/460v PC v BL PC v BL PC-1300 Mech 230/460v

PC-1600 Mech 230/460v PC v BL PC v BL PC-1300 Mech 230/460v Mech 380-0558007884 Mech 380-0558007882 380-0558007234 380-0558007224 Mech 0558008933 Mech 0558008932 0558007636 0558007634 Mech 0558008142 Mech 0558008141 0558007237 0558007227 Mech 0558007883 Mech 0558007881

More information

APPLE-l CASSETTE INTERFACE

APPLE-l CASSETTE INTERFACE APPLE-l CASSETTE INTERFACE INTRODUCTION The Apple Cassette Interface (ACI) is a peripheral device for the Apple Computer which enables the user to store and retrieve information (data and programs) using

More information

Financial Aid System FAM Remaining Pell Eligibility

Financial Aid System FAM Remaining Pell Eligibility Financial Aid System 2017-2018 FAM Remaining Pell Eligibility SBCTC-ITD http://www.sbctc.edu/colleges-staff/it-support/legacy-applications/fas/fas-document-index.aspx Printing History March 2003 August

More information

Siemens Power Academy Lagos Course Schedule

Siemens Power Academy Lagos Course Schedule Siemens Power Academy Lagos 2016 Course Schedule Schedule of Trainings January - December 2016 Training Nr Location*** Title Duration Price /Part.(N) Dates General Power Engineering Courses SPAL-EENS-01

More information

Commonwealth of Pennsylvania Dept. of Environmental Protection Bureau of Air Quality Division of Source Testing and Monitoring

Commonwealth of Pennsylvania Dept. of Environmental Protection Bureau of Air Quality Division of Source Testing and Monitoring Commonwealth of Pennsylvania Dept. of Environmental Protection Bureau of Air Quality Division of Source Testing and Monitoring Continuous Source Monitoring Manual Revision No. 8 274-0300-001 DEPARTMENT

More information

USDA. Self-Help Automated Reporting and Evaluation System SHARES 1.0. User Guide

USDA. Self-Help Automated Reporting and Evaluation System SHARES 1.0. User Guide USDA Self-Help Automated Reporting and Evaluation System SHARES 1.0 User Guide Table of Contents CHAPTER 1 - INTRODUCTION TO SHARES... 5 1.1 What is SHARES?... 5 1.2 Who can access SHARES?... 5 1.3 Who

More information

INDIANA HARBOR BELT RAILROAD COMPANY. BULLETIN ORDER NO. S-33 October 5, 2018

INDIANA HARBOR BELT RAILROAD COMPANY. BULLETIN ORDER NO. S-33 October 5, 2018 Page 1 of 12 INDIANA HARBOR BELT RAILROAD COMPANY BULLETIN ORDER NO. S-33 October 5, 2018 Effective: 0600 Sunday October 7, 2018 General Orders in effect: NONE A. Operating Manuals 1. Timetable Authority:

More information

UNITED STATES OF AMERICA BEFORE THE FEDERAL ENERGY REGULATORY COMMISSION ) ) )

UNITED STATES OF AMERICA BEFORE THE FEDERAL ENERGY REGULATORY COMMISSION ) ) ) UNITED STATES OF AMERICA BEFORE THE FEDERAL ENERGY REGULATORY COMMISSION Coordination of Protection Systems for Performance During Faults and Specific Training for Personnel Reliability Standards ) ) )

More information

The Importance of Transfusion Error Surveillance This is step #1 in error management. Jeannie Callum, BA, MD, FRCPC, CTBS

The Importance of Transfusion Error Surveillance This is step #1 in error management. Jeannie Callum, BA, MD, FRCPC, CTBS The Importance of Transfusion Error Surveillance This is step #1 in error management Jeannie Callum, BA, MD, FRCPC, CTBS 6051 Clinical Errors 9083 Laboratory Errors 15134 Errors over 6 years I don t want

More information

Realization of FPGA based numerically Controlled Oscillator

Realization of FPGA based numerically Controlled Oscillator IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) ISSN: 2319 4200, ISBN No. : 2319 4197 Volume 1, Issue 5 (Jan. - Feb 2013), PP 07-11 Realization of FPGA based numerically Controlled Oscillator Gopal

More information

TAHOE CITY PUBLIC UTILITY DISTRICT Job Description

TAHOE CITY PUBLIC UTILITY DISTRICT Job Description TAHOE CITY PUBLIC UTILITY DISTRICT Job Description Job Title: Department: Utilities Supervised By: Utilities Superintendent FLSA Status: Non-Exempt Revised as of: January 2015 JOB SUMMARY To oversee and

More information

Advt. No.: NITG/ADMIN/2018/OW/363, Dated: 18 th June Advertisement for the Position of Junior Research Fellow (JRF) under DST

Advt. No.: NITG/ADMIN/2018/OW/363, Dated: 18 th June Advertisement for the Position of Junior Research Fellow (JRF) under DST Advt. No.: NITG/ADMIN/2018/OW/363, Dated: 18 th June 2018 Advertisement for the Position of Junior Research Fellow (JRF) under DST Applications are invited from interested and highly motivated candidates

More information

Clinical Implementation of a High Dose Rate Brachytherapy Program. Hania Al Hallaq, Ph.D. Jacqueline Esthappan, Ph.D. Joann Prisciandaro, Ph.D.

Clinical Implementation of a High Dose Rate Brachytherapy Program. Hania Al Hallaq, Ph.D. Jacqueline Esthappan, Ph.D. Joann Prisciandaro, Ph.D. Clinical Implementation of a High Dose Rate Brachytherapy Program Hania Al Hallaq, Ph.D. Jacqueline Esthappan, Ph.D. Joann Prisciandaro, Ph.D. Learning Objectives Summarize national and international safety

More information

EFSD. European Foundation for the Study of Diabetes. Instructions EFSD Albert Renold Travel Fellowship Application

EFSD. European Foundation for the Study of Diabetes. Instructions EFSD Albert Renold Travel Fellowship Application EFSD European Foundation for the Study of Diabetes Instructions EFSD Albert Renold Travel Fellowship Application 1) General Information... 1 2) EFSD Albert Renold Travel Fellowship Application... 3 Step

More information

SURVEYOR CENTRAL MONITORING SYSTEM

SURVEYOR CENTRAL MONITORING SYSTEM SURVEYOR CENTRAL MONITORING SYSTEM how logical... Patient Monitors from a Company Dedicated to the Science of ECG It s really quite simple when it comes to patient monitors. It s all about your patient.

More information

II. INFORMATION SUMMARIES ON SARs AND ISIRs

II. INFORMATION SUMMARIES ON SARs AND ISIRs II. INFORMATION SUMMARIES ON SARs AND ISIRs As mentioned in the Introduction, the SAR is only one way that institutions receive processed information from a student s financial aid application. More than

More information

The Resort Improvement District (RID) is seeking a full-time GRADE 1 WATER/WASTEWATER TREATMENT PLANT OPERATOR

The Resort Improvement District (RID) is seeking a full-time GRADE 1 WATER/WASTEWATER TREATMENT PLANT OPERATOR GRADE 1 WATER/WASTEWATER TREATMENT PLANT OPERATOR The RID is a special district located in a rural area which employs water, wastewater, electric and parks professionals who provide diverse services to

More information

Thomas Built Buses Using ServiceLink TBB Institute

Thomas Built Buses Using ServiceLink TBB Institute Thomas Built Buses Using ServiceLink TBB Institute April 24, 2012 Center for Education Security Classification Line 1 Center for Education Thomas Built Buses 2 ServiceLink www.accessfreightliner.com Log

More information

YOU ARE INVITED EDUCATIONAL COURSES CREDITS OFFERED. IDN-H. Hoffman & ASSA ABLOY are proud to offer

YOU ARE INVITED EDUCATIONAL COURSES CREDITS OFFERED. IDN-H. Hoffman & ASSA ABLOY are proud to offer YOU ARE INVITED (ALOA, ESA & NJCEI) IDN-H. Hoffman & are proud to offer EDUCATIONAL COURSES covering Adams Rite, HES and Securitron product lines. 2 DATES OF CLASSES TUESDAY, MAY 1, 2018 8:00 a.m. - 5:00

More information

GE Healthcare. ApexPro Enterprise-wide telemetry

GE Healthcare. ApexPro Enterprise-wide telemetry GE Healthcare ApexPro Enterprise-wide telemetry Expanding the power of telemetry. Telemetry is an important solution for monitoring mobile patients in today s healthcare environment. The GE Healthcare

More information

D',,1!lD,Qjrmrzl1ll'l.

D',,1!lD,Qjrmrzl1ll'l. IUI:nne 0 if D',,1!lD,Qjrmrzl1ll'l.,-,.,,,-nJ'EJ"1, p J r ih ssistanc, fro"' SRF _onulting' rollp In. BLUE EARTH SAFETY REST AREA INTERSTATE 90 WESTBOUND 2001 USER SURVEY Prepared for Minnesota Department

More information

Proposal for the Suicide Bomb Detector Model # RDS400

Proposal for the Suicide Bomb Detector Model # RDS400 Proposal for the Suicide Bomb Detector Model # RDS400 Presented From: HSS Development 75 S. Broadway White Plains, NY 10601 USA Office: +1-914-304-4333 Web: www.secintel.com info@secintel.com (Email) 2017

More information

EE 579: Digital System Testing. EECS 579 Course Goals

EE 579: Digital System Testing. EECS 579 Course Goals EE 579: Digital System Testing Lecture 1: Course Introduction and Overview John P. Hayes University of Michigan EECS 579 Fall 2001 Lecture 01: Page 1 EECS 579 Course Goals To learn about The role of testing

More information

DEPARTMENT OF THE AIR FORCE HEADQUARTERS AIR FORCE SAFETY CENTER KIRTLAND AIR FORCE BASE NEW MEXICO 87117

DEPARTMENT OF THE AIR FORCE HEADQUARTERS AIR FORCE SAFETY CENTER KIRTLAND AIR FORCE BASE NEW MEXICO 87117 DEPARTMENT OF THE AIR FORCE HEADQUARTERS AIR FORCE SAFETY CENTER KIRTLAND AIR FORCE BASE NEW MEXICO 87117 AFI91-107_AFGM2018-01 8 March 2018 MEMORANDUM FOR DISTRIBUTION C MAJCOMs/FOAs/DRUs FROM: HQ USAF/SE

More information

ecr Process Task Notes

ecr Process Task Notes ecr Process Task Notes January 19, 2017 1 Begin Patient Visit Patient visits health care provider The Health Care Provider sees patient and delivers care, documents care in the patient s record in EHR

More information

Smoke Control BACnet PTEC Unit Vent Controller. Control Applications. Product Description. Product Numbers

Smoke Control BACnet PTEC Unit Vent Controller. Control Applications. Product Description. Product Numbers Document No. 550-161 Smoke Control BACnet PTEC Unit Vent Controller Generic Controller I/O Layout. See Wiring Diagram for application specific details. Control Applications 6675 through 6679 Product Description

More information

Features PART MARKING TEMP. RANGE ( C) PKG. DWG. # ICM7243BlPL** (No longer available or supported) ICM7243BlPL -25 to Ld PDIP E40.

Features PART MARKING TEMP. RANGE ( C) PKG. DWG. # ICM7243BlPL** (No longer available or supported) ICM7243BlPL -25 to Ld PDIP E40. DATASHEET ICM7243 8-Character, Microprocessor-Compatible, LED Display Decoder Driver FN3162 Rev 5.00 The ICM7243 is an 8-character, alphanumeric display driver and controller which provides all the circuitry

More information

SPECIAL SPECIFICATION 1849 ATM Switch Single-Mode OC-12 Module

SPECIAL SPECIFICATION 1849 ATM Switch Single-Mode OC-12 Module 1993 Specifications CSJ 0521-04-223 SPECIAL SPECIFICATION 1849 ATM Switch Single-Mode OC-12 Module 1. Description. Furnish, install, and make fully operational an Asynchronous Transfer Mode (ATM) Switch

More information

Please find enclose Addendum No. 01 for the subject ITB, which includes the following:

Please find enclose Addendum No. 01 for the subject ITB, which includes the following: Iraq To: All Bidders Subject: ITB-175/16- Establishing Long Term Agreement (LTA) in Two Lots for purchasing various capacities Generators under Funding Facility for Immediate Stabilization (FFIS) Project

More information

YOU ARE CORDIALLY INVITED to attend the IDN-KANSAS CITY Trade Show THURSDAY APRIL 19, :00-2:00 2-DAYS OF EDUCATION. Holiday Inn & Suites

YOU ARE CORDIALLY INVITED to attend the IDN-KANSAS CITY Trade Show THURSDAY APRIL 19, :00-2:00 2-DAYS OF EDUCATION. Holiday Inn & Suites THURSDAY 11:00-2:00 LUNCH: 12:00 pm - 1:00 pm 2-DAYS OF WEDNESDAY, APR IL 18, 2018 8:00 AM - 5:00 PM THURSDAY, APRIL 19, 2018 8:00 AM - 12:00 P M YOU ARE CORDIALLY INVITED to attend the Trade Show LOOK

More information

Indicator Definition

Indicator Definition Patients Discharged from Emergency Department within 4 hours Full data definition sign-off complete. Name of Measure Name of Measure (short) Domain Type of Measure Emergency Department Length of Stay:

More information

Railway Interoperability and Safety Committee. Working document

Railway Interoperability and Safety Committee. Working document 08/57-ST12 RISC 62 Version EN01 Origin EN 06.10.2011 Status: NA Railway Interoperability and Safety Committee Working document Draft Commission Decision amending Commission Decisions 2006/679/EC and 2006/860/EC

More information

INTERNET OF THINGS BASE REMOTE PATIENT MONITORING SYSTEM

INTERNET OF THINGS BASE REMOTE PATIENT MONITORING SYSTEM INTERNET OF THINGS BASE REMOTE PATIENT MONITORING SYSTEM Amar Palwankar 1, Saurabh kotawadekar 2, Amit Patil 3,Sushant Patil 4 1 Asst.Prof, Dept. of Information Technology, FAMT, Ratnagiri 2 Student, Dept.

More information

MALAYSIA COAST GUARD EFFORT IN COMBATING HIJACKING OF SHIP FOR THEFT OF OIL CARGO

MALAYSIA COAST GUARD EFFORT IN COMBATING HIJACKING OF SHIP FOR THEFT OF OIL CARGO MALAYSIA COAST GUARD EFFORT IN COMBATING HIJACKING OF SHIP FOR THEFT OF OIL CARGO Present by Commander Maritime Zainudin Bin Mohd Zuki SCOPE OF PRESENTATION DEFINITION OF PIRACY/OFFENCE TYPES OF OFFENCES

More information

ECE Computer Engineering I. Z. Aliyazicioglu. Electrical and Computer Engineering Department Cal Poly Pomona

ECE Computer Engineering I. Z. Aliyazicioglu. Electrical and Computer Engineering Department Cal Poly Pomona EE 34-4 omputer Engineering I EE34-2. equential Network Z. Aliyazicioglu Electrical and omputer Engineering epartment al Poly Pomona al Poly Pomona Electrical & omputer Engineering ept. EE 34-2 egister

More information

TECHNICAL MANUAL OPERATOR'S, UNIT, DIRECT SUPPORT, AND GENERAL SUPPORT MAINTENANCE MANUAL

TECHNICAL MANUAL OPERATOR'S, UNIT, DIRECT SUPPORT, AND GENERAL SUPPORT MAINTENANCE MANUAL TECHNICAL MANUAL OPERATOR'S, UNIT, DIRECT SUPPORT, AND GENERAL SUPPORT MAINTENANCE MANUAL AIR CONDITIONER, HORIZONTAL, COMPACT, 36,000 BTU/HR, MULTI-POWER INPUT 208V, 3 PHASE, 50/60/400 HZ MODEL MH-40-MP

More information

PART A. In order to achieve its objectives, this Code embodies a number of functional requirements. These include, but are not limited to:

PART A. In order to achieve its objectives, this Code embodies a number of functional requirements. These include, but are not limited to: PART A MANDATORY REQUIREMENTS REGARDING THE PROVISIONS OF CHAPTER XI-2 OF THE INTERNATIONAL CONVENTION FOR THE SAFETY OF LIFE AT SEA, 1974, AS AMENDED 1 GENERAL 1.1 Introduction This part of the International

More information

Guide for Writing a Full Proposal

Guide for Writing a Full Proposal Guide for Writing a Full Proposal Life Sciences Call 2018 March 2018 Vienna Science and Technology Fund (WWTF) Schlickgasse 3/12 1090 Vienna, Austria T: +43 (0) 1 4023143-0 Johanna Trupke (johanna.trupke@wwtf.at)

More information

Outage dates (duration): September 5, 1996 to May 27, 1999 (2.7 years) Reactor age when outage began: 8.8 years

Outage dates (duration): September 5, 1996 to May 27, 1999 (2.7 years) Reactor age when outage began: 8.8 years Clinton Illinois, IL Owner: Illinois Power Company Reactor type: Boiling water reactor Commercial operations began: November 24, 1987 Outage dates (duration): September 5, 1996 to May 27, 1999 (2.7 years)

More information

Addendum to ESAH Version 3 Supply Application

Addendum to ESAH Version 3 Supply Application Addendum to ESAH Version 3 Supply Application Addendum 1.4.5 1.4.5 Short Circuit Ratings All equipment proposed to be installed and connected to TNB supply must comply with the following short circuit

More information

1. Lead Times. 2. Duration and Effective Date

1. Lead Times. 2. Duration and Effective Date 1. Lead Times From receipt of a new signed service agreement, the times taken to implement the Hosting Services will be 2 weeks. 2. Duration and Effective Date 2.1 The Effective Date of this Schedule is

More information

NORTHWESTERN UNIVERSITY PROJECT NAME JOB # ISSUED: 03/29/2017

NORTHWESTERN UNIVERSITY PROJECT NAME JOB # ISSUED: 03/29/2017 SECTION 26 0800 - COMMISSIONING OF ELECTRICAL SYSTEMS PART 1 - GENERAL 1.1 SUMMARY A. The purpose of this section is to specify the Division 26 responsibilities and participation in the commissioning process.

More information

Hill-Rom Advanta 2 Bed Tips Simply Intuitive FOR COMPLETE INSTRUCTIONS ON HOW TO OPERATE THE ADVANTA 2 BED, SEE USER S MANUAL.

Hill-Rom Advanta 2 Bed Tips Simply Intuitive FOR COMPLETE INSTRUCTIONS ON HOW TO OPERATE THE ADVANTA 2 BED, SEE USER S MANUAL. Hill-Rom Advanta 2 Bed Tips Simply Intuitive FOR COMPLETE INSTRUCTIONS ON HOW TO OPERATE THE ADVANTA 2 BED, SEE USER S MANUAL. 1 Three-Mode Bed Exit System (Patient Position Monitor) The Bed Exit Alarm

More information

ECE 271 Microcomputer Architecture and Applications University of Maine

ECE 271 Microcomputer Architecture and Applications University of Maine ECE Microcomputer Architecture and Applications University of Maine Lab : Liquid Crystal Display (LCD) Driver in C Instructor: Prof. Yifeng Zhu Spring Goals. Understand alternative function of GPIO pins.

More information

Invivo Essential. MRI Patient Monitor

Invivo Essential. MRI Patient Monitor Invivo Essential MRI Patient Monitor When quality patient care is simply essential. During MRI sedation studies, providing quality care for your patients throughout the entire process is vital. Easily

More information

Feel at home. No matter where you stay. TECHNICAL MANUAL

Feel at home. No matter where you stay. TECHNICAL MANUAL Feel at home. o matter where you stay. TECHICA MAUA i on HOSPITAITY Instruction Sheet Technical Characteristics DD SYSTEM The DD System lets hotel guests communicate their wishes to the hotel staff distinctly

More information

[MC-DTCXA]: MSDTC Connection Manager: OleTx XA Protocol

[MC-DTCXA]: MSDTC Connection Manager: OleTx XA Protocol [MC-DTCXA]: MSDTC Connection Manager: OleTx XA Protocol Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation

More information

ELECTRICAL TECHNICIAN I/II/III

ELECTRICAL TECHNICIAN I/II/III I. Position Identification: A) Title: Electrical Technician I/II/III B) Bargaining Unit: Yuba City Employee s Association C) Customary Work Hours: As outlined in the department schedule. D) Customary Work

More information

INDIAN ASSOCIATION FOR THE CULTIVATION OF SCIENCE 2A & 2B Raja S.C.Mullick Road Jadavpur, Kolkata

INDIAN ASSOCIATION FOR THE CULTIVATION OF SCIENCE 2A & 2B Raja S.C.Mullick Road Jadavpur, Kolkata INDIAN ASSOCIATION FOR THE CULTIVATION OF SCIENCE 2A & 2B Raja S.C.Mullick Road Jadavpur, Kolkata 700032 Tender Notice No.: IACS/PC/BBD/WELLCOME-DBT/14/38 dated: 4.09.2014 Sub: Specification for CO2 Incubator

More information

100GbE alignment markers

100GbE alignment markers 00GbE alignment markers Pete Anslow, Ciena IEEE P802.3cd Task Force, San Diego, July 206 Introduction nicholl_3cd_0_076 proposes a similar alignment marker mapping to FEC lanes as is used in Clause 9.

More information