14
This document is the property of EURO-DIESEL S.A. and may neither be disclosed nor reproduced without written authorization. Information provided is believed to be correct and reliable. EURO-DIESEL S.A. reserves the right to amend this document without notice. . MANUAL MODBUS SUPERVISION PROTOCOL REF. PC11 DATA BASE SPECIFICATIONS 12620101AN DESCRIPTION Equipment : NO-BREAK KS®5 with KS-VISION Revision : 05

12620101AN - KS-VISION - Modbus supervision protocol rev05.pdf

Embed Size (px)

Citation preview

This document is the property of EURO-DIESEL S.A. and may neither be disclosed nor reproduced without written authorization. Information provided is believed to be correct and reliable. EURO-DIESEL S.A. reserves the right to amend this document without notice. . MANUAL MODBUS SUPERVISION PROTOCOL REF. PC11DATA BASE SPECIFICATIONS 12620101AN D E S C R I P T I O NEquipment:NO-BREAK KS5 with KS-VISION Revision:05 This document is the property of EURO-DIESEL S.A. and may neither be disclosed nor reproduced without written authorization. Information provided is believed to be correct and reliable. EURO-DIESEL S.A. reserves the right to amend this document without notice.

MODBUS SUPERVISION PROTOCOL 12620101AN Rev04 Page 2/14 Table of contents 1INTRODUCTION .................................................................................................................................... 3 2PROTOCOL AND WIRING. ..................................................................................................................... 3 2.1Interface ..................................................................................................................................... 3 2.1.1Modbus ASCII or RTU .......................................................................................................... 3 2.1.2Modbus Ethernet (TCP/UDP) .............................................................................................. 3 2.2Protocol ...................................................................................................................................... 3 2.2.1Modbus ASCII or RTU: ......................................................................................................... 3 2.2.2Modbus TCP/UDP: ............................................................................................................... 4 2.3Response time ............................................................................................................................ 4 2.4Remarks ...................................................................................................................................... 4 3DATA ADDRESS INSIDE THE PLC ........................................................................................................... 4 3.1Digital data base ......................................................................................................................... 4 3.1.1KS status .............................................................................................................................. 4 3.1.2Alarms .................................................................................................................................. 5 3.1.3Medium voltage systems specific alarms .......................................................................... 10 3.2Analog data base ...................................................................................................................... 11 3.2.1Upstream electrical values .............................................................................................. 11 3.2.2Downstream electrical values ........................................................................................... 11 3.2.3Stato-alternator electrical values ...................................................................................... 11 3.2.4Stand-by electrical values .................................................................................................. 12 3.2.5Temperatures and other measures ................................................................................... 12 3.3Modbus diagnostic ................................................................................................................... 13 3.3.1Modbus driver status flags ................................................................................................ 13 3.3.2Modbus diagnostic register ............................................................................................... 13 This document is the property of EURO-DIESEL S.A. and may neither be disclosed nor reproduced without written authorization. Information provided is believed to be correct and reliable. EURO-DIESEL S.A. reserves the right to amend this document without notice.

MODBUS SUPERVISION PROTOCOL 12620101AN Rev04 Page 3/14 1INTRODUCTION The NO-BREAK KS machine can be equipped in option with a Modbus communication protocol to allow one to monitor the status and alarms related to the operation of the system. 2PROTOCOL AND WIRING. 2.1INTERFACE There are three possible variants for the Modbus Communication Protocol: ASCII, RTU or Ethernet. Please check which variant was ordered with your machine to configure your Modbus master. 2.1.1Modbus ASCII or RTU Connection : -RS-485typeinterface(screwterminals)insidethecontrolpanel,terminalsMDB(-),/MDB(+)andPGND (shield). -EachcontrolpanelCOPhasitsownmodbusprotocol,pleaseensurethatallsystemsonthebushavea different Modbus address. 2.1.2Modbus Ethernet (TCP/UDP) Connection : -Ethernet type interface (RJ 45) on a Modbus TCP/IP RTU converter inside the control panel or the DIP. -Depending on the site configuration,oeithereachcontrolpanelCOPandDIPhasitsownmodbusTCP-RTUconverter:oneIPaddress (dynamic per default or static) must be available for each control panel. ooronlyonemodbusTCP-RTUconverterisplacedintheDIPandallthePLCs(COPs and DIP)canbe accessed through this unique converter: only one IP address (dynamic per default or static) must be availableinthiscase.AllCOPsdatabasesareaccessiblethroughthatsingleentrypointonthesub Modbus RTU network. 2.2PROTOCOL 2.2.1Modbus ASCII or RTU: -Slave station address: 1 (default when the unit is shipped). The slave station number can be changed through the human/machine interface. -Communication parameters: 9600 bps, 8 bits, No parity, 1 stop bit (default). These parameters can be changed through the human/machine interface. -The remote supervisor must be configured as master. The slaves answer Modbus read requests only. Write requests will return an error code 41 (Rejected). This document is the property of EURO-DIESEL S.A. and may neither be disclosed nor reproduced without written authorization. Information provided is believed to be correct and reliable. EURO-DIESEL S.A. reserves the right to amend this document without notice.

MODBUS SUPERVISION PROTOCOL 12620101AN Rev04 Page 4/14 2.2.2Modbus TCP/UDP: -Slave station IP address: DHCP (default when the unit is shipped), or fixed (configurable). TheModbusIPaddresscanbechangedthroughathird-partysoftware,refertoseparateleafletin documentation files. -Communication parameters: TCP or UDP mode, port 502. The remote supervisor must be configured as master. The slaves answer Modbus read requests only. Write requests will return an error code 41 (Rejected). 2.3RESPONSE TIME Typical answer time to a request: < 500 ms 2.4REMARKS Please take the following remarks in consideration when programming your Modbus master: -in the PLC, data address begin at 0. Should the supervisor begin its data address at 1 all the addresses mentioned in this document have to be shifted of one unit. -this document describes all NO-BREAK KS-Vision existing data points and alarms. Some alarms or measures may not be present or active for a particular machine/installation. - in case of special functionalities requiring additional information available through the modbus interface, a separate document with the non-standard data will be issued. -for a parallel installation of n machines, the same data base is available in each of the machines, only their Modbus address is different. 3DATA ADDRESS INSIDE THE PLC In the following chapters, the following notations are used: -TheletterFstandsforFlag,i.e.adigitalinformation.TheModbusmastermustuseModbusfunction01 (Read Coils) to gather that type of information. -TheletterRstandsforRegister,i.e.asignedintegercodedon16bits.TheModbusmastermustuse Modbus function 03 (Read Holding Registers) to gather that type of information. -The addresses after F or R are given in decimal. 3.1DIGITAL DATA BASE 3.1.1KS status F 600 System OK F 601 Automatic monthly test F 602 Diesel automatic test F 603 Mains present and in tolerances F 604Normal mode F 605 Emergency mode F 606Manual by-pass open/closed This document is the property of EURO-DIESEL S.A. and may neither be disclosed nor reproduced without written authorization. Information provided is believed to be correct and reliable. EURO-DIESEL S.A. reserves the right to amend this document without notice.

MODBUS SUPERVISION PROTOCOL 12620101AN Rev04 Page 5/14 F 607Engine OFF/ON F 608 Clutch OFF/ON F 609 Stato voltage OFF/ON F 610 D1 open/closed F 611 D2 open/closed F 612D3 open/closed F 613Operating mode: out of service F 614Operating mode: by-pass F 615Operating mode: on service F 616 Yellow alarm F 617Orange alarm F 618Red alarm F 2489QD5 breaker position F 2490QD6 breaker position F 2491Stand-by voltage presence 3.1.2Alarms Y = Yellow alarm O = Orange alarmR = Red alarm NOTE : if an I is present after Y, O or R, it means that it is an Installation alarm that will appear on all machines simultaneously. 3.1.2.1Installation global alarms F 1032YI: Installation 100% overload F 1033OI: Installation 110% overload F 1034RI: Instal. QD3 faulty control open F 1035RI: Breakers abnormal position detected F 1036RI: Installation emergency stop F 1037OI: Manual by-pass closed F 1038RI: QDC closing when not allowed F 1039RI: EDBUS fault F 1040RI: Can't close QD3, one QD2 still closed F 1057R: System stop required by master

3.1.2.2System general alarms

F 1160Y: KS 100% overload F 1161Y: PLC/network failure: 1 PLC lost F 1163R: Mains fail while Run in By-pass F 1164Y: PLC extension power supply failure F 1165R: PLCs network failure: 2+ PLCs lost F 1168Y: Communication time too long F 1171R: PLC power supply failure F 1172Y: PLC internal battery weak F 1173Y: PLC internal IR overflow F 1174Y: PLC internal minor error flag This document is the property of EURO-DIESEL S.A. and may neither be disclosed nor reproduced without written authorization. Information provided is believed to be correct and reliable. EURO-DIESEL S.A. reserves the right to amend this document without notice.

MODBUS SUPERVISION PROTOCOL 12620101AN Rev04 Page 6/14 3.1.2.3Engine F 1224Y: Engine water temperature too low F 1225Y: Engine water level low F 1226Y: Intercooler water level low F 1227R: Engine water level low F 1228R: Intercooler water level low F 1229Y: Engine water temperature high F 1230R: Engine overspeed F 1231R: Engine start failure F 1232R: Oil pressure too low F 1233R: Engine water overtemperature F 1234Y: Engine water temp. sensor fault F 1235Y: Engine oil temp. sensor fault F 1236R: Engine speed sensor fault F 1237Y: Engine oil pressure sensor fault F 1238Y: Engine not started at first time F 1239R: Engine abnormal stop F 1240O: Engine speed sensor fault F 1241Y: Engine governor fault yellow F 1242R: Engine governor fault red F 1243R: DEC MCB tripped F 1244R: Engine charge air overtemperature F 1245Y: DEC MCB tripped F 1246Y: Engine oil temperature high F 1247R: Engine oil overtemperature F 1248Y: Engine oil pressure low F 1249Y: Engine charge air overtemperature F 1250Y: Exhaust gas overtemperature F 1253R: Exhaust gas overtemperature F 1254R: Crankcase overpressure F 1255R: Oil pressure too low in idle 3.1.2.4Stato-Alternator F 1288Y: Accu frame overtemperature F 1289R: Windings overtemperature F 1290R: Accu. bearings wearing F 1291R: Accu front bearing fault F 1292R: Accu rear bearing fault F 1293R: Alternator front bearing fault F 1294R: Alternator rear bearing fault F 1295R: Flashing failure F 1296Y: Front accu bearing T sensor fault F 1297Y: Rear accu bearing T sensor fault F 1298Y: Front alt. bearing T sensor faultF 1299Y: Rear alt. bearing T sensor fault F 1300Y: Windings T sensor fault F 1301Y: Accu frame T sensor fault F 1302Y: Vibration level high F 1303Y: Vibration measuring device fault F 1304R: Generator breaker open This document is the property of EURO-DIESEL S.A. and may neither be disclosed nor reproduced without written authorization. Information provided is believed to be correct and reliable. EURO-DIESEL S.A. reserves the right to amend this document without notice.

MODBUS SUPERVISION PROTOCOL 12620101AN Rev04 Page 7/14 F 1305Y: Windings temperature high F 1306Y: Accu front bearing temp. high F 1307Y: Accu rear bearing temp. high F 1308Y: Alternator front bearing temp. high F 1309Y: Alternator rear bearing temp. high F 1310R: Accu. n2 bearings wearing F 1311R: Accu n2 front bearing fault F 1312R: Accu n2 rear bearing fault F 1313Y: Front accu n2 bearing T sensor fault F 1314Y: Rear accu n2 bearing T sensor fault F 1315Y: Accu n2 frame T sensor fault F 1316Y: Accu n2 front bearing temp. high F 1317Y: Accu n2 rear bearing temp. high F 1318Y: Accu n2 frame overtemperature 3.1.2.5DCM F 1352O: Accumulator fault F 1353O: Accumulator N2 fault F 1354R: Accumulator N2 fault F 1355R: Accumulator fault F 1356R: DCM communication fault F 1357R: DCM watch dog fault F 1358DCM not initialized F 1359Y: Check accu N2 recovery subsystem F 1360R: Accu N2 recovery failure F 1361R: DCM regulators not activated F 1367Y: DCM CAN 1 bus failure F 1368Y: DCM CAN 2 bus failure F 1369Y: Check accu recovery subsystem F 1370R: Accu recovery failure F 1380Y: DCM param: PAR.309 must be > PAR.346 F 1381Y: Parameter writing refused by DCM

3.1.2.6Synchro / Loadsharing F 1416Y: Synchronization failure F 1417R: Reverse power

3.1.2.7Breakers F 1480Y: QD1 faulty control open F 1481Y: QD1 faulty control close F 1482R: QD1 faulty control open F 1483R: QD1 faulty control close F 1484Y: QD1 tripped out F 1485R: QD1 tripped out in RBP F 1486Y: Unexpected QD1 opening F 1488R: Unexpected QD1 opening F 1489R: Unexpected QD1 closing F 1490Y: QD1 tripping relay Watch Dog fault This document is the property of EURO-DIESEL S.A. and may neither be disclosed nor reproduced without written authorization. Information provided is believed to be correct and reliable. EURO-DIESEL S.A. reserves the right to amend this document without notice.

MODBUS SUPERVISION PROTOCOL 12620101AN Rev04 Page 8/14

F 1546R: QD2 faulty control open F 1547R: QD2 faulty control close F 1549R: QD2 tripped out F 1552R: Unexpected QD2 opening F 1553R: Unexpected QD2 closing F 1554Y: QD2 tripping relay Watch Dog fault

F 1610R: QD3 faulty control open F 1611R: QD3 faulty control close F 1616R: Unexpected QD3 opening F 1617R: Unexpected QD3 closing F 1618Y: QD3 tripping relay Watch Dog fault

3.1.2.8Panel F 1672Y: Panel battery voltage low F 1673Y: MCB tripped F 1674R: Panel battery voltage low F 1675R: MCB tripped F 1676Y: Power panel temperature sensor fault F 1677Y: Room temperature sensor fault F 1678Y: Batteries current sensor fault F 1679Y: Panel batt. voltage sensor fault F 1680Y: Engine batt. voltage sensor fault F 1681Y: Power panel overtemperature F 1682Y: Room overtemperature F 1683Y: Engine batteries voltage low F 1684O: MCB tripped F 1685Y: EDbus supply fault F 1686R: EDbus RHS connection fault F 1687R: Downstream fault (QDB open) F 1688Y: Fiber optics ring failure F 1689R: Engine batteries disconnector open F 1690R: Fire alarm F 1691Y: QD3 24VDC aux. supply failure F 1692Y: Control panel overtemperature F 1693Y: Control panel temperature sensor fault F 1694R: MCB tripped - QD3 control outputs F 1695Y: rEDbus supply fault F 1696O: rEDbus watch dog fault F 1697Y: rEDbus CAN communication failure F 1698R: Room overtemperature F 1699O: Incorrect rEDbus configuration

3.1.2.9Control F 1736R: KS emergency stop

This document is the property of EURO-DIESEL S.A. and may neither be disclosed nor reproduced without written authorization. Information provided is believed to be correct and reliable. EURO-DIESEL S.A. reserves the right to amend this document without notice.

MODBUS SUPERVISION PROTOCOL 12620101AN Rev04 Page 9/14 3.1.2.10Clutch F 1800R: Clutch overtemperature F 1801Y: Clutch power supply fault 3.1.2.11Fuel F 1864Y: Fuel leakage F 1865Y: Minimum fuel level F 1866Y: Maximum fuel level F 1867Y: Fuel pump 1 MCB tripped F 1868Y: Fuel pump 2 MCB tripped F 1869Y: Fuel level sensor fault F 1870Y: Check fuel pump 1: min level reached F 1871Y: Check fuel pump 2: min level reached F 1872R: Day tank fuel overtemperature F 1873Y: Maximum fuel level - external sensor F 1874R: Minimum fuel level F 1875Y: Fuel leakage double wall F 1876Y: Minimum fuel level main tank

3.1.2.12Auxiliaries F 1928Y: Engine fan 1 MCB tripped outF 1929Y: Engine fan 2 MCB tripped out F 1931R: Prelub. pump MCB tripped outF 1932Y: Automatic greasing system fault F 1933O: Prelub. pump MCB tripped outF 1934Y: Room fan 1 fault F 1935Y: Room fan 2 fault F 1936Y: Auto. greasing: grease level low F 1937Y: Auto. greasing: greasing channel blocked F 1938Y: Water intercooler low pressure F 1939Y: External oil tank: level low F 1940Y: External oil tank: oil leakage F 1941Y: Front accu greasing channel blocked F 1942Y: Rear accu greasing channel blocked F 1943Y: Front alternator greasing channel blocked F 1944Y: Rear alternator greasing channel blocked F 1945Y: Oil extraction pump switched on F 1946Y: Step-up transformer TRx temperature high F 1947R: Step-up transformer TRx overtemperature F 1948Y: Table cooler water level low F 1949R: Prelub. system fault: oil press too low 3.1.2.13Electrical measurements F 2056 R: Alternator: phase order reversed F 2057R: Abnormal alternator frequency F 2058R: Abnormal alternator voltage F 2059 Y: DCM source A: phase order reversed This document is the property of EURO-DIESEL S.A. and may neither be disclosed nor reproduced without written authorization. Information provided is believed to be correct and reliable. EURO-DIESEL S.A. reserves the right to amend this document without notice.

MODBUS SUPERVISION PROTOCOL 12620101AN Rev04 Page 10/14 F 2067Y: Alternator over excitation F 2068Y: Alternator under excitation F 2069R: Alternator over excitation F 2070R: Alternator under excitation F 2120Y: Mains: phase order reversed F 2123Y: DCM source B: phase order reversed F 2184R: Load: phase order reversed F 2185R: Abnormal downstream busbar frequency F 2186R: Abnormal downstream busbar voltage F 2187 Y: DCM source C: phase order reversed F 2248Y: Stand-by: phase order reversed F 2249Y: External source: phase order reversed F 2251Y: DCM source D: phase order reversed F 2252Y: DCM source E: phase order reversed 3.1.2.14Maintenance F 2376Y: Maintenance required 3.1.2.15HMI F 2440Y: HMI screen filesystem fault F 2441Y: Ethernet communication lost with HMI screen 3.1.2.16Stand-by circuit F 2505Y: QD5 breaker faulty control F 2506Y: QD6 breaker faulty control F 2507Y: QD5 breaker tripped out F 2508Y: QD6 breaker tripped out F 2509Y: SB panel MCB tripped out F 2510Y: Loadshedding SB loads F 2511Y: Stand-by load 100% overload F 2512Y: QD6B open F 2513Y: QD6B tripped 3.1.3Medium voltage systems specific alarms These alarms are present ONLY on Medium Voltage installations. F 2568 R: Low voltage ground fault F 2569YI: LVaux DC supply fault F 2570RI: LVaux DC supply fault F 2571YI: LVaux AC voltage fault F 2572YI: Neutral choke fault F 2573RI: Neutral choke fault F 2574YI: Auxiliary transformer fault F 2575RI: Auxiliary transformer fault F 2576YI: QDA fault This document is the property of EURO-DIESEL S.A. and may neither be disclosed nor reproduced without written authorization. Information provided is believed to be correct and reliable. EURO-DIESEL S.A. reserves the right to amend this document without notice.

MODBUS SUPERVISION PROTOCOL 12620101AN Rev04 Page 11/14 F 2577YI: QDB fault F 2578YI: QD3 fault F 2579YI: Auxiliary transformer breaker fault F 2580YI: Neutral choke breaker fault F 2581RI: Neutral choke breaker tripped F 2582RI: Neutral choke breaker faulty control open F 2583RI: Neutral choke breaker faulty control close F 2584YI: LVaux MCB tripped F 2585YI: Auxiliary transformer breaker open F 2586OI: LVaux rEDbus fault F 2590R: Safety key not present 3.2ANALOG DATA BASE 3.2.1Upstream electrical values (Unit)1 R 600Upstream voltage phase 1 (x1V) R 601Upstream voltage phase 2 (x1V) R 602Upstream voltage phase 3 (x1V) R 603Upstream current phase 1 (x0,1A) R 604Upstream current phase 2 (x0,1A) R 605Upstream current phase 3 (x0,1A) R 606Upstream active power (x1kW) R 607Upstream global power factor(x0,01) R 608Upstream frequency(x0,01Hz) 3.2.2Downstream electrical values R 620Downstream voltage phase 1(x1V) R 621Downstream voltage phase 2(x1V) R 622Downstream voltage phase 3(x1V) R 623Downstream current phase 1(x0,1A) R 624Downstream current phase 2(x0,1A) R 625Downstream current phase 3(x0,1A) R 626Downstream active power(x1kW) R 627Downstream global power factor(x0,01) R 628Downstream frequency(x0,01Hz) 3.2.3Stato-alternator electrical values R 640Stato voltage phase 1(x1V) R 641Stato voltage phase 2(x1V) R 642Stato voltage phase 3(x1V) R 643Stato current phase 1(x0,1A) R 644Stato current phase 2(x0,1A) R 645Stato current phase 3(x0,1A) 1 NOTE: in September 2011, units for voltages and power have changed. Older systems were using x0,1V for voltages and x0,1kW for power. For NO-BREAK KS Systems produced in 2011, please check for consistency of read data in the BMS system. This document is the property of EURO-DIESEL S.A. and may neither be disclosed nor reproduced without written authorization. Information provided is believed to be correct and reliable. EURO-DIESEL S.A. reserves the right to amend this document without notice.

MODBUS SUPERVISION PROTOCOL 12620101AN Rev04 Page 12/14 R 646Stato active power(x1kW) R 647Stato global power factor(x0,01) R 648Stato frequency(x0,01Hz) 3.2.4Stand-by electrical values R 660Stand-by voltage phase 1(x1V) R 661Stand-by voltage phase 2(x1V) R 662Stand-by voltage phase 3(x1V) R 663Stand-by current phase 1(x0,1A) R 664Stand-by current phase 2(x0,1A) R 665Stand-by current phase 3(x0,1A) R 666Stand-by active power(x1kW) R 667Stand-by global power factor(x0,01) R 668Stand-by frequency(x0,01Hz) 3.2.5Temperatures and other measures R 700Engine water temperature(x0,1C) R 701Engine oil temperature(x0,1C) R 702Engine oil pressure(x0,1Bar) R 703Engine speed(RPM) R 704Fuel level(%) R 710Front accu bearing temperature(x0,1C) R 711Rear accu bearing temperature(x0,1C) R 712Front alternator bearing temperature (x0,1C) R 713Rear alternator bearing temperature(x0,1C) R 714Stato frame temperature(x0,1C) R 715Alternator windings temperature(x0,1C) R 716Accumulator speed(RPM) R 1072Front accu N2 bearing temperature(x0,1C) R 1073Rear accu N2 bearing temperature(x0,1C) R 1074Accu N2 frame temperature (x0,1C) R 720Power panel temperature (x0,1C) R 721Room temperature(x0,1C) R 722Panel batteries voltage(x0,1VDC) R 723Diesel batteries voltage(x0,1VDC) R 724Batteries current (x0,1A) R 725Control panel temperature(x0,1C) R 730Engine runtime (most significant part)(x 1000h)2 R 731Engine runtime (least significant part)(x 0,1h) R 732Stato-alternator runtime (most significant part)(x 1000h) R 733Stato-alternator runtime (least significant part)(x 0,1h) R 734Time until next service(days) 2 NOTE: in September 2011, Engine and stato runtime were split in two parts (most and least significant). Older systems were only using addresses R730 (engine x0,1h), R731 (stato x0,1h) and R732 (Time until next service) values. For NO-BREAK KS Systems produced in 2011, please check for consistency of read data in the BMS system. This document is the property of EURO-DIESEL S.A. and may neither be disclosed nor reproduced without written authorization. Information provided is believed to be correct and reliable. EURO-DIESEL S.A. reserves the right to amend this document without notice.

MODBUS SUPERVISION PROTOCOL 12620101AN Rev04 Page 13/14 3.2.5.1Measures available in F and PSI R 740Engine water temperature(x0,1F) R 741Engine oil temperature(x0,1F) R 742Engine oil pressure(x1PSI) R 750Front accu bearing temperature(x0,1F) R 751Rear accu bearing temperature(x0,1F) R 752Front alternator bearing temperature (x0,1F) R 753Rear alternator bearing temperature(x0,1F) R 754Stato frame temperature(x0,1F) R 755Alternator windings temperature(x0,1F) R 756Front accu N2 bearing temperature(x0,1F) R 757Rear accu N2 bearing temperature(x0,1F) R 758Accu N2 frame temperature (x0,1F) R 760Power panel temperature (x0,1F) R 761Room temperature(x0,1F) R 765Control panel temperature(x0,1F) 3.3MODBUS DIAGNOSTIC 3.3.1Modbus driver status flags F 798Connexion with master established F 799Modbus driver error flag NOTE: press ACKNOWLEDGE on the control panel HMI in page STATUS MODEM/MODBUS to reset the error flag. 3.3.2Modbus diagnostic register R 799Modbus error code (see below) NOTE:The error code 20 means that no Modbus master is requesting data from the machine. It is therefore normal if the Modbus master is not present or not communicating with the KS-Vision system. 3.3.2.1PLC Error codes on HMI This document is the property of EURO-DIESEL S.A. and may neither be disclosed nor reproduced without written authorization. Information provided is believed to be correct and reliable. EURO-DIESEL S.A. reserves the right to amend this document without notice.

MODBUS SUPERVISION PROTOCOL 12620101AN Rev04 Page 14/14 _____________________