MODBUS Protocol for CS141 network card families

Size: px
Start display at page:

Download "MODBUS Protocol for CS141 network card families"

Transcription

1 Last update: 20/09/208 MODBUS Protocol for CS4 network card families Summary. MODBUS PROTOCOL MODBUS COMMUNICATION PARAMETERS AVAILABLE MODBUS FUNCTION CODES EXCEPTION CODES COMMUNICATION EXAMPLE MODBUS TABLES NIKY, NIKY S, KEOR LINE RT DAKER DK, KEOR LP, KEOR S DHEA, WHAD 800/2500, MEGALINE WHAD 3000/6000, TRIMOD, TRIMOD HE, ARCHIMOD, ARCHIMOD HE KEOR T KEOR HP KEOR HPE STATUS BYTES TABLE ( SEE REGISTRY 09 OF ALL PREVIOUS TABLES ) APPENDIX RS485 CONNECTOR FOR CS4M AND CS4M SK BUS TERMINATION... 2

2 . Modbus Protocol MODBUS is a protocol for serial communication. Data is transmitted in form of 6bit registers (integer) or data byte status information. It is an open protocol and a common protocol in industry machinery. The fundamental structure of MODBUS has never changed due to compatibility reasons. MODBUS is also a single mater protocol. The master controls the whole transmission and monitors potential occurring timeouts. The connected devices are only allowed to send telegrams if the master requests. For remote control and monitoring of devices the MODBUS interface in each CS4 can read out measurement values, events, status and other information in a master-slave protocol... Modbus Communication Parameters The CS4 always uses 8 data bits for communication. If you receive faulty answers (Timeout Errors, Transaction ID Errors, Write Errors etc.), it may be, that the polling cycle was defined to fast. This causes the non-answered polling requests or even to a reboot of the CS4 through the integrated Watchdog, because the system is overloaded. Further on it can come to delayed answers during the MODBUS over IP or rather RS485 polling due to traffic into the bus or network, because the CS4 is a multi-device, which has to handle several tasks at the same time. Please define a response timeout of at least 500ms (at a fast MODBUS over IP or RS485 network/bus or rather higher accordingly, e.g. 4000ms at slow connections). The timeout has to be increased until the errors stay out..2. Available Modbus Function Codes Implemented MODBUS functions in the CS4 units: Code 03H 04H 0H Original Modbus Function Read Holding Registers Read Input Registers Write Multiple Registers The CS4 makes no difference between function 03H and 04H. The baud rate is adjustable up to Baud. Please note that the MODBUS adapter client allows a timeout of 40ms at 9600 baud for one value. 2

3 .3. Exception Codes Except for broadcast messages, when a master device sends a query to a slave device it expects a normal response. One of four possible events can occur from the master's query: If the slave device receives the query without a communication error, and can handle the query normally, it returns a normal response. If the slave does not receive the query due to a communication error, no response is returned. The master program will eventually process a timeout condition for the query. If the slave receives the query, but detects a communication error parity, LRC, or CRC, no response is returned. The master program will eventually process a timeout condition for the query. If the slave receives the query without a communication error, but cannot handle it (for example, if the request is to read a non existent register the slave will return an exception response informing the master about the nature of the error. Available Exception codes: Code 0H Meaning Illegal: The command received in the query is not defined. 02H Illegal: The address received in the query is not defined for the slave. 04H Slave device failure: Internal slave device error 3

4 2. Communication Example The following tables contain the general command descriptions and examples with Modbus RTU framing. Query: slave no function code address of first word to read word count Checksum LRC or CRC byte byte High byte Low byte High byte Low byte or 2 bytes Answer: slave no function code byte count high byte of first word low byte of first word bytes with contents of n words Checksum LRC or CRC byte byte byte byte byte n * 2 bytes or 2 bytes Read Words (Functions 03h and 04h) Example: Read Words, Function 04h Read one word at address 63h (= 99 decimal): Query: Byte 2, 3 4, 5 6, 7 8, 9 0, 2, 3 4, Meaning Leading colon Slave number Function code Address of first word to read Word count to read LRC Carriage return Line feed high byte low byte high byte low byte LF HEX [3A] [30][3] [30][34] [30][30] [36][33] [30][30] [30][3] [39][37] [0D] [0A] Answer: Byte 2, 3 4, 5 6,7 8, 9 0, 2, Meaning Leading colon Slave number Function code Byte count Contents of the word LRC Carriage return Line feed LF high byte low byte HEX [3A] [30][3] [30][34] [30][32] [3][32] [33][34] [42][33] [0D] [0A] HEX: Hexadecimal values of the data The word at address contains the value 234h = 4660 decimal. Example: Read Words, Function 04h, RTU Mode Read one word at address 63h (= 99 decimal) ( The word at address contains the value 234h = 4660 decimal.): Query: Byte Meaning slave function address of first word count to CRC silent number code word to read read interval high low high low low >= 3,5 byte byte byte byte byte characters RTU HEX high byte [0] [04] [00] [63] [00] [0] [C] [D4] silent interval >= 3,5 characters Answer: 4

5 Byte Meaning slave function byte contents of the CRC silent number code count word interval high byte low byte low byte high byte >= 3,5 RTU characters [0] [04] [02] [2] [34] [B4] [47] HEX silent interval >= 3,5 characters 5

6 3. Modbus Tables Note: Type U/S : this defines whether the answer has an algebraic sign (math. +/-) or not. U means unsigned. S means signed, so this answer may be positive or negative. The answer may be true or false. Some clients (f.e. MODBUS Poll) use MODBUS addresses with a valid range between Some clients use as the valid range , so it may be necessary to add to the address. 3.. Niky, Niky S, Keor Line RT Address Type Function Description Length Notes 97 U 3 / 4 Output Voltage [V] 00 U 3 / 4 Output Power [%] 03 U 3 / 4 Battery Charge Level [%] 04 S 3 / 4 Input Voltage [V] 07 S 3 / 4 Temperature [C ] 08 S 3 / 4 Autonomy Time [minutes] 09 U 3 / 4 UPS Status (ASCII HEX) Please check Status Bytes table below 0 S 3 / 4 Battery Voltage [V] U 3 / 4 Input Frequency [Hz] 4 U 3 / 4 Powerfail Counter 6 U 3 / 4 7 U 3 / 4 9 U 3 / 4 22 U 3 / 4 32 U 3 / 4 34 U 3 / 4 38 U 3 / 4 39 U 3 / 4 40 U 3 / 4 4 U 3 / 4 42 U 3 / 4 43 U 3 / 4 44 U 3 / 4 Alarm: On Battery = active; 0 = not active Alarm: Battery Low = active; 0 = not active Alarm: Over Temperature = active; 0 = not active Alarm: Output Overload = active; 0 = not active Alarm: General Fault = active; 0 = not active Alarm: UPS communication lost = active; 0 = not active Alarm: Test in progress = active; 0 = not active AUX Port = active (high); 0 = not active (low) AUX Port 2 = active (high); 0 = not active (low) AUX Port 3 = active (high); 0 = not active (low) AUX Port 4 = active (high); 0 = not active (low) Sensormanager / SM_T_COM sensor Sensormanager / SM_T_COM sensor 2 () () () () (2) (2) 6

7 45 U 3 / 4 46 U 3 / 4 47 U 3 / 4 48 U 3 / 4 49 U 3 / 4 50 U 3 / 4 Sensormanager sensor 3 Sensormanager sensor 4 Sensormanager sensor 5 Sensormanager sensor 6 Sensormanager sensor 7 Sensormanager sensor 8 (2) (2) (2) (2) (2) (2) () not available in CS4B, CS4B SK (2) available only in CS4, CS4 SK 7

8 3.2. Daker DK, Keor LP, Keor S Address Type Function Description Length Note 97 U 3 / 4 Output Voltage [V] 00 U 3 / 4 Output Power [%] 03 U 3 / 4 Battery Charge Level [%] 04 S 3 / 4 Input Voltage phase L [V] 05 S 3 / 4 Input Voltage phase L2 [V] () 06 S 3 / 4 Input Voltage phase L3 [V] () 07 S 3 / 4 Temperature [C ] 08 S 3 / 4 Autonomy Time [minutes] 09 U 3 / 4 UPS Status (ASCII HEX) Please check Status Bytes table below 0 S 3 / 4 Battery Voltage [V] U 3 / 4 Input Frequency phase L [Hz] 2 U 3 / 4 Input Frequency phase L2 [Hz] () 3 U 3 / 4 Input Frequency phase L3 [Hz] () 4 U 3 / 4 Powerfail Counter 6 U 3 / 4 7 U 3 / 4 9 U 3 / 4 22 U 3 / 4 23 U 3 / 4 32 U 3 / 4 34 U 3 / 4 38 U 3 / 4 39 U 3 / 4 40 U 3 / 4 4 U 3 / 4 42 U 3 / 4 43 U 3 / 4 44 U 3 / 4 45 U 3 / 4 46 U 3 / 4 Alarm: On Battery = active; 0 = not active Alarm: Battery Low = active; 0 = not active Alarm: Over Temperature = active; 0 = not active Alarm: Output Overload = active; 0 = not active Alarm: On Bypass = active; 0 = not active Alarm: General Fault = active; 0 = not active Alarm: UPS communication lost = active; 0 = not active Alarm: Test in progress = active; 0 = not active AUX Port = active (high); 0 = not active (low) AUX Port 2 = active (high); 0 = not active (low) AUX Port 3 = active (high); 0 = not active (low) AUX Port 4 = active (high); 0 = not active (low) Sensormanager / SM_T_COM sensor Sensormanager / SM_T_COM sensor 2 Sensormanager sensor 3 Sensormanager sensor 4 (2) (2) (2) (2) (3) (3) (3) (3) 8

9 47 U 3 / 4 48 U 3 / 4 49 U 3 / 4 50 U 3 / 4 Sensormanager sensor 5 Sensormanager sensor 6 Sensormanager sensor 7 Sensormanager sensor 8 (3) (3) (3) (3) () available only in three-phase UPSs (2) available only in CS4, CS4 SK (3) not available in CS4B, CS4B SK 9

10 3.3. Dhea, Whad 800/2500, Megaline Address Type Function Name Length Notes 97 U 3 / 4 Output Voltage [V] 00 U 3 / 4 Output Power [%] 03 U 3 / 4 Battery Charge Level [%] 04 S 3 / 4 Input Voltage [V] 07 S 3 / 4 Temperature [C ] 08 S 3 / 4 Autonomy Time [minutes] 09 U 3 / 4 UPS Status (ASCII HEX) Please check Status Bytes table below 0 S 3 / 4 Battery Voltage [V] 4 U 3 / 4 Powerfail Counter 6 U 3 / 4 7 U 3 / 4 9 U 3 / 4 22 U 3 / 4 23 U 3 / 4 27 U 3 / 4 32 U 3 / 4 34 U 3 / 4 38 U 3 / 4 39 U 3 / 4 40 U 3 / 4 4 U 3 / 4 42 U 3 / 4 43 U 3 / 4 44 U 3 / 4 45 U 3 / 4 46 U 3 / 4 47 U 3 / 4 48 U 3 / 4 Alarm: On Battery = active; 0 = not active Alarm: Battery Low = active; 0 = not active Alarm: Over Temperature = active; 0 = not active Alarm: Output Overload = active; 0 = not active Alarm: On Bypass = active; 0 = not active Alarm: Charger failed = active; 0 = not active Alarm: General Fault = active; 0 = not active Alarm: UPS communication lost = active; 0 = not active Alarm: test in progress = active; 0 = not active AUX Port = active (high); 0 = not active (low) AUX Port 2 = active (high); 0 = not active (low) AUX Port 3 = active (high); 0 = not active (low) AUX Port 4 = active (high); 0 = not active (low) Sensormanager / SM_T_COM sensor Sensormanager / SM_T_COM sensor 2 Sensormanager sensor 3 Sensormanager sensor 4 Sensormanager sensor 5 Sensormanager sensor 6 () () () () (2) (2) (2) (2) (2) (2) 0

11 49 U 3 / 4 50 U 3 / 4 Sensormanager sensor 7 Sensormanager sensor 8 (2) (2) () not available in CS4B, CS4B SK (2) available only in CS4, CS4 SK

12 3.4. Whad 3000/6000, Trimod, Trimod HE, Archimod, Archimod HE Address Type Function Description Length Notes 99 U 6 (0H) Time syncronization signal When this signal is set, the CS4 sets the internal clock to 0:00 of the same day. Write only: commands 3 and 4 are not allowed. 00 U 3 / 4 Output Power phase L [%] 0 U 3 / 4 Output Power phase L2 [%] () 02 U 3 / 4 Output Power phase L3 [%] () 03 U 3 / 4 Battery Charge Level [%] 04 S 3 / 4 Input Voltage phase L [V] 05 S 3 / 4 Input Voltage phase L2 [V] () 06 S 3 / 4 Input Voltage phase L3 [V] () 07 S 3 / 4 UPS Temperature [C ] 08 S 3 / 4 Autonomy Time [minutes] 09 U 3 / 4 UPS Status (ASCII HEX) Please check Status Bytes table below 0 S 3 / 4 Battery Voltage [V] U 3 / 4 Input Frequency phase L [Hz] 2 U 3 / 4 Input Frequency phase L2 [Hz] () 3 U 3 / 4 Input Frequency phase L3 [Hz] () 4 U 3 / 4 Powerfail Counter 5 U 3 / 4 6 U 3 / 4 7 U 3 / 4 9 U 3 / 4 20 U 3 / 4 2 U 3 / 4 22 U 3 / 4 23 U 3 / 4 24 U 3 / 4 25 U 3 / 4 26 U 3 / 4 27 U 3 / 4 28 U 3 / 4 29 U 3 / 4 Alarm Battery Bad = active; 0 = not active) Alarm: On Battery = active; 0 = not active Alarm: Battery Low = active; 0 = not active Alarm: Over temperature = active; 0 = not active Alarm: Input Bad = active; 0 = not active Alarm: Output Bad = active; 0 = not active Alarm: Output Overload = active; 0 = not active Alarm: On Bypass = active; 0 = not active Alarm: Bypass Bad = active; 0 = not active Alarm: Output Off as requested = active; 0 = not active Alarm: UPS Off as requested = active; 0 = not active Alarm: Charger Failed = active; 0 = not active Alarm: UPS Output Off = active; 0 = not active Alarm: UPS System Off = active; 0 = not active (2) 2

13 32 U 3 / 4 33 U 3 / 4 34 U 3 / 4 36 U 3 / 4 37 U 3 / 4 38 U 3 / 4 39 U 3 / 4 Alarm: General fault = active; 0 = not active Alarm: Diagnose test failed = active; 0 = not active Alarm: UPS Communication lost = active; 0 = not active Alarm: Shutdown pending = active; 0 = not active Alarm: shutdown imminent = active; 0 = not active Alarm: Test in progress = active; 0 = not active Alarm: Manual Bypass Switch Closed = active; 0 = not active 40 U 3 / 4 Output Voltage phase L [V] 4 U 3 / 4 Output Voltage phase L2 [V] () 42 U 3 / 4 Output Voltage phase L3 [V] () 43 U 3 / 4 Output Current phase L [A*0] 44 U 3 / 4 Output Current phase L2 [A*0] () 45 U 3 / 4 Output Current phase L3 [A*0] () 52 U 3 / 4 53 U 3 / 4 54 U 3 / 4 55 U 3 / 4 56 U 3 / 4 57 U 3 / 4 58 U 3 / 4 59 U 3 / 4 Sensormanager / SM_T_COM sensor Sensormanager / SM_T_COM sensor 2 Sensormanager sensor 3 Sensormanager sensor 4 Sensormanager sensor 5 Sensormanager sensor 6 Sensormanager sensor 7 Sensormanager sensor 8 60 U 3 / 4 Output Power phase L [kw] (3) (3) (3) (3) (3) (3) (3) (3) 6 U 3 / 4 Output Power phase L2 [kw] () 62 U 3 / 4 Output Power phase L3 [kw] () 63 U 3 / 4 64 U 3 / 4 65 U 3 / 4 66 U 3 / 4 () available only in three-phase UPS (2) available only in Trimod HE, Archimod HE (3) available only in CS4, CS4 SK (4) not available in CS4B, CS4B SK AUX Port = active (high); 0 = not active (low) AUX Port 2 = active (high); 0 = not active (low) AUX Port 3 = active (high); 0 = not active (low) AUX Port 4 = active (high); 0 = not active (low) (4) (4) (4) (4) 3

14 3.5. Keor T Address Type Function Name Length Notes 00 U 3 / 4 Output Power phase L [%] 0 U 3 / 4 Output Power phase L2 [%] 02 U 3 / 4 Output Power phase L3 [%] 03 U 3 / 4 Battery Charge Level [%] 04 S 3 / 4 Input Voltage phase L [V] 05 S 3 / 4 Input Voltage phase L2 [V] 06 S 3 / 4 Input Voltage phase L3 [V] 07 S 3 / 4 Temperature [C ] 08 S 3 / 4 Autonomy Time [minutes] 09 U 3 / 4 UPS Status (ASCII HEX) Please check Status Bytes table below 0 S 3 / 4 Battery Voltage [V] U 3 / 4 Input Frequency phase L [Hz] 2 U 3 / 4 Input Frequency phase L2 [Hz] 3 U 3 / 4 Input Frequency phase L3 [Hz] 4 U 3 / 4 Powerfail Counter 5 U 3 / 4 6 U 3 / 4 7 U 3 / 4 8 U 3 / 4 9 U 3 / 4 20 U 3 / 4 2 U 3 / 4 22 U 3 / 4 23 U 3 / 4 24 U 3 / 4 28 U 3 / 4 3 U 3 / 4 32 U 3 / 4 33 U 3 / 4 34 U 3 / 4 38 U 3 / 4 Alarm Battery Bad = active; 0 = not active) Alarm: On Battery = active; 0 = not active Alarm: Battery Low = active; 0 = not active Alarm: Battery Depleted = active; 0 = not active Alarm: Over temperature = active; 0 = not active Alarm: Input Bad = active; 0 = not active Alarm: Output Bad = active; 0 = not active Alarm: Output Overload = active; 0 = not active Alarm: On Bypass = active; 0 = not active Alarm: Bypass Bad = active; 0 = not active Alarm: UPS Output Off = active; 0 = not active Alarm: Fuse failure = active; 0 = not active Alarm: General fault = active; 0 = not active Alarm: Diagnose test failed = active; 0 = not active Alarm: Communication lost = active; 0 = not active Alarm: Test in progress = active; 0 = not active 4

15 39 U 3 / 4 40 U 3 / 4 4 U 3 / 4 42 U 3 / 4 43 U 3 / 4 44 U 3 / 4 45 U 3 / 4 46 U 3 / 4 47 U 3 / 4 48 U 3 / 4 49 U 3 / 4 50 U 3 / 4 AUX Port = active (high); 0 = not active (low) AUX Port 2 = active (high); 0 = not active (low) AUX Port 3 = active (high); 0 = not active (low) AUX Port 4 = active (high); 0 = not active (low) Sensormanager / SM_T_COM sensor Sensormanager / SM_T_COM sensor 2 Sensormanager sensor 3 Sensormanager sensor 4 Sensormanager sensor 5 Sensormanager sensor 6 Sensormanager sensor 7 Sensormanager sensor 8 5 U 3 / 4 Output Voltage phase L [V] 52 U 3 / 4 Output Voltage phase L2 [V] 53 U 3 / 4 Output Voltage phase L3 [V] 54 U 3 / 4 Output Current phase L [A * 0] 55 U 3 / 4 Output Current phase L2 [A * 0] 56 U 3 / 4 Output Current phase L3 [A * 0] () () () () (2) (2) (2) (2) (2) (2) (2) (2) () not available in CS4B, CS4B SK (2) available only in CS4, CS4 SK 5

16 3.6. Keor HP Address Type Function Name Length Notes 97 U 3 / 4 Output Voltage phase L [V] 98 U 3 / 4 Output Voltage phase L2 [V] 99 U 3 / 4 Output Voltage phase L2 [V] 00 U 3 / 4 Output Power phase L [%] 0 U 3 / 4 Output Power phase L2 [%] 02 U 3 / 4 Output Power phase L3 [%] 03 U 3 / 4 Battery Charge Level [%] 04 S 3 / 4 Input Voltage phase L [V] 05 S 3 / 4 Input Voltage phase L2 [V] 06 S 3 / 4 Input Voltage phase L3 [V] 07 S 3 / 4 Temperature [C ] 08 S 3 / 4 Autonomy Time [minutes] 09 U 3 / 4 UPS Status (ASCII HEX) Please check Status Bytes table below 0 S 3 / 4 Battery Voltage [V] U 3 / 4 Input Frequency phase L [Hz] 2 U 3 / 4 Input Frequency phase L2 [Hz] 3 U 3 / 4 Input Frequency phase L3 [Hz] 4 U 3 / 4 Powerfail Counter 5 U 3 / 4 6 U 3 / 4 7 U 3 / 4 8 U 3 / 4 9 U 3 / 4 20 U 3 / 4 2 U 3 / 4 22 U 3 / 4 23 U 3 / 4 24 U 3 / 4 25 U 3 / 4 26 U 3 / 4 27 U 3 / 4 28 U 3 / 4 Alarm Battery Bad = active; 0 = not active) Alarm: On Battery = active; 0 = not active Alarm: Battery Low = active; 0 = not active Alarm: Battery Depleted = active; 0 = not active Alarm: Over temperature = active; 0 = not active Alarm: Input Bad = active; 0 = not active Alarm: Output Bad = active; 0 = not active Alarm: Output Overload = active; 0 = not active Alarm: On Bypass = active; 0 = not active Alarm: Bypass Bad = active; 0 = not active Alarm: Output Off as requested = active; 0 = not active Alarm: UPS Off as requested = active; 0 = not active Alarm: Charger Failed = active; 0 = not active Alarm: UPS Output Off = active; 0 = not active 6

17 29 U 3 / 4 30 U 3 / 4 3 U 3 / 4 32 U 3 / 4 33 U 3 / 4 34 U 3 / 4 35 U 3 / 4 36 U 3 / 4 37 U 3 / 4 38 U 3 / 4 39 U 3 / 4 40 U 3 / 4 4 U 3 / 4 42 U 3 / 4 43 U 3 / 4 44 U 3 / 4 45 U 3 / 4 46 U 3 / 4 47 U 3 / 4 48 U 3 / 4 49 U 3 / 4 50 U 3 / 4 Alarm: UPS System Off = active; 0 = not active Alarm: Fan Failure = active; 0 = not active Alarm: Fuse Failure = active; 0 = not active Alarm: General fault = active; 0 = not active Alarm: Diagnose test failed = active; 0 = not active Alarm: UPS communication lost = active; 0 = not active Alarm: Awaiting Power = active; 0 = not active Alarm: Shutdown pending = active; 0 = not active Alarm: Shutdown imminent = active; 0 = not active Alarm: Test in progress = active; 0 = not active AUX Port = active (high); 0 = not active (low) AUX Port 2 = active (high); 0 = not active (low) AUX Port 3 = active (high); 0 = not active (low) AUX Port 4 = active (high); 0 = not active (low) Sensormanager / SM_T_COM sensor Sensormanager / SM_T_COM sensor 2 Sensormanager sensor 3 Sensormanager sensor 4 Sensormanager sensor 5 Sensormanager sensor 6 Sensormanager sensor 7 Sensormanager sensor 8 () () () () (2) (2) (2) (2) (2) (2) (2) (2) () not available in CS4B, CS4B SK (2) available only in CS4, CS4 SK 7

18 3.7. Keor HPE Address Type Function Name Length Notes 00 U 3 / 4 Output Power phase L [%] 0 U 3 / 4 Output Power phase L2 [%] 02 U 3 / 4 Output Power phase L3 [%] 03 U 3 / 4 Battery Charge Level [%] 04 S 3 / 4 Input Voltage phase L [V] 05 S 3 / 4 Input Voltage phase L2 [V] 06 S 3 / 4 Input Voltage phase L3 [V] 07 S 3 / 4 Temperature [C ] 08 S 3 / 4 Autonomy Time [minutes] 09 U 3 / 4 UPS Status (ASCII HEX) Please check Status Bytes table below 0 S 3 / 4 Battery Voltage [V] U 3 / 4 Input Frequency phase L [Hz] 2 U 3 / 4 Input Frequency phase L2 [Hz] 3 U 3 / 4 Input Frequency phase L3 [Hz] 4 U 3 / 4 Powerfail Counter 5 U 3 / 4 6 U 3 / 4 7 U 3 / 4 8 U 3 / 4 9 U 3 / 4 20 U 3 / 4 2 U 3 / 4 22 U 3 / 4 23 U 3 / 4 24 U 3 / 4 25 U 3 / 4 26 U 3 / 4 27 U 3 / 4 28 U 3 / 4 29 U 3 / 4 30 U 3 / 4 Alarm Battery Bad = active; 0 = not active) Alarm: On Battery = active; 0 = not active Alarm: Battery Low = active; 0 = not active Alarm: Battery Depleted = active; 0 = not active Alarm: Over temperature = active; 0 = not active Alarm: Input Bad = active; 0 = not active Alarm: Output Bad = active; 0 = not active Alarm: Output Overload = active; 0 = not active Alarm: On Bypass = active; 0 = not active Alarm: Bypass Bad = active; 0 = not active Alarm: Output Off as requested = active; 0 = not active Alarm: UPS Off as requested = active; 0 = not active Alarm: Charger Failed = active; 0 = not active Alarm: UPS Output Off = active; 0 = not active Alarm: UPS System Off = active; 0 = not active Alarm: Fan Failure = active; 0 = not active 8

19 3 U 3 / 4 32 U 3 / 4 33 U 3 / 4 34 U 3 / 4 35 U 3 / 4 36 U 3 / 4 37 U 3 / 4 38 U 3 / 4 39 U 3 / 4 40 U 3 / 4 4 U 3 / 4 42 U 3 / 4 43 U 3 / 4 44 U 3 / 4 45 U 3 / 4 46 U 3 / 4 47 U 3 / 4 48 U 3 / 4 49 U 3 / 4 50 U 3 / 4 Alarm: Fuse Failure = active; 0 = not active Alarm: General fault = active; 0 = not active Alarm: Diagnose test failed = active; 0 = not active Alarm: UPS communication lost = active; 0 = not active Alarm: Awaiting Power = active; 0 = not active Alarm: Shutdown pending = active; 0 = not active Alarm: Shutdown imminent = active; 0 = not active Alarm: Test in progress = active; 0 = not active AUX Port = active (high); 0 = not active (low) AUX Port 2 = active (high); 0 = not active (low) AUX Port 3 = active (high); 0 = not active (low) AUX Port 4 = active (high); 0 = not active (low) Sensormanager / SM_T_COM sensor Sensormanager / SM_T_COM sensor 2 Sensormanager sensor 3 Sensormanager sensor 4 Sensormanager sensor 5 Sensormanager sensor 6 Sensormanager sensor 7 Sensormanager sensor 8 () () () () (2) (2) (2) (2) (2) (2) (2) (2) () not available in CS4B, CS4B SK (2) available only in CS4, CS4 SK 9

20 3.8. Status Bytes table ( see registry 09 of all previous tables ) UPS Status Hex Value Dec Value Description UPS_SB_BYPASS_MODE 0x000 UPS is in bypass UPS_SB_SHUTDOWN 0x Shutdown UPS UPS_SB_OUTPUT_ACT 0x Inverter on = UPS OK UPS_SB_BACKUP_MODE 0x UPS is working in battery mode UPS_SB_BATTERY_LOW 0x000 6 Battery Low signal UPS_SB_OVER_TEMP 0x Over temperature UPS_SB_TEST_ACT 0x Test in progress UPS_SB_INPUT_HIGH 0x Input voltage too high UPS_SB_OUTPUT_HIGH 0x Overload UPS_SB_INVERTER_FAILURE 0x Inverter error UPS_SB_BATTERY_BAD 0x Battery error UPS_SB_ECO_MODE 0x ECO mode UPS_SB_COMM_LOST 0x For snmp Examples (decimal): STATUS= 4 means UPS_SB_OUTPUT_ACT (4) + no other alarms = UPS OK STATUS= 5 means UPS_SB_OUTPUT_ACT (4) + UPS_SB_BYPASS_MODE () are active! = UPS on Bypass! STATUS= 2 means UPS_SB_OUTPUT_ACT (4) + UPS_SB_BACKUP_MODE (8) are active! = UPS Powerfail! STATUS= 22 means UPS_SB_OUTPUT_ACT (4) + UPS_SB_BACKUP_MODE (8) + UPS_SB_BATTERY_LOW (0) are active! = UPS Powerfail and Battery low! STATUS= 68 means UPS_SB_OUTPUT_ACT (4) + UPS_SB_TEST_ACT (64) are active! = UPS battery test is running 20

21 4. Appendix 4.. RS485 Connector for CS4M and CS4M SK Phoenix connector: Pin : -> GND Pin 2: -> RS485 (+) Pin 3: -> RS485 (-) 4.2. Bus termination It is necessary to set the last bus device on the RS485 bus jumper for the bus termination (20 ohm). Please remove the 4 screws at the buttom of the adapter in order to open the box. You will find the jumper near the Modbus connector (see below). Default is OFF (CS4 is NOT last device). To terminate the RS485 bus at your CS4, please close the Jumper. 2

MAN-SGY-012-V11 EC 5195 Fairford Electronics Ltd - Synergy Modbus RTU Programming Manual - 22nd February 2016 Page 1 of 59.

MAN-SGY-012-V11 EC 5195 Fairford Electronics Ltd - Synergy Modbus RTU Programming Manual - 22nd February 2016 Page 1 of 59. MAN-SGY-012-V11 EC 5195 Fairford Electronics Ltd - Synergy Modbus RTU Programming Manual - 22nd February 2016 Page 1 of 59 Modbus RTU MAN-SGY-012-V11 EC 5195 Fairford Electronics Ltd - Synergy Modbus RTU

More information

Inbuilt Modbus Protocol

Inbuilt Modbus Protocol Inbuilt Modbus Protocol Technical description Revision 1.1 Page 1 1. Revisions History... 3 2. Preface... 3 2.1. Overview... 3 2.2. Default settings... 3 3. Modbus commands... 3 3.1. Read holding registers

More information

VISY-Quick Communication Protocol

VISY-Quick Communication Protocol VISY-Quick Communication Protocol Rev. Protocol Version Modification VI Version Date Name 0 1.00 First release 2.0.1 2000-03-29 Willmer 1 1.10 New commands date and time (3.2... 3.5) 2.0.2 2000-07-07 Willmer

More information

Differential Pressure Sensor

Differential Pressure Sensor Differential Pressure Sensor MDP200 Series Features Pressure range up to ±500Pa with high accuracy of ±3.0% m.v. Pressure based on thermal micro-flow measurement Outstanding hysteresis and repeatability

More information

DEIF A/S. MTR-2-015, -315, -415, MTR-2F-215 Multi-configurable AC transducer C. Modbus Communication Manual.

DEIF A/S. MTR-2-015, -315, -415, MTR-2F-215 Multi-configurable AC transducer C. Modbus Communication Manual. Modbus Communication Manual MTR-2-015, -315, -415, MTR-2F-215 Multi-configurable AC transducer 4189300020C DEIF A/S Modbus protocol Modbus addresses DEIF A/S, Frisenborgvej 33 Tel.: +45 9614 9614, Fax:

More information

Weather Station P03/3-Modbus-GPS for Modbus

Weather Station P03/3-Modbus-GPS for Modbus Weather Station P03/3-Modbus-GPS for Modbus Technical specifications and installation instructions Elsner Elektronik GmbH Control and Automation Engineering Herdweg 7 D-75391 Gechingen Germany Phone: +49

More information

Motors Automation Energy Transmission & Distribution Coatings. Servo Drive SCA06 V1.5X. Addendum to the Programming Manual SCA06 V1.

Motors Automation Energy Transmission & Distribution Coatings. Servo Drive SCA06 V1.5X. Addendum to the Programming Manual SCA06 V1. Motors Automation Energy Transmission & Distribution Coatings Servo Drive SCA06 V1.5X SCA06 V1.4X Series: SCA06 Language: English Document Number: 10003604017 / 01 Software Version: V1.5X Publication Date:

More information

605 series / Relion Protection and Control. Feeder Protection and Control/ Feeder Protection REF601/REJ601 Modbus Communication Protocol Manual

605 series / Relion Protection and Control. Feeder Protection and Control/ Feeder Protection REF601/REJ601 Modbus Communication Protocol Manual 65 series / Relion Protection and Control Feeder Protection and Control/ Feeder Protection REF61/REJ61 Communication Protocol Manual Document ID: 1MDU7222-YN Issued: 214-6-23 Revision: B Product version:

More information

Installation Instructions: ICON Anti-Condensate Controller

Installation Instructions: ICON Anti-Condensate Controller TECHNICAL BULLETIN Installation Instructions: ICON Anti-Condensate Controller System Overview The ICON Anti-Condensate Controller System (pat. pend.) is a stand-alone controller for antisweat heaters in

More information

CLX000 Technical Manual (v5.7x)

CLX000 Technical Manual (v5.7x) CLX000 Technical Manual (v5.7x) CSS Electronics (Updated 2018-04-24) Figure 1: CL1000, CL2000 & CL3000 Updated: 2018-04-24 Contents 1 About This Document 1 2 Introduction 2 3 Technical Specification 2

More information

Communication description SCYLAR -HEAT. Communication description

Communication description SCYLAR -HEAT. Communication description HEAT Communication description 1 Contents Page 1. INTRODUCTION. GENERAL INFORMATION.1 Protocol. Addressing 3..1 Primary Addressing 3.. Secondary Addressing 3.3 Baudrate 4.4 Readinglist 4 3. SND_NKE 5 4.

More information

Data byte 0 Data byte 1 Data byte 2 Data byte 3 Data byte 4. 0xA Register Address MSB data byte Data byte Data byte LSB data byte

Data byte 0 Data byte 1 Data byte 2 Data byte 3 Data byte 4. 0xA Register Address MSB data byte Data byte Data byte LSB data byte SFP200 CAN 2.0B Protocol Implementation Communications Features CAN 2.0b extended frame format 500 kbit/s Polling mechanism allows host to determine the rate of incoming data Registers The SFP200 provides

More information

MKIII -MB USER S GUIDE 09/18/18. Rev. 3

MKIII -MB USER S GUIDE 09/18/18. Rev. 3 MKIII -MB USER S GUIDE 09/18/18 Rev. 3 Copyright 2018 by RainWise, Inc. All rights reserved. No part of this work may be reproduced in any form except by written permission of the publisher. All rights

More information

PAX2S Modbus Register Table REVISED 2/20/12 LP0894A

PAX2S Modbus Register Table REVISED 2/20/12 LP0894A PAX2S Modbus Register Table REVISED 2/2/12 LP894A REGISTER 41 42 43 44 45 46 47 48 49 41 411 412 413 414 415 416 417 418 419 42 421 422 423 424 425 426 427 428 429 43 431 432 481 482 483 484 485 486 487

More information

POINTS OF CAUTION BEFORE USE...

POINTS OF CAUTION BEFORE USE... INSTRUCTION MANUAL NPN DISCRETE INPUT & NPN TRANSISTOR OUTPUT MODULE, 6 points each (-I/-II, e-con connector) MODEL BEFORE USE... Thank you for choosing M-System. Before use, check the contents of the

More information

Remote Display Unit. Installers Handbook Copyright 2001 AirSense Technology Ltd. LM Remote Display Unit Installers Handbook Issue 1.

Remote Display Unit. Installers Handbook Copyright 2001 AirSense Technology Ltd. LM Remote Display Unit Installers Handbook Issue 1. Remote Display Unit Installers Handbook Copyright 2001 AirSense Technology Ltd AirSense, ClassiFire, FastLearn PipeCAD, SenseNET, Stratos-HSSD and Stratos-Quadra are trademarks. HSSD is a Registered Trademark.

More information

Electronic pressure-independent characterised control valve with energy monitoring

Electronic pressure-independent characterised control valve with energy monitoring Modbus-egister Energy Valve Electronic pressure-independent characterised control valve with energy monitoring Contents Modbus General Notes 2 Modbus egister Overview 3 Modbus egister Description 5 www.belimo.com

More information

station) on the serial port

station) on the serial port Connects a Davis VantagePro2 or Vantage Vue to a BACnet network BACnet MS/TP over RS-485 compatible Easy BACnet network configuration via onboard switches Various selectable metric and imperial unit conversions

More information

Infrared Tire Temperature Sensor, IRTS-V2 - Datasheet

Infrared Tire Temperature Sensor, IRTS-V2 - Datasheet The Izze-Racing tire temperature sensor is specifically designed to measure the highly transient surface temperature of a tire with spatial fidelity, providing invaluable information for chassis tuning,

More information

CANBUS-THERMO-2CH Rev B v Channel CAN-Bus Thermocouple Interface K-Type. V1.0 July SK Pang Electronics Ltd

CANBUS-THERMO-2CH Rev B v Channel CAN-Bus Thermocouple Interface K-Type. V1.0 July SK Pang Electronics Ltd 2 Channel CAN-Bus Thermocouple Interface K-Type V1.0 July 2016 Product name Model number Manufacturer 2 Channel CAN-Bus Thermocouple Interface K-Type CANBUS-THERMO-2CH SK Pang Electronics Ltd 1 Contents

More information

Property of Monitronics Inc

Property of Monitronics Inc Enter Program 4140 + 8 + 0 + 0 (Display should show 00, also try 4130 and 5130) or Power down then back up and press * and # within 1 minute (If exiting programming you can re-enter within 1 minute by

More information

Product Data Sheet KyoRack 4

Product Data Sheet KyoRack 4 series - PANEL MOUNT PRINTERS Page 1 of 10 Introduction 5-8Vdc, 4A peak 5-8Vdc, 2A peak 10-35Vdc Features Easy open paper loading feature High resolution thermal printing 5-8Vdc standard, 10-35Vdc / low

More information

Multichannel Brake Infrared Temperature Sensor - Datasheet

Multichannel Brake Infrared Temperature Sensor - Datasheet The Izze-Racing Multichannel Brake Infrared Temperature Sensor is specifically designed to measure the highly transient surface temperature of a brake rotor at multiple points, making it possible to acquire

More information

FATEK. FBs-1HLC. Precision Load Cell Module. Operation manual V1.1 06/07/2017 FATEK AUTOMATION CORP.

FATEK. FBs-1HLC. Precision Load Cell Module. Operation manual V1.1 06/07/2017 FATEK AUTOMATION CORP. FATEK FBs-1HLC Precision Load Cell Module Operation manual V1.1 06/07/2017 FATEK AUTOMATION CORP. 1 Contents Chapter 1 1HLC module introduction... 3 1.1 Module specification... 3 1.2 Module appearance

More information

AW/AHW Professional Weighing Scale. User Manual

AW/AHW Professional Weighing Scale. User Manual AW/AHW Professional Weighing Scale User Manual Sep. 2009 Table of Contents Specifications... 2 Basic specification... 2 Series specification... 2 Display and keypad... 3 LCD Display... 3 Keypad... 4 Using

More information

Infrared Temperature Sensor - Datasheet

Infrared Temperature Sensor - Datasheet The Izze-Racing infrared sensor is specifically designed to measure the highly transient surface temperature of a tire with spatial fidelity, providing invaluable information for chassis tuning, tire exploitation,

More information

PART TEMP RANGE PIN-PACKAGE

PART TEMP RANGE PIN-PACKAGE 9-0850; Rev 4; 6/0 Ω μ INT INT μ PART TEMP RANGE PIN-PACKAGE MAX7359ETG+ -40 C to +85 C 24 TQFN-EP* MAX7359EWA+ -40 C to +85 C 25 WLP * TOP VIEW AD0 GND IC COL0 8 7 6 5 4 3 INPUT +62V TO +36V V CC MAX7359

More information

OP-02 / OP-03 / OP-04

OP-02 / OP-03 / OP-04 FS-i Series Check Weighing Scales Option OP-02 / OP-03 / OP-04 WM+PD4001368 Contents 1. OP-02 BATTERY... 2 1-1. Using the OP-02 SLA Battery... 2 2. OP-03 RS-232C / RELAY OUTPUT... 4 2-1. Installation...

More information

43iQ MODBUS Register Table

43iQ MODBUS Register Table 43iQ - 118207-00 MODBUS Register Table Rev K V 01.05.03 Register Type Default Min Max Units Precision Description 1 float 0 Basic Units 7 float 0 Basic Units 13 float 0 Basic Units 19 unsigned16 0 0 1

More information

Weather Station P03/3-RS485-GPS with RS485 Interface

Weather Station P03/3-RS485-GPS with RS485 Interface Weather Station P03/3-RS485-GPS with RS485 Interface Technical data and notes for installation Elsner Elektronik GmbH Control and Automation Engineering Herdweg 7 D-75391 Gechingen Germany Phone: +49 (0)

More information

1014/15 R Float Volt - - Voltage, L-L, ave of 3 phases 1016/17 R Float Volt - - Voltage, L-N, ave of 3 phases

1014/15 R Float Volt - - Voltage, L-L, ave of 3 phases 1016/17 R Float Volt - - Voltage, L-N, ave of 3 phases PM700 MODBUS POINT MAP Scale 1000/01 R NV Float kwh - - Real Energy Consumption 1002/03 R NV Float kvah - - Apparent Energy Consumption 1004/05 R NV Float kvarh - - Reactive Energy Consumption 1006/07

More information

ECE260: Fundamentals of Computer Engineering

ECE260: Fundamentals of Computer Engineering Data Representation & 2 s Complement James Moscola Dept. of Engineering & Computer Science York College of Pennsylvania Based on Computer Organization and Design, 5th Edition by Patterson & Hennessy Data

More information

COM - START. Communication module Installation. Slave no. Command (03) No. of bytes Words number 1 Words num. 1 hexadecimal byte. 2 hexadecimal bytes

COM - START. Communication module Installation. Slave no. Command (03) No. of bytes Words number 1 Words num. 1 hexadecimal byte. 2 hexadecimal bytes ETATS : CODE FIXE Absence réseau Moteur hors tension Accélération En fonctionnement Décélération MODE / MEM. @ / DATA RESET DEFAUTS : CODE CLIGNOTANT Coupure réseau Rotor bloqué Démarrage trop long Thermique

More information

GW Professional Weighing Scale. User Manual SNOWREX INTERNATIONAL CO., LTD. SRGW

GW Professional Weighing Scale. User Manual SNOWREX INTERNATIONAL CO., LTD. SRGW GW Professional Weighing Scale User Manual SNOWREX INTERNATIONAL CO., LTD. SRGW 20100415 Table of Contents Table of Contents...1 Specifications... 2 Basic specification... 2 Series specification(ec TYPE/OIML

More information

Infrared Tire Temperature Sensor Kit, IRTS-UK-V2 Datasheet

Infrared Tire Temperature Sensor Kit, IRTS-UK-V2 Datasheet The Izze-Racing infrared sensor is specifically designed to measure the highly transient surface temperature of a tire with spatial fidelity, providing invaluable information for chassis tuning, tire exploitation,

More information

MS BA01. PHT Combination Sensor SPECIFICATIONS

MS BA01. PHT Combination Sensor SPECIFICATIONS SPECIFICATIONS Integrated pressure, humidity and temperature sensor QFN package 5 x 3 x 1 mm 3 Operating range: 10 to 2000 mbar, 0%RH to 100%RH, -40 to 85 C High-resolution module: 0.016 mbar, 0.04%RH,

More information

Operation Manual Contents subject to change without notice

Operation Manual Contents subject to change without notice 318513 Operation Manual Contents subject to change without notice Version 1.0 Issue AA TABLE OF CONTENTS 1. INTRODUCTION and INSTALLATION... 1 General and Safety Information... 1 Specifications... 1 Contents...

More information

PowerView Modbus Registers (Ver 3.2)

PowerView Modbus Registers (Ver 3.2) PowerView Modbus Registers (Ver 3.2) PowerView Modbus Holding Registers* Register Description Decimal Places Units Range per Bit Resolution Available Value for data not 40001 Accelerator Pedal Position

More information

MP3 Digital Voice Module Model No.: VCM-SD Rev.A3. Content

MP3 Digital Voice Module Model No.: VCM-SD Rev.A3. Content Content Introduction Page 01 - Feature Function / Specification Page 02 - Electronic Specification Page 03 Hardware Information - PCB Scheme Page 04 - Jumper / Connectors Description Page 04 - Operation

More information

NTE74176 Integrated Circuit TTL 35Mhz Presettable Decade Counter/Latch

NTE74176 Integrated Circuit TTL 35Mhz Presettable Decade Counter/Latch NTE74176 Integrated Circuit TTL 35Mhz Presettable Decade Counter/Latch Description: The NTE74176 is a high speed monolithic counter in a 14 Lead plastic DIP type package consisting of four DC coupled master

More information

Coordination. Failures and Consensus. Consensus. Consensus. Overview. Properties for Correct Consensus. Variant I: Consensus (C) P 1. v 1.

Coordination. Failures and Consensus. Consensus. Consensus. Overview. Properties for Correct Consensus. Variant I: Consensus (C) P 1. v 1. Coordination Failures and Consensus If the solution to availability and scalability is to decentralize and replicate functions and data, how do we coordinate the nodes? data consistency update propagation

More information

HME Series Amplified pressure sensors

HME Series Amplified pressure sensors FEATURE 100 to 10, 1 to 10 psi, gage or differential pressure Increased media compatibility 1 Digital PI bus output Precision AIC signal conditioning Calibrated and temperature compensated DIP housings

More information

MS BA01 PTH Fusion Sensor

MS BA01 PTH Fusion Sensor PRELIMINARY MS8607-02BA01 PTH Fusion Sensor Integrated pressure, temperature and humidity sensor QFN package 5 x 3 x 1 mm 3 Operating range: 10 to 2000 mbar, 0%RH to 100%RH, -40 to 85 C High-resolution

More information

hexadecimal-to-decimal conversion

hexadecimal-to-decimal conversion OTHER NUMBER SYSTEMS: octal (digits 0 to 7) group three binary numbers together and represent as base 8 3564 10 = 110 111 101 100 2 = (6X8 3 ) + (7X8 2 ) + (5X8 1 ) + (4X8 0 ) = 6754 8 hexadecimal (digits

More information

Meteorological Station P03/3-RS485-WAGO

Meteorological Station P03/3-RS485-WAGO Meteorological Station P03/3-RS485-WAGO Technical data and notes for installation Elsner Elektronik GmbH Control and Automation Engineering Herdweg 7 D-75391 Gechingen Germany Phone: +49 (0) 70 56/93 97-0

More information

The Ordering Code for various standard model Recorders with an AC supply and without any additional options are as follows:

The Ordering Code for various standard model Recorders with an AC supply and without any additional options are as follows: The basic PC software is supplied free with the recorder. There is an additional charge for the extensive Data Acquisition Software supplied with communication of RS-232/422/485 or Ethernet. The Ordering

More information

Digital Temperature Sensor and Thermal Watchdog with 2-Wire Interface

Digital Temperature Sensor and Thermal Watchdog with 2-Wire Interface 19-4385; Rev 0; 3/09 Digital Temperature Sensor and Thermal General Description The temperature sensor includes a delta-sigma analog-to-digital converter, and a digital overtemperature detector. The host

More information

BINARY CODES. Binary Codes. Computer Mathematics I. Jiraporn Pooksook Department of Electrical and Computer Engineering Naresuan University

BINARY CODES. Binary Codes. Computer Mathematics I. Jiraporn Pooksook Department of Electrical and Computer Engineering Naresuan University Binary Codes Computer Mathematics I Jiraporn Pooksook Department of Electrical and Computer Engineering Naresuan University BINARY CODES: BCD Binary Coded Decimal system is represented by a group of 4

More information

Appendices. RS232 Commands. RS232 Connector. Pin No Specification 1 N/A 2 RXD 3 TXD 4 DTR 5 GND 6 DSR 7 RTS 8 CTS 9 N/A.

Appendices. RS232 Commands. RS232 Connector. Pin No Specification 1 N/A 2 RXD 3 TXD 4 DTR 5 GND 6 DSR 7 RTS 8 CTS 9 N/A. RS232 Commands RS232 Connector 9 8 7 6 5 4 3 2 1 Pin No Specification 1 N/A 2 RXD 3 TXD 4 DTR 5 GND 6 DSR 7 RTS 8 CTS 9 N/A English 74 RS232 Protocol Function List RS232 Commands Appendices Baud Rate 9600

More information

DNP V3.00 Level2. ProtocolAssignm entsusermanual

DNP V3.00 Level2. ProtocolAssignm entsusermanual DNP V3.00 Level2 ProtocolAssignm entsusermanual Electro Industries/GaugeTech assumes no responsibility for any inaccuracies and/or errors that may appear in this document. The information printed in this

More information

Weather Station P03/3-RS485 with RS485 Interface

Weather Station P03/3-RS485 with RS485 Interface Weather Station P03/3-RS485 with RS485 Interface Technical data and notes for installation Elsner Elektronik GmbH Control and Automation Engineering Herdweg 7 D-75391 Gechingen Germany Phone: +49 (0) 70

More information

FRENIC-Ace (C2) (Supplement to RS-485 User's Manual)

FRENIC-Ace (C2) (Supplement to RS-485 User's Manual) (Supplement to RS-485 User's Manual) FRENIC-Ace (C2) This document is a supplement to the RS-485 Communication User s Manual (24A7-E-0082, MEH448), and is comprised of section 5.2 (Data ), to which content

More information

MODEL: R7K4FML3. Remote I/O R7K4F Series. POWER INPUT DC power R: 24 V DC (Operational voltage range: ±10 %; ripple 10 %p-p max.)

MODEL: R7K4FML3. Remote I/O R7K4F Series. POWER INPUT DC power R: 24 V DC (Operational voltage range: ±10 %; ripple 10 %p-p max.) Remote I/O R7KF Series I/O MODULE (-III) POWER INPUT DC power R: V DC (Operational voltage range: ±0 %; ripple 0 %p-p max.) 0 (8.7). (.) 7(.8) mm (inch) [] OPTIONS (multiple selections) Output data read

More information

TYPE RECALL 1 RECALL 2 RECALL 3 RECALL 4, 8 RECALL 5, 7 RECALL 6 FORMAT #23 #30 #0 #7 #23 #20 MODE RUN TRACK POINT RUN RUN INC PARITY BAUD

TYPE RECALL 1 RECALL 2 RECALL 3 RECALL 4, 8 RECALL 5, 7 RECALL 6 FORMAT #23 #30 #0 #7 #23 #20 MODE RUN TRACK POINT RUN RUN INC PARITY BAUD Room Defaults TYPE RECALL RECALL RECALL RECALL, 8 RECALL, RECALL FORMAT # # # # # # MODE RUN TRACK POINT RUN RUN INC PARITY BAUD 8 NONE 9 8 ODD 9 EVEN 9 8 NONE 9 8 NONE 9 RUN INC 8 NONE 9 RESOLUTION LPI

More information

IO-Link Data Reference Guide: K50 Pro Touch Button with IO-Link

IO-Link Data Reference Guide: K50 Pro Touch Button with IO-Link IO-Link Data Reference Guide: K50 Pro Touch Button with IO-Link IO-Link Data Map This document refers to the following IODD file: Banner_Engineering-K50PTKQ-20180829-IODD1.1.xml. The IODD file and support

More information

Overlay Transport Virtualization (OTV) Unicast-Mode Transport Infrastructure Deployment

Overlay Transport Virtualization (OTV) Unicast-Mode Transport Infrastructure Deployment Overlay Transport Virtualization (OTV) Unicast-Mode Transport Infrastructure Deployment July 24, 2012 ALL DESIGNS, SPECIFICATIONS, STATEMENTS, INFORMATION, AND RECOMMENDATIONS (COLLECTIVELY, "DESIGNS")

More information

MPP5800 series - PANEL MOUNT PRINTERS. Options

MPP5800 series - PANEL MOUNT PRINTERS. Options series - PANEL MOUNT PRINTERS MPP5810 MPP5820 Introduction 5-8Vdc, 4A peak 5-8Vdc, 2A peak 10-35Vdc Features Easy load paper feature High resolution thermal printing 5-8Vdc standard, 10-35Vdc / low power

More information

244241, Operation Manual Contents subject to change without notice. Version 1.0 Issue AA

244241, Operation Manual Contents subject to change without notice. Version 1.0 Issue AA 244241, 244242 Operation Manual Contents subject to change without notice Version 1.0 Issue AA CONTENTS 1. INTRODUCTION... 2 General and Safety Information... 2 2. TECHNICAL SPECIFICATIONS... 2 3. DISPLAY

More information

E40M. Binary Numbers. M. Horowitz, J. Plummer, R. Howe 1

E40M. Binary Numbers. M. Horowitz, J. Plummer, R. Howe 1 E40M Binary Numbers M. Horowitz, J. Plummer, R. Howe 1 Reading Chapter 5 in the reader A&L 5.6 M. Horowitz, J. Plummer, R. Howe 2 Useless Box Lab Project #2 Adding a computer to the Useless Box alows us

More information

Multimedia Systems WS 2010/2011

Multimedia Systems WS 2010/2011 Multimedia Systems WS 2010/2011 15.11.2010 M. Rahamatullah Khondoker (Room # 36/410 ) University of Kaiserslautern Department of Computer Science Integrated Communication Systems ICSY http://www.icsy.de

More information

HD2016. [ GB ] Weighing rain gauge. Rain PART OF G H M GROUP TELEMETRIE & AUTOMATION TELEMETRIE & AUTOMATION

HD2016. [ GB ] Weighing rain gauge. Rain PART OF G H M GROUP TELEMETRIE & AUTOMATION TELEMETRIE & AUTOMATION HD2016 [ GB ] Weighing rain gauge Rain PART OF G H M GROUP TELEMETRIE & AUTOMATION TELEMETRIE & AUTOMATION [ GB ] HD2016 Weighing rain gauge [ GB ] HD2016 is a rain gauge that detects the weight of the

More information

Acceleration/Velocity/Displacement VIBRATION METER

Acceleration/Velocity/Displacement VIBRATION METER Acceleration/Velocity/Displacement VIBRATION METER Model : VB-8220 Your purchase of this VIBRATION METER marks a step forward for you into the field of precision measurement. Although this METER is a complex

More information

CS 347 Parallel and Distributed Data Processing

CS 347 Parallel and Distributed Data Processing CS 347 Parallel and Distributed Data Processing Spring 2016 & Clocks, Clocks, and the Ordering of Events in a Distributed System. L. Lamport, Communications of the ACM, 1978 Notes 15: & Clocks CS 347 Notes

More information

NTE74177 Integrated Circuit TTL 35Mhz Presettable Binary Counter/Latch

NTE74177 Integrated Circuit TTL 35Mhz Presettable Binary Counter/Latch NTE74177 Integrated Circuit TTL 35Mhz Presettable Binary Counter/Latch Description: The NTE74177 is a high speed monolithic counter in a 14 Lead plastic DIP type package consisting of four DC coupled master

More information

O P E R A T I N G M A N U A L

O P E R A T I N G M A N U A L OPERATING MANUAL WeatherJack OPERATING MANUAL 1-800-645-1061 The baud rate is 2400 ( 8 bits, 1 stop bit, no parity. Flow control = none) To make sure the unit is on line, send an X. the machine will respond

More information

Vidyalankar S.E. Sem. III [EXTC] Digital Electronics Prelim Question Paper Solution ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD = B

Vidyalankar S.E. Sem. III [EXTC] Digital Electronics Prelim Question Paper Solution ABCD ABCD ABCD ABCD ABCD ABCD ABCD ABCD = B . (a). (b). (c) S.E. Sem. III [EXTC] igital Electronics Prelim Question Paper Solution ABC ABC ABC ABC ABC ABC ABC ABC = B LHS = ABC ABC ABC ABC ABC ABC ABC ABC But ( ) = = ABC( ) ABC( ) ABC( ) ABC( )

More information

User Manual. 1000BASE-T1 SFP Module

User Manual. 1000BASE-T1 SFP Module User Manual 1000BAS-1 SFP Module Version 0.4 05. March 2018 echnica ngineering GmbH Fax: +49-89-200-072430 Leopoldstraße 236 mail: Info@technica-engineering.de 80807 München www.technica-engineering.de

More information

Troubleshooting IOM Issues

Troubleshooting IOM Issues This chapter contains the following sections: IOM Terminology, page 1 Chassis Boot Sequence, page 2 Link Pinning and Failover Behavior, page 3 Recommended Solutions for IOM Issues, page 4 IOM Terminology

More information

WEIGHT INDICATOR WIDRA W90

WEIGHT INDICATOR WIDRA W90 WEIGHT INDICATOR WIDRA W90 Function keys WIDRA SPRL Rue Z Gramme, 26 Zoning «Les Plennesses «4821 ANDRIMONT M when this key is pressed, the display registers "0", which frees one of the stored entry weights

More information

,- # (%& ( = 0,% % <,( #, $ <<,( > 0,% #% ( - + % ,'3-% & '% #% <,( #, $ <<,(,9 (% +('$ %(- $'$ & " ( (- +' $%(& 2,#. = '%% ($ (- +' $ '%("

,- # (%& ( = 0,% % <,( #, $ <<,( > 0,% #% ( - + % ,'3-% & '% #% <,( #, $ <<,(,9 (% +('$ %(- $'$ &  ( (- +' $%(& 2,#. = '%% ($ (- +' $ '%( FEATURES!" #$$ % %&' % '( $ %( )$*++$ '(% $ *++$ %(%,- *(% (./ *( #'% # *( 0% ( *( % #$$ *( '( + 2' %( $ '( 2! '3 ((&!( *( 4 '3.%" / '3 3.% 7" 28" 9' 9,*: $ 9,*: $% (+'( / *(.( # ( 2(- %3 # $((% # ;' '3$-,(

More information

9-Channel 64steps Constant-Current LED Driver with SPI Control. Features

9-Channel 64steps Constant-Current LED Driver with SPI Control. Features BCT3119 with SPI Control General Description The BCT3119 is a constant current driver incorporating shift register and data latch. This CMOS device is designed for LED display applications. The max output

More information

Product Data Sheet KyoRack 2

Product Data Sheet KyoRack 2 series - PANEL MOUNT PRINTERS Page 1 of 10 5-8Vdc, 4A peak 5-8Vdc, 2A peak 10-35Vdc Features Easy Open paper feature High resolution thermal printing 5-8Vdc standard, 10-35Vdc / low power options Kwik

More information

Swegon CASA Smart ModBus Register SCB 3.0

Swegon CASA Smart ModBus Register SCB 3.0 USER SETTINGS 3.0-> 4x5001 RW Operating Mode 0 4 0= Stopped, 1 = Away, 2 = Home, 3 = Boost, 4 = Travelling 3.0-> 4x5019 RW Smart Control -100 100 % Smart control Increase or decrease Ventilation level

More information

NOTE: Opening and Closing Reports must be enabled. See CL 2C Digit Positions 1 and 3 for additional information.

NOTE: Opening and Closing Reports must be enabled. See CL 2C Digit Positions 1 and 3 for additional information. SYSTM 6 Installation Manual L - 8 & - 68 ommand Location : Installer ombination igit Positions () - (6): Installer ombination ombination must have 6 digits. Valid entries are - 9. ommand Location - 8 and

More information

Real-Time Course. Clock synchronization. June Peter van der TU/e Computer Science, System Architecture and Networking

Real-Time Course. Clock synchronization. June Peter van der TU/e Computer Science, System Architecture and Networking Real-Time Course Clock synchronization 1 Clocks Processor p has monotonically increasing clock function C p (t) Clock has drift rate For t1 and t2, with t2 > t1 (1-ρ)(t2-t1)

More information

SINAMICS G120X. Available in power ratings up to 700 hp (630 kw) Technical documentation 01 / 2019

SINAMICS G120X. Available in power ratings up to 700 hp (630 kw) Technical documentation 01 / 2019 SINAMICS G120X Available in power ratings up to 700 hp (630 kw) Technical documentation 01 / 2019 An infrastructure drive for pumps, fans and compressors Siemens introduces an exciting new addition to

More information

G. Lufft Mess- und Regeltechnik GmbH, Fellbach, Germany. We reserve the right to make technical changes at any time without notice.

G. Lufft Mess- und Regeltechnik GmbH, Fellbach, Germany. We reserve the right to make technical changes at any time without notice. 48.7230-WSX-E Document version V24 (10/2013) G. Lufft Mess- und Regeltechnik GmbH, Fellbach, Germany. We reserve the right to make technical changes at any time without notice. Contents 1 Please Read Before

More information

WE TAKE BUILDING AUTOMATION PERSONALLY MANUAL PRESIGO PDT

WE TAKE BUILDING AUTOMATION PERSONALLY MANUAL PRESIGO PDT WE TAKE BUILDING AUTOMATION PERSONALLY MANUAL PRESIGO PDT Copyright AB Regin, Sweden, 2016 DISCLAIMER The information in this manual has been carefully checked and is believed to be correct. Regin, however,

More information

SZ7001. Wireless ZIGBEE tipping bucket rain sensor. Product Overview. Dimensions. parameter. September, 2016 Rev.

SZ7001. Wireless ZIGBEE tipping bucket rain sensor.  Product Overview. Dimensions. parameter. September, 2016 Rev. SZ7001 Wireless ZIGBEE tipping bucket rain sensor http:// www.sonbus.com Product Overview Tipping bucket rain sensor for measuring the nature of rainfall, while rainfall is converted to digital information

More information

KN Series Boiler HeatNet V3 LonWorks Network Variables V1.10

KN Series Boiler HeatNet V3 LonWorks Network Variables V1.10 This document lists and briefly describes the LonWorks variables available on KN Series Boilers with a HeatNet V3 control board. Some variables reference a specific boiler. The following substitutions

More information

ECE20B Final Exam, 200 Point Exam Closed Book, Closed Notes, Calculators Not Allowed June 12th, Name

ECE20B Final Exam, 200 Point Exam Closed Book, Closed Notes, Calculators Not Allowed June 12th, Name C20B Final xam, 200 Point xam Closed Book, Closed Notes, Calculators Not llowed June 2th, 2003 Name Guidelines: Please remember to write your name on your bluebook, and when finished, to staple your solutions

More information

About the Sens it Payload

About the Sens it Payload About the Sens it Payload Payload structure 4 bytes 8 bytes Mode values Configuration values (optional) If the message is an uplink only frame, the payload contains only the 4 bytes of mode values. If

More information

89BSD CALCULATION METHOD APPLICATION NOTE

89BSD CALCULATION METHOD APPLICATION NOTE FUNCTIONAL DESCRIPTION GENERAL The 89BSD consists of a piezoresistive sensor and a sensor interface IC. The main function of the sensor interface IC is to convert the uncompensated analogue output voltage

More information

OPERATING MANUAL. EIB-Kombisensor AS 315 N

OPERATING MANUAL. EIB-Kombisensor AS 315 N EIB-Kombisensor AS 315 N OPERATING MANUAL EIB-Kombisensor AS 315 N 1 Contents Page 3 1. Description 4 1.1 Automated Operations 1.1.1 Sun System 1.1.2 Half-Light System 5 1.1.3 Wind System 1.1.4 Rain System

More information

EECS150 - Digital Design Lecture 23 - FFs revisited, FIFOs, ECCs, LSFRs. Cross-coupled NOR gates

EECS150 - Digital Design Lecture 23 - FFs revisited, FIFOs, ECCs, LSFRs. Cross-coupled NOR gates EECS150 - Digital Design Lecture 23 - FFs revisited, FIFOs, ECCs, LSFRs April 16, 2009 John Wawrzynek Spring 2009 EECS150 - Lec24-blocks Page 1 Cross-coupled NOR gates remember, If both R=0 & S=0, then

More information

MS4525HRD (High Resolution Digital)

MS4525HRD (High Resolution Digital) MS4525HRD (High Resolution Digital) Integrated Digital Pressure Sensor (24-bit Σ ADC) Fast Conversion Down to 1 ms Low Power, 1 µa (standby < 0.15 µa) Supply Voltage: 1.8 to 3.6V Pressure Range: 1 to 150

More information

LABORATORY MANUAL MICROPROCESSOR AND MICROCONTROLLER

LABORATORY MANUAL MICROPROCESSOR AND MICROCONTROLLER LABORATORY MANUAL S u b j e c t : MICROPROCESSOR AND MICROCONTROLLER TE (E lectr onics) ( S e m V ) 1 I n d e x Serial No T i tl e P a g e N o M i c r o p r o c e s s o r 8 0 8 5 1 8 Bit Addition by Direct

More information

DATA SHEET. Thermocouple module with digital I²C-Interface - THMOD-I²C. Characteristic features. Areas of application. Features.

DATA SHEET. Thermocouple module with digital I²C-Interface - THMOD-I²C. Characteristic features. Areas of application. Features. Description Characteristic features Industrial temperature measuring method Wide measuring range, -270...+1360 C Digital I²C-interface Simple integration to micro-controller Scope of supply with thermocouple,

More information

Product manual. Mylos KNX Shutter actuator 2CSY1104C/S

Product manual. Mylos KNX Shutter actuator 2CSY1104C/S Product manual Mylos KNX Shutter actuator 2CSY1104C/S Contents Contents 1 Technical features... 3 1.1 Technical data... 3 1.2 Connection diagram... 4 2 Commissioning... 5 2.1 Parameters... 5 2.1.1 General...

More information

High-efficiency Circulator Pump. Rio-Eco N / Rio-Eco Z N. Type Series Booklet

High-efficiency Circulator Pump. Rio-Eco N / Rio-Eco Z N. Type Series Booklet High-efficiency Circulator Pump Rio-Eco N / Rio-Eco Z N Type Series Booklet Legal information/copyright Type Series Booklet Rio-Eco N / Rio-Eco Z N KSB Aktiengesellschaft All rights reserved. The contents

More information

CSE 123: Computer Networks

CSE 123: Computer Networks CSE 123: Computer Networks Total points: 40 Homework 1 - Solutions Out: 10/4, Due: 10/11 Solutions 1. Two-dimensional parity Given below is a series of 7 7-bit items of data, with an additional bit each

More information

Communication and data formats

Communication and data formats 4-Quadrant-/Combi meter LZQJ-XC acc. to VDEW-Specifications 2.1 Edition: 02.02.2012 LZQJXC-KoDa-E-1.20 The contents of this manual are protected by copyright. It is forbidden to translate, reprint, copy

More information

Operating Manual. English. Compact Weather Station WS200-UMB WS300-UMB WS301-UMB WS400-UMB WS500-UMB WS501-UMB WS600-UMB.

Operating Manual. English. Compact Weather Station WS200-UMB WS300-UMB WS301-UMB WS400-UMB WS500-UMB WS501-UMB WS600-UMB. English WS200-UMB WS300-UMB WS301-UMB WS400-UMB WS500-UMB WS501-UMB WS600-UMB www.lufft.com G. Lufft Mess- und Regeltechnik GmbH, Fellbach, Germany. We reserve the right to make technical changes at any

More information

Electric Duct Heater. HECB Series Modbus Communication Module User Guide. HECB-Modbus Guide docx

Electric Duct Heater. HECB Series Modbus Communication Module User Guide. HECB-Modbus Guide docx Electric Duct Heater HECB Series Mdbus Cmmunicatin Mdule User Guide HECB-Mdbus Guide-150630.dcx Mdbus User Guide Cntents Intrductin... 1 Hlding s Table... 2 Table Glssary... 2 Hlding Table... 2 Ntes...

More information

CHV Series Vector Control Inverter Options. Operating Instructions for Tension Control Card

CHV Series Vector Control Inverter Options. Operating Instructions for Tension Control Card CHV Series Vector Control Inverter Options Operating Instructions for Control Card 1. Model and Specifications 1.1 Model The model of tension card is CHV00ZL. CHV series inverter can conduct constant

More information

MS4525HRD (High Resolution Digital) Integrated Digital Pressure Sensor (24-bit Σ ADC) Fast Conversion Down to 1 ms Low Power, 1 µa (standby < 0.15 µa)

MS4525HRD (High Resolution Digital) Integrated Digital Pressure Sensor (24-bit Σ ADC) Fast Conversion Down to 1 ms Low Power, 1 µa (standby < 0.15 µa) Integrated Digital Pressure Sensor (24-bit Σ ADC) Fast Conversion Down to 1 ms Low Power, 1 µa (standby < 0.15 µa) Supply Voltage: 1.8 to 3.6V Pressure Range: 1 to 150 PSI I 2 C and SPI Interface up to

More information

16 Input AC Block I/O Module

16 Input AC Block I/O Module 6 Input AC Module Cat. No. 79-6A0 Series B Installation Mount the block I/O module in a vertical (recommended) or horizontal position. Allow sufficient room around the block for cooling air flow through

More information

G. Lufft Mess- und Regeltechnik GmbH, Fellbach, Germany. We reserve the right to make technical changes at any time without notice.

G. Lufft Mess- und Regeltechnik GmbH, Fellbach, Germany. We reserve the right to make technical changes at any time without notice. 48.7230-WSX-E Document version V33 (11/2016) G. Lufft Mess- und Regeltechnik GmbH, Fellbach, Germany. We reserve the right to make technical changes at any time without notice. Contents 1 Please Read Before

More information

UMG 96 RM Basic unit Extension UMG 96RM-PN Extension UMG 96RM-P Extension UMG 96RM-CBM Power Analyser

UMG 96 RM Basic unit Extension UMG 96RM-PN Extension UMG 96RM-P Extension UMG 96RM-CBM Power Analyser Power Analyser UMG 96 RM Basic unit Extension -PN Extension -P Extension -CBM www.janitza.com Dok. Nr. 1.040.034.n Modbus-address list and Formulary (from firmware rel. 1.14) Power Analyser Janitza electronics

More information

MAGPOWR TENSION CONTROL DLCA NET-SLIM. User Manual. Digital Load Cell Amplifier MI 850A358 1 A

MAGPOWR TENSION CONTROL DLCA NET-SLIM. User Manual. Digital Load Cell Amplifier MI 850A358 1 A MAGPOWR TENSION CONTROL DLCA NET-SLIM User Manual EN Digital Load Cell Amplifier MI 850A358 1 A CONTENTS 1.0 INTRODUCTION 4 1.1 About these operating instructions... 4 1.2 Product overview... 5 1.2.1 Additional

More information