SR55 Soft Starters User Manual (SR55_UMW 1ed,RevA) View / The Sr55manual
User Manual: View / the Manual Stellar SR55 Soft Starter User Manual
Open the PDF directly: View PDF .
Page Count: 210
Download | ![]() |
Open PDF In Browser | View PDF |
Errata Sheet This Errata Sheet contains changes made to Chapter 3 after the publication of this manual. Product Family: SR55 Soft Starter Manual Number SR55_UMW Revision and Date 1st Edition, Rev. B; February 2017 Date: June 28, 2017 Changes to Chapter 3. Configuration and Parameters After the latest publication of this manual, the manufacturer released a firmware update which added four new parameters, and a new set of block transfer parameters. Refer to this Errata Sheet for details on these new parameters. Also, there was a Range value change for existing parameter P5.0. Appendix A in this manual has instructions for updating the firmware. Change to Parameter P5.0 - Motor Current Range Value The Range for this parameter changed from “50% to 100% of SR55 rated Amperage” to “10% to 100% of SR55 rated Amperage”. This change affects two entries in the manual: On page 3-6, in the Summary of Parameters for Auto Setup table, under the Range column in the P5.0 - Motor Current line, change the “50% to 100%” range value to “10% to 50%”. On page 3-27, in the Parameter Details box towards the bottom of the page for the P5.0 - Motor Current parameter (with the Advanced “Motor Protection” Parameters heading), change the 50% range value to 10%. Continued on next page. Page 1 Errata Sheet New Parameter Added: P0.11 - I/O Status Register This new parameter, P0.11, was added. This change affects two areas in the manual: On page 3-6, in the first table insert the following summary description line for this new parameter right after the last line for parameter P0.10: I Summary - Parameters Not Configurable Through Touchscreen Group Parameter Status Indications (detailed info starts) Units No changes in table for existing parameters P0.0 through P0.10 P0.10 – iERS Active - [page 3-15] P0.11 – I/O Status Register - Range Read / Write OFF / ON Read 0 to 255 Read Modbus Default Setting User Setting 38080 94C0 OFF - 62016 F240 OFF - Address Hex On page 3-17, insert the following Parameters Details box for the new parameter right after the existing box for parameter P0.10 - iERS Active: P0.11 – I/O Status Register Description: Hold. Reg. Type: Read Displays the current status of the hardware inputs and outputs. b0 ( Input DI-1I) b1 (Input D1-2I) b2 (input D2-I1) b3 (undefined) b4 ( Output 12) b5 ( Output 24) b6 (Output 34) b7 (Output 44) Range: Modbus Decimal Value: Default (decimal): • 0 to 255 • 0 • OFF (0) • 1 Modbus Address: Modbus Format: 62016 (F240 hex ) 16-bit unsigned Continued on next page. Page 2 Errata Sheet New Block Transfer Parameters Added Insert the following Block Transfer information after the new Parameter P0.11 - I/O Status Register added on the previous page. Block Transfer Explanation Parameters P0.20~P0.35 and P0.40~P0.55 Block Transfer allows parameters from many different Parameter Groups to be consolidated into one Modbus communication message. This can greatly simplify PLC programming and reduce network traffic. A maximum of 16 parameters can be grouped together. The 16 Block Transfer Address Pointer registers have 16 correlating, four-byte, Block Transfer Data registers that correspond with the Pointer registers and act as the data conduits for each select address. Once set the addresses can be saved in none volatile memory if required. The Block Transfer parameters can only be accessed through Modbus, not through the Touchscreen Menu. • New Pointer Parameters P0.20~P0.35 (where you enter the addresses that you want to consolidate) • Data Location Parameters P0.40~P0.55 (where you push data into, or pull data out of) SR55 Parameters Summary – Serial Communication Parameters – Block Transfer Parameter Map Address Description Block Transfer 1 Block Transfer 2 Block Transfer 3 Block Transfer 4 Block Transfer 5 Block Transfer 6 Block Transfer 7 Block Transfer 8 Block Transfer 9 Block Transfer 10 Block Transfer 11 Block Transfer 12 Block Transfer 13 Block Transfer 14 Block Transfer 15 Block Transfer 16 Parameter Block Transfer Address Pointers Modbus Address Read/ Default Range Write Setting Address Hex P0.20 P0.21 P0.22 P0.23 P0.24 P0.25 P0.26 P0.27 0~65535 P0.28 P0.29 P0.30 P0.31 P0.32 P0.33 P0.34 P0.35 R/W Block Transfer Data Address Description 17600 44C0 OFF Block Data Address 1 17601 44C1 OFF Block Data Address 2 17602 17603 17604 17605 17606 17607 17608 17609 17610 17611 17612 17613 17614 17615 44C2 44C3 44C4 44C5 44C6 44C7 44C8 44C9 44CA 44CB 44CC 44CD 44CE 44CF OFF OFF OFF OFF OFF OFF OFF OFF OFF OFF OFF OFF OFF OFF Block Data Address 3 Block Data Address 4 Block Data Address 5 Block Data Address 6 Block Data Address 7 Block Data Address 8 Block Data Address 9 Block Data Address 10 Block Data Address 11 Block Data Address 12 Block Data Address 13 Block Data Address 14 Block Data Address 15 Block Data Address 16 Continued on next page. Page 3 Parameter P0.40 P0.41 P0.42 P0.43 P0.44 P0.45 P0.46 P0.47 P0.48 P0.49 P0.50 P0.51 P0.52 P0.53 P0.54 P0.55 Range 0–65535 Read/ Write R/W Modbus Address Default Setting Address Hex 17664 44C0 OFF 17666 44C1 OFF 17668 17670 17672 17674 17676 17678 17680 17682 17684 17686 17688 17690 17692 17694 44C2 44C3 44C4 44C5 44C6 44C7 44C8 44C9 44CA 44CB 44CC 44CD 44CE 44CF OFF OFF OFF OFF OFF OFF OFF OFF OFF OFF OFF OFF OFF OFF Errata Sheet Block Transfer Example The table below shows the relationship between the alias Registers and the data Registers. The data can take any data type that can fit into 4 bytes. So, any address that yields 6 bytes of data, such as time, will be incomplete. To access data that is more than 6 bytes then reading or writing directly to that register should be implemented and not accessed using the Block Transfer method. Below is an example of what will happen with different sizes. Alias Address Parameter Addresses Data Address Data Shown in 4 Bytes 17600 P3.3 – Start Current Limit Level 17664 0x00 0x00 0xe8 0x6c 17601 P3.4 – Start Current Limit Time 17666 0x00 0x00 0x01 0x0e 17602 P3.1 – Start Pedestal 17668 0x00 0x00 0x0c 0xcd 17603 P6.0 – iERS Enable 17670 0x00 0x00 0x00 0x00 17604 P6.2 – iERS Rate 17672 0x00 0x00 0x00 0x00 17605 P15.17 – Start Saving Level 17674 0x00 0x00 0x00 0x00 Continued on next page. Page 4 Errata Sheet New Parameters Added: P9.2 - Main Contactor Control, and P9.3 - Hand-Auto Control These two new parameters, P9.2 and P9.3, were added for touch-screen setup. This change affects two areas in the manual: On page 3-9, replace the table shown at the top of the page with the one below, which has the summary descriptions for the two new parameters. No changes were made to existing parameters P9.0 or P9.1. I Group Advanced Summary - Parameters for Touchscreen Setup - “Advanced” Category (continued) (P9) Parameter P9.0 – Firing Mode P9.1 – Legacy Delta Mode [page 3-33 P9.2 – Main Contactor Control P9.3 – Hand-Auto Control Units Range Read / Write toggle toggle toggle toggle In-Delta / In-line OFF / ON OFF / ON OFF / ON R/W R/W R/W R/W Modbus Address Hex 128 192 14144 28160 0080 00C0 3740 6E00 Default Setting User Setting In-Line OFF OFF OFF On page 3-40, right after the existing Parameter Details box for parameter P9.1 - Legacy Delta Mode, add the following two Parameters Details boxes for the new parameters: Advanced “Main Contactor Control” Parameter P9.2 – Main Contactor Control Description: Hold. Reg. Type: Read/Write Used when the motor is required to start when the Main Contactor closes, and stop when it opens. An auxiliary contact from the main contactor is used as a Start / Stop signal. The ‘ Stop Time’ must be set to zero. Range: Modbus Decimal Value: Default (decimal): • Off : When the contactor opens and the stop signal is given at the same time the unit may trip on “Phase Loss” (Default). • On : When the contactor opens and the stop signal is given at the same time the unit will not trip on “Phase Loss”. Modbus Address: 14144 (3740 hex ) • 0 • OFF (0) • 1 Modbus Format: 16-bit unsigned Touchscreen Menu Path: Home → Advanced → Main Contactor Control Continued on next page. Page 5 Errata Sheet Advanced “Hand-Auto Control” Parameter (continued) P9.3 – Hand-Auto Control Description: Hold. Reg. Type: Read/Write A Hand-Auto selection switch can be connected to Digital Input D1-2I to change the ‘Control Method’. This can be used to change the Start / Stop to ‘Hand’ if the Communications fails. The user must ensure D1-2I = 1 and D1-2I = 0 which are the default settings for those inputs before turning on Hand-Auto Control. • D1-2I = 1: Control Method is set to “2 -Wire” (Hand). • D1-2I = 0: Control Method is set to “Modbus Network” (Auto). • Hand : Input D1-1I = Start / Stop , Input D2-1I = Reset • Auto : ADDRESS 17920 = Start / Stop , ADDRESS 18368 = Reset Range: Modbus Decimal Value: Default (decimal): • Off : Control method can be selected to any method needed. Digital input functions can be changed. • On : Control Method is fixed to “User Programable”. Digital inputs are fixed to as shown in the description above. Modbus Address: 28160 (6E00 hex ) • 0 • OFF (0) • 1 Modbus Format: 16-bit unsigned Touchscreen Menu Path: Home → Advanced → Hand-Auto Control Continued on next page. Page 6 Errata Sheet New Parameter Added: P26.6 - Communications Shutdown This new parameters, P26.6, was added for touch-screen setup. This change affects two areas in the manual: On page 3-13, in the table insert the following summary description line for this new parameter right after the existing line for parameter P26.5 - Timeout: Device I Summary - Parameters for Touchscreen Setup - “Device” Category Modbus Group Parameter Units Range Read / Write (P26) Networks P26.5 – Timeout ms 0 to 60,000 R/W 15808 3DC0 5,000 P26.6 – Communications Shutdown toggle OFF / ON R/W 53802 D22A ON [page 377] Address Hex Default Setting User Setting On page 3-78, insert the following Parameters Details box for the new parameter right after the existing box for parameter P26.5 - Timout mS: P26.6 – Communications Shutdown Description: Hold. Reg. Type: Read/Write This works in conjunction with the ‘Communications Trip’. Range: Modbus Decimal Value: Default (decimal): • Off : If the ‘Communication Trip’ is turned ‘On’ the unit will trip if the communications fail. • On : If the ‘Communication Trip’ is turned ‘On’ the unit will shut down instead of tripping if the communications fail. Modbus Address: 53802 (D22A hex ) • 0 • ON (1) • 1 Modbus Format: 16-bit unsigned Touchscreen Menu Path: Home → Advanced → Communications Shutdown Page 7 ® Stellar® SR55 Soft Starter User Manual SR55_UMW First Edition, Revision B BLANK PAGE Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Warnings and Trademarks ~ WARNING ~ Thank you for purchasing automation equipment from Automationdirect.com®, doing business as AutomationDirect. We want your new automation equipment to operate safely. Anyone who installs or uses this equipment should read this publication (and any other relevant publications) before installing or operating the equipment. To minimize the risk of potential safety problems, you should follow all applicable local and national codes that regulate the installation and operation of your equipment. These codes vary from area to area and usually change with time. It is your responsibility to determine which codes should be followed, and to verify that the equipment, installation, and operation is in compliance with the latest revision of these codes. At a minimum, you should follow all applicable sections of the National Fire Code, National Electrical Code, and the codes of the National Electrical Manufacturer’s Association (NEMA). There may be local regulatory or government offices that can also help determine which codes and standards are necessary for safe installation and operation. Equipment damage or serious injury to personnel can result from the failure to follow all applicable codes and standards. We do not guarantee the products described in this publication are suitable for your particular application, nor do we assume any responsibility for your product design, installation, or operation. Our products are not fault-tolerant and are not designed, manufactured or intended for use or resale as on-line control equipment in hazardous environments requiring fail-safe performance, such as in the operation of nuclear facilities, aircraft navigation or communication systems, air traffic control, direct life support machines, or weapons systems, in which the failure of the product could lead directly to death, personal injury, or severe physical or environmental damage (“High Risk Activities”). AutomationDirect specifically disclaims any expressed or implied warranty of fitness for High Risk Activities. For additional warranty and safety information, see the Terms and Conditions section of our catalog. If you have any questions concerning the installation or operation of this equipment, or if you need additional information, please call us at 770-844-4200. This publication is based on information that was available at the time it was printed. At AutomationDirect we constantly strive to improve our products and services, so we reserve the right to make changes to the products and/or publications at any time without notice and without any obligation. This publication may also discuss features that may not be available in certain revisions of the product. Trademarks This publication may contain references to products produced and/or offered by other companies. The product and company names may be trademarked and are the sole property of their respective owners. AutomationDirect disclaims any proprietary interest in the marks and names of others. Copyright 2015, 2017 Automationdirect.com® Incorporated All Rights Reserved No part of this manual shall be copied, reproduced, or transmitted in any way without the prior, written consent of Automationdirect.com® Incorporated. AutomationDirect retains the exclusive rights to all information included in this document. Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page W–1 ~ AVERTISSEMENT ~ Nous vous remercions d’avoir acheté l’équipement d’automatisation de Automationdirect.com®, en faisant des affaires comme AutomationDirect. Nous tenons à ce que votre nouvel équipement d’automatisation fonctionne en toute sécurité. Toute personne qui installe ou utilise cet équipement doit lire la présente publication (et toutes les autres publications pertinentes) avant de l’installer ou de l’utiliser. Afin de réduire au minimum le risque d’éventuels problèmes de sécurité, vous devez respecter tous les codes locaux et nationaux applicables régissant l’installation et le fonctionnement de votre équipement. Ces codes diffèrent d’une région à l’autre et, habituellement, évoluent au fil du temps. Il vous incombe de déterminer les codes à respecter et de vous assurer que l’équipement, l’installation et le fonctionnement sont conformes aux exigences de la version la plus récente de ces codes. Vous devez, à tout le moins, respecter toutes les sections applicables du Code national de prévention des incendies, du Code national de l’électricité et des codes de la National Electrical Manufacturer’s Association (NEMA). Des organismes de réglementation ou des services gouvernementaux locaux peuvent également vous aider à déterminer les codes ainsi que les normes à respecter pour assurer une installation et un fonctionnement sûrs. L’omission de respecter la totalité des codes et des normes applicables peut entraîner des dommages à l’équipement ou causer de graves blessures au personnel. Nous ne garantissons pas que les produits décrits dans cette publication conviennent à votre application particulière et nous n’assumons aucune responsabilité à l’égard de la conception, de l’installation ou du fonctionnement de votre produit. Nos produits ne sont pas insensibles aux défaillances et ne sont ni conçus ni fabriqués pour l’utilisation ou la revente en tant qu’équipement de commande en ligne dans des environnements dangereux nécessitant une sécurité absolue, par exemple, l’exploitation d’installations nucléaires, les systèmes de navigation aérienne ou de communication, le contrôle de la circulation aérienne, les équipements de survie ou les systèmes d’armes, pour lesquels la défaillance du produit peut provoquer la mort, des blessures corporelles ou de graves dommages matériels ou environnementaux («activités à risque élevé»). La société AutomationDirect nie toute garantie expresse ou implicite d’aptitude à l’emploi en ce qui a trait aux activités à risque élevé. Pour des renseignements additionnels touchant la garantie et la sécurité, veuillez consulter la section Modalités et conditions de notre documentation. Si vous avez des questions au sujet de l’installation ou du fonctionnement de cet équipement, ou encore si vous avez besoin de renseignements supplémentaires, n’hésitez pas à nous téléphoner au 770-844-4200. Cette publication s’appuie sur l’information qui était disponible au moment de l’impression. À la société AutomationDirect, nous nous efforçons constamment d’améliorer nos produits et services. C’est pourquoi nous nous réservons le droit d’apporter des modifications aux produits ou aux publications en tout temps, sans préavis ni quelque obligation que ce soit. La présente publication peut aussi porter sur des caractéristiques susceptibles de ne pas être offertes dans certaines versions révisées du produit. Marques de commerce La présente publication peut contenir des références à des produits fabriqués ou offerts par d’autres entreprises. Les désignations des produits et des entreprises peuvent être des marques de commerce et appartiennent exclusivement à leurs propriétaires respectifs. AutomationDirect nie tout intérêt dans les autres marques et désignations. Copyright 2015, 2017 Automationdirect.com® Incorporated Tous droits réservés Nulle partie de ce manuel ne doit être copiée, reproduite ou transmise de quelque façon que ce soit sans le consentement préalable écrit de la société Automationdirect.com® Incorporated. AutomationDirect conserve les droits exclusifs à l’égard de tous les renseignements contenus dans le présent document. Page W–2 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Warnings The owner, installer, and user are responsible for the correct installation and use of the Stellar® SR55, for ensuring that only qualified personnel install the SR55, and for ensuring that the operation and maintenance of the unit complies with the relevant Codes of Practice, Regulations, and Statutory Requirements. The manufacturer or his agent do not assume any expressed or implied liability for any consequences resulting from inappropriate, negligent, or incorrect installation, application, use, or adjustment of the product or circuit design, or from the mismatch of the unit to a motor. To prevent an electrical shock hazard, the SR55 must be properly grounded. The SR55 is not designed for use in hazardous areas. Use in such an area may invalidate the hazardous area certification. Warning: Read this manual thoroughly before using Stellar® SR55 Series Soft Starters. Warning: The SR55 uses semiconductor devices in the main (power) circuit, and is not designed to provide isolation. For this reason, isolation device(s) must be installed in the power supply circuit in accordance with the applicable wiring and safety regulations. Warning: AC input power must be disconnected before performing any maintenance. Do not connect or disconnect wires or connectors while power is applied to the circuit. Maintenance must be performed only by a qualified technician. Warning: There are highly sensitive electronic components on the printed circuit boards, and these components are especially sensitive to static electricity. To avoid damage to these components, do not touch these components or the circuit boards with metal objects or your bare hands. Warning: Always replace the cover panel on the unit after gaining access to the electrical connections. Warning: The SR55 may be destroyed beyond repair if incorrect cables are connected to the input/output terminals. Never connect the SR55 output terminals T1, T2, and T3 directly to the AC main circuit power supply. Warning: Ground the SR55 soft starter using the ground terminal. The grounding method must comply with the laws of the country where the SR55 is to be installed. Refer to Chapter 2, “Electrical Installation”. Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page W–3 BLANK PAGE Page W–4 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Stellar® SR55 Soft Starter User Manual User Manual Revision History Please include this Manual Number and the Manual Issue, both shown below, when communicating with AutomationDirect Technical Support regarding this publication. Manual Number: Manual Issue: Issue Date: Issue First Edition 1st Ed., Rev.A 1st Ed., Rev.B Date SR55_UMW First Edition, Revision B 02/02/2017 Publication History Description of Changes 06/17/2015 Original Issue Ch.2: Control power consumption specs, Bypass contactor info, Ch.3: Parameter holding register notations; Parameter descriptions (P8.7, P9.1, P13.1, P14.0, P15.19); Parameter examples (P12.1, P13.1); Trip codes 601, 1501; Fail Safe codes. 08/17/2015 Ch.5: Modbus RTU comm note. Ch.6: RJ45–R12 adapter pin-out; Cooling fan running conditions. Appx.A: Recommend save configuration before updating firmware. Appx.D: New Appendix. User Manual Number (file name) change; was SR55-M-WO. 02/02/2017 Ch.1: Dimensions for frame size 3 soft starters. Appx.D: Trip Class rating for Tumblers. Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page H–1 BLANK PAGE Page H–2 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 SR55 User Manual Table of Contents Contents Warnings and Trademarks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . W–1 ~ WARNING ~�������������������������������������������������������������������������������������������������������������������������������������W–1 Trademarks�������������������������������������������������������������������������������������������������������������������������������������������W–1 ~ AVERTISSEMENT ~ ��������������������������������������������������������������������������������������������������������������������������W–2 Marques de commerce�������������������������������������������������������������������������������������������������������������������������W–2 Warnings����������������������������������������������������������������������������������������������������������������������������������������������W–3 User Manual Revision History . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . H–1 Chapter 1: Mechanical Installation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .1–1 User Manual Overview���������������������������������������������������������������������������������������������������������������������������1–2 Overview of this Publication����������������������������������������������������������������������������������������������������1–2 Who Should Read This Manual ����������������������������������������������������������������������������������������������1–2 Supplemental Publications �����������������������������������������������������������������������������������������������������1–2 Technical Support ��������������������������������������������������������������������������������������������������������������������1–2 Special Symbols �����������������������������������������������������������������������������������������������������������������������1–2 Mechanical Installation�������������������������������������������������������������������������������������������������������������������������1–3 Mounting����������������������������������������������������������������������������������������������������������������������������������1–3 Requirements for an Enclosure�����������������������������������������������������������������������������������������������1–3 Enclosure Ventilation ��������������������������������������������������������������������������������������������������������������1–3 Mechanical Specifications�������������������������������������������������������������������������������������������������������1–4 Dimensions�������������������������������������������������������������������������������������������������������������������������������1–4 Chapter 2: Electrical Installation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2–1 Safety Warning���������������������������������������������������������������������������������������������������������������������������������������2–2 Agency Approvals ����������������������������������������������������������������������������������������������������������������������������������2–2 Technical Information and Standards���������������������������������������������������������������������������������������������������2–2 Electrical Specifications �������������������������������������������������������������������������������������������������������������������������2–3 Circuit Protection������������������������������������������������������������������������������������������������������������������������������������2–4 Short-Circuit Protection����������������������������������������������������������������������������������������������������������2–4 Motor overload Protection�������������������������������������������������������������������������������������������������������2–5 Wire Sizes and Torques �������������������������������������������������������������������������������������������������������������������������2–5 Electrical Connections ���������������������������������������������������������������������������������������������������������������������������2–6 Electrical Wiring ������������������������������������������������������������������������������������������������������������������������������������2–7 Power Circuit Wiring����������������������������������������������������������������������������������������������������������������2–7 Control Circuit Wiring�������������������������������������������������������������������������������������������������������������2–8 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 TOC–1 Table of Contents Chapter 3: Configuration and Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .3–1 “Heartbeat” LED ������������������������������������������������������������������������������������������������������������������������������������3–2 Configuration Overview������������������������������������������������������������������������������������������������������������������������3–2 Auto Setup Procedure �������������������������������������������������������������������������������������������������������������3–2 Setup by Individual Parameter Settings����������������������������������������������������������������������������������3–2 Configuration From Touchscreen ���������������������������������������������������������������������������������������������������������3–2 Auto Setup Procedure from Touchscreen�������������������������������������������������������������������������������3–2 Individual Parameter Settings from Touchscreen�������������������������������������������������������������������3–2 Touchscreen Pictorial Example – Auto Setup�������������������������������������������������������������������������3–3 Auto Setup Procedure – Parameter Settings ���������������������������������������������������������������������������������������3–4 Parameter Summary������������������������������������������������������������������������������������������������������������������������������3–6 Summary of Parameters Not Configurable Through Touchscreen Menu����������������������������3–6 Summary of Parameters for Auto Setup��������������������������������������������������������������������������������3–6 Summary of Parameters for Individual Parameter Setup ����������������������������������������������������3–7 Parameter Details������������������������������������������������������������������������������������������������������������������������������� 3–14 Parameters Not Configurable Through Touchscreen Menu �����������������������������������������������3–14 Parameters in Sequence and Grouped by Touchscreen Navigation�����������������������������������3–18 “Auto Setup” Menu of Parameters�����������������������������������������������������������������������������������������3–18 “Advanced” Menu of Parameters������������������������������������������������������������������������������������������3–20 “I/O” Menu of Parameters�����������������������������������������������������������������������������������������������������3–41 “Monitor” Menu of Parameters ��������������������������������������������������������������������������������������������3–50 “Log” Menu of Parameters�����������������������������������������������������������������������������������������������������3–56 “Device” Menu of Parameters�����������������������������������������������������������������������������������������������3–75 Trip Code Descriptions������������������������������������������������������������������������������������������������������������������������ 3–80 Fail Safe Codes������������������������������������������������������������������������������������������������������������������������������������ 3–83 Main Board Trip (2402 – 2436) ��������������������������������������������������������������������������������������������3–83 Touchscreen Trip (2501 – 2581)��������������������������������������������������������������������������������������������3–83 Logging Trip (2601 – 2603)���������������������������������������������������������������������������������������������������3–84 Fail Safe Trip Codes ���������������������������������������������������������������������������������������������������������������3–84 Saving and Loading an SR55 Configuration File������������������������������������������������������������������������������ 3–85 Chapter 4: Principles of iERS (intelligent Energy Recovery System) . . . . . . . . . . . . . . . . .4–1 Principles of the iERS������������������������������������������������������������������������������������������������������������������������������4–2 Principles����������������������������������������������������������������������������������������������������������������������������������4–2 Advantages of iERS�������������������������������������������������������������������������������������������������������������������4–3 How Much Energy?�������������������������������������������������������������������������������������������������������������������4–4 Estimating Energy Savings�������������������������������������������������������������������������������������������������������4–5 iERS with the SR55 System �����������������������������������������������������������������������������������������������������4–6 Chapter 4 Glossary of Terms������������������������������������������������������������������������������������������������������������������4–7 TOC–2 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Table of Contents Chapter 5: Communications . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5–1 SR55 Communications Overview���������������������������������������������������������������������������������������������������������5–2 Modbus Serial Communications ����������������������������������������������������������������������������������������������������������5–3 Modbus RTU Communications Interface �������������������������������������������������������������������������������5–3 Modbus RTU Connections�������������������������������������������������������������������������������������������������������5–3 Modbus Communications Configuration�������������������������������������������������������������������������������5–4 Transmission Modes ����������������������������������������������������������������������������������������������������������������5–4 Message Structure For RTU Mode�������������������������������������������������������������������������������������������5–4 Supported Functions����������������������������������������������������������������������������������������������������������������5–5 Memory Map����������������������������������������������������������������������������������������������������������������������������5–6 Message Timing�����������������������������������������������������������������������������������������������������������������������5–6 Network Communications – EtherNet/IP and Modbus TCP���������������������������������������������������������������5–7 Communication Module Overview ����������������������������������������������������������������������������������������5–7 Module Installation – SR55-CM-ENETIP and SR55-CM-MODTCP����������������������������������������5–7 SR55 Configuration �����������������������������������������������������������������������������������������������������������������5–7 IP Address Configuration ��������������������������������������������������������������������������������������������������������5–7 Communication Module Front Panel Indicator Lights����������������������������������������������������������5–8 Modbus TCP Network Communications����������������������������������������������������������������������������������������������5–8 EtherNet/IP Network Communications������������������������������������������������������������������������������������������������5–8 EtherNet/IP Control�����������������������������������������������������������������������������������������������������������������5–9 EDS File�������������������������������������������������������������������������������������������������������������������������������������5–9 Using the IP Configuration Tool (IPconfig) ��������������������������������������������������������������������������5–10 Connecting to the SR55-CM-ENET Module through I/O (Implicit Messaging) �����������������5–14 Connecting to the SR55-CM-ENET Module through Explicit Message: �����������������������������5–17 Explicit Message Instruction Examples (from Productivity Series CPU)�����������������������������5–18 Chapter 6: Accessories . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .6–1 Optional Accessories������������������������������������������������������������������������������������������������������������������������������6–2 Finger Guards ��������������������������������������������������������������������������������������������������������������������������6–2 Remote Touchscreen����������������������������������������������������������������������������������������������������������������6–3 RJ45 to RJ12 Adapter ��������������������������������������������������������������������������������������������������������������6–5 Serial Modbus Communication Splitter����������������������������������������������������������������������������������6–5 Communication Modules��������������������������������������������������������������������������������������������������������6–7 Replacement/Spare Parts������������������������������������������������������������������������������������������������������������������� 6–10 Replacement Cooling Fans ���������������������������������������������������������������������������������������������������6–11 Replacement Touchscreen�����������������������������������������������������������������������������������������������������6–13 Appendix A: Updating Firmware . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . A–1 Updating SR55 Firmware��������������������������������������������������������������������������������������������������������������������� A–2 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 TOC–3 Table of Contents Appendix B: Soft Starter Application Considerations . . . . . . . . . . . . . . . . . . . . . . . . B–1 B.1 – Motor Suitability and Associated Considerations ��������������������������������������������������������������������� B–2 B.1.1 – Suitability��������������������������������������������������������������������������������������������������������������������� B–2 B.1.2 – Induction Motor Characteristics��������������������������������������������������������������������������������� B–2 B.1.3 – Rating�������������������������������������������������������������������������������������������������������������������������� B–2 B.1.4 – Maximum Motor Cable Length ��������������������������������������������������������������������������������� B–3 B.1.5 – Power Factor Correction Capacitors ������������������������������������������������������������������������� B–3 B.1.6 – Lightly Loaded Small Motors������������������������������������������������������������������������������������� B–3 B.1.7 – Motors Installed with Integral Brakes������������������������������������������������������������������������ B–3 B.1.8 – Older Motors��������������������������������������������������������������������������������������������������������������� B–3 B.1.9 – Wound-rotor or Slip-ring Motors������������������������������������������������������������������������������ B–3 B.1.10 – Enclosures������������������������������������������������������������������������������������������������������������������ B–3 B.1.11 – Efficiency������������������������������������������������������������������������������������������������������������������� B–4 B.1.12 – High-Efficiency Motors��������������������������������������������������������������������������������������������� B–4 B.1.13 – EU Compliance with the EMC Directive������������������������������������������������������������������ B–4 B.1.14 – Fuses ������������������������������������������������������������������������������������������������������������������������� B–4 B.2 – Rules for Specific Applications����������������������������������������������������������������������������������������������������� B–5 B.2.1 – In-Delta Operation������������������������������������������������������������������������������������������������������ B–5 B.2.2 – High-Inertia Loads������������������������������������������������������������������������������������������������������ B–5 B.2.4 – Resistive Loads������������������������������������������������������������������������������������������������������������ B–5 B.2.5 – Frequent Starting ������������������������������������������������������������������������������������������������������� B–5 B.2.6 – Optimizing������������������������������������������������������������������������������������������������������������������ B–5 B.2.7 – Soft Stopping��������������������������������������������������������������������������������������������������������������� B–6 B.2.9 – Replacement of Fluid Couplings�������������������������������������������������������������������������������� B–6 B.2.12 – Overhauling Loads��������������������������������������������������������������������������������������������������� B–6 B.2.13 – Application Table������������������������������������������������������������������������������������������������������ B–6 B.3 – C oncepts and Principles of Fixed-Speed Induction Motor Starting and Control��������������������� B–8 B.3.1 – Introduction ���������������������������������������������������������������������������������������������������������������� B–8 B.3.2 – The Induction Motor��������������������������������������������������������������������������������������������������� B–8 B.3.3 – Starting Induction Motors���������������������������������������������������������������������������������������� B–10 B.3.4 – Electro-Mechanical Methods Of Starting���������������������������������������������������������������� B–11 B.3.5 – The Semiconductor Motor Controller���������������������������������������������������������������������� B–12 B.3.6 – Running Induction Motors���������������������������������������������������������������������������������������� B–13 B.3.7 – Reliability Considerations���������������������������������������������������������������������������������������� B–14 Appendix B Glossary of Terms������������������������������������������������������������������������������������������������������������ B–15 TOC–4 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Table of Contents Appendix C: Electromagnetic Compatibility . . . . . . . . . . . . . . . . . . . . . . . . . . . . . C–1 C.0 – Electromagnetic Compatibility (EMC) ��������������������������������������������������������������������������������������� C–2 C.1 – Introduction��������������������������������������������������������������������������������������������������������������������������������� C–2 C.2 – Applicable Standard Within the EU�������������������������������������������������������������������������������������������� C–2 C.3 – Mandatory Requirements Within the EU����������������������������������������������������������������������������������� C–2 C.4 – Guidance for Installation Personnel and System Designers����������������������������������������������������� C–2 C.5 – EMC Basic Criteria����������������������������������������������������������������������������������������������������������������������� C–3 C.6 – Purchasing Implications of Meeting an EMC Standard������������������������������������������������������������ C–3 C.7 – Basic EMC Considerations����������������������������������������������������������������������������������������������������������� C–4 C.7.1 – Immunity��������������������������������������������������������������������������������������������������������������������� C–4 C.7.2 – Emissions��������������������������������������������������������������������������������������������������������������������� C–4 C.7.3 – Emissions - Harmonics ���������������������������������������������������������������������������������������������� C–4 C.7.4 – Emissions - Radio Frequency (RF)������������������������������������������������������������������������������ C–4 C.7.5 – Emissions - Conducted ���������������������������������������������������������������������������������������������� C–5 C.7.6 – Important Systems Information��������������������������������������������������������������������������������� C–5 C.7.7 – Strategies for Attaining and Maintaining EMC Compliance������������������������������������ C–6 Appendix D: Sizing an SR55 Soft Starter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . D–1 SR55 Soft Starter Selection Steps���������������������������������������������������������������������������������������������������������D–2 SR55 Soft Starter Overload Trip�����������������������������������������������������������������������������������������������������������D–3 SR55 Index Ratings��������������������������������������������������������������������������������������������������������������������������������D–3 Standard Overload Current Profile and Duty Cycle��������������������������������������������������������������������������� D–4 Increased Starts per Hour – Derating��������������������������������������������������������������������������������������������������D–5 Derating Examples������������������������������������������������������������������������������������������������������������������D–6 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 TOC–5 Table of Contents BLANK PAGE TOC–6 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Mechanical Installation Chapter 1 Table of Contents User Manual Overview����������������������������������������������������������������������������������������� 1–2 Overview of this Publication��������������������������������������������������������������������������������������1–2 Who Should Read This Manual ���������������������������������������������������������������������������������1–2 Supplemental Publications�����������������������������������������������������������������������������������������1–2 Technical Support��������������������������������������������������������������������������������������������������������1–2 Special Symbols�����������������������������������������������������������������������������������������������������������1–2 Mechanical Installation����������������������������������������������������������������������������������������� 1–3 Mounting���������������������������������������������������������������������������������������������������������������������1–3 Requirements for an Enclosure�����������������������������������������������������������������������������������1–3 Enclosure Ventilation��������������������������������������������������������������������������������������������������1–3 Mechanical Specifications������������������������������������������������������������������������������������������1–4 Dimensions �����������������������������������������������������������������������������������������������������������������1–4 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 1–1 Chapter 1: Mechanical Installation User Manual Overview Overview of this Publication The SR55 Soft Starter User Manual describes the installation, configuration, and methods of operation of the SR55 Soft Starter. Who Should Read This Manual This manual contains important information for those who will install, maintain, and/or operate any of the SR55 Soft Starters. Supplemental Publications The National Electrical Manufacturers Association (NEMA) publishes many different documents that discuss standards for industrial control equipment. Global Engineering Documents handles the sale of NEMA documents. For more information, you can contact Global Engineering Documents at: 15 Inverness Way East Englewood, CO 80112-5776 1-800-854-7179 (within the U.S.) 303-397-7956 (international) www.global.ihs.com Technical Support By Telephone: 770-844-4200 (Mon.–Fri., 9:00 a.m.–6:00 p.m. E.T.) On the Web: www.automationdirect.com Our technical support group is glad to work with you in answering your questions. If you cannot find the solution to your particular application, or, if for any reason you need additional technical assistance, please call technical support at 770‑844‑4200. We are available weekdays from 9:00 a.m. to 6:00 p.m. Eastern Time. We also encourage you to visit our web site where you can find technical and non-technical information about our products and our company. Visit us at www.automationdirect.com. Special Symbols When you see the “notepad” icon in the left-hand margin, the paragraph to its immediate right will be a special note. When you see the “exclamation mark” icon in the left-hand margin, the paragraph to its immediate right will be a warning. This information could prevent injury, loss of property, or even death (in extreme cases). Page 1–2 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 1: Mechanical Installation Mechanical Installation Mounting Mount the soft starter to a flat, vertical surface using the mounting holes (or slots) on its base plate. The dimension drawings, shown in the “Dimensions” subsection of this chapter, give mounting hole positions and overall dimensions for each SR55 model. Ensure that: • The orientation of the unit has the “TOP” uppermost, and within the vertical range shown on the dimension drawings. (Mount the unit within 30° of vertical, for both side-to-side and front-to-back dimensions.) • The location allows adequate front access. • You can view and access the touchscreen. SR55 soft starters are not intended for mounting in environments containing corrosive gases. Requirements for an Enclosure For a typical industrial environment, an enclosure should provide the following: • A single location for the unit and its protection/isolation switch gear. • The safe termination of cabling and/or bus bars. • Allow minimum clearance distances around soft starters as specified in the tables shown with the dimension drawings. • Means to effect proper air flow through the enclosure and maintain temperature and humidity within the ranges specified in the Mechanical Specifications table. Enclosure Ventilation Enclosure Ventilation When fitting SR55 into an enclosure, ventilation must be provided if the heat output of the unit is greater than the enclosure will dissipate. Use the following formula to determine the enclosure fan requirement. An allowance has been incorporated into the formula so that the figure for Q is the air delivery in the fan suppliers data. The power dissipation of the thyristors are at their peak when the SR55 is in energy-saving mode (iERS), therefore causing the most heat generated from the starter. Heat dissipated can be approximated with the formula: Watts (SR55) = 1/2 x (SR55 current rating) x 3 Q = (4xWt) / (Tmax - Tamb) Q = Volume of air (cubic meters per hour - m3/h) Wt = Heat produced by the unit and all other heat sources within the enclosure (Watts) Tmax = M aximum permissible temperature within the enclosure (50°C for a fully rated SR55) Tamb = T emperature of the air entering the enclosure (°C) (If you prefer to work in CFM, substitute °F for °C. Q is now in CFM) Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 1–3 Chapter 1: Mechanical Installation Mechanical Specifications MECHANICAL SPECIFICATIONS – SR55 Series Full-Featured Soft Starters SR55 -017 Model SR55 -021 SR55 -027 SR55 -034 SR55 -040 Frame Size SR55 -052 SR55 -065 SR55 -077 SR55 -096 78.0 97.5 116 144 SR55 -414 SR55 -477 – 621 716 – 1 Heat Output (W) 25.5 Weight (lb [kg]) 31.5 40.5 51.0 60.0 6.6 [3.0] Model SR55 -124 SR55 -156 186 12.1 [5.5] 234 Frame Size 7.7 [3.5] SR55 -180 SR55 -242 SR55 -302 SR55 -361 270 363 453 542 2 Heat Output (W) Weight (lb [kg]) Model Ambient Operating Temperature Transportation and Storage Temperature Humidity 3 14.3 [6.5] 35.3 [16.0] 46.7 [21.2] All SR55 models -20°C [-4°F] to 50°C [122°F] ; above 50°C derate linearly by 4% of SR55 Ie per °C to a maximum of 60°C (140°F) -20°C to 60°C [-4°F to 140°F] continuous max 85% non-condensing, not exceeding 50% @ 40°C [104°F] 1,000m [3281ft] ; above 1000m derate by 1% of SR55 Ie per 100m (328ft) to a maximum altitude of 2,000m (6562ft) Main Circuit: IP00 (IP20 with optional finger guards for sizes 1&2 only); Control Circuit: IP20; No corrosive gases permitted Maximum Altitude Environmental Rating Dimensions ( in [mm] ) Frame Size 1: SR55-017 – SR55-027 Mount soft starter within 30° of vertical Minimum Clearance Distance Top Bottom Left Right Front 3in [75mm] 1in [25mm] NOTE: The addition of optional finger guards to size 1 and size 2 SR55 soft starters adds approximately 14mm [0.5in] to the vertical dimension, but does NOT change the clearance distance. Frame Size 1: SR55-034 – SR55-096 Mount soft starter within 30° of vertical Minimum Clearance Distance Top Bottom Left Right Front 3in [75mm] 1in [25mm] NOTE: The addition of optional finger guards to size 1 and size 2 SR55 soft starters adds approximately 14mm [0.5in] to the vertical dimension, but does NOT change the clearance distance. Page 1–4 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 1: Mechanical Installation Dimensions ( in [mm] ) (continued) Frame Size 2: SR55-124 – SR55-180 Mount soft starter within 30° of vertical Minimum Clearance Distance Top Bottom 3.9 in [100mm] Left Right 1.6 in [40mm] Front 1in [25mm] NOTE: The addition of optional finger guards to size 1 and size 2 SR55 soft starters adds approximately 14mm [0.5in] to the vertical dimension, but does NOT change the clearance distance. Frame Size 3: SR55-242 – SR55-361 Minimum Clearance Distance Top Bottom 4.9 in [125mm] Left 2.4 in [60mm] Right Front 1in [25mm] Frame Size 3: SR55-414 – SR55-477 Minimum Clearance Distance Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Top Bottom 4.9 in [125mm] Left Right 2.4 in [60mm] Front 1in [25mm] Page 1–5 Chapter 1: Mechanical Installation BLANK PAGE Page 1–6 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Electrical Installation Chapter 2 Table of Contents Safety Warning ����������������������������������������������������������������������������������������������������� 2–2 Agency Approvals�������������������������������������������������������������������������������������������������� 2–2 Technical Information and Standards ����������������������������������������������������������������� 2–2 Electrical Specifications����������������������������������������������������������������������������������������� 2–3 Circuit Protection�������������������������������������������������������������������������������������������������� 2–4 Short-Circuit Protection ���������������������������������������������������������������������������������������������2–4 Motor overload Protection�����������������������������������������������������������������������������������������2–5 Wire Sizes and Torques����������������������������������������������������������������������������������������� 2–5 Electrical Connections ������������������������������������������������������������������������������������������ 2–6 Electrical Wiring����������������������������������������������������������������������������������������������������� 2–7 Power Circuit Wiring��������������������������������������������������������������������������������������������������2–7 Control Circuit Wiring������������������������������������������������������������������������������������������������2–8 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 2–1 Chapter 2: Electrical Installation Safety Warning SR55 soft starters contain dangerous voltages when connected to the electrical power supply. Only qualified personnel who have been completely trained and authorized should carry out installation, operation and maintenance of this equipment. Refer to and carefully follow all of the warnings in the “Warnings” section at the start of this user manual, as well as other warnings and notes throughout the manual Agency Approvals All SR55 models are CE, REACH, and RoHS compliant. SR55 models -017 through -361 bear the ETL listing mark and are UL508 and CSA C22.2 No. 14, per ETL, listed to U.S. and Canadian safety standards respectively. SR55 Soft Starter Agency Approvals SR55 Models Applicable Agency Approvals * SR55-017 through SR55-361 CE, CSA C22.2 No.14 (ETL tested), ETL 4004274, REACH, RoHS, UL508 (ETL tested) SR55-414 through SR55-477 CE, REACH, RoHS * To obtain the most current agency approval information, see the Agency Approval Checklist section on the specific part number’s web page. Technical Information and Standards SR55 Technical Information and Standards Rated Operational Voltages Rated Operational Current Ue Ie Rating Index See Electrical Specifications table SR55-017 to -180 Ie: AC-53a: 3.5-17: 90-5 SR55-242 to -477 Ie: AC-53a: 3.5-17: 90-3 Rated Frequency Rated Duty IEC 60947-4-2 Form Designation Rated Insulation Voltage Ui 50 to 60Hz Rated Impulse Withstand Voltage Main circuit 4kV Control supply circuit Main AC line/load circuit Supply and control circuit 2.5 kV IP00 (IP20 with optional finger guards SR55-FG-x) IP20 Uimp IP Code Pollution Degree Rated conditional short-circuit current and type of coordination with associated shortcircuit protective device (SCPD). Rated Control Circuit Voltage UC (programmable) Rated Control Supply Voltage US Relay Specification EMC Emission Levels EMC Immunity Levels Uninterrupted Form 1 internally bypassed 480V 2 Type 1 coordination. See short-circuit protection table for rated conditional short-circuit current and required current rating and characteristics of the associated SCPD. 24VDC, 110VAC or 230VAC See Electrical Specifications table Protect with 4A UL Listed fuse AC-15 230VAC, 1A DC-13 30VDC, 0.7A EN 55011 IEC 61000-4-2 IEC 61000-4-3 IEC 61000-4-4 IEC 61000-4-5 IEC 61000-4-6 Page 2–2 200VAC to 480VAC Class A 8kV/air discharge or 4kV/contact discharge 10 V/m 2kV/5kHz (main power and ports) 1kV/5kHz (signal ports) 2kV line-to-ground 1kV line-to-line 10V Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 2: Electrical Installation Electrical Specifications ELECTRICAL SPECIFICATIONS – SR55 Series Full-Featured Soft Starters Model SR55 -017 SR55 -021 SR55 -027 SR55 -034 SR55 -040 1 SR55 -052 SR55 -065 SR55 -077 SR55 -096 17 21 27 34 40 52 65 77 96 Frame Size Rated Current [UL FLC] (A) Rated Operational Voltage 200VAC to 480VAC Motor Rating @ 200V (hp) 3 5 7.5 10 10 15 20 20 30 Motor Rating @ 208V (hp) 5 5 7.5 10 10 15 20 25 30 Motor Rating @ 230V (hp) 5 5 7.5 10 10 15 20 25 30 Motor Rating @ 460V (hp) 10 15 20 25 30 40 50 60 75 Trip Class programmable 10 to 30 Index Rating [per IEC 60947-4-2] Ie: AC-53a: 3.5–17: 90–5 Impulse Withstand Voltage 4kV Insulation Voltage Rating 480V Short-Circuit Current Rating (type 1) 5kA Control Power Consumption 10kA 60W inrush to latch internal bypass relays; 4W steady state Control Voltage Range 24VDC +10%-15% or 110–230 VAC +10%-15% Control Fuse (external) 4A (3) DI @ 24VDC, 110VAC, or 230 VAC; (1) PTC Thermistor; (1) AI @ 0–10VDC 10mA max or 4–20mA (3) N/O relay and (1) N/C relay @ 30VDC 0.5A / 230VAC 1A resistive; (1) AO @ 0–10VDC 10mA max or 4–20mA 1 to 300 seconds Control Inputs Control Outputs Start Time Setting Range Start Voltage Setting Range 10% to 100% Stop Time Setting Range Model Frame Size Rated Current [UL FLC] (A) Rated Operational Voltage Motor Rating @ 200V (hp) Motor Rating @ 208V (hp) 0 to 300 seconds SR55 -124 SR55 -156 2 SR55 -180 SR55 -242 124 156 180 40 50 60 75 40 50 60 75 SR55 -302 SR55 -361 3 SR55 -414 SR55 -477 361 414 477 100 125 150 150 100 125 150 150 242 302 200VAC to 480VAC Motor Rating @ 230V (hp) 40 60 60 75 100 150 150 150 Motor Rating @ 460V (hp) 100 125 150 200 250 300 350 400 Trip Class Index Rating [per IEC 60947-4-2] Impulse Withstand Voltage Insulation Voltage Rating Short-Circuit Current Rating (type 1) Control Power Consumption Control Voltage Range Control Fuse (external) Control Inputs Control Outputs Start Time Setting Range Start Voltage Setting Range Stop Time Setting Range – programmable 10 to 30 Ie: AC-53a: 3.5–17: 90–5 Ie: AC-53a: 3.5–17: 90–3 4kV 480V 10kA – 18kA 60W inrush to latch internal bypass relays; 4W steady state 120W inrush; 4W steady state 110VAC +10%-15% 24VDC +10%-15% or 110–230 VAC +10%-15% 4A (3) DI @ 24VDC, 110VAC, or 230 VAC; (1) PTC Thermistor; (1) AI @ 0–10VDC 10mA max or 4–20mA (3) N/O relay and (1) N/C relay @ 30VDC 0.5A / 230VAC 1A resistive; (1) AO @ 0–10VDC 10mA max or 4–20mA 1 to 300 seconds 10% to 100% 0 to 300 seconds Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 2–3 Chapter 2: Electrical Installation Circuit Protection Short-Circuit Protection External Short-Circuit Protection Required for SR55 SR55 Model Number Rated Operational Current SR55 -021 SR55 -027 SR55 -034 SR55 -040 SR55 -052 SR55 -065 SR55 -077 Class J High-Speed CurrentLimiting Fuse #2 Class J Time-Delay Fuse #3 UL Listed Inverse TimeDelay Circuit Breaker #3 Rated Conditional ShortCircuit Current (A) 17 21 27 34 40 52 65 77 96 IEC Ie (A) 17 22 29 35 41 55 66 80 100 Mersen 6,9 URD 30xx Bussmann 170M30xx Bussmann 170M31xx Bussmann 170M32xx SIBA 20 61xx Rating (A) 100 100 160 160 160 200 200 250 315 Rating Z1 (A) 30 45 60 70 90 110 125 150 175 Rating Z2 (A) 30 40 50 60 70 100 125 150 175 Rating Z3 (A) 60 60 60 60 60 150 150 250 300 Iq (kA) SR55 Model Number Rated Operational Current SR55 -096 UL FLC Type Semiconductor Fuse (class aR) #1 Semiconductor Fuse (class aR) #1 SR55 -017 5 10 SR55 -124 SR55 -156 SR55 -180 SR55 -242 SR55 -302 SR55 -361 SR55 -414 SR55 -477 UL FLC (A) 124 156 180 242 302 361 414 477 IEC Ie (A) 132 160 195 242 302 361 430 500 Type Mersen 6,9 URD 31xx Bussmann 170M40xx Bussmann 170M41xx Bussmann 170M42xx SIBA 20 61xx – Mersen 6,9 URD 33xx Bussmann 170M60xx Bussmann 170M61xx Bussmann 170M62xx SIBA 20 63xx 400 550 550 700 800 900 1000 1100 Rating (A) – Class J High-Speed Current250 350 400 500 600 600 n/a Rating Z1 Limiting Fuse #2 225 300 350 450 500 500 600 600 Class J Time-Delay Fuse #3 Rating Z2 (A) UL Listed Inverse Time350 450 500 700 800 1000 1000 1000 Rating Z3 (A) Delay Circuit Breaker #3 Rated Conditional Short10 18 (kA) Iq Circuit Current #1 Correctly selected semiconductor fuses can provide additional protection against damage to the SR55 unit (this is sometimes referred to as type 2 coordination). These semiconductor fuses are recommended to provide this increased protection. #2 Suitable for use in a circuit capable of delivering not more than Iq rms Symmetrical Amperes, when protected by Class J high-speed current-limiting 600V rated fuses with a maximum trip rating of Z1 (IEC Type 1 coordination short-circuit protection). #3 Suitable for use in a circuit capable of delivering not more than Iq rms Symmetrical Amperes, 480 Volts maximum, when protected by Class J time-delay fuses with a maximum rating of Z2, or by a circuit breaker with an interrupting rating not less than Z3 rms Symmetrical Amperes, 480 Volts maximum as in table. Page 2–4 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 2: Electrical Installation Motor overload Protection The SR55 soft starter provides full motor overload protection, which can be configured through the touch screen. Overload trip settings are determined by the Motor Current setting and the Trip Class setting. Trip class choices are Class 10, Class 20, and Class 30. The SR55 soft starters are protected using full I2T motor overload with memory. Motor overload 'cold' trip curves Trip time ( seconds ) (20°C ambient) Multiple of Motor FLA Wire Sizes and Torques SR55 Wire Sizes and Torques Terminal Models mm2 Wire Size AWG Torque N·m lb·in 2.5–70 12–2/0 9 80 SR55-017 to SR55-096 4–185 12–350 MCM SR55-124 to SR55-180 2 x 95 2 x 2/0 14 123 SR55-242 to SR55-361 M10 bolt 2 x 150 2 x 350 MCM SR55-414 to SR55-477 0.2–1.5 24–16 0.5 4.5 Control Terminals all models ≥4 ≥ 12 SR55-017 ≥6 ≥ 10 8 70 SR55-021 to SR55-052 M6 stud ≥ 10 ≥8 SR55-065 to SR55-096 Protective ≥ 16 ≥6 SR55-124 to SR55-180 Ground * ≥ 25 ≥4 SR55-242 12 105 M8 stud Cu Only ≥ 35 ≥3 SR55-302 to SR55-361 ≥ 35 ≥2 SR55-414 to SR55-477 * Protective Ground wire size based on bonding conductor requirements of UL508 and UL508A Main Terminals Cu STR 75°C Only Terminal Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 2–5 Chapter 2: Electrical Installation Electrical Connections Required Rating Program- Default Description mable ProDescription Default gram- Required mable Rating #1 – – – Group 1 input common #1 24VDC or 110VAC or 230VAC +10% -15% yes start / stop optocoupled input #1 24VDC or 110VAC or 230VAC +10% -15% yes none optocoupled input #2 – – – Group 2 input common #2 24VDC or 110VAC or 230VAC +10% -15% yes reset optocoupled input – – – – not used – 3 x PTC in series (130°C) – OFF thermistor PTC+ AO – 3 x PTC in series (130°C) – OFF thermistor PTC– ACOM – – – – signal ground #3 110VAC– 230VAC +10% -15% – – control supply N #3 110VAC– 230VAC +10% -15% – – control supply L Control Terminals group 1 relay common – – – 12 relay N/C fault yes 230VAC 1A AC15; 30VDC 0.5A – Resistive D1-2I 24 relay N/O fault yes 230VAC 1A AC15; 30VDC 0.5A – Resistive D2COM 33 group 2 relay common – – – D2-1I 34 relay N/O running yes 230VAC 1A AC15; 30VDC 0.5A – Resistive 44 relay N/O end of start yes 230VAC 1A AC15; 30VDC 0.5A – Resistive analog output 0–10V yes 0 to 10V 10mA / 4-20mA – analog 0V – – 0V – analog input 0–10V yes 0 to 10V 10mA / 4-20mA – 0V input – – 0V #3 24V input – – 24VDC +10% -15% #3 D1COM D1-1I 11 110–230 VAC AI 0VDC 24VDC – – * 24VDC Specification: 24VDC 60W; Residual ripple 100mV; Spikes/switching Peaks 240mV; Turn On/Off response; No overshoot of V out; Overvoltage voltage protection output voltage must be clamped to <30Vdc #1 #2 #3 Page 2–6 The programmed digital input setting on D1COM, D1-1I, D1-2I must correspond to the voltage applied to these terminals to avoid risk of damage to the equipment. The programmed digital input setting on D2COM, D2-1I must correspond to the voltage applied to these terminals to avoid risk of damage to the equipment. The control supply can be 110 to 230VAC applied to the N, L terminals or 24VDC applied to the 0VDC, 24V input terminals. The correct voltage as specified must only be applied to one of these supply inputs to avoid risk of damage to the equipment. Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 2: Electrical Installation Electrical Wiring Power Circuit Wiring In Line In Delta NOTE: Circuit breaker isolation alone is not allowed for In-Delta operation. K1 (Main contactor) K1 – Main contactor controlled by the Run and protection switch gear (provided by the customer) relay on the SR55 MUST be used for isolation. K1 – Main contactor or circuit breaker isolation and protection switch gear (provided by the customer) RJ12 serial comm port Control wiring terminals behind hinged front cover Soft starter must be grounded Optional EtherNet/IP comm module slot Term Fwd 2/T1 U1 Rev U1 4/T2 V1 W1 6/T3 W1 V1 1/L1 W2 V2 3/L2 U2 U2 5/L3 V2 W2 Induction Motor RJ45 port (future use) U1 V1 W1 Induction Motor U2 V2 W2 For wire size and torque requirements, refer to the “Wire Sizes and Torques” section of this chapter. For suitable short-circuit protection devices (SCPDs), refer to the “Circuit Protection” section of this chapter. In Delta Wiring: For this configuration, applying the following equation allows the use of a lower current-rated SR55 than the motor FLC: SR55 Ie = ie (motor) / √3. When In-Delta configuration is used, a line contactor controlled by the SR55 MUST be used with the In-Delta Firing Mode selected in the advanced menu. The SR55 starter does not offer iERS optimization when connected In-Delta. Do not place bypass contactors around the starter. The starter has built in bypass contactors. If an external bypass contactor is desired in order to allow emergency across the line starting in case of an SR55 failure, then the load side of the starter wiring MUST be disconnected in order to protect the starter. Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 2–7 Chapter 2: Electrical Installation Control Circuit Wiring 1) The programmed digital input settings for D1COM, D1-1I, D1-2I, and D2COM, D2-1I must correspond to the voltage applied to these terminals to avoid risk of damage to the equipment. 2) The control supply can be 110 to 230VAC applied to the N, L terminals or 24VDC applied to the 0VDC, 24V input terminals. The correct voltage as specified must only be applied to one of these supply inputs to avoid risk of damage to the equipment. Three-Wire Control 3-Wire Control Diagram 110/230VAC control supply and digital input programming 110/230VAC ! Digital Input Configuration 24VDC control supply and digital input programming Emergency Stop 24VDC ! D1-1I = Start Emergency Stop D1-2I = Stop D2-1I = Reset L D1-1I D1-2I D2-1I 33 24 VDC N D1COM D2COM 34 0VDC D1-1I D1-2I D2-1I D1COM D2COM 34 K1 K1 N Digital Output Configuration 33 0VDC 34 = DO3 set to “Running” (This pulls in the line contactor, K1, before the ramp starts) Power factor correction capacitors* must not be positioned between the soft starter and the motor, or there is a risk of damaging the thyristors due to current peaks. User-Programmable Control User Programmable Control Diagram 110/230VAC ! Emergency Stop 24VDC K2.2 Stop Start K2.1 K2 ! Emergency Stop K2.2 1) L D1-1I D2-1I 33 N D1COM D2COM 34 Stop Start K2 K1 N K2.1 1) 24 VDC D1-1I D2-1I 33 0VDC D1COM D2COM 34 K1 0VDC 1) Optional high reset. If this reset is required, ensure that “User Programmable” is selected as the control method menu found in the Digital Inputs menu. If you would prefer the reset to work by removing and reapplying the Start Signal on D1-1I then select “Two wire control” in the control method menu. Digital Input Configuration D1-1I = High Start / Low Stop D1-2I = None D2-1I = High Reset Digital Output Configuration 34 = DO3 set to “Running” (This pulls in the line contactor, K1, before the ramp starts) * Note: Power factor correction capacitors (PFCs) can reduce a facility’s kVAR charges in some cases. Determining the need for, and location of, PFCs should be performed by a qualified engineer (from your utility company or a power quality engineering firm). PFCs cannot be located between the SR55 and the motor. Page 2–8 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 2: Electrical Installation Electrical Wiring (continued) Reversing Wiring Diagram Reversing Wiring Diagram Protection switch gear (provided by the customer) Control supply 110/230VAC or 24VDC depending on application ! Emergency Stop Enable Stop K1 K2 Reset Forward 33 SR55 34 Reverse 1L1 3/L2 5/L3 K2A K1 K2 K1A 2/T1 4/T2 6/T3 Induction Motor K2 K1A SR55 K1 K1 K2 L or 24VDC D1-1I D2-1I N or 0VDC D1COM D2COM K2A Item Description K1, K2 K1A, K1B SR55 AC3 rated forward/reverse contactors 1-second off-delay timing relays (delay time must be ≥ the stop ramp time) SR55-xxx soft starter These are the major components of the system. Local wiring regulations should be observed. Note the use of timers to ensure that a reversed voltage is not applied to the starter/motor before the motor field has had some chance to die away. Note: Forward and reverse buttons must remain pressed for longer than timer change over period. • “Stop” must be pressed before direction reversal can be initiated. • Digital Output 3 must be configured to “Running.” • Digital Input 1 must be configured to “High Start / Low Stop.” • Digital Input 2 must be configured to “Reset.” Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 2–9 Chapter 2: Electrical Installation BLANK PAGE Page 2–10 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Errata Sheet This Errata Sheet contains changes made to Chapter 3 after the publication of this manual. Product Family: SR55 Soft Starter Manual Number SR55_UMW Revision and Date 1st Edition, Rev. B; February 2017 Date: June 28, 2017 Changes to Chapter 3. Configuration and Parameters After the latest publication of this manual, the manufacturer released a firmware update which added four new parameters, and a new set of block transfer parameters. Refer to this Errata Sheet for details on these new parameters. Also, there was a Range value change for existing parameter P5.0. Appendix A in this manual has instructions for updating the firmware. Change to Parameter P5.0 - Motor Current Range Value The Range for this parameter changed from “50% to 100% of SR55 rated Amperage” to “10% to 100% of SR55 rated Amperage”. This change affects two entries in the manual: On page 3-6, in the Summary of Parameters for Auto Setup table, under the Range column in the P5.0 - Motor Current line, change the “50% to 100%” range value to “10% to 50%”. On page 3-27, in the Parameter Details box towards the bottom of the page for the P5.0 - Motor Current parameter (with the Advanced “Motor Protection” Parameters heading), change the 50% range value to 10%. Continued on next page. Page 1 Errata Sheet New Parameter Added: P0.11 - I/O Status Register This new parameter, P0.11, was added. This change affects two areas in the manual: On page 3-6, in the first table insert the following summary description line for this new parameter right after the last line for parameter P0.10: I Summary - Parameters Not Configurable Through Touchscreen Group Parameter Status Indications (detailed info starts) Units No changes in table for existing parameters P0.0 through P0.10 P0.10 – iERS Active - [page 3-15] P0.11 – I/O Status Register - Range Read / Write OFF / ON Read 0 to 255 Read Modbus Default Setting User Setting 38080 94C0 OFF - 62016 F240 OFF - Address Hex On page 3-17, insert the following Parameters Details box for the new parameter right after the existing box for parameter P0.10 - iERS Active: P0.11 – I/O Status Register Description: Hold. Reg. Type: Read Displays the current status of the hardware inputs and outputs. b0 ( Input DI-1I) b1 (Input D1-2I) b2 (input D2-I1) b3 (undefined) b4 ( Output 12) b5 ( Output 24) b6 (Output 34) b7 (Output 44) Range: Modbus Decimal Value: Default (decimal): • 0 to 255 • 0 • OFF (0) • 1 Modbus Address: Modbus Format: 62016 (F240 hex ) 16-bit unsigned Continued on next page. Page 2 Errata Sheet New Block Transfer Parameters Added Insert the following Block Transfer information after the new Parameter P0.11 - I/O Status Register added on the previous page. Block Transfer Explanation Parameters P0.20~P0.35 and P0.40~P0.55 Block Transfer allows parameters from many different Parameter Groups to be consolidated into one Modbus communication message. This can greatly simplify PLC programming and reduce network traffic. A maximum of 16 parameters can be grouped together. The 16 Block Transfer Address Pointer registers have 16 correlating, four-byte, Block Transfer Data registers that correspond with the Pointer registers and act as the data conduits for each select address. Once set the addresses can be saved in none volatile memory if required. The Block Transfer parameters can only be accessed through Modbus, not through the Touchscreen Menu. • New Pointer Parameters P0.20~P0.35 (where you enter the addresses that you want to consolidate) • Data Location Parameters P0.40~P0.55 (where you push data into, or pull data out of) SR55 Parameters Summary – Serial Communication Parameters – Block Transfer Parameter Map Address Description Block Transfer 1 Block Transfer 2 Block Transfer 3 Block Transfer 4 Block Transfer 5 Block Transfer 6 Block Transfer 7 Block Transfer 8 Block Transfer 9 Block Transfer 10 Block Transfer 11 Block Transfer 12 Block Transfer 13 Block Transfer 14 Block Transfer 15 Block Transfer 16 Parameter Block Transfer Address Pointers Modbus Address Read/ Default Range Write Setting Address Hex P0.20 P0.21 P0.22 P0.23 P0.24 P0.25 P0.26 P0.27 0~65535 P0.28 P0.29 P0.30 P0.31 P0.32 P0.33 P0.34 P0.35 R/W Block Transfer Data Address Description 17600 44C0 OFF Block Data Address 1 17601 44C1 OFF Block Data Address 2 17602 17603 17604 17605 17606 17607 17608 17609 17610 17611 17612 17613 17614 17615 44C2 44C3 44C4 44C5 44C6 44C7 44C8 44C9 44CA 44CB 44CC 44CD 44CE 44CF OFF OFF OFF OFF OFF OFF OFF OFF OFF OFF OFF OFF OFF OFF Block Data Address 3 Block Data Address 4 Block Data Address 5 Block Data Address 6 Block Data Address 7 Block Data Address 8 Block Data Address 9 Block Data Address 10 Block Data Address 11 Block Data Address 12 Block Data Address 13 Block Data Address 14 Block Data Address 15 Block Data Address 16 Continued on next page. Page 3 Parameter P0.40 P0.41 P0.42 P0.43 P0.44 P0.45 P0.46 P0.47 P0.48 P0.49 P0.50 P0.51 P0.52 P0.53 P0.54 P0.55 Range 0–65535 Read/ Write R/W Modbus Address Default Setting Address Hex 17664 44C0 OFF 17666 44C1 OFF 17668 17670 17672 17674 17676 17678 17680 17682 17684 17686 17688 17690 17692 17694 44C2 44C3 44C4 44C5 44C6 44C7 44C8 44C9 44CA 44CB 44CC 44CD 44CE 44CF OFF OFF OFF OFF OFF OFF OFF OFF OFF OFF OFF OFF OFF OFF Errata Sheet Block Transfer Example The table below shows the relationship between the alias Registers and the data Registers. The data can take any data type that can fit into 4 bytes. So, any address that yields 6 bytes of data, such as time, will be incomplete. To access data that is more than 6 bytes then reading or writing directly to that register should be implemented and not accessed using the Block Transfer method. Below is an example of what will happen with different sizes. Alias Address Parameter Addresses Data Address Data Shown in 4 Bytes 17600 P3.3 – Start Current Limit Level 17664 0x00 0x00 0xe8 0x6c 17601 P3.4 – Start Current Limit Time 17666 0x00 0x00 0x01 0x0e 17602 P3.1 – Start Pedestal 17668 0x00 0x00 0x0c 0xcd 17603 P6.0 – iERS Enable 17670 0x00 0x00 0x00 0x00 17604 P6.2 – iERS Rate 17672 0x00 0x00 0x00 0x00 17605 P15.17 – Start Saving Level 17674 0x00 0x00 0x00 0x00 Continued on next page. Page 4 Errata Sheet New Parameters Added: P9.2 - Main Contactor Control, and P9.3 - Hand-Auto Control These two new parameters, P9.2 and P9.3, were added for touch-screen setup. This change affects two areas in the manual: On page 3-9, replace the table shown at the top of the page with the one below, which has the summary descriptions for the two new parameters. No changes were made to existing parameters P9.0 or P9.1. I Group Advanced Summary - Parameters for Touchscreen Setup - “Advanced” Category (continued) (P9) Parameter P9.0 – Firing Mode P9.1 – Legacy Delta Mode [page 3-33 P9.2 – Main Contactor Control P9.3 – Hand-Auto Control Units Range Read / Write toggle toggle toggle toggle In-Delta / In-line OFF / ON OFF / ON OFF / ON R/W R/W R/W R/W Modbus Address Hex 128 192 14144 28160 0080 00C0 3740 6E00 Default Setting User Setting In-Line OFF OFF OFF On page 3-40, right after the existing Parameter Details box for parameter P9.1 - Legacy Delta Mode, add the following two Parameters Details boxes for the new parameters: Advanced “Main Contactor Control” Parameter P9.2 – Main Contactor Control Description: Hold. Reg. Type: Read/Write Used when the motor is required to start when the Main Contactor closes, and stop when it opens. An auxiliary contact from the main contactor is used as a Start / Stop signal. The ‘ Stop Time’ must be set to zero. Range: Modbus Decimal Value: Default (decimal): • Off : When the contactor opens and the stop signal is given at the same time the unit may trip on “Phase Loss” (Default). • On : When the contactor opens and the stop signal is given at the same time the unit will not trip on “Phase Loss”. Modbus Address: 14144 (3740 hex ) • 0 • OFF (0) • 1 Modbus Format: 16-bit unsigned Touchscreen Menu Path: Home → Advanced → Main Contactor Control Continued on next page. Page 5 Errata Sheet Advanced “Hand-Auto Control” Parameter (continued) P9.3 – Hand-Auto Control Description: Hold. Reg. Type: Read/Write A Hand-Auto selection switch can be connected to Digital Input D1-2I to change the ‘Control Method’. This can be used to change the Start / Stop to ‘Hand’ if the Communications fails. The user must ensure D1-2I = 1 and D1-2I = 0 which are the default settings for those inputs before turning on Hand-Auto Control. • D1-2I = 1: Control Method is set to “2 -Wire” (Hand). • D1-2I = 0: Control Method is set to “Modbus Network” (Auto). • Hand : Input D1-1I = Start / Stop , Input D2-1I = Reset • Auto : ADDRESS 17920 = Start / Stop , ADDRESS 18368 = Reset Range: Modbus Decimal Value: Default (decimal): • Off : Control method can be selected to any method needed. Digital input functions can be changed. • On : Control Method is fixed to “User Programable”. Digital inputs are fixed to as shown in the description above. Modbus Address: 28160 (6E00 hex ) • 0 • OFF (0) • 1 Modbus Format: 16-bit unsigned Touchscreen Menu Path: Home → Advanced → Hand-Auto Control Continued on next page. Page 6 Errata Sheet New Parameter Added: P26.6 - Communications Shutdown This new parameters, P26.6, was added for touch-screen setup. This change affects two areas in the manual: On page 3-13, in the table insert the following summary description line for this new parameter right after the existing line for parameter P26.5 - Timeout: Device I Summary - Parameters for Touchscreen Setup - “Device” Category Modbus Group Parameter Units Range Read / Write (P26) Networks P26.5 – Timeout ms 0 to 60,000 R/W 15808 3DC0 5,000 P26.6 – Communications Shutdown toggle OFF / ON R/W 53802 D22A ON [page 377] Address Hex Default Setting User Setting On page 3-78, insert the following Parameters Details box for the new parameter right after the existing box for parameter P26.5 - Timout mS: P26.6 – Communications Shutdown Description: Hold. Reg. Type: Read/Write This works in conjunction with the ‘Communications Trip’. Range: Modbus Decimal Value: Default (decimal): • Off : If the ‘Communication Trip’ is turned ‘On’ the unit will trip if the communications fail. • On : If the ‘Communication Trip’ is turned ‘On’ the unit will shut down instead of tripping if the communications fail. Modbus Address: 53802 (D22A hex ) • 0 • ON (1) • 1 Modbus Format: 16-bit unsigned Touchscreen Menu Path: Home → Advanced → Communications Shutdown Page 7 Configuration and Parameters Chapter 3 Table of Contents “Heartbeat” LED����������������������������������������������������������������������������������������������������� 3–2 Configuration Overview ��������������������������������������������������������������������������������������� 3–2 Auto Setup Procedure ������������������������������������������������������������������������������������������������3–2 Setup by Individual Parameter Settings��������������������������������������������������������������������3–2 Configuration From Touchscreen�������������������������������������������������������������������������� 3–2 Auto Setup Procedure from Touchscreen������������������������������������������������������������������3–2 Individual Parameter Settings from Touchscreen�����������������������������������������������������3–2 Touchscreen Pictorial Example – Auto Setup������������������������������������������������������������3–3 Auto Setup Procedure – Parameter Settings�������������������������������������������������������� 3–4 Parameter Summary �������������������������������������������������������������������������������������������� 3–6 Summary of Parameters Not Configurable Through Touchscreen Menu���������������3–6 Summary of Parameters for Auto Setup��������������������������������������������������������������������3–6 Summary of Parameters for Individual Parameter Setup ���������������������������������������3–7 Parameter Details������������������������������������������������������������������������������������������������3–14 Parameters Not Configurable Through Touchscreen Menu����������������������������������3–14 Parameters in Sequence and Grouped by Touchscreen Navigation ���������������������3–18 “Auto Setup” Menu of Parameters���������������������������������������������������������������������������3–18 “Advanced” Menu of Parameters������������������������������������������������������������������������������3–20 “I/O” Menu of Parameters ���������������������������������������������������������������������������������������3–41 “Monitor” Menu of Parameters �������������������������������������������������������������������������������3–50 “Log” Menu of Parameters���������������������������������������������������������������������������������������3–56 “Device” Menu of Parameters����������������������������������������������������������������������������������3–75 Trip Code Descriptions����������������������������������������������������������������������������������������3–80 Fail Safe Codes����������������������������������������������������������������������������������������������������3–83 Main Board Trip (2402 – 2436) �������������������������������������������������������������������������������3–83 Touchscreen Trip (2501 – 2581)�������������������������������������������������������������������������������3–83 Logging Trip (2601 – 2603)���������������������������������������������������������������������������������������3–84 Fail Safe Trip Codes���������������������������������������������������������������������������������������������������3–84 Saving and Loading an SR55 Configuration File���������������������������������������������� 3–85 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–1 Chapter 3: Configuration and Parameters “Heartbeat” LED The Stellar logo LED on the SR55 front panel will blink once every 10 seconds to let the user know that all microprocessors in the soft starter are operating properly. Configuration Overview Configuring the SR55 soft starters for use is as simple as setting the parameters to match your motor, application, power source, etc. You can configure the SR55 from its touchscreen, from an optional remote touchscreen, or from a PLC using Modbus RTU via the onboard RJ12 port or connected through an optional EtherNet/IP or Modbus TCP communication module. Auto Setup Procedure Choose this setup method if you want to quickly change all of the parameters at once to settings that are typical for your general application. You can then adjust some parameters as necessary to fine tune the settings for your specific application. Setup by Individual Parameter Settings Choose this setup method if you want to change the parameter settings yourself one at a time. The individual parameters are grouped by categories as you scroll through the touchscreen menu. Configuration From Touchscreen Simply touch the on-screen buttons to enter data or to scroll through the SR55 setup menu, using the intuitive “Up,” Dn,” “BACK,” and “NEXT” buttons as necessary. From the home “Menu” screen, select either “Auto Setup” or “Advanced.” The resistive touchscreen requires localized pressure to activate a button and works best if you gently use a blunt stylus-type object to make on-screen selections. Warning: Do not use a sharp object and/or excessive force to make touchscreen selections, or you may damage the touchscreen. Auto Setup Procedure from Touchscreen The “Setup Wizard” menu is displayed only the first time the SR55 is powered up. If you are ready to set parameters on the first power-up, select “Auto” from the on-screen Setup Wizard menu, and then follow the on-screen prompts. Refer to the Auto Setup Touchscreen Pictorial Example on the following page. To set up your parameters following a subsequent start-up of your SR55, select the “Home” menu from the “Status” screen on the touchscreen, choose “Auto Setup,” and then follow the on-screen prompts. Refer to the Auto Setup Touchscreen Pictorial Example on the following page. Individual Parameter Settings from Touchscreen From the initial “Setup Wizard” or from the Home Menu, choose the “Advanced” parameters and other parameter categories as required for your particular application. Refer to the “Parameter Summary” and “Parameter Details” sections of this chapter for more details. Page 3–2 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Touchscreen Pictorial Example – Auto Setup Setup Wizard Please note: This “Setup Wizard” screen appears only once; on the initial power-up of the SR55 soft starter. For subsequent start-ups, screen 1a will be the first screen displayed. 1. Auto Advanced 1a. 1b. – 2. Menu ଭ Default Auto Setup Advanced Heavy I/O Monitor Log Device Compressor Centrifugal Compressor Reciprocating Agitator Stopped OL = 0% I= 0A P = 0kW Back Select Your Application Home Start Back 3. Status 4. Warning! Selected Application Will Enable Trip Class 20 Centrifugal Compressor Reciprocating + + 17 - ଯ Back Next A - Back 6. Select Control Method Next Set Motor Current Rating Please note: Only appears if application with a trip class higher than 10 is selected OK 5. Back Start Select Your Application ଯ Next Select Digital Input Voltage 230V Local Touch Screen 110V User Programmable 24VDC Two Wire Control Three Wire Control Modbus Network Back 7. Next Back 8. Auto Setup Summary Motor Current: – 17A Application: Compressor Control Logic: Local Touch Screen Digital Input Voltage: Stopped 24Vdc Trip Class: OL = 0% I= 0A P = 0kW 20 Save? Back Next No Yes Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Back Home Start Page 3–3 Chapter 3: Configuration and Parameters Auto Setup Procedure – Parameter Settings Choose “Auto” setup from the “Setup Wizard” or from the “Home” menu, and set the following parameter groups: 1) Application 2) Motor Current Rating 3) Control Method 4) Digital Input Voltage The SR55 will automatically set the rest of the parameters as shown in the following table: Current limit time - stopping Current limit - stopping 1 0 0 0 0 0 0 8 2 Impact load 1 Auto end stop 0 Auto ramp 0 spare 0 Auto stop 5 Delta Operation – 30 Auto End 3 Optimize rate s 3.5 Auto End Start 1 Current limit time FLC Auto End Start 2 Current limit level – 10 Auto pedestal Trip Class s 0 Soft stop time s 10 Start time % 10 Stop pedestal % 20 Start pedestal # Application – Unit 0 Default Soft stop smoothing Auto Setup Parameter Settings En En En En En En En En En En En FLC s 1 Heavy 40 10 10 0 20 4 40 5 1 0 1 1 1 0 0 0 0 0 0 8 2 2 Agitator 30 10 10 0 10 3.5 25 5 1 0 1 1 1 0 0 0 0 0 0 8 2 3 Compressor - Centrifugal 35 10 15 0 20 3.5 25 5 1 0 1 1 1 0 0 0 0 0 0 8 2 4 Compressor - Reciprocating 45 10 15 0 20 3.5 25 15 1 0 1 1 1 0 0 0 0 0 0 8 2 5 Compressor - Screw 40 10 15 0 20 3.5 25 5 1 0 1 1 1 0 0 0 0 0 0 8 2 6 Compressor - Vane 35 10 7 0 10 3.5 25 5 1 0 1 0 1 0 0 0 0 0 0 8 2 7 Compressor - Scroll 35 10 7 0 10 3.5 25 15 1 0 1 0 1 0 0 0 0 0 0 8 2 8 Ball mill 40 10 10 0 20 5.5 25 5 1 0 1 0 1 0 0 0 0 0 0 8 2 9 Centrifuge 40 10 10 0 30 2.5 300 5 1 0 1 0 1 0 0 0 0 0 0 8 2 10 Bow Thruster - Zero Pitch 10 10 10 0 10 2.5 25 5 1 1 0 1 1 0 0 0 0 0 0 8 2 11 Bow Thruster - Loaded 10 10 10 0 20 4 25 5 1 1 0 1 1 0 0 1 0 0 0 8 2 12 Conveyor - Unloaded 10 10 10 7 10 3.5 30 5 1 0 1 0 1 1 1 1 0 1 0 2 10 13 Conveyor - Loaded 10 10 10 7 20 5.5 30 5 1 0 1 0 1 1 1 0 0 1 0 2 10 14 Crusher 40 10 10 0 30 3.5 60 5 1 0 1 0 1 0 0 0 0 0 0 8 2 15 Fan - Low Inertia 30 10 15 0 10 3.5 30 5 1 0 1 0 1 0 1 0 0 0 0 8 2 16 Fan - High Inertia 40 10 10 0 30 3.5 60 5 1 0 1 0 1 0 0 0 0 0 0 8 2 17 Feeder - screw 20 10 10 0 10 3.5 25 5 1 0 1 0 1 0 0 0 0 0 0 8 2 18 Grinder 40 10 10 0 20 3.5 40 5 1 0 1 0 1 0 0 0 0 0 0 8 2 19 Hammer mill 40 10 10 0 20 3.5 40 5 1 0 1 0 1 0 0 0 0 0 0 8 2 20 Lathe machines 10 10 15 0 10 3.5 25 5 1 0 1 0 1 0 0 0 0 0 0 8 2 21 Mills - flour Etc 40 10 10 0 20 3.5 40 5 1 0 1 0 1 0 0 0 0 0 0 8 2 22 Mixer - Unloaded 10 10 10 0 10 3.5 25 5 1 0 1 0 1 0 0 0 0 0 0 8 2 23 Mixer - Loaded 10 10 10 0 20 4 25 5 1 0 1 0 1 0 0 0 0 0 0 8 2 24 Moulding Machine 10 10 10 0 10 4.5 25 5 1 0 1 0 1 0 0 0 0 0 1 8 2 25 Pelletisers 40 10 10 0 20 5.5 25 5 1 0 1 0 1 0 0 0 0 0 0 8 2 26 Plastic and textile machines 10 10 10 0 10 4.5 25 5 1 0 1 0 1 0 0 1 0 0 1 8 2 27 Press, flywheel 40 10 10 0 20 3.5 40 5 1 0 1 0 1 0 0 1 0 0 1 8 2 28 Pump - Submersible Centrifugal 10 10 10 60 10 3.5 25 5 1 0 0 0 1 1 1 1 0 1 0 2 25 29 Pump - Submersible Rotodynamic 10 10 10 60 10 3.5 25 5 1 0 0 0 1 1 1 1 0 1 0 2 25 10 10 10 60 20 3.5 25 15 1 0 0 0 1 1 1 0 0 1 0 2 25 Pump - Positive displacement 30 Reciprocating Page 3–4 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Current limit time - stopping Current limit - stopping 1 0 0 1 0 2 25 Impact load 1 Auto end stop 1 Auto ramp 0 spare 0 Auto stop 0 Delta Operation 1 Auto End 3 15 Auto End Start 1 – 25 Auto End Start 2 s 3.5 Auto pedestal FLC Optimize rate Current limit level – 20 Current limit time Trip Class s 60 Soft stop time s 10 Start time % 10 Stop pedestal % 10 Start pedestal # Application Unit 31 Pump - Positive displacement Rotary Soft stop smoothing Auto Setup Parameter Settings (continued from previous page) En En En En En En En En En En En FLC s 32 Pump Jack 40 10 10 0 20 3.5 40 5 1 0 1 0 1 0 0 0 0 0 1 8 2 33 Rolling mill 40 10 10 0 20 3.5 40 5 1 0 1 0 1 0 0 0 0 0 0 8 2 34 Roots Blower 30 10 10 0 20 4.5 25 5 1 0 1 0 1 0 0 0 0 0 0 8 2 35 Saw - Band 10 10 10 0 10 3.5 25 5 1 0 1 0 1 0 0 0 0 0 0 8 2 36 Saw - Circular 40 10 10 0 20 3.5 40 5 1 0 1 0 1 0 0 0 0 0 0 8 2 37 Screen - vibrating 40 10 10 0 20 4.5 40 5 1 0 1 0 1 0 0 0 0 0 0 8 2 38 Shredder 40 10 10 0 30 3.5 60 5 1 0 1 0 1 0 0 0 0 0 0 8 2 39 Transformers, voltage regulators 10 10 5 0 10 3.5 25 5 0 0 0 0 1 0 0 0 0 0 0 8 2 40 Tumblers 20 10 10 0 20 4 25 5 1 0 1 0 0 0 0 0 0 0 0 8 2 41 Wood chipper 40 10 10 0 30 3.5 60 5 1 0 1 0 0 0 0 0 0 0 0 8 2 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–5 Chapter 3: Configuration and Parameters Parameter Summary Summary of Parameters Not Configurable Through Touchscreen Menu These parameters are configurable through network communications. Summary – Parameters Not Configurable Through Touchscreen Group Parameter Units Range Read / Modbus Write Address Hex Default User Setting Setting Control Commands (for Digital Inputs) P0.0 – Start/Stop P0.1 – Freeze Ramp P0.2 – Reset P0.3 – External Trip P0.4 – Ready P0.5 – Enabled P0.6 – Error P0.7 – Running P0.8 – End Of Start P0.9 – Current Limit P0.10 – iERS Active toggle toggle toggle toggle – – – – – – – OFF (Stop) / ON (Start) OFF / ON OFF / ON OFF / ON OFF / ON OFF / ON OFF / ON OFF / ON OFF / ON OFF / ON OFF / ON R/W R/W R/W R/W Read Read Read Read Read Read Read OFF OFF OFF OFF OFF OFF OFF OFF OFF OFF OFF [detailed info starts page 3–14] Status Indications [detailed info starts page 3–15] 17920 18240 18368 18880 37184 37248 37312 37632 37760 37824 38080 4600 4740 47C0 49C0 9140 9180 91C0 9300 9380 93C0 94C0 – – – – – – – Summary of Parameters for Auto Setup Summary – Parameters for Touchscreen Setup – “Auto Setup” Category Auto Setup Group Parameter Units Range Read / Modbus Write Address Hex P0.11 – Application n/a See the previous “Auto Setup Parameter Settings” table R/W 19200 4B00 Default 10, 20, 30 R/W 25664 6440 10 R/W 25728 6480 100% R/W Local 59392 E800 Touch Screen R/W 10880 2A80 230VAC P5.1 – Trip Class (Automatically n/a selected from Auto Setup Application selection) [detailed info starts page 3–18] Page 3–6 P5.0 – Motor Current A P7.0 – Control Method n/a P10.0 – Digital Input Voltage V 50% to 100% of SR55 rated current Local Touch Screen User Programmable Two Wire Control Three Wire Control Modbus Network 230VAC, 110VAC, 24VDC Default User Setting Setting Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Summary of Parameters for Individual Parameter Setup (grouped by touchscreen navigation) Parameters from “Advanced” Menu Category – Summary Summary – Parameters for Touchscreen Setup – “Advanced” Category Category – Advanced Group Parameter P1.0 – Save Parameters P2.0 – Automatic Pedestal P2.1 – Automatic Ramp P2.2 – Automatic End Start (1) P2.3 – Automatic Stop P2.4 – (P2) Automatic Stop Profile Automatic P2.5 – Automatic End Stop Settings P2.6 – [detailed info Automatic Impact Load starts page P2.7 – Auto Smooth Stop 3–20] P2.8 – Auto Smoothing Level P2.9 – Automatic End Start (2) P2.10 – Automatic End Start (3) P2.11 – Rate End Start (3) P3.0 – Start Time P3.1 – Start Pedestal P3.2 – Start Current Limit → Start Current Limit Trip P3.3 – Start Current Limit → (P3) Start Current Limit Level Start Settings P3.4 – Start Current Limit → [detailed info Start Current Limit Time starts page P3.5 – 3–23] Kick Start → Kick Start P3.6 – Kick Start → Kick Start Time P3.7 – Kick Start → Kick Start Pedestal P3.8 – Contactor Delay P4.0 – Stop Time P4.1 – Stop Pedestal (P4) Stop Settings P4.2 – Stop Current Limit → Stop Current Limit Trip [detailed info P4.3 – Stop Current Limit → starts page Stop Current Limit Level 3–26] P4.4 – Stop Current Limit → Stop Current Limit Time Units Range Read / Modbus Write Address Hex Default User Setting Setting toggle NO / YES toggle OFF / ON toggle OFF / ON R/W R/W R/W 62144 F2C0 19840 4D80 20352 4F80 NO OFF OFF toggle OFF / ON R/W 19968 4E00 OFF toggle OFF / ON R/W 20160 4EC0 OFF % R/W 20608 5080 50 toggle OFF / ON R/W 20416 4FC0 OFF toggle OFF / ON R/W 20480 5000 OFF toggle OFF / ON R/W 20224 4F00 OFF % 10 to 100 R/W 20672 50C0 50 toggle OFF / ON R/W 19904 4DC0 OFF toggle OFF / ON R/W 20032 4E40 OFF % s % 0 to 100 1 to 300 10 to 100 R/W R/W R/W 768 0300 7104 1BC0 704 02C0 50 10 20 toggle OFF / ON R/W 53790 D21E ON 0 to 100 A 100% mtr FLA to 450% SR55 rated A R/W 26880 6900 350% mtr FLA s 1 to 300 R/W 26944 6940 30 toggle OFF / ON R/W 320 0140 OFF ms 10 to 2,000 R/W 7040 1B80 100 % 30 to 80 R/W 640 0280 75 ms s % 20 to 800 0 to 300 10 to 40 R/W R/W R/W 8320 2080 7296 1C80 896 0380 160 0 10 toggle OFF / ON R/W 53791 D21F OFF A 100% mtr FLA to 450% SR55 rated A R/W 28800 7080 350% mtr FLA s 1 to 300 R/W 28864 70C0 10 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–7 Chapter 3: Configuration and Parameters – Group (P5) Motor Protection [detailed info starts page 3–27] (P6) iERS [detailed info starts page 3–30] Summary – Parameters for Touchscreen Setup – “Advanced” Category (continued) Read / Modbus Parameter Units Range Write Address Hex P5.0 – Motor Current P5.1 – Trip Class Low Current Settings → P5.2 – Low Current Trip Low Current Settings → P5.3 – Low Current Trip Level Low Current Settings → P5.4 – Low Current Trip Time Shearpin Settings → P5.5 – Shearpin Trip Shearpin Settings → P5.6 – Shearpin Trip Current Shearpin Settings → P5.7 – Shearpin Trip Time Overload Settings → P5.8 – Overload Trip Overload Settings → P5.9 – Overload Level P6.0 – iERS P6.1 – Dwell Time P6.2 – iERS Rate P6.3 – iERS Level P6.4 – Fixed Voltage (Level) P6.5 – Fixed Voltage A class Category – Advanced P8.0 – Trip Sensitivity P8.1 – Cover Open Trip P8.2 – Shearpin Trip P8.3 – Overload Trip P8.4 – Low Current Trip P8.5 – Start Current Limit Trip P8.6 – Stop Current Limit Trip P8.7 – PTC Motor Thermistor Trip P8.8 – L1-L2-L3 Trip P8.9 – L1-L3-L2 Trip (P8) P8.10 – Remote Start Trip Trip Settings P8.11 – Current Sensor Trip [detailed info P8.12 – Fan Trip starts page P8.13 – 3–33] Communications Trip P8.14 – Shut Down (1) P8.15 – Shut Down (2) P8.16 – Thyristor Firing Trip P8.17 – Motor Side Phase Loss P8.18 – Sensing Fault Trip P8.19 – Thermal Sensor Trip P8.20 – External Trip Enable P8.21 – Main Board Trip P8.22 – Keypad Trip P8.23 – Logging Trip P8.24 – Input Side Phase Loss Page 3–8 25728 6480 25664 6440 100% 10 toggle OFF / ON R/W 53787 D21B OFF A 25% to 100% of motor FLA R/W 26304 66C0 25% ms 100 to 9,000 R/W 26368 6700 100 R/W 53793 D221 ON toggle OFF / ON A 100% mtr FLA to 450% SR55 rated A R/W 27584 6BC0 450% SR55 A ms 100 to 9,000 R/W 27648 6C00 100 toggle OFF / ON R/W 53792 D220 ON A 50% to 125% of motor FLA R/W 28224 6E40 115% toggle s % % V toggle OFF / ON 1 to 300 0 to 100 0 to 100 100 to 500 OFF / ON Local Touch Screen User Programmable Two Wire Control Three Wire Control Modbus Network 0 to 100 OFF / ON OFF / ON OFF / ON OFF / ON R/W R/W R/W R/W R/W R/W 21120 7360 21184 21376 35200 35264 ON 5 25 100 500 OFF R/W 59392 E800 Local Touch Screen R/W R/W R/W R/W R/W 44864 53803 53793 53792 53787 AF40 D22B D221 D220 D21B 0 OFF ON ON OFF toggle OFF / ON R/W 53790 D21E ON toggle OFF / ON R/W 53791 D21F OFF toggle OFF / ON R/W 53794 D222 OFF toggle toggle toggle toggle toggle OFF / ON OFF / ON OFF / ON OFF / ON OFF / ON R/W R/W R/W R/W R/W 53808 53807 53804 53775 53782 D230 D22F D22C D20F D216 OFF OFF ON OFF ON toggle OFF / ON R/W 53796 D224 ON toggle OFF / ON toggle OFF / ON toggle OFF / ON R/W R/W R/W 53769 D209 ON 53770 D20A ON 53774 D20E ON toggle OFF / ON R/W 53777 D211 ON toggle toggle toggle toggle toggle toggle toggle R/W R/W R/W R/W R/W R/W R/W 53781 53768 53795 53800 53798 53799 53762 ON ON OFF ON OFF OFF ON (P7) [detailed info P7.0 – Control Method page 3–19] 50% to 100% of SR55 rated A R/W 10, 20, 30 R/W Default User Setting Setting – % toggle toggle toggle toggle OFF / ON OFF / ON OFF / ON OFF / ON OFF / ON OFF / ON OFF / ON 5280 1CC0 52C0 5380 8980 89C0 D215 D208 D223 D228 D226 D227 D202 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Adv – Group Summary – Parameters for Touchscreen Setup – “Advanced” Category (continued) Read / Modbus Parameter Units Range Write Address Hex P9.0 – Firing Mode [page 3–33] P9.1 – Legacy Delta Mode (P9) toggle In-Delta / In-Line toggle OFF / ON R/W R/W 128 0080 192 00C0 Default User Setting Setting In-Line OFF Parameters From “I/O” Menu Category – Summary Summary – Parameters for Touchscreen Setup – “I/O” Category Group Category – I/O (P10) Digital Inputs Parameter Units Range Read / Modbus Write Address Hex P10.0 – Digital Input Voltage V R/W 10880 2A80 230VAC P7.0 – Control Method – R/W Local 59392 E800 Touch Screen P10.1 – Digital Input 1 (D1-1I) → Select Function – R/W 10944 2AC0 R/W 11264 2C00 ON R/W 10945 2AC1 OFF R/W 11266 2C02 ON R/W 10946 2AC2 Reset R/W 11268 2C04 ON R/W 11584 2D40 Error R/W 11904 2E80 ON R/W 11585 2D41 Error R/W 11906 2E82 ON R/W 11586 2D42 R/W 11908 2E84 ON R/W 11587 2D43 toggle OFF / ON R/W 11910 2E86 ON toggle 0–10V / 4–20mA Off Current Limit Start – Current Shearpin Current Overload – 0 to 16,384 R/W 9600 2580 0–10V R/W 9664 25C0 OFF R/W 9728 2600 16,384 [detailed info starts P10.2 – Digital Input 1 (D1-1I) → page 3–41] High Input =1 Sets Value P10.3 – Digital Input 2 (D1-2I) → Select Function P10.4 – Digital Input 2 (D1-2I) → High Input =1 Sets Value P10.5 – Digital Input 3 (D2-1I) → Select Function P10.6 – Digital Input 3 (D2-1I) → High Input =1 Sets Value toggle OFF / ON – P11.1 – Digital Output 1 N/C (12) → High Output =1 When Value P11.2 – Digital Output 2 N/O (24) → Select Function [detailed info starts P11.3 – Digital Output 2 N/O (24) → page 3–44] High Output =1 When Value P11.4 – Digital Output 3 N/O (34) → Select Function P11.5 – Digital Output 3 N/O (34) → High Output =1 When Value P11.6 – Digital Output 4 N/O (44) → Select Function P11.7 – Digital Output 4 N/O (44) → High Output =1 When Value P12.0 – Analog Input Type (P12) Analog Inputs [detailed P12.1 – Select Function info starts page 3–47] P12.2 – Scaling Level same as DI1 function selections toggle OFF / ON – same as DI1 function selections toggle OFF / ON P11.0 – Digital Output 1 N/C (12) → – Select Function (P11) Digital Outputs 230VAC, 110VAC, 24VDC Local Touch Screen User Programmable Two Wire Control Three Wire Control Modbus Network Off Start / Stop Freeze Ramp Reset iERS External Trip Off Ready Enabled Error Running End Of Start Current Limit iERS Active toggle OFF / ON – same as DO1 function selections toggle OFF / ON – same as DO1 function selections toggle OFF / ON – same as DO1 function selections Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Default User Setting Setting Start / Stop Running End Of Start Page 3–9 Chapter 3: Configuration and Parameters – Group Category – I/O (P13) Analog Outputs Parameter Summary for Touchscreen Setup – “I/O” Category (continued) Read / Modbus Parameter Units Range Write PNU Hex P13.0 – Analog Output Type [detailed P13.1 – Select Function info starts page 3–48] P13.2 – Scaling Level (P14) [details P14.0 – PTC Motor Thermistor Trip page 3–49] toggle 0–10V / 4–20mA Off Current Measured – Overload Overload SCR P-Total – 0 to 16,384 toggle OFF / ON Default User Setting Setting R/W 8960 2300 0–10V R/W 9024 2340 OFF R/W 9088 2380 0 R/W 53794 D222 OFF Parameters from “Monitor” Menu Category – Summary Summary – Parameters for Touchscreen Setup – “Monitor” Category Category – Monitor Group Parameter P15.0 – Line Frequency P15.1 – Phase Rotation P15.2 – I1 P15.3 – I2 P15.4 – I3 P15.5 – Current I rms P15.6 – V rms (Approx) P15.7 – Real Power Factor P15.8 – True Power P (P15) P15.9 – Apparent Power S Monitoring P15.10 – Reactive Power Q [detailed P15.11 – iERS Saving Level info starts P15.12 – Delay Angle page 3–50] P15.13 – Backstop P15.14 – Delay Max P15.15 – Pres PF Degrees P15.16 – Ref PF Degrees P15.17 – Start Saving Level P18.0 – Last Peak (Start) Current P15.18 – HeatSink Temp P15.19 – Motor Thermistor P15.20 – Overload Page 3–10 Units Range Read / Modbus Write Address Hex Default User Setting Setting Hz – A A A A V – kW kVA kVAR % degree degree degree degree degree % A °C – % 45 to 65 L1-L2-L3 or L1-L3-L2 0 to 10,000 0 to 10,000 0 to 10,000 0 to 10,000 0 to 500 0 to 1 0 to 10,000 0 to 10,000 0 to 10,000 0 to 100 0° to 55° 0° to 55° 0° to 55° 0° to 90° 0° to 90° 50% to 80% of mtr FLA 0 to 10,000 -20°C to 80°C 0 to 1024 0 to 100 Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read n/a L1-L2-L3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 80% 0 ambient 0 0 32000 32064 33536 33538 33540 32896 32960 33024 34688 34816 34944 35008 22400 23040 22464 21824 21760 21320 38400 36544 10432 33408 7D00 7D40 8300 8302 8304 8080 80C0 8100 8780 8800 8880 88C0 5780 5A00 57C0 5540 5500 5348 9600 8EC0 28C0 8280 – – – – – – – – – – – – – – – – – – – – – – Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Parameters from “Log” Menu Category – Summary Summary – Parameters for Touchscreen Setup – “Log” Category Category – Log Group Parameter P16.0 – (Event Time) Last Peak Start Current / Last Temperature / Last Overload P16.1 – (Event Time) Last Peak Start Current / Last Temperature / Last Overload -1 P16.2 – (Event Time) Last Peak Start Current / Last Temperature / Last Overload -2 P16.3 – (Event Time) Last Peak Start Current / Last (P16)* Event Times for Temperature / Last Overload -3 Last Peak Start P16.4 – (Event Time) Last Peak Start Current / Last Currents, Last Temperature / Last Overload -4 Temperatures, Last Overloads P16.5 – (Event Time) Last Peak Start Current / Last [detailed info Temperature / Last Overload -5 starts page P16.6 – (Event Time) 3–56] Last Peak Start Current / Last Temperature / Last Overload -6 P16.7 – (Event Time) Last Peak Start Current / Last Temperature / Last Overload -7 P16.8 – (Event Time) Last Peak Start Current / Last Temperature / Last Overload -8 P16.9 – (Event Time) Last Peak Start Current / Last Temperature / Last Overload -9 Units Range hh : mm : ss Read / Modbus Write Address Hex Default User Setting Setting Read 38464 9640 – Read 38467 9643 – Read 38470 9646 – Read 38473 9649 – Time since midnight; Read 38476 964C – Days since 01/01/1984 GMT Read 38479 964F – Read 38482 9652 – Read 38485 9655 – Read 38488 9658 – Read 38491 965B – * P16 event times are associated with parameters P18, P20, and P21, and the times are displayed on each of those logs. (P17) Trip Log [detailed info starts page 3–59] (P18) Start Current Log [detailed info starts page 3–62] P17.0 – Last Trip P17.1 – Last Trip -1 P17.2 – Last Trip -2 P17.3 – Last Trip -3 P17.4 – Last Trip -4 P17.5 – Last Trip -5 P17.6 – Last Trip -6 P17.7 – Last Trip -7 P17.8 – Last Trip -8 P17.9 – Last Trip -9 P18.0 – Last Peak (Start) Current P18.1 – Last Peak Start Current -1 P18.2 – Last Peak Start Current -2 P18.3 – Last Peak Start Current -3 P18.4 – Last Peak Start Current -4 P18.5 – Last Peak Start Current -5 P18.6 – Last Peak Start Current -6 P18.7 – Last Peak Start Current -7 P18.8 – Last Peak Start Current -8 P18.9 – Last Peak Start Current -9 – – – – – – – – – – A A A A A A A A A A 0 to 65,535 0 to 65,535 0 to 65,535 0 to 65,535 0 to 65,535 0 to 65,535 0 to 65,535 0 to 65,535 0 to 65,535 0 to 65,535 0 to 10,000 0 to 10,000 0 to 10,000 0 to 10,000 0 to 10,000 0 to 10,000 0 to 10,000 0 to 10,000 0 to 10,000 0 to 10,000 Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 60608 60609 60610 60611 60612 60613 60614 60615 60616 60617 38400 38402 38404 38406 38408 38410 38412 38414 38416 38418 ECC0 ECC1 ECC2 ECC3 ECC4 ECC5 ECC6 ECC7 ECC8 ECC9 9600 9602 9604 9606 9608 960A 960C 960E 9610 9612 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 – – – – – – – – – – – – – – – – – – – – Page 3–11 Chapter 3: Configuration and Parameters – Group (P19) Stop Current Log [detailed info starts page 3–65] (P20) Temperature Log Category – Log [detailed info starts page 3–68] (P21) Overload Log [detailed info starts page 3–72] (P22) Totals Log [page 3–74] (P23) [page 3–74] (P24) [page 3–74] Page 3–12 Summary – Parameters for Touchscreen Setup – “Log” Category (continued) Read / Modbus Parameter Units Range Write Address Hex Default User Setting Setting P19.0 – Last Peak Stop Current P19.1 – Last Peak Stop Current -1 P19.2 – Last Peak Stop Current -2 P19.3 – Last Peak Stop Current -3 P19.4 – Last Peak Stop Current -4 P19.5 – Last Peak Stop Current -5 P19.6 – Last Peak Stop Current -6 P19.7 – Last Peak Stop Current -7 P19.8 – Last Peak Stop Current -8 P19.9 – Last Peak Stop Current -9 P20.0 – Last Temperature P20.1 – Last Temperature -1 P20.2 – Last Temperature -2 P20.3 – Last Temperature -3 P20.4 – Last Temperature -4 P20.5 – Last Temperature -5 P20.6 – Last Temperature -6 P20.7 – Last Temperature -7 P20.8 – Last Temperature -8 P20.9 – Last Temperature -9 P21.0 – Last Overload P21.1 – Last Overload -1 P21.2 – Last Overload -2 P21.3 – Last Overload -3 P21.4 – Last Overload -4 P21.5 – Last Overload -5 P21.6 – Last Overload -6 P21.7 – Last Overload -7 P21.8 – Last Overload -8 P21.9 – Last Overload -9 A A A A A A A A A A °C °C °C °C °C °C °C °C °C °C % % % % % % % % % % 0 to 10,000 0 to 10,000 0 to 10,000 0 to 10,000 0 to 10,000 0 to 10,000 0 to 10,000 0 to 10,000 0 to 10,000 0 to 10,000 -20°C to 80°C -20°C to 80°C -20°C to 80°C -20°C to 80°C -20°C to 80°C -20°C to 80°C -20°C to 80°C -20°C to 80°C -20°C to 80°C -20°C to 80°C 0 to 100 0 to 100 0 to 100 0 to 100 0 to 100 0 to 100 0 to 100 0 to 100 0 to 100 0 to 100 Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read Read 39040 39042 39044 39046 39048 39050 39052 39054 39056 39058 39680 39681 39682 39683 39684 39685 39686 39687 39688 39689 40320 40321 40322 40323 40324 40325 40326 40327 40328 40329 0 0 0 0 0 0 0 0 0 0 ambient ambient ambient ambient ambient ambient ambient ambient ambient ambient 0 0 0 0 0 0 0 0 0 0 P22.0 – Number of Starts – 0 to 4,294,836,225 Read 35840 8C00 0 P23.0 – Download Log File – – R/W n/a n/a – P24.0 – Clear Trip Log – – R/W n/a n/a – 9880 9882 9884 9886 9888 988A 988C 988E 9890 9892 9B00 9B01 9B02 9B03 9B04 9B05 9B06 9B07 9B08 9B09 9D80 9D81 9D82 9D83 9D84 9D85 9D86 9D87 9D88 9D89 – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Parameters from “Device” Menu Category – Summary Summary – Parameters for Touchscreen Setup – “Device” Category Group (P25) Parameter Units P25.0 – Update Firmware P25.1 – Date P25.2 – Time – – – current date hh:mm:ss GMT / local refer to the “Parameter – Details” section for list of available languages [detailed P25.3 – Language info starts page 3–78] P25.4 – Passcode Category – Device P25.5 – Backlight Timeout P26.0 – Modbus Network Address (P26) Networks [detailed info starts page 3–77] P26.1 – Modbus Network Baud Rate P26.2 – Modbus Network Parity P26.3 – Modbus Network Traffic LEDs P26.4 – Anybus / ModbusTCP / EtherNetIP P26.5 – Timeout P27.0 – Reset Defaults (P27) P27.1 – About P27.2 – Screen Lock [detailed P27.3 – Date Format info starts page P27.4 – Temperature Format 3–78] P27.5 – Parameters to USB P27.6 – Parameters from USB P27.7 – Service Code Range Read / Modbus Write Address Hex Default Setting R/W R/W R/W – – – – – – 14720 3980 GMT R/W 13376 3440 English – 0 to 255 per Byte R/W s 0 to 3,600 R/W 12864 12865 12866 12867 14208 – 1 to 32 R/W 16000 3E80 1 Baud 9,600 19,200 38,400 57,600 115,200 R/W 16064 3EC0 19,200 – none / odd / even R/W 16128 3F00 even toggle OFF / ON R/W 14080 3700 OFF ms Address Serial Number Firmware Version Connection 0 to 60,000 – Yes / No – – toggle – degrees SR55 model #, serial #, software versions OFF / ON dd/mm/yyyy mm/dd/yyyy °C / °F Yes / No Yes / No for manufacturer’s use only Read User Setting 3240 3241 n/a 3242 3243 3780 60 – – – R/W 15808 3DC0 5,000 R/W 62080 F280 Read – – – No – R/W 12992 32C0 OFF R/W 13248 33C0 dd/mm/yyyy R/W 13312 3400 °C R/W R/W 62272 F340 62336 F380 – No No 13120 3340 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–13 Chapter 3: Configuration and Parameters Parameter Details This section describes the individual parameters and the functions that they perform. SR55 parameters are defined as holding type registers. Parameters Not Configurable Through Touchscreen Menu These parameters are configurable through network communications. Parameters Associated With Digital Inputs P0.0 – Start/Stop (Digital Input Control Command Function) Description: Hold. Reg. Type: Read/Write Starts or Stops the SR55. • To map to digital input, refer to P10.2, P10.4, P10.6. Range: Modbus Decimal Value: • Off : Stops or Soft Stops the SR55. • On : Starts the SR55. Modbus Address: 17920 ( 4600 hex ) Touchscreen Menu Path: • 0 • 1 Default (decimal): • Off (0) Modbus Format: 16-bit unsigned none P0.1 – Freeze Ramp (Digital Input Control Command Function) Description: Hold. Reg. Type: Read/Write If set to On, this parameter will hold the Start Ramp even if “Current Irms” is less than the “Current Limit Level.” • To map to digital input, refer to P10.2, P10.4, P10.6. Range: Modbus Decimal Value: • Off : T he Soft Start Ramp is not held and the SR55 will start in the time set. • On : T he Soft Start Ramp is held and the SR55 will take longer than the time set to start. Modbus Address: • 0 Default (decimal): • Off (0) • 1 Modbus Format: 18240 ( 4740 hex ) Touchscreen Menu Path: 16-bit unsigned none P0.2 – Reset (Digital Input Control Command Function) Description: Hold. Reg. Type: Read/Write To reset pulse high and then low when resetting using communications. • If using the touchscreen, the Start button will change to a Reset button during a fault condition. • Clear the fault and press Reset. • To map to digital input, refer to P10.2, P10.4, P10.6. Range: Modbus Decimal Value: • Off : T he final state required for a reset. • On : T he initial state required for a reset. Modbus Address: 18368 ( 47C0 hex ) Touchscreen Menu Path: • 0 • 1 Default (decimal): • Off (0) Modbus Format: 16-bit unsigned none Page 3–14 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Parameter Details (continued) Parameters Associated With Digital Inputs (continued) P0.3 – External Trip (Digital Input Control Command Function) Description: Hold. Reg. Type: Read/Write Control command for Digital Input: External Trip. • Ensure start signal is low before reset. • To map to digital input, refer to P10.2, P10.4, P10.6. Range: • Off : The SR55 will not trip. • On : I f “External Trip” is enabled, the SR55 trips. Modbus Address: 18880 ( 49C0 hex ) Touchscreen Menu Path: Modbus Decimal Value: • 0 • 1 Default (decimal): • Off (0) Modbus Format: 16-bit unsigned none Parameters Associated With Digital Outputs P0.4 – Ready Description: Hold. Reg. Type: Read Only STATUS INDICATION : Ready • To map to Digital Output, refer to P11.0, P11.2, P11.4, P11.6. Range: Modbus Decimal Value: • Off : The SR55 has not powered up successfully, or failed to reset from a trip. • On : I ndicates that the SR55 is healthy and ready for a start. Remains on when Running. Modbus Address: 37184 ( 9140 hex ) Touchscreen Menu Path: • 0 Default (decimal): • Off (0) • 1 Modbus Format: 16-bit unsigned none P0.5 – Enabled Description: Hold. Reg. Type: Read Only STATUS INDICATION : Enabled • To map to Digital Output, refer to P11.0, P11.2, P11.4, P11.6. Range: Modbus Decimal Value: • Off : The SR55 has not powered up successfully, or failed to reset from a trip. • On : I ndicates that the SR55 is enabled and ready for a start. Remains on when Running. Modbus Address: 37248 ( 9180 hex ) Touchscreen Menu Path: • 0 Default (decimal): • Off (0) • 1 Modbus Format: 16-bit unsigned none Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–15 Chapter 3: Configuration and Parameters Parameter Details (continued) Parameters Associated With Digital Outputs (continued) P0.6 – Error Description: Hold. Reg. Type: Read Only STATUS INDICATION : Error. The fault must be cleared before a reset. • To map to Digital Output, refer to P11.0, P11.2, P11.4, P11.6. Range: Modbus Decimal Value: • Off : T he SR55 is fault free. • On : I ndicates that SR55 has detected a fault and has shut down. Modbus Address: • 0 • 1 Default (decimal): • Off (0) Modbus Format: 37312 ( 91C0 hex ) Touchscreen Menu Path: 16-bit unsigned none P0.7 – Running Description: Hold. Reg. Type: Read Only STATUS INDICATION : Running • To map to Digital Output, refer to P11.0, P11.2, P11.4, P11.6. Range: Modbus Decimal Value: • Off : T he SR55 has detected a fault and tripped, or has been stopped. • On : I ndicates that the motor is running and is being actively controlled by the SR55. Modbus Address: • 0 Default (decimal): • Off (0) • 1 Modbus Format: 37632 ( 9300 hex ) Touchscreen Menu Path: 16-bit unsigned none P0.8 – End Of Start Description: Hold. Reg. Type: Read Only STATUS INDICATION : End Of Start • To map to Digital Output, refer to P11.0, P11.2, P11.4, P11.6. Range: Modbus Decimal Value: • Off : T he SR55 is disabled or ramping down. • On : I ndicates that the Soft Start ramp has been completed. Modbus Address: • 0 • 1 Default (decimal): • Off (0) Modbus Format: 37760 ( 9380 hex ) Touchscreen Menu Path: 16-bit unsigned none P0.9 – Current Limit Description: Hold. Reg. Type: Read Only STATUS INDICATION : Current Limit • To map to Digital Output, refer to P11.0, P11.2, P11.4, P11.6. Range: Modbus Decimal Value: • Off : T he ramp is not being held because “ Current Irms “ is less than “Current Limit Level.” • On : The ramp is being held because “Current Irms” is greater or equal to “Current Limit Level.” Modbus Address: • 0 Default (decimal): • Off (0) • 1 Modbus Format: 37824 ( 93C0 hex ) Touchscreen Menu Path: 16-bit unsigned none Page 3–16 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Parameter Details (continued) Parameters Associated With Digital Outputs (continued) P0.10 – iERS Active Description: Hold. Reg. Type: Read Only STATUS INDICATION : iERS Active • To map to Digital Output, refer to P11.0, P11.2, P11.4, P11.6. Range: Modbus Decimal Value: • Off : The iERS saving mode has been disabled either internally or via “iERS.” • On : I ndicates that the SR55 is operating in the iERS energy saving Mode. Modbus Address: 38080 ( 94C0 hex ) Touchscreen Menu Path: • 0 Default (decimal): • Off (0) • 1 Modbus Format: 16-bit unsigned none Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–17 Chapter 3: Configuration and Parameters Parameter Details (continued) Parameters in Sequence and Grouped by Touchscreen Navigation SR55 parameters are defined as holding type registers. “Auto Setup” Menu of Parameters P0.11 – Application Description: Holding Register Type: Read/Write • The SR55 has numerous built-in preset applications. Select the application best suited to your load. The selected application will automatically change several parameters and functions. Depending on the application loaded, the “Trip Class” may also change. • Refer to the previous “Auto Setup Parameter Settings” table for more details (page 3–4). Range: Modbus Decimal Value: See the previous “Auto Setup Parameter Settings” table (page 3–4). Modbus Address: n/a Default (decimal): Default (0) Modbus Format: 19200 ( 4B00 hex) 16-bit unsigned Touchscreen Menu Path: Home → Auto Setup → Application P5.1 – Trip Class Description: Holding Register Type: Read/Write • The trip class is a numeric value that correlates the trip time with overload level. Select Trip class according to application requirements. • The trip time depends on the selected Trip Class, the duration of the overload and the level of the overcurrent. Refer to the Motor Overload ‘cold’ trip curves given in the Quick-Start Guide. • When “Class 20” or “Class30” are selected, the SR55 current rating will be reduced to a lower value. Range: Modbus Decimal Value: • 10 • 20 • 30 • 10 • 20 • 30 Modbus Address: Default (decimal): • 10 (10) Modbus Format: 25664 ( 6440 hex ) Touchscreen Menu Path: 16-bit unsigned Home → Auto Setup → Application → Trip Class (also Home → Advanced → Motor Protection → Trip Class) (also automatically set in “Auto Setup” mode, depending on the application selected) P5.0 – Motor Current Description: Hold. Reg. Type: Read/Write • This should be set to the Full Load Current shown on the motor plate. • The overload works with multiples of the set “Motor Current” (also referred to as Motor FLA). Range: Modbus Decimal Value: 50% to 100% of SR55 rated current (displayed in amps) Modbus Address: 25728/2529 ( 6480/6481 hex ) Touchscreen Menu Path: linear scale: 1 = 1mA Default: 100% Modbus Format: 32-bit unsigned Home → Auto Setup → Motor Current (also Home → Advanced → Motor Protection → Motor Current) Page 3–18 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Parameter Details – “Auto Setup” Menu of Parameters (continued) P7.0 – Control Method Description: Holding Register Type: Read/Write • Local Touch Screen : Control using the buttons on the keypad. • User Programmable : Control using the terminals, function defined in “I/O” menu. • Two Wire Control : Control using terminals; functions fixed as shown on screen. D1-1I = High: Reset & Start / Low: Stop • Three Wire Control : Control using terminals; functions fixed as shown on screen. D1-1I = High Start D1-2I = Low Stop D2-1I = High Reset • Modbus Network : Control via remote Modbus network or remote touchscreen. Range: • • • • • Local Touch Screen User Programmable Two Wire Control Three Wire Control Modbus Network Modbus Address: 59392 ( E800 hex ) Touchscreen Menu Path: Modbus Decimal Value: • • • • • Default (decimal): • Local (0) 0 1 2 3 4 Modbus Format: 16-bit unsigned Home → Auto Setup → Control Method (also Home → Advanced → Control Method) (also Home → I/O → Digital Inputs → Control Method) P10.0 – Digital Input Voltage Description: Hold. Reg. Type: Read/Write The digital inputs D1-1I, D1-2I, D2-1I are designed to work with a range of control supplies. • It is important to ensure the “Digital Input Voltage” corresponds to the voltage applied to the input. Failure to do so may result in damage. Range: Modbus Decimal Value: Default (decimal): • 230VAC : ‘Active high level’ Input voltage must be in the range 195.5V–253V. • 110VAC : ‘Active high level’ Input voltage must be in the range 93.5V–121V. • 24VDC : ‘Active high level’ input voltage must be in the range 20.4V–26.4V. Modbus Address: 10880 ( 2A80 hex ) Touchscreen Menu Path: • 0 • 230VAC (0) • 1 • 2 Modbus Format: 16-bit unsigned Home → Auto Setup → Digital Input Voltage (also Home → I/O → Digital Inputs → Digital Input Voltage) Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–19 Chapter 3: Configuration and Parameters “Advanced” Menu of Parameters P1.0 – Save Parameters Description: Hold. Reg. Type: Read/Write Saves all Read/Write parameters to non-volatile memory. Note: This does not save the parameters to an external USB drive. Range: Modbus Decimal Value: Default (decimal): • No : Parameters remain unchanged. • Yes : Parameters are written. • 0 • 1 Modbus Address: • No (0) Modbus Format: Touchscreen Menu Path: Advanced “Automatic Settings” Parameters P2.0 – Automatic Pedestal Description: Hold. Reg. Type: Read/Write Automatically controls the starting torque by adjusting the start voltage. Range: Modbus Decimal Value: Default (decimal): • Off : T he initial torque is defined by the “Start Pedestal.” • On : T he initial torque is increased until the motor starts to rotate at a moderate speed. Modbus Address: 19840 ( 4D80 hex ) • 0 • 1 • Off (0) Modbus Format: 16-bit unsigned Touchscreen Menu Path: Home → Advanced → Automatic Settings → Automatic Pedestal P2.1 – Automatic Ramp Description: Hold. Reg. Type: Read/Write Automatically controls the torque applied to the motor during the soft start by automatically adjusting “Start Time” and “Current Limit.” Range: Modbus Decimal Value: Default (decimal): • Off : T he ramp time depends on the “Start Time” and “Current Limit.” • On : T he torque is adjusted to suit the load. Modbus Address: 20352 ( 4F80 hex ) • 0 • Off (0) • 1 Modbus Format: 16-bit unsigned Touchscreen Menu Path: Home → Advanced → Automatic Settings → Automatic Ramp P2.2 – Automatic End Start (1) Description: Hold. Reg. Type: Read/Write Automatically controls the time taken for the motor to start. Range: Modbus Decimal Value: Default (decimal): • Off : T he ramp time depends on the “Start Time” and “Current Limit.” • On : T he ramp time is shortened if the motor is at speed before the end of the “Start Time.” Modbus Address: 19968 ( 4E00 hex ) Touchscreen Menu Path: • 0 • Off (0) • 1 Modbus Format: 16-bit unsigned Home → Advanced → Automatic Settings → Automatic End Start (1) Page 3–20 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Parameter Details – “Advanced” Menu of Parameters (continued) P2.3 – Automatic Stop Description: Hold. Reg. Type: Read/Write Automatically controls the soft stop to suit the application. This feature is particularly useful with pumping applications Range: Modbus Decimal Value: Default (decimal): • Off : The deceleration to the point where the soft stop becomes useful will be slower. • On : I f the motor is lightly loaded it decelerates rapidly to the point where the soft stop becomes useful. Modbus Address: • 0 • Off (0) • 1 Modbus Format: 20160 ( 4EC0 hex ) 16-bit unsigned Touchscreen Menu Path: Home → Advanced → Automatic Settings → Automatic Stop P2.4 – Automatic Stop Profile Description: Type: Read/Write Adjusts the response of the “Automatic Stop.” • Increase if the motor speed doesn’t drop quickly enough. • When the value is set to zero, the “Automatic Stop” is effectively disabled. Range: 0% – 100% Modbus Address: 20608 ( 5080 hex ) Touchscreen Menu Path: Modbus Decimal Value: Default: linear scale ( 1 = 0.006104 % ) 0% – 100% = (0 – 16384) x% / 0.006104% = Modbus dec. value EX: Modbus value of 2900 = 17.7016% 50% Modbus Format: 16-bit unsigned Home → Advanced → Automatic Settings → Automatic Stop Profile P2.5 – Automatic End Stop Description: Automatically controls the “Stop Time.” Range: Hold. Reg. Type: Read/Write Modbus Decimal Value: Default (decimal): • Off : The ramp time depends on the “Stop Time” and “Current Limit.” • On : T he ramp time is shortened if the motor reaches a very low speed before the end of the “Stop Time.” Modbus Address: • 0 • Off (0) • 1 Modbus Format: 20416 ( 4FC0 hex ) 16-bit unsigned Touchscreen Menu Path: Home → Advanced → Automatic Settings → Automatic End Stop P2.6 – Automatic Impact Load Description: Hold. Reg. Type: Read/Write Automatically controls the maximum iERS saving level. Range: Modbus Decimal Value: Default (decimal): • Off : The saving potential may be reduced on applications with heavy load cycles , such as injection molding machines. • On : T he maximum iERS saving level (“BackStop” ) is reset to maximum during each load cycle. Modbus Address: • 0 • Off (0) • 1 Modbus Format: 20480 ( 5000 hex ) Touchscreen Menu Path: 16-bit unsigned Home → Advanced → Automatic Settings → Automatic Impact Load Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–21 Chapter 3: Configuration and Parameters Parameter Details – “Advanced” Menu of Parameters (continued) P2.7 – Auto Smooth Stop Description: Hold. Reg. Type: Read/Write Automatically controls the soft stop to eliminate oscillations that can occur towards the end of the ramp. Range: Modbus Decimal Value: Default (decimal): • Off : T he soft stop is not adjusted, and torque fluctuations may cause instability. This can often occur in pumping applications. • On : T he soft stop is adjusted when oscillations are detected. Refer to “Auto smoothing Level.” Modbus Address: 20224 ( 4F00 hex ) • 0 • Off (0) • 1 Modbus Format: 16-bit unsigned Touchscreen Menu Path: Home → Advanced → Automatic Settings → Auto Smooth Stop P2.8 – Auto Smoothing Level Description: Type: Read/Write Adjusts the response of the “Automatic smoothing.” • Increase to provide a greater smoothing effect if there are torque fluctuations that occur during the soft stop. • When set to zero, the smoothing is effectively disabled. Range: Modbus Decimal Value: 10% – 100% Default: linear scale ( 1 = 0.006104 % ) 10% – 100% = (1638 – 16384) x% / 0.006104% = Modbus dec. value EX: Modbus value of 2900 = 17.7016% Modbus Address: 50% Modbus Format: 20672 ( 50C0 hex ) Touchscreen Menu Path: 16-bit unsigned Home → Advanced → Automatic Settings → Auto Smoothing Level P2.9 – Automatic End Start (2) Description: Hold. Reg. Type: Read/Write Automatically controls the time taken for the motor to start. Range: Modbus Decimal Value: Default (decimal): • Off : T he ramp time depends on the “Start Time” and “Current Limit.” • On : T he ramp time is shortened if the motor current falls below the current limit level before the end of the “Start Time.” Modbus Address: 19904 ( 4DC0 hex ) Touchscreen Menu Path: • 0 • Off (0) • 1 Modbus Format: 16-bit unsigned Home → Advanced → Automatic Settings → Automatic End Start (2) Page 3–22 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Parameter Details – “Advanced” Menu of Parameters (continued) P2.10 – Automatic End Start (3) Description: Hold. Reg. Type: Read/Write Automatically controls the time taken for the motor to start. Range: Modbus Decimal Value: Default (decimal): • Off : The ramp time depends on the “Start Time” and “Current Limit.” • On : T he ramp time is shortened if torque fluctuations occur before the end of the “Start Time.” Modbus Address: • 0 • Off (0) • 1 Modbus Format: 20032 ( 4E40 hex ) 16-bit unsigned Touchscreen Menu Path: Home → Advanced → Automatic Settings → Automatic End Start (3) P2.11 – Rate End Start (3) Description: Type: Read/Write Adjusts the response of the “Automatic End Start(3).” • Increase to provide a greater smoothing effect if torque fluctuations occur during the soft start. • When set to zero, the smoothing is effectively disabled. Range: 0% – 100% Modbus Address: 768 ( 300 hex ) Touchscreen Menu Path: Modbus Decimal Value: linear scale ( 1 = 0.006104 % ) 0% – 100% = (0 – 16384) x% / 0.006104% = Modbus dec. value EX: Modbus value of 2900 = 17.7016% Default: 50% Modbus Format: 16-bit unsigned Home → Advanced → Automatic Settings → Rate End Start (3) Advanced “Start Settings” Parameters P3.0 – Start Time Description: Type: Read/Write Time taken to soft start from the “Start Pedestal” to the end of the start. • Normally set between 5 and 30 seconds. • Actual time to get to full voltage depends on the “Start Current Limit Level.” • If set too long the motor can be at speed before the end of the time set; refer to “Automatic End Start.” Range: 1s – 300s Modbus Address: 7104 ( 1BC0 hex ) Touchscreen Menu Path: Modbus Decimal Value: Linear Scaling ( 1 = 1s ) Modbus Format: Default: 10s 16-bit unsigned Advanced - Start Settings - Start Time Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–23 Chapter 3: Configuration and Parameters Parameter Details – “Advanced” Menu of Parameters (continued) P3.1 – Start Pedestal Description: Hold. Reg. Type: Read/Write • Percentage of the supply voltage applied to motor at the beginning of the soft start. • Increase to provide more torque If the load fails to break away. • Decrease if the motor accelerates too quickly. Range: Modbus Decimal Value: 10% – 100% Default: linear scale ( 1 = 0.006104 % ) 10% – 100% = (1638 – 16384) x% / 0.006104% = Modbus dec. value EX: Modbus value of 2900 = 17.7016% Modbus Address: 20% Modbus Format: 704 ( 2C0 hex ) Touchscreen Menu Path: 16-bit unsigned Home → Advanced → Start Settings → Start Pedestal P3.2 – Start Current Limit Trip Description: Hold. Reg. Type: Read/Write Selects between trip or continue if the current limit has been active for too long. Range: Modbus Decimal Value: Default (decimal): • Off : T he start will continue regardless of the motor current level. • On : T he SR55 will trip. This trip is constrained by the Start Current Limit Level and the Start Current Limit Time. Modbus Address: • 0 • 1 • On (1) Modbus Format: 53790 ( D21E hex ) 16-bit unsigned Touchscreen Menu Path: Home → Advanced → Start Settings → Start Current Limit Trip (also Home → Advanced → Trip Settings → Start Current Limit Trip) P3.3 – Start Current Limit Level Description: Holding Register Type: Read/Write The current in Amps which the soft start ramp is not allowed to go above. • Normally set to 350% of motor FLA. • Increase if motor fails to accelerate at required rate. • The “Current Limit Level” will effect actual time to start. If set too low the motor may not accelerate to full speed. Range: Modbus Decimal Value: 100% motor FLA – 450% SR55 rated A Modbus Address: 26880 ( 6900 hex ) Touchscreen Menu Path: Linear Scale ( 1 = 1mA ) Modbus Format: Default: 350% motor FLA 16-bit unsigned Home → Advanced → Start Settings → Start Current Limit → Start Current Limit Level P3.4 – Start Current Limit Time Description: Holding Register Type: Read/Write The maximum time allowed for the current limit. • If the current limit is still active at the end of this period the SR55 will either ‘trip’ or ‘continue.’ Range: • 1s – 300s Modbus Address: Modbus Decimal Value: Default: Linear Scale ( 1 = 1s ) 30s Modbus Format: 26944 ( 6940 hex ) Touchscreen Menu Path: 16-bit unsigned Home → Advanced → Start Settings → Start Current Limit → Start Current Limit Time Page 3–24 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Parameter Details – “Advanced” Menu of Parameters (continued) P3.5 – Kick Start Description: Hold. Reg. Type: Read/Write Applies a short duration torque pulse to dislodge ‘sticky’ loads. Range: Modbus Decimal Value: Default (decimal): • Off : The initial starting torque is defined by the “Start Pedestal.” • On : T he torque pulse is applied at start-up, when complete the torque drops to the “Start Pedestal.” Modbus Address: • 0 • 1 • Off (0) Modbus Format: 320 ( 140 hex ) 16-bit unsigned Touchscreen Menu Path: Home → Advanced → Start Settings → Kick Start (also Home → Advanced → Start Settings → Kick Start → Kick Start) P3.6 – Kick Start Time Description: Type: Read/Write Time that the torque pulse is applied to load. • Increase to provide more torque If the load fails to break away. • Decrease if the motor accelerates too quickly. Range: 10ms – 2000ms Modbus Address: 7040 ( 1B80 hex ) Touchscreen Menu Path: Modbus Decimal Value: linear scale ( 1 = 1 ms ) Modbus Format: Default: 100ms 16-bit unsigned Home → Advanced → Start Settings → Kick Start Time (also Home → Advanced → Start Settings → Kick Start → Kick Start Time) P3.7 – Kick Start Pedestal Description: Type: Read/Write Percentage of the supply voltage applied to the motor during the ‘kick’ period. • Increase to provide more torque If the load fails to break away. • Decrease if the motor accelerates too quickly. Range: 30% – 80% Modbus Address: 640 ( 280 hex ) Touchscreen Menu Path: Modbus Decimal Value: linear scale ( 1 = 0.006104 % ) 30% – 80% = (4915 – 13106) x% / 0.006104% = Modbus dec. value EX: Modbus value of 10500 = 64.09% Default: 75% Modbus Format: 16-bit unsigned Home → Advanced → Start Settings → Kick Start → Kick Start Pedestal P3.8 – Contactor Delay Description: Type: Read/Write Time allowed for external line-side contactors to close before soft start begins. • Increase if contactors are driven by buffer relays or motor trips on phase loss when start signal applied. • Decrease if response to start signal needs to be improved. Range: 20ms – 800ms Modbus Address: 8320 ( 2080 hex ) Touchscreen Menu Path: Modbus Decimal Value: linear scale ( 1 = 1 ms ) Modbus Format: Default: 160ms 16-bit unsigned Home → Advanced → Start Settings → Contactor Delay Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–25 Chapter 3: Configuration and Parameters Parameter Details – “Advanced” Menu of Parameters (continued) Advanced “Stop Settings” Parameters P4.0 – Stop Time Description: Type: Read/Write Normally set between 15 and 60 seconds. • Actual time to get to ‘Stop Pedestal’ depends on the “”Stop Current Limit Level.” • If set too long motor may reach zero speed before the end of the time set; refer to “Automatic End Stop.” Range: Modbus Decimal Value: 0s – 300s Default: linear scale ( 1 = 1 s ) Modbus Address: 0s Modbus Format: 7296 ( 1C80 hex ) 16-bit unsigned Touchscreen Menu Path: Home → Advanced → Stop Settings → Stop Time P4.1 – Stop Pedestal Description: Type: Read/Write Percentage of the supply voltage applied to the motor at the end of the soft stop. • Increase if the motor crawls at the end of the soft stop. • Decrease if greater soft-stop effect is required at end of ramp. Range: Modbus Decimal Value: 10% – 40% Default: linear scale ( 1 = 0.006104 % ) 10% – 40% = (1638 – 6553) x% / 0.006104% = Modbus dec. value EX: Modbus value of 5250 = 32.05% Modbus Address: 10% Modbus Format: 896 ( 380 hex ) Touchscreen Menu Path: 16-bit unsigned Home → Advanced → Stop Settings → Stop Pedestal P4.2 – Stop Current Limit Trip Description: Hold. Reg. Type: Read/Write Selects between ‘trip’ or ‘continue’ if the current limit has been active for too long. Range: Modbus Decimal Value: Default (decimal): Off : The stop will continue regardless of the motor current level. On : The SR55 will trip. This trip is constrained by the Stop Current Limit Level and the Stop Current Limit Time. Motor will coast to stop when tripped. Modbus Address: 53791 ( D21F hex ) Touchscreen Menu Path: • 0 • 1 • Off (0) Modbus Format: 16-bit unsigned Home → Advanced → Stop Settings → Stop Current Limit → Stop Current Limit Trip (also Home → Advanced → Trip Settings → Stop Current Limit Trip) Page 3–26 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Parameter Details – “Advanced” Menu of Parameters (continued) P4.3 – Stop Current Limit Level Description: Type: Read/Write The current in amps at which the soft stop ramp is not allowed to go above. • Normally set to 350% motor FLA. Increase if motor decelerates too rapidly. Increasing this setting allows the motor to take longer to decelerate. • The current limit level will effect actual time to stop the motor. Range: 100% I-motor – 450% I-SR55 Modbus Address: 28800 ( 7080 hex ) Touchscreen Menu Path: Modbus Decimal Value: linear scale ( 1 = 1mA ) Modbus Format: Default: 350% I-motor 16-bit unsigned Home → Advanced → Stop Settings → Stop Current Limit → Stop Current Limit Level P4.4 – Stop Current Limit Time Description: Type: Read/Write The maximum time allowed for the current limit. • If the current limit is still active at the end of this period the SR55 will either ‘trip’ or ‘continue.’ Range: 1s – 300s Modbus Address: 28864 ( 70C0 hex ) Touchscreen Menu Path: Modbus Decimal Value: Default: linear scale ( 1 = 1 s ) 10s Modbus Format: 16-bit unsigned Home → Advanced → Stop Settings → Stop Current Limit → Stop Current Limit Time Advanced “Motor Protection” Parameters P5.0 – Motor Current Description: Type: Read/Write This should be set to the Full Load Current shown on the motor plate. • The overload works with multiples of the set “Motor Current” (i-motor). • Also referred to as Motor FLA. Range: 50% I-rated – 100% I-rated Modbus Address: 25728/25729 ( 6480/6481 hex ) Touchscreen Menu Path: Modbus Decimal Value: Default: linear scale ( 1 = 1mA ) 100% I-rated Modbus Format: 32-bit unsigned Home → Advanced → Motor Protection → Motor Current Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–27 Chapter 3: Configuration and Parameters Parameter Details – “Advanced” Menu of Parameters (continued) P5.1 – Trip Class Description: Hold. Reg. Type: Read/Write • The trip class is a numeric value that correlates the trip time with overload level. Select “Trip Class” according to application requirements. • The trip time depends on the selected Trip Class, the duration of the overload and the level of the overcurrent. Refer to the Motor Overload ‘cold’ trip curves given in the Quick-Start Guide. • When “Class 20” or “Class30” are selected, the SR55 current rating will be reduced to a lower value. Range: Modbus Decimal Value: Default (decimal): • 10 • 20 • 30 • 10 • 20 • 30 Modbus Address: • 10 (10) Modbus Format: 25664 ( 6440 hex ) 16-bit unsigned Touchscreen Menu Path: Home → Advanced → Motor Protection → Trip Class P5.2 – Low Current Trip Description: Hold. Reg. Type: Read/Write This can be used to detect if the motor is running lightly loaded. Range: Modbus Decimal Value: Default (decimal): • Off : T he SR55 will continue to operate regardless of motor current. • On : T he SR55 will trip when lower than expected current draw occurs. This trip is constrained by the Low Current Trip Level and the Low Current Trip Time. This feature is not active during soft start and soft stop. Modbus Address: 53787 ( D21B hex ) • 0 • Off (0) • 1 Modbus Format: 16-bit unsigned Touchscreen Menu Path: Home → Advanced → Motor Protection → Low Current Settings → Low Current Trip (also Home → Advanced → Trip Settings → Low Current Trip) P5.3 – Low Current Trip Level Description: Type: Read/Write The current in Amps that will cause a trip. • A trip will occur if the motor current is less than the “Trip Level” for the “Trip Time.” Range: Modbus Decimal Value: 25% I-motor – 100% I-motor Modbus Address: Default: linear scale ( 1 = 1mA ) 25% I-motor Modbus Format: 26304 ( 66C0 hex ) Touchscreen Menu Path: 16-bit unsigned Home → Advanced → Motor Protection → Low Current Settings → Low Current Trip Level P5.4 – Low Current Trip Time Description: Type: Read/Write The trip time for the Low current trip. • A trip will occur if the motor current is less than the “Trip Level” for the “Trip Time.” Range: Modbus Decimal Value: 100ms – 9000ms linear scale ( 1 = 1 ms ) Modbus Address: Modbus Format: 26368 ( 6700 hex ) Touchscreen Menu Path: Default: 100ms 16-bit unsigned Home → Advanced → Motor Protection → Low Current Settings → Low Current Trip Time Page 3–28 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Parameter Details – “Advanced” Menu of Parameters (continued) P5.5 – Shearpin Trip Description: Hold. Reg. Type: Read/Write The shearpin is an electronic equivalent of a mechanical shearpin. • This feature is not active during soft start and soft stop. Range: Modbus Decimal Value: Default (decimal): • Off : The SR55 will continue to operate regardless of motor current level. • On : T he SR55 will trip. This trip is constrained by the Shearpin Trip Current and the Shearpin Trip Time. Modbus Address: • 0 • 1 • On (1) Modbus Format: 53793 ( D221 hex ) 16-bit unsigned Touchscreen Menu Path: Home → Advanced → Motor Protection → Shearpin Settings → Shearpin Trip (also Home → Advanced → Trip Settings → Shearpin Trip) P5.6 – Shearpin Trip Current Description: Type: Read/Write The current in Amps that will cause a “Shearpin Trip.” • A trip will occur if the motor current is greater than the “Trip Level” for the “Trip Time.” Range: 100% I-motor – 450% I-SR55 Modbus Address: 27584 ( 6BC0 hex ) Touchscreen Menu Path: Modbus Decimal Value: Default: linear scale ( 1 = 1mA ) 450% I-SR55 Modbus Format: 16-bit unsigned Home → Advanced → Motor Protection → Shearpin Settings → Shearpin Trip Current P5.7 – Shearpin Trip Time Description: Type: Read/Write The trip time for the Shearpin trip. • A trip will occur if the motor current is greater than the “Trip Level” for the “Trip Time.” Range: 100ms – 9000ms Modbus Address: 27648 ( 6C00 hex ) Touchscreen Menu Path: Modbus Decimal Value: Default: linear scale ( 1 = 1 ms ) 100ms Modbus Format: 16-bit unsigned Home → Advanced → Motor Protection → Shearpin Settings → Shearpin Trip Time P5.8 – Overload Trip Description: Hold. Reg. Type: Read/Write The overload is an electronic equivalent to a thermal overload. (See Overload parameter address 33408 for more information about Overload.) Range: Modbus Decimal Value: Default (decimal): • Off : The SR55 will continue to operate regardless of motor current level. • On : T he SR55 will trip when the “Overload” capacity exceeds the motor current level chosen in Overload Level and Trip Class parameters. Modbus Address: • 0 • 1 • On (1) Modbus Format: 53792 ( D220 hex ) Touchscreen Menu Path: 16-bit unsigned Home → Advanced → Motor Protection → Overload Settings → Overload Trip (also Home → Advanced → Trip Settings → Overload Trip) Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–29 Chapter 3: Configuration and Parameters Parameter Details – “Advanced” Menu of Parameters (continued) P5.9 – Overload Level Description: Type: Read/Write Determines the level in Amps at which the overload will start. • Normally set to 115% of the set motor current (i-motor). • Reduce to speed up trip response. Range: Modbus Decimal Value: 50% I-motor – 125% I-motor Modbus Address: Default: linear scale ( 1 = 1mA ) 115% I-motor Modbus Format: 28224 ( 6E40 hex ) Touchscreen Menu Path: 16-bit unsigned Home → Advanced → Motor Protection → Overload Settings → Overload Level Advanced “iERS” Parameters P6.0 – iERS Description: Hold. Reg. Type: Read/Write Enables and disables the intelligent Energy Recovery System feature (iERS). Range: Modbus Decimal Value: Default (decimal): Off : The feature is disabled and the motor operates at full voltage. On : The voltage to the motor will be regulated to ensure optimum efficiency. Modbus Address: • 0 • 1 • On (1) Modbus Format: 21120 ( 5280 hex ) 16-bit unsigned Touchscreen Menu Path: Home → Advanced → iERS → iERS P6.1 – Dwell Time Description: Type: Read/Write The time from the end of the start to the point where the iERS saving mode becomes active. • Normally set to 5 seconds to ensure that the motor is at full speed before the iERS saving becomes active. • Increase to allow time for the motor to stabilize. Range: Modbus Decimal Value: 1s – 300s linear scale ( 1 = 1 s ) Modbus Address: Modbus Format: 7360 ( 1CC0 hex ) Touchscreen Menu Path: Default: 5s 16-bit unsigned Home → Advanced → iERS → Dwell Time Page 3–30 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Parameter Details – “Advanced” Menu of Parameters (continued) P6.2 – iERS Rate Description: Type: Read/Write Determines the rate at which the load is regulated during the energy saving mode. • Increase if the applications shows signs of instability. • Reduce to increase the speed of response. Range: 0% – 100% Modbus Address: 21184 ( 52C0 hex ) Touchscreen Menu Path: Modbus Decimal Value: linear scale ( 1 = 0.006104 % ) 0% – 100% = (0 – 16384) x% / 0.006104% = Modbus dec. value EX: Modbus value of 5250 = 32.05% Default: 25% Modbus Format: 16-bit unsigned Home → Advanced → iERS → iERS Rate P6.3 – iERS Level Description: Type: Read/Write Determines the maximum energy saving potential. • Reduce if the application shows signs of instability. • The amount of energy that can be saved may fall as the “iERS Level” is reduced. Range: 0% – 100% Modbus Address: Modbus Decimal Value: linear scale ( 1 = 0.006104 % ) Modbus Format: 21376 ( 5380 hex ) Default: 100% 16-bit unsigned Touchscreen Menu Path: Home → Advanced → iERS → iERS Level P6.4 – Fixed Voltage (Level) Description: Type: Read/Write User settable voltage level for power calculations. • If required, can be used to improve accuracy of power calculations. • This voltage level will be displayed on the “Monitor” screen as Vrms (Approx) if Fixed Voltage is turned on. Range: 100V – 500V Modbus Address: Modbus Decimal Value: Default: linear scale ( 1 = 1 V ) 100V Modbus Format: 35200 ( 8980 hex ) Touchscreen Menu Path: 16-bit unsigned Home → Advanced → iERS → Fixed Voltage (Level) Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–31 Chapter 3: Configuration and Parameters Parameter Details – “Advanced” Menu of Parameters (continued) P6.5 – Fixed Voltage Description: Hold. Reg. Type: Read/Write Selects the source for the voltage value used in the power calculations. Range: Modbus Decimal Value: Default (decimal): • Off : k W, kVAR, and kVA are calculated using the internally measured voltage. This internally measured voltage is not an accurate method of obtaining a voltage reading, and can have an error up to 35% if the starter and motor are unloaded or lightly loaded. • On : k W, kVAR, and kVA are calculated using the “Fixed Voltage.” This voltage level will be displayed on the “Monitor” screen as Vrms (Approx). Modbus Address: 35264 ( 89C0 hex ) Touchscreen Menu Path: • 0 • Off (0) • 1 Modbus Format: 16-bit unsigned Home → Advanced → iERS → Fixed Voltage Advanced “Control Method” Parameter P7.0 – Control Method Description: Hold. Reg. Type: Read/Write • Local Touch Screen : Control using the button on the keypad. (Digital Inputs are disabled; Digital Outputs still function as configured.) • User Programmable : Control using the terminals; function defined in “I/O” menu. • Two Wire Control : Control using terminals; functions fixed as shown on screen. • Three Wire Control : Control using terminals; functions fixed as shown on screen. • Modbus Network : Control via remote Modbus network, remote touchscreen, or Modbus TCP / EtherNet/IP. (Digital Inputs are disabled; Digital Outputs still function as configured.) Range: • • • • • Modbus Decimal Value: Default (decimal): Local Touch Screen User Programmable Two Wire Control Three Wire Control Modbus Network Modbus Address: 59392 ( E800 hex ) Touchscreen Menu Path: • • • • • 0 1 2 3 4 • Local (0) Modbus Format: 16-bit unsigned Home → Advanced → Control Method (also Home → Auto Setup → Control Method) (also Home → I/O → Digital Inputs → Control Method) Page 3–32 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Parameter Details – “Advanced” Menu of Parameters (continued) Advanced “Trip Settings” Parameters P8.0 – Trip Sensitivity Description: Type: Read/Write Adjusts the reaction time to fault trips. • Increase “Trip Sensitivity” to slow the response to fault trips. • Sometimes useful on sites were electrical noise is causing nuisance tripping. • This is a global setting; increasing “Trip Sensitivity” will slow the response of all the trips. (0% = most sensitive trip setting) Range: 0% – 100% Modbus Address: 44864 ( AF40 hex ) Touchscreen Menu Path: Modbus Decimal Value: Default: linear scale ( 1 = 0.006104% ) 0% – 100% = (0 – 16384) x% / 0.006104% = Modbus dec. value EX: Modbus value of 5250 = 32.05% 0% Modbus Format: 16-bit unsigned Home → Advanced → Trip Settings → Trip Sensitivity P8.1 – Cover Open Trip Description: Hold. Reg. Type: Read/Write For safety purposes, the SR55 has the ability to trip if the front cover is open. Range: Modbus Decimal Value: Default (decimal): • Off : The SR55 will continue to operate with the cover open. • On : T he SR55 will trip if the front cover is open. This trip is active at all times. Modbus Address: • 0 • 1 • Off (0) Modbus Format: 53803 ( D22B hex ) 16-bit unsigned Touchscreen Menu Path: Home → Advanced → Trip Settings → Cover Open Trip P8.2 – Shearpin Trip Description: Hold. Reg. Type: Read/Write The shearpin is an electronic equivalent of a mechanical shearpin. Range: Modbus Decimal Value: Default (decimal): • Off : The SR55 will trip. This trip is constrained by the Shearpin Trip Current and the Shearpin Trip Time. • On : T he SR55 will trip. This feature is not active during soft start and soft stop. Modbus Address: • 0 • 1 • On (1) Modbus Format: 53793 ( D221 hex ) Touchscreen Menu Path: 16-bit unsigned Home → Advanced → Trip Settings → Shearpin Trip (also Home → Advanced → Motor Protection → Shearpin Settings → Shearpin Trip) Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–33 Chapter 3: Configuration and Parameters Parameter Details – “Advanced” Menu of Parameters (continued) P8.3 – Overload Trip Description: Hold. Reg. Type: Read/Write The overload is an electronic equivalent to a thermal overload. (See Overload parameter address 33408 for more information about Overload.) Range: Modbus Decimal Value: Default (decimal): • Off : T he SR55 will continue to operate regardless of motor current level. • On : T he SR55 will trip when the “Overload” capacity exceeds the motor current level chosen in Overload Level and Trip Class parameters. Modbus Address: 53792 ( D220 hex ) • 0 • 1 • On (1) Modbus Format: 16-bit unsigned Touchscreen Menu Path: Home → Advanced → Trip Settings → Overload Trip (also Home → Advanced → Motor Protection → Overload Settings → Overload Trip) P8.4 – Low Current Trip Description: Hold. Reg. Type: Read/Write This can be used to detect if the motor is running lightly loaded. Range: Modbus Decimal Value: Default (decimal): • Off : T he SR55 will continue to operate regardless of motor current. • On : T he SR55 will trip. This feature is not active during soft start and soft stop. Modbus Address: 53787 ( D21B hex ) • 0 • Off (0) • 1 Modbus Format: 16-bit unsigned Touchscreen Menu Path: Home → Advanced → Trip Settings → Low Current Trip (also Home → Advanced → Motor Protection → Low Current Settings → Low Current Trip) P8.5 – Start Current Limit Trip Description: Hold. Reg. Type: Read/Write Selects between trip or continue if the start current limit has been active for too long. Range: Modbus Decimal Value: Default (decimal): • Off : T he start will continue regardless of the motor current level. • On : T he SR55 will trip. This trip is constrained by the Start Current Limit Level and the Start Current Limit Time. Modbus Address: 53790 ( D21E hex ) Touchscreen Menu Path: • 0 • 1 • On (1) Modbus Format: 16-bit unsigned Home → Advanced → Trip Settings → Start Current Limit Trip (Home → Advanced → Start Settings → Start Current Limit → Start Current Limit Trip) Page 3–34 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Parameter Details – “Advanced” Menu of Parameters (continued) P8.6 – Stop Current Limit Trip Description: Hold. Reg. Type: Read/Write Selects between trip or continue if the stop current limit has been active for too long. Range: Modbus Decimal Value: Default (decimal): • Off : The stop will continue regardless of the motor current level. • On : T he SR55 will trip. This trip is constrained by the Stop Current Limit Level and the Stop Current Limit Time. Modbus Address: • 0 • Off (0) • 1 Modbus Format: 53791 ( D21F hex ) 16-bit unsigned Touchscreen Menu Path: Home → Advanced → Trip Settings → Stop Current Limit Trip (also Home → Advanced → Stop Settings → Stop Current Limit → Stop Current Limit Trip) P8.7 – PTC Motor Thermistor Trip Description: Hold. Reg. Type: Read/Write A single PTC motor thermistor or set of PTC motor thermistors can be connected to the PTC terminals. Range: Modbus Decimal Value: Default (decimal): • Off : The SR55 will continue to operate. • On : The SR55 will trip if the motor thermistor exceeds its response temperature, or the PTC input is open circuit (> 4kΩ). Modbus Address: • 0 • 1 • Off (0) Modbus Format: 53794 ( D222 hex ) 16-bit unsigned Touchscreen Menu Path: Home → Advanced → Trip Settings → PTC Motor Thermistor Trip (also Home → I/O → PTC Motor Thermistor Trip) P8.8 – L1-L2-L3 Trip Description: Hold. Reg. Type: Read/Write Determines if supply phase sequence is incorrect for motor rotation. Range: • Off : The SR55 will continue to operate normally. • On : Trips if the phase sequence is L1, L2, L3. Modbus Address: Modbus Decimal Value: Default (decimal): • 0 • 1 • Off (0) Modbus Format: 53808 ( D230 hex ) 16-bit unsigned Touchscreen Menu Path: Home → Advanced → Trip Settings → L1-L2-L3 Trip P8.9 – L1-L3-L2 Trip Description: Hold. Reg. Type: Read/Write Determines if supply phase sequence is incorrect for motor rotation. Range: • Off : The SR55 will continue to operate normally. • On : Trips if the phase sequence is L1, L3, L2. Modbus Address: Modbus Decimal Value: Default (decimal): • 0 • 1 • Off (0) Modbus Format: 53807 ( D22F hex ) Touchscreen Menu Path: 16-bit unsigned Home → Advanced → Trip Settings → L1-L3-L2 Trip Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–35 Chapter 3: Configuration and Parameters Parameter Details – “Advanced” Menu of Parameters (continued) P8.10 – Remote Start Trip Description: Hold. Reg. Type: Read/Write For safety reasons the SR55 will trip during some operations if the “Start/Stop” signal is active. Range: Modbus Decimal Value: Default (decimal): • Off : T he SR55 will not trip and may start unexpectedly if the start signal is accidently left active. • On : T rips if the “Start/Stop” signal is active when the SR55 is first powered up or a reset is applied. Modbus Address: 53804 ( D22C hex ) • 0 • 1 • On (1) Modbus Format: 16-bit unsigned Touchscreen Menu Path: Home → Advanced → Trip Settings → Remote Start Trip P8.11 – Current Sensor Trip Description: Hold. Reg. Type: Read/Write Detects if the internal current sensors have failed or reading a very low level. Range: Modbus Decimal Value: Default (decimal): • Off : W ill continue to operate even if the sensor has failed. Measurements and overload protection may be effected. • On : T he SR55 will trip if the internal current sensors fail, or the current measured falls to a very low level. Modbus Address: 53775 ( D20F hex ) • 0 • Off (0) • 1 Modbus Format: 16-bit unsigned Touchscreen Menu Path: Home → Advanced → Trip Settings → Current Sensor Trip P8.12 – Fan Trip Description: Hold. Reg. Type: Read/Write Detects if the on-board cooling fans have failed. Range: Modbus Decimal Value: Default (decimal): • Off : W ill continue to operate and is likely to trip on a thermal trip as the heatsink will not be sufficiently cooled. • On : T he SR55 trips if the cooling fans fitted to the SR55 fail. Modbus Address: 53782 ( D216 hex ) • 0 • 1 • On (1) Modbus Format: 16-bit unsigned Touchscreen Menu Path: Home → Advanced → Trip Settings → Fan Trip P8.13 – Communications Trip Description: Hold. Reg. Type: Read/Write Detects if the communications bus has failed or become inactive. To keep the bus active there must be at least one Modbus read or write (any address) during the “Timeout ms” period (Modbus 15808). Range: Modbus Decimal Value: Default (decimal): • Off : C ommunication trip disabled. • On : Communication trip enabled. Modbus Address: 53796 ( D224 hex ) Touchscreen Menu Path: • 0 • 1 • On (1) Modbus Format: 16-bit unsigned Home → Advanced → Trip Settings → Communications Trip Page 3–36 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Parameter Details – “Advanced” Menu of Parameters (continued) P8.14 – Shut Down (1) * Description: Hold. Reg. Type: Read/Write This features controls the soft stop to improve stability. • Shut Down Trip 1 is an overlap trip. If firing patterns get overlapped at the beginning of stop ramp this trip will occur. Range: Modbus Decimal Value: Default (decimal): • Off : The motor will stop in the set time. • On : T he stop time is truncated if the motor experiences severe torque fluctuations during the soft stop. Modbus Address: • 0 • 1 • On (1) Modbus Format: 53769 ( D209 hex ) 16-bit unsigned Touchscreen Menu Path: Home → Advanced → Trip Settings → Shut Down (1) P8.15 – Shut Down (2) * Description: Hold. Reg. Type: Read/Write This features controls the soft stop to improve stability. • Shut Down Trip 2 is an oscillation trip. If oscillations in the power factor are too great during a soft stop, then this trip will occur. Range: Modbus Decimal Value: Default (decimal): • Off : The motor will stop in the set time. • On : T he stop time is truncated if the motor experiences severe torque fluctuations during the soft stop. Modbus Address: • 0 • 1 • On (1) Modbus Format: 53770 ( D20A hex ) 16-bit unsigned Touchscreen Menu Path: Home → Advanced → Trip Settings → Shut Down (2) * The Shut Down Trips are in operation during the soft stop ramp. At the end of the soft stop ramp, occasionally the motor can become unstable due to torque fluctuations. If the torque fluctuations get too bad then the SR55 may trip, this could cause issues with the restart. With Shut Down Trips turned on, if the torque fluctuations are experienced the SR55 will automatically stop the soft stop ramp and let the motor coast to a full stop. This stops the SR55 tripping and allows for a restart without resetting a trip. This is normally only for a very small time due to torque fluctuations occurring at the end of a soft stop ramp. If a Shut Down occurs, then it is logged in the log file but will not affect the operation of the SR55. Both shut down trips have to do with rapid changes in power factor. Soft stop smoothing will keep shut down trips from happening. P8.16 – Thyristor Firing Trip Description: Hold. Reg. Type: Read/Write Detects if there is a fault with one or more of the internal thyristors or bypass relays. Range: Modbus Decimal Value: Default (decimal): • Off : The SR55 will attempt to start and run although the operation may be erratic. Operating in this mode for prolonged periods may result in SCR failure. • On : T rips if one or more of the Thyristors / bypass relays has failed short circuit (<10Ω). Check by measuring the resistance between L1 -T1, L2 -T2, L3 -T3. (Never check resistance when power is applied. Resistance should measre <10Ω. Greater resistance indicates a bad thyristor.) Modbus Address: • 0 • 1 • On (1) Modbus Format: 53774 ( D20E hex ) Touchscreen Menu Path: 16-bit unsigned Home → Advanced → Trip Settings → Thyristor Firing Trip Warning: Never check resistance when power is applied. Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–37 Chapter 3: Configuration and Parameters Parameter Details – “Advanced” Menu of Parameters (continued) P8.17 – Motor Side Phase Loss Description: Hold. Reg. Type: Read/Write Detects if there is a disconnection between the SR55 output and the motor. Range: Modbus Decimal Value: Default (decimal): • Off : T he SR55 will attempt to start and run although the operation may be erratic. Operating in this mode for prolonged periods may result in SCR failure. • On : T rips if there is a disconnection between the output side of the SR55 and the motor. Modbus Address: • 0 • 1 • On (1) Modbus Format: 53777 ( D211 hex ) 16-bit unsigned Touchscreen Menu Path: Home → Advanced → Trip Settings → Motor Side Phase Loss P8.18 – Sensing Fault Trip Description: Hold. Reg. Type: Read/Write Detects if there is a fault with operation of one or more of the internal thyristors. Range: Modbus Decimal Value: Default (decimal): • Off : T he SR55 will attempt to start and run although the operation may be erratic. Operating in this mode for prolonged periods may result in SCR failure. • On : T rips if one or more of the Thyristors fails to turn on properly. Modbus Address: 53781 ( D215 hex ) • 0 • 1 • On (1) Modbus Format: 16-bit unsigned Touchscreen Menu Path: Home → Advanced → Trip Settings → Sensing Fault Trip P8.19 – Thermal Sensor Trip Description: Hold. Reg. Type: Read/Write Detects if the internal temperature sensors have failed. Range: Modbus Decimal Value: Default (decimal): • Off : T he SR55 will continue to operate even if the temperature sensor has failed. Operating in this mode for prolonged periods may result in SCR failure. • On : T he SR55 will trip if the internal temperature sensors fail. Modbus Address: 53768 ( D208 hex ) • 0 • 1 • On (1) Modbus Format: 16-bit unsigned Touchscreen Menu Path: Home → Advanced → Trip Settings → Thermal Sensor Trip P8.20 – External Trip Enable Description: Hold. Reg. Type: Read/Write Turning this parameter on will allow an External Trip Command to trip the SR55. A trip can be forced using one of the digital inputs or using a Modbus command. The “Control Method” parameter must be set to “User Programmable” when using a digital input or “Modbus Network” when using Modbus in order to configure the SR55 for an external trip. Range: Modbus Decimal Value: Default (decimal): • Off : E xternal Trip is disabled. • On : T rips when the programmed input is active. Modbus Address: 53795 ( D223 hex ) Touchscreen Menu Path: • 0 • 1 • On (1) Modbus Format: 16-bit unsigned Home → Advanced → Trip Settings → External Trip Page 3–38 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Parameter Details – “Advanced” Menu of Parameters (continued) P8.21 – Main Board Trip Description: Hold. Reg. Type: Read/Write Detects if an unexpected event has occurred during the Main Board operation. Range: Modbus Decimal Value: Default (decimal): • Off : Main Board trip disabled. • On : M ain Board trip enabled. • 0 • 1 Modbus Address: • On (1) Modbus Format: 53800 ( D228 hex ) 16-bit unsigned Touchscreen Menu Path: Home → Advanced → Trip Settings → Main Board Trip P8.22 – Keypad Trip Description: Hold. Reg. Type: Read/Write Detects if an unexpected event has occurred during the Touchscreen operation. Range: Modbus Decimal Value: Default (decimal): • Off : Keypad Trip disabled. • On : K eypad Trip enabled. • 0 • 1 Modbus Address: • OFF (0) Modbus Format: 53798 ( D226 hex ) 16-bit unsigned Touchscreen Menu Path: Home → Advanced → Trip Settings → Keypad Trip P8.23– Logging Trip Description: Hold. Reg. Type: Read/Write Detects if the logging to the internal SD card has failed to operate normally. Range: Modbus Decimal Value: Default (decimal): • Off : Logging trip disabled. • On : L ogging trip enabled. • 0 • 1 Modbus Address: • OFF (0) Modbus Format: 53799 ( D227 hex ) 16-bit unsigned Touchscreen Menu Path: Home → Advanced → Trip Settings → Logging Trip P8.24 – Input Side Phase Loss Description: Hold. Reg. Type: Read/Write Detects if there is a disconnection between the SR55 input and supply when motor is running. Range: Modbus Decimal Value: Default (decimal): • Off : The SR55 will attempt to run, although the operation may be erratic. Operating in this mode for prolonged periods may result in SCR failure. • On : T rips if there is a disconnection between the input side of the SR55 and the supply when the motor is running. Modbus Address: 53762 ( D202 hex ) Touchscreen Menu Path: • 0 • 1 • On (1) Modbus Format: 16-bit unsigned Home → Advanced → Trip Settings → Input Side Phase Loss Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–39 Chapter 3: Configuration and Parameters Parameter Details – “Advanced” Menu of Parameters (continued) Advanced “Firing Mode” Parameter P9.0 – Firing Mode Description: Hold. Reg. Type: Read/Write Set to correspond with SR55 connection to the Motor. Refer to connection diagrams in the Quick Start Guide, or in the “Electrical Installation” Chapter 2 of this user manual. Range: Modbus Decimal Value: Default (decimal): • In-Line : The SR55 is connected in-line with a delta or star connected motor. • In-Delta : The SR55 is connected inside the delta of the motor. The iERS function is disabled. In-Delta must be selected if “Legacy Delta Mode” parameter is desired. Modbus Address: 128 ( 80 hex ) • 0 • In-Line (0) • 1 Modbus Format: 16-bit unsigned Touchscreen Menu Path: Home → Advanced → Firing Mode Advanced “Legacy Delta Mode” Parameter P9.1 – Legacy Delta Mode Description: Hold. Reg. Type: Read/Write Allows the SR55 to be retro-fitted into “Delta” applications that previously used an SR44 in-delta configuration. (Changes phase rotation L1-L2-L3 to L1-L3-L2.) For “Legacy Delta Mode” to be activated, “Firing Mode” must be set to “In-Delta”. Range: Modbus Decimal Value: Default (decimal): • Off : O perates normally. Refer to SR55 delta connection diagram in “Electrical Installation” Chapter 2 or the Quick Start Guide. • On : O perates in SR44 delta compatibility mode. (Changes phase rotation L1-L2-L3 to L1-L3-L2.) Modbus Address: 192 ( C0 hex ) Touchscreen Menu Path: • 0 • Off (0) • 1 Modbus Format: 16-bit unsigned Home → Advanced → Legacy Delta Mode Page 3–40 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Parameter Details (continued) “I/O” Menu of Parameters I/O “Digital Inputs” Parameters P10.0 – Digital Input Voltage Description: Hold. Reg. Type: Read/Write The digital inputs D1-1I, D1-2I, D2-1I are designed to work with a range of control supplies. • It is important to ensure the “Digital Input Voltage” corresponds to the voltage applied to the input. Failure to do so may result in damage. Range: Modbus Decimal Value: Default (decimal): • 0 • 230VAC : ‘Active high level’ Input voltage must be in the range 195.5V–253V. • 110VAC : ‘Active high level’ Input voltage must be in the range 93.5V–121V. • 24VDC : ‘Active high level ‘ input voltage must be in the range 20.4V–26.4V. • 230VAC (0) • 1 • 2 Modbus Address: Modbus Format: 10880 ( 2A80 hex ) 16-bit unsigned Touchscreen Menu Path: Home → I/O → Digital Inputs → Digital Input Voltage (also Home → Auto Setup → Digital Input Voltage) P7.0 – Control Method Description: Hold. Reg. Type: Read/Write • Local Touch Screen : Control using the button on the keypad. (Digital Inputs are disabled. Digital Outputs still function as configured.) • User Programmable : Control using the terminals; function defined in “I/O” menu. • Two Wire Control : Control using terminals; functions fixed as shown on screen. • Three Wire Control : Control using terminals; functions fixed as shown on screen. • Modbus Network : Control via remote Modbus network, remote touchscreen, or Modbus TCP / EtherNet/IP. (Digital Inputs are disabled. Digital Outputs still function as configured.) Range: • • • • • Modbus Decimal Value: Default (decimal): • • • • • Local Touch Screen User Programmable Two Wire Control Three Wire Control Modbus Network Modbus Address: • Local (0) 0 1 2 3 4 Modbus Format: 59392 ( E800 hex ) 16-bit unsigned Touchscreen Menu Path: Home → I/O → Digital Inputs → Control Method (also Home → Auto Setup → Control Method) (also Home → Advanced → Control Method) P10.1 – Digital Input 1 (D1-1I): Select Function Description: Hold. Reg. Type: Read/Write Allows the Digital Input to be mapped to different functions. • The selected function will change in proportion with the input. • Digital Inputs can only be user configured if “Control Method” is set to “User Programmable.” • All Digital Inputs are disabled if “Control Method” is set to “Local Touch Screen” or “Modbus Network.” Range: Modbus Decimal Value: Default (decimal): Refer to “Digital Input Function Settings” on page 3–43. Modbus Address: Start/Stop (280) Modbus Format: 10944 ( 2AC0 hex ) Touchscreen Menu Path: 16-bit unsigned Home → I/O → Digital Inputs → Digital Input 1 (D1-1I) → Select Function Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–41 Chapter 3: Configuration and Parameters Parameter Details – “I/O” Menu of Parameters (continued) P10.2 – Digital Input 1 (D1-1I): High Input = 1 Sets Value Description: Allows the polarity of the input to be reversed. Range: Hold. Reg. Type: Read/Write Modbus Decimal Value: Default (decimal): • Off : W hen the input is off, the selected function will be on. • On : W hen the input is on, the selected function will be on. Modbus Address: 11264 ( 2C00 hex ) • 0 • 1 • On (1) Modbus Format: 16-bit unsigned Touchscreen Menu Path: Home → I/O → Digital Inputs → Digital Input 1 (D1-1I) → High Input = 1 Sets Value P10.3 – Digital Input 2 (D1-2I): Select Function Description: Hold. Reg. Type: Read/Write Allows the Digital Input to be mapped to different functions. • The selected function will change in proportion with the input. • Digital Inputs can only be user configured if “Control Method” is set to “User Programmable.” • All Digital Inputs are disabled if “Control Method” is set to “Local Touch Screen” or “Modbus Network.” Range: Modbus Decimal Value: Default (decimal): Refer to “Digital Input Function Settings” on page 3–43. Modbus Address: 10945 ( 2AC1 hex ) Off (0) Modbus Format: 16-bit unsigned Touchscreen Menu Path: Home → I/O → Digital Inputs → Digital Input 2 (D1-2I) → Select Function P10.4 – Digital Input 2 (D1-2I): High Input = 1 Sets Value Description: Allows the polarity of the input to be reversed. Range: Hold. Reg. Type: Read/Write Modbus Decimal Value: Default (decimal): • Off : W hen the input is off, the selected function will be on. • On : W hen the input is on, the selected function will be on. Modbus Address: 11266 ( 2C02 hex ) • 0 • 1 • On (1) Modbus Format: 16-bit unsigned Touchscreen Menu Path: Home → I/O → Digital Inputs → Digital Input 2 (D1-2I) → High Input = 1 Sets Value P10.5 – Digital Input 3 (D2-1I): Select Function Description: Hold. Reg. Type: Read/Write Allows the Digital Input to be mapped to different functions. • The selected function will change in proportion with the input. • Digital Inputs can only be user configured if “Control Method” is set to “User Programmable.” • All Digital Inputs are disabled if “Control Method” is set to “Local Touch Screen” or “Modbus Network.” Range: Modbus Decimal Value: Default (decimal): Refer to “Digital Input Function Settings” on page 3–43. Modbus Address: 10946 ( 2AC2 hex ) Touchscreen Menu Path: Reset (287) Modbus Format: 16-bit unsigned Home → I/O → Digital Inputs → Digital Input 3 (D2-1I) → Select Function Page 3–42 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Parameter Details – “I/O” Menu of Parameters (continued) P10.6 – Digital Input 3 (D2-1I): High Input = 1 Sets Value Description: Allows the polarity of the input to be reversed. Range: Hold. Reg. Type: Read/Write Modbus Decimal Value: Default (decimal): • Off : When the input is off, the selected function will be on. • On : W hen the input is on, the selected function will be on. Modbus Address: 11268 ( 2C04 hex ) • 0 • 1 • On (1) Modbus Format: 16-bit unsigned Touchscreen Menu Path: Home → I/O → Digital Inputs → Digital Input 3 (D2-1I) → High Input = 1 Sets Value Digital Input Function Settings The following settings are for the “Digital Input x (x): Select Function” I/O parameters. settings for the “Digital Input x (x): Select Function” I/O parameters 10944–10946 Modbus Settings: Description: Decimal Value: Off 0 Start/Stop 280 Freeze Ramp 285 Reset 287 iERS on/off 330 External Trip Command 295 No function selected • Off : Stops or Soft Stops the SR55. • On : Starts the SR55. If set to On this parameter will hold the Start Ramp even if “Current Irms” is less than the “Current Limit Level.” • Off : The Soft Start Ramp is not held and the SR55 will start in the time set. • On : The Soft Start Ramp is held and the SR55 will take longer than the time set to start . To reset pulse high and then low. • Off : The final state required for a reset. • On : The initial state required for a reset. Enables and disables the intelligent Energy Recovery System feature (iERS). • Off : The feature is disabled and the motor operates at full voltage. • On : The voltage to the motor will be regulated to ensure optimum efficiency. Ensure start signal is low before reset. • Off : The SR55 will not trip. • On : If “External Trip” is enabled the SR55 trips. Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–43 Chapter 3: Configuration and Parameters Parameter Details – “I/O” Menu of Parameters (continued) I/O “Digital Outputs” Parameters P11.0 – Digital Output 1 N/C(12): Select Function Description: Hold. Reg. Type: Read/Write Allows the Digital Output to be mapped to different functions. • The output will change in proportion with the selected function. • Digital Outputs can only be user configured if the “Control Method” is set to “User Programmable.” Range: Modbus Decimal Value: Default (decimal): Refer to “Digital Output Function Settings” on page 3–46. Modbus Address: 11584 ( 2D40 hex ) Error (583) Modbus Format: 16-bit unsigned Touchscreen Menu Path: Home → I/O → Digital Outputs → Digital Output 1 N/C(12)) → Select Function P11.1 – Digital Output 1 N/C(12): High Output = 1 When Value Description: Allows the polarity of the output to be reversed. Range: Hold. Reg. Type: Read/Write Modbus Decimal Value: Default (decimal): • Off : W hen the selected function is activated, the output is closed. • On : W hen the selected function is activated, the output is open. Modbus Address: 11904 ( 2E80 hex ) • 0 • 1 • On (1) Modbus Format: 16-bit unsigned Touchscreen Menu Path: Home → I/O → Digital Outputs → Digital Output 1 N/C(12) → High Output = 1 When Value P11.2 – Digital Output 2 N/O(24): Select Function Description: Hold. Reg. Type: Read/Write Allows the Digital Output to be mapped to different functions. • The output will change in proportion with the selected function. • Digital Outputs can only be user configured if the “Control Method” is set to “User Programmable.” Range: Modbus Decimal Value: Default (decimal): Refer to “Digital Output Function Settings” on page 3–46. Modbus Address: 11585 ( 2D41 hex ) Error (583) Modbus Format: 16-bit unsigned Touchscreen Menu Path: Home → I/O → Digital Outputs → Digital Output 2 N/O(24) → Select Function P11.3 – Digital Output 2 N/O(24): High Output = 1 When Value Description: Allows the polarity of the output to be reversed. Range: 11906 ( 2E82 hex ) Touchscreen Menu Path: Read/Write Modbus Decimal Value: Default (decimal): • Off : W hen the selected function is activated, the output is open. • On : W hen the selected function is activated, the output is closed. Modbus Address: Hold. Reg. Type: • 0 • 1 • On (1) Modbus Format: 16-bit unsigned Home → I/O → Digital Outputs → Digital Output 2 N/O(24) → High Output = 1 When Value Page 3–44 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Parameter Details – “I/O” Menu of Parameters (continued) P11.4 – Digital Output 3 N/O(34): Select Function Description: Hold. Reg. Type: Read/Write Allows the Digital output to be mapped to different functions. • The output will change in proportion with the selected function. • Digital Outputs can only be user configured if the “Control Method” is set to “User Programmable.” Range: Modbus Decimal Value: Default (decimal): Refer to “Digital Output Function Settings” on page 3–46. Running (588) Modbus Address: Modbus Format: 11586 ( 2D42 hex ) 16-bit unsigned Touchscreen Menu Path: Home → I/O → Digital Outputs → Digital Output 3 N/O(34) → High Output = 1 When Value P11.5 – Digital Output 3 N/O(34): High Output = 1 When Value Description: Allows the polarity of the output to be reversed. Range: Hold. Reg. Type: Read/Write Modbus Decimal Value: Default (decimal): • Off : When the selected function is activated, the output is open. • On : W hen the selected function is activated, the output is closed. Modbus Address: 11908 ( 2E84 hex ) • 0 • 1 • On (1) Modbus Format: 16-bit unsigned Touchscreen Menu Path: Home → I/O → Digital Outputs → Digital Output 3 N/O(34) → High Output = 1 When Value P11.6 – Digital Output 4 N/O(44): Select Function Description: Hold. Reg. Type: Read/Write Allows the Digital output to be mapped to different functions. • The output will change in proportion with the selected function. • Digital Outputs can only be user configured if the “Control Method” is set to “User Programmable.” Range: Modbus Decimal Value: Default (decimal): Refer to “Digital Output Function Settings” on page 3–46. Modbus Address: End of Start (590) Modbus Format: 11587 ( 2D43 hex ) 16-bit unsigned Touchscreen Menu Path: Home → I/O → Digital Outputs → Digital Output 4 N/O(44) → Select Function P11.7 – Digital Output 4 N/O(44): High Output = 1 When Value Description: Allows the polarity of the output to be reversed. Range: Hold. Reg. Type: Read/Write Modbus Decimal Value: Default (decimal): • Off : When the selected function is activated, the output is open. • On : W hen the selected function is activated, the output is closed. Modbus Address: 11910 ( 2E86 hex ) Touchscreen Menu Path: • 0 • 1 • On (1) Modbus Format: 16-bit unsigned Home → I/O → Digital Outputs → Digital Output 4 N/O(44) → High Output = 1 When Value Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–45 Chapter 3: Configuration and Parameters Parameter Details – “I/O” Menu of Parameters (continued) Digital Output Function Settings The following settings are for the “Digital Output x (x): Select Function” I/O parameters. settings for the “Digital Output x (x): Select Function” I/O parameters 11584–11587 Modbus Settings: Description: Decimal Value: Page 3–46 Off 0 Ready 581 Enabled 582 Error 583 Running 588 End Of Start 590 Current Limit 591 iERS Active 595 No function selected STATUS INDICATION : Ready Off : The SR55 has not powered up successfully or failed to reset from a trip. On : Indicates that the SR55 is healthy and ready for a start. Remains on when Running. STATUS INDICATION : Enabled • Off : The SR55 has not powered up successfully or failed to reset from a trip • On : Indicates that the SR55 is enabled and ready for a start. Remains on when Running. STATUS INDICATION : Error • Off : The SR55 is fault free. • On : Indicates that SR55 has detected a fault and has shut down. The fault must be cleared before a reset. STATUS INDICATION : Running • Off : The SR55 has detected a fault and tripped. • On : Indicates that the motor is running and is being actively controlled by the SR55. STATUS INDICATION : End Of Start • Off : The SR55 is disabled or ramping down. • On : Indicates that the Soft Start ramp has been completed. STATUS INDICATION : Current Limit • Off : The ramp is not being held because “Current Irms” is less than “Current Limit Level.” • On : The ramp is being held because “Current Irms” is greater or equal to “Current Limit Level.” STATUS INDICATION : iERS Active • Off : The iERS saving mode has been disabled either internally or via “iERS.” • On : Indicates that the SR55 is operating in the iERS energy saving Mode. Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Parameter Details – “I/O” Menu of Parameters (continued) I/O “Analog Input” Parameters P12.0 – Analog Input Type Description: Hold. Reg. Type: Read/Write Defines the function of the Analog Input (AI). Range: Modbus Decimal Value: Default (decimal): • 0–10V : The input voltage varies from 0 to 10V. • 4–20mA : The input varies from 4 to 20mA. • 0 • 1 Modbus Address: • 0–10V (0) Modbus Format: Touchscreen Menu Path: P12.1 – Analog Input: Select Function Description: Hold. Reg. Type: Read/Write Allows the Analog Input to be mapped to different functions. The selected function will change in proportion with the input. Range: • • • • Modbus Decimal Value: Off Current Limit Start Current Shearpin Current Overload Modbus Address: 9664 ( 25C0 hex ) Touchscreen Menu Path: • • • • 0 420 431 441 Default (decimal): • Off (0) Modbus Format: 16-bit unsigned Home → I/O → Analog Inputs → Select Function (Analog Input) Examples of P12.1 Analog Input Fuction Selections AI Function Modbus Example: Settings: Dec. Value: Current Limit Start 420 Current Shearpin 431 Current Overload 441 AI signal controls P3.3 Start Current Limit Level. Ex: Water pumping system with high head; nearly vertical lift. AI signal keeps P3.3 low at start to slowly rotate motor to control flow until height is reached, then AI signal increases P3.3 to allow motor to accelerate to full speed. Usually PLC control. AI signal controls P5.6 Shearpin Trip Current. Ex: Applications such as opening and closing sluice gates or doors, which require different running current limits for opening vs. closing. AI signal changes P5.6 as needed, usually via PLC control. P5.5 Shearpin Trip is turned OFF when P5.6 level is reached; however an output should be used to stop the motor via a relay in the motor stop circuit. AI signal controls P5.9 Overload Level. Ex: Motor testing. AI signal changes P5.8 as needed to test different motors. Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–47 Chapter 3: Configuration and Parameters Parameter Details – “I/O” Menu of Parameters (continued) P12.2 – Analog Input: Scaling Level Description: Type: Read/Write Allows the selected function to be scaled. The selected function will change in proportion with the input. • The function will be at its “Scaling Level” when the input is at its maximum. Range: Modbus Decimal Value: 0 – 16384 Default: linear scale ( 1 = 0.006104 % ) 0% – 100% = (0 – 16384) x% / 0.006104% = Modbus dec. value EX: Modbus value of 5250 = 32.05% Modbus Address: 16384 Modbus Format: 9728 ( 2600 hex ) 16-bit unsigned Touchscreen Menu Path: Home → I/O → Analog Inputs → Scaling Level I/O “Analog Output” Parameters P13.0 – Analog Output Type Description: Hold. Reg. Type: Read/Write Defines the function of the Analog Output (AO). Range: Modbus Decimal Value: Default (decimal): • 0–10V : The output voltage varies from 0 to 10V. • 4–20mA : The output varies from 4 to 20mA. • 0 • 1 Modbus Address: • 0–10V (0) Modbus Format: 8960 ( 2300 hex ) 16-bit unsigned Touchscreen Menu Path: Home → I/O → Analog Outputs → Analog Output Type P13.1 – Analog Output: Select Function Description: Hold. Reg. Type: Read/Write Allows the Analog Output to be mapped to different functions. The output will change in proportion with the selected function. • By default the output will be at a maximum when the selected function equals its max value. Range: • • • • • Modbus Decimal Value: Off Current Measured Overload Overload SCR P-Total Modbus Address: 9024 ( 2340 hex ) Touchscreen Menu Path: • • • • • 0 514 522 161 542 Default (decimal): • Off (0) Modbus Format: 16-bit unsigned Home → I/O → Analog Outputs → Select Function (Analog Output) Examples of P13.1 Analog Output Fuction Selections AO Function Modbus Example: Settings: Dec. Value: Page 3–48 Current Measured 514 Overload 522 P-Total 542 AO shows P15.5 Current Irms. Ex: This value can be fed out to a panel ammeter for panel designs, or can be used as feedback to a PLC system for monitoring or management system such as SCADA, etc. AO shows P15.20 Overload. Ex: This value can be fed back to a PLC system for monitoring or management system such as SCADA, etc. AO shows P15.8 True Power P. Ex: This value can be fed out to a panel power meter for panel designs, or can be used as feedback to a PLC system for monitoring or management system such as SCADA, etc. Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Parameter Details – “I/O” Menu of Parameters (continued) P13.2 – Analog Output: Scaling Level Description: Type: Read/Write Allows the selected function to be scaled. The output will change in proportion with the selected function. • The output will be at a maximum when the selected function equals the “Scaling Level.” Range: Modbus Decimal Value: 0 – 16384 Modbus Address: Default: linear scale ( 1 = 0.006104 % ) 0% – 100% = (0 – 16384) x% / 0.006104% = Modbus dec. value EX: Modbus value of 5250 = 32.05% 0 Modbus Format: 9088 ( 2380 hex ) Touchscreen Menu Path: 16-bit unsigned Home → I/O → Analog Outputs → Scaling Level I/O “PTC Motor Thermistor Trip” Parameter P14.0 – PTC Motor Thermistor Trip Description: Hold. Reg. Type: Read/Write A single PTC motor thermistor or set of PTC motor thermistors can be connected to the PTC terminals. Range: Modbus Decimal Value: Default (decimal): • Off : The SR55 will continue to operate. • On : The SR55 will trip if the motor thermistor exceeds its response temperature, or the PTC input is open circuit (> 4kΩ). Modbus Address: 53794 ( D222 hex ) Touchscreen Menu Path: • 0 • 1 • Off (0) Modbus Format: 16-bit unsigned Home → I/O → PTC Motor Thermistor Trip (also Home → Advanced → Trip Settings → PTC Motor Thermistor Trip) Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–49 Chapter 3: Configuration and Parameters Parameter Details (continued) “Monitor” Menu of Parameters P15.0 – Line Frequency Description: The frequency of the 3-phase supply. Range: 45Hz – 65Hz Type: Read Only Modbus Decimal Value: linear scale (1 = 0.001 Hz) Freq(Hz) = (Value / 1000) Modbus Address: Default: n/a Modbus Format: 32000 ( 7D00 hex ) Touchscreen Menu Path: 16-bit unsigned Home → Monitor → Line Frequency P15.1 – Phase Rotation Description: Hold. Reg. Type: Read Only Indicates the phase sequence of the incoming supply. Range: Modbus Decimal Value: Default (decimal): • RYB = L1, L2, L3 • RBY = L1, L3, L2 • 0 • 1 Modbus Address: • L1-L2-L3 (0) Modbus Format: 32064 ( 7D40 hex ) Touchscreen Menu Path: 16-bit unsigned Home → Monitor → Phase Rotation P15.2 – I1 Description: Type: Read Only The RMS current on phase L1. Range: 0A – 10,000A Modbus Decimal Value: linear scale (1 = 1mA) Current (A) = (Value / 1000) Modbus Address: Default: 0A Modbus Format: 33536/33537 ( 8300/8301 hex ) Touchscreen Menu Path: 32-bit unsigned Home → Monitor → I1 P15.3 – I2 Description: Type: Read Only The RMS current on phase L2. Range: 0A – 10,000A Modbus Decimal Value: linear scale (1 = 1mA) Current (A) = (Value / 1000) Modbus Address: Default: 0A Modbus Format: 33538/33539 ( 8302/8303 hex ) Touchscreen Menu Path: 32-bit unsigned Home → Monitor → I2 Page 3–50 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Parameter Details – “Monitor” Menu of Parameters (continued) P15.4 – I3 Description: The RMS current on phase L3. Range: 0A – 10,000A Modbus Address: 33540/33541 ( 8304/8305 hex ) Touchscreen Menu Path: Type: Read Only Modbus Decimal Value: linear scale (1 = 1mA) Current (A) = (Value / 1000) Default: 0A Modbus Format: 32-bit unsigned Home → Monitor → I3 P15.5 – Current Irms Description: Type: Read Only The RMS motor current. • This is the maximum of the 3 phases. • This value is used for the overload and power calculations. Range: 0A – 10,000A Modbus Address: 32896/32897 ( 8080/8081 hex ) Touchscreen Menu Path: Modbus Decimal Value: linear scale (1 = 1mA) Current (A) = (Value / 1000) Default: 0A Modbus Format: 32-bit unsigned Home → Monitor → Current Irms P15.6 – Vrms (Approx) Description: Type: Read Only The RMS 3-phase supply voltage. • This is the average of the 3 phases. • This value is used for power calculations. • This value is derived internally. If a higher level of accuracy is required, a “Fixed Voltage” value can be used. • The internally measured voltage is not an accurate method of obtaining a voltage reading. This voltage reading can have and error up to 35% if the starter and motor is unloaded or lightly loaded. Range: 0V – 500V Modbus Address: 32960 ( 80C0 hex ) Touchscreen Menu Path: Modbus Decimal Value: linear scale ( 1 = 1 V ) Modbus Format: Default: 0V 16-bit unsigned Home → Monitor → Vrms (Approx) P15.7 – Real Power Factor Description: The actual power factor. Range: 0–1 Modbus Address: 33024 ( 8100 hex ) Touchscreen Menu Path: Type: Read Only Modbus Decimal Value: linear scale ( 1 = 0.001 ) Modbus Format: Default: 0 16-bit unsigned Home → Monitor → Real Power Factor Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–51 Chapter 3: Configuration and Parameters Parameter Details – “Monitor” Menu of Parameters (continued) P15.8 – True Power P Description: Type: Read Only Total True Power. This is a sum of the 3 phases. Range: Modbus Decimal Value: 0kW – 10,000 kW linear scale (1 = 1W) True Power (kW) = (Value / 1000) Modbus Address: Default: 0kW Modbus Format: 34688/34689 ( 8780/8781 hex ) Touchscreen Menu Path: 32-bit unsigned Home → Monitor → True Power P P15.9 – Apparent Power S Description: Type: Read Only Total Apparent Power. This is a sum of the 3 phases. Range: Modbus Decimal Value: 0kVA – 10,000 kVA Modbus Address: linear scale (1 = 1VA) Apparent Power (kVA) = (Value/1000) Default: 0 kVA Modbus Format: 34816/34817 ( 8800/8801 hex ) Touchscreen Menu Path: 32-bit unsigned Home → Monitor → Apparent Power S P15.10 – Reactive Power Q Description: Range: Type: Read Only Modbus Decimal Value: 0 kVAR – 10,000 kVAR Modbus Address: linear scale (1 = 1VAR) Reactive Power (kVAR) = (Value / 1000) Default: 0 kVAR Modbus Format: 34944/34945 ( 8880/8881 hex ) Touchscreen Menu Path: 32-bit unsigned Home → Monitor → Reactive Power Q P15.11 – iERS Saving Level Description: Type: Read Only Indicates the level of potential saving. 100% indicates that SR55 is saving at its maximum level. Range: Modbus Decimal Value: 0% – 100% linear scale ( 1 = 0.006104 % ) 0% – 100% = (0 – 16384) x% / 0.006104% = Modbus dec. value EX: Modbus value of 5250 = 32.05% Modbus Address: Default: 0% Modbus Format: 35008 ( 88C0 hex ) Touchscreen Menu Path: 16-bit unsigned Home → Monitor → iERS Saving Level Page 3–52 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Parameter Details – “Monitor” Menu of Parameters (continued) P15.12 – Delay Angle Description: Type: Read Only Internal firing delay angle. Displayed for diagnostic purposes. Range: 0° – 55° Modbus Address: 22400 ( 5780 hex ) Touchscreen Menu Path: Modbus Decimal Value: linear scale (1 = 1° of mains cycle) Time(ms)=(Value/LineFreq)*(25/9) Default: 0° Modbus Format: 16-bit unsigned Home → Monitor → Delay Angle P15.13 – BackStop Description: Type: Read Only The maximum possible Delay Angle for the current iERS saving phase. (Backstop starts at 55°, and can be reduced by iERS.) • Displayed for diagnostic purposes. • May decrease during heavy load periods or instability. • The BackStop is the maximum iERS saving level allowed. Range: 0° – 55° Modbus Address: 23040 ( 5A00 hex ) Touchscreen Menu Path: Modbus Decimal Value: linear scale (1 = 1° of mains cycle) Time(ms)=(Value/LineFreq)*(25/9) Default: 0° Modbus Format: 16-bit unsigned Home → Monitor → BackStop P15.14 – Delay Max Description: Type: Read Only The maximum possible delay for iERS saving. Displayed for diagnostic purposes. (Delay Max is internally fixed at 55°.) Range: 0° – 55° Modbus Address: 22464 ( 57C0 hex ) Touchscreen Menu Path: Modbus Decimal Value: linear scale (1 = 1° of mains cycle) Time(ms)=(Value/LineFreq)*(25/9) Default: 0° Modbus Format: 16-bit unsigned Home → Monitor → Delay Max P15.15 – Pres PF Degrees Description: Type: Read Only The Present Power Factor used by the iERS saving function. This is the actual Power Factor for the iERS saving function. The “Delay” is constantly adjusted to minimize the control loop error between “Pres PF Degrees” and “Ref PF Degrees.” The parameter displays the displacement part of the True Power Factor, and is used for diagnostic purposes. Range: 0° – 90° Modbus Address: 21824 ( 5540 hex ) Touchscreen Menu Path: Modbus Decimal Value: linear scale (1 = 1° of mains cycle) Time(ms)=(Value/LineFreq)*(25/9) Default: 0° Modbus Format: 16-bit unsigned Home → Monitor → Pres PF Degrees Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–53 Chapter 3: Configuration and Parameters Parameter Details – “Monitor” Menu of Parameters (continued) P15.16 – Ref PF Degrees Description: Type: Read Only The Reference Power Factor used by the iERS saving function. This is the target Power Factor for the iERS saving function. The parameter will change dynamically depending on motor operation. The parameter displays the displacement part of the True Power Factor, and is used for diagnostic purposes. Range: Modbus Decimal Value: 0° – 90° linear scale (1 = 1° of mains cycle) Time(ms)=(Value/LineFreq)*(25/9) Modbus Address: Default: 0° Modbus Format: 21760 ( 5500 hex ) Touchscreen Menu Path: 16-bit unsigned Home → Monitor → Ref PF Degrees P15.17 – Start Saving Level Description: Type: Read Only • The current in Amps at which the iERS is enabled or disabled. The iERS function is active when the motor current is less than the “Start Saving Level.” • When the iERS function is disabled, internal bypass relays close to improve efficiency. Range: Modbus Decimal Value: 50% I-motor – 80% I-motor Modbus Address: linear scale ( 1 = 0.006104 % ) 50% – 80% = (8191 – 13106) x% / 0.006104% = Modbus dec. value EX: Modbus value of 9000 = 54.936% Default: 80% I-motor Modbus Format: 21320 ( 5348 hex ) Touchscreen Menu Path: 16-bit unsigned Home → Monitor → Start Saving Level Each SR55 is tested at the factory. The Last Peak (Start) Current default may vary depending on the load that was tested. P18.0 – Last Peak (Start) Current Description: Type: Read Only Displays the peak current of the last successful start. Range: Modbus Decimal Value: 0A – 10,000A linear scale (1 = 1mA) Modbus Address: Modbus Format: 38400/38401 ( 9600/9601 hex ) Touchscreen Menu Path: Default: 0A 32-bit unsigned Home → Monitor → Last Peak Current (also Home → Log → Start Current Log → Last Peak Current) Page 3–54 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Parameter Details – “Monitor” Menu of Parameters (continued) P15.18 – HeatSink Temp Description: Type: Read Only The temperature of the internal SR55 heatsink. • The SR55 will trip when the heatsink temperature exceeds 80°C. • The internal cooling fans will turn on if this temperature exceeds 40°C. Range: Modbus Decimal Value: -20°C – 80°C Modbus Address: Address Format 16-bit (Highbyte=b11-b8, LowByte=b7-b0) Ta ≥ 0 b12=0 Ta < 0 b12=1 Address Note bit12=0 [HighByte*16 + LowByte/16]bit12=1 256-[HighByte*16 + LowByte/16] Default: ambient °C Modbus Format: 36544 ( 8EC0 hex ) 16-bit unsigned Touchscreen Menu Path: Home → Monitor → HeatSink Temp P15.19 – Motor Thermistor Description: Type: Read Only Indicates the state of the SR55 PTC input; designed for single, double or triple PTC in series. • PTC thermistor standards DIN44081 / EN60738-1 apply. ( < 300Ω @ 25°C, typically 4kΩ @ nominal temperature ) • The value indicated is a not in degrees Celsius, but is an internal representation. • At 25°C the value displayed should be less than 100, and the SR55 trips when value > 400 (4kΩ). (open circuit = 1023) • The value will increase rapidly when the motor thermistors approach their nominal temperature. • If thermistors are connected, the “Thermistor trip” should be turned “on.” Range: 0 – 1024 Modbus Address: Modbus Decimal Value: Default: linear scale ( 1 = 1) 1024 Modbus Format: 10432 ( 28C0 hex ) 16-bit unsigned Touchscreen Menu Path: Home → Monitor → Motor Thermistor P15.20 – Overload Description: Type: Read Only The SR55 has an “Overload” function that is an electronic equivalent to a thermal overload. • “Overload” displays the overload capacity, which is a measure of how close the SR55 “Overload Trip” is to tripping. • When “Current Irms” is greater than the “Overload Level,” the “Overload” increases in accordance with the “Trip Class.” • When “Current Irms” is less than the “Overload Level,” the “Overload” decreases exponentially (if greater than 50%). • When the “Overload” reaches 100% the SR55 will trip. • During situations when (I-motor) is equal to (I-SR55) the overload will indicate 50%. Range: 0% – 100% Modbus Address: 33408 ( 8280 hex ) Touchscreen Menu Path: Modbus Decimal Value: linear scale ( 1 = 0.006104 % ) 0% – 100% = (0 – 16384) x% / 0.006104% = Modbus dec. value EX: Modbus value of 5250 = 32.05% Default: 0% Modbus Format: 16-bit unsigned Home → Monitor → Overload Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–55 Chapter 3: Configuration and Parameters Parameter Details (continued) “Log” Menu of Parameters Each SR55 is tested at the factory, and each unit may have a brief log history from this testing. Event Times for Start Current, Temperatue, Overload Parameters The event time shows up on the “Start Current,” “temperature,” and “Overload” Logs. These events are logged at the same time, which are reflected by the 10 “Event Time” parameters. P16.0 – Event Time – Last Peak Start Current / Last Temperature / Last Overload Description: Displays the event time. Range: hh:mm:ss Modbus Decimal Value: Time (ms) since midnight (bytes5,4,3,2) and Days since 01/01/1984 (bytes1,0) Modbus Address: Holding Register Type: Read Only Default: GMT Modbus Format: 38464 ( 9640 hex ) Touchscreen Menu Path: 6 Bytes Home → Log → Start Current / Temperature / Overload → Last Peak Start Current / Last Temperature / Last Overload P16.1 – Event Time – Last Peak Start Current / Last Temperature / Last Overload -1 Description: Displays the event time -1. Range: hh:mm:ss Modbus Decimal Value: Time (ms) since midnight (bytes5,4,3,2) and Days since 01/01/1984 (bytes1,0) Modbus Address: Holding Register Type: Read Only Default: GMT Modbus Format: 38467 ( 9643 hex ) Touchscreen Menu Path: 6 Bytes Home → Log → Start Current / Temperature / Overload → Last Peak Start Current / Last Temperature / Last Overload -1 P16.2 – Event Time – Last Peak Start Current / Last Temperature / Last Overload -2 Description: Displays the event time -2. Range: hh:mm:ss Modbus Decimal Value: Time (ms) since midnight (bytes5,4,3,2) and Days since 01/01/1984 (bytes1,0) Modbus Address: Holding Register Type: Read Only Default: GMT Modbus Format: 38470 ( 9646 hex ) Touchscreen Menu Path: 6 Bytes Home → Log → Start Current / Temperature / Overload → Last Peak Start Current / Last Temperature / Last Overload -2 Page 3–56 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Parameter Details – “Log” Menu of Parameters (continued) Each SR55 is tested at the factory, and each unit may have a brief log history from this testing. P16.3 – Event Time – Last Peak Start Current / Last Temperature / Last Overload -3 Description: Displays the event time -3. Range: hh:mm:ss Modbus Address: 38473 ( 9649 hex ) Touchscreen Menu Path: Modbus Decimal Value: Time (ms) since midnight (bytes5,4,3,2) and Days since 01/01/1984 (bytes1,0) Holding Register Type: Read Only Default: GMT Modbus Format: 6 Bytes Home → Log → Start Current / Temperature / Overload → Last Peak Start Current / Last Temperature / Last Overload -3 P16.4 – Event Time – Last Peak Start Current / Last Temperature / Last Overload -4 Description: Displays the event time -4. Range: hh:mm:ss Modbus Address: 38476 ( 964C hex ) Touchscreen Menu Path: Modbus Decimal Value: Time (ms) since midnight (bytes5,4,3,2) and Days since 01/01/1984 (bytes1,0) Holding Register Type: Read Only Default: GMT Modbus Format: 6 Bytes Home → Log → Start Current / Temperature / Overload → Last Peak Start Current / Last Temperature / Last Overload -4 P16.5 – Event Time – Last Peak Start Current / Last Temperature / Last Overload -5 Description: Displays the event time -5. Range: hh:mm:ss Modbus Address: 38479 ( 964F hex ) Touchscreen Menu Path: Modbus Decimal Value: Time (ms) since midnight (bytes5,4,3,2) and Days since 01/01/1984 (bytes1,0) Holding Register Type: Read Only Default: GMT Modbus Format: 6 Bytes Home → Log → Start Current / Temperature / Overload → Last Peak Start Current / Last Temperature / Last Overload -5 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–57 Chapter 3: Configuration and Parameters Parameter Details – “Log” Menu of Parameters (continued) Each SR55 is tested at the factory, and each unit may have a brief log history from this testing. P16.6 – Event Time – Last Peak Start Current / Last Temperature / Last Overload -6 Description: Displays the event time -6. Range: hh:mm:ss Modbus Decimal Value: Time (ms) since midnight (bytes5,4,3,2) and Days since 01/01/1984 (bytes1,0) Modbus Address: Holding Register Type: Read Only Default: GMT Modbus Format: 38482 ( 9652 hex ) Touchscreen Menu Path: 6 Bytes Home → Log → Start Current / Temperature / Overload → Last Peak Start Current / Last Temperature / Last Overload -6 P16.7 – Event Time – Last Peak Start Current / Last Temperature / Last Overload -7 Description: Displays the event time -7. Range: hh:mm:ss Modbus Decimal Value: Time (ms) since midnight (bytes5,4,3,2) and Days since 01/01/1984 (bytes1,0) Modbus Address: Holding Register Type: Read Only Default: GMT Modbus Format: 38485 ( 9655 hex ) Touchscreen Menu Path: 6 Bytes Home → Log → Start Current / Temperature / Overload → Last Peak Start Current / Last Temperature / Last Overload -7 P16.8 – Event Time – Last Peak Start Current / Last Temperature / Last Overload -8 Description: Displays the event time -8. Range: hh:mm:ss Modbus Decimal Value: Time (ms) since midnight (bytes5,4,3,2) and Days since 01/01/1984 (bytes1,0) Modbus Address: Holding Register Type: Read Only Default: GMT Modbus Format: 38488 ( 9658 hex ) Touchscreen Menu Path: 6 Bytes Home → Log → Start Current / Temperature / Overload → Last Peak Start Current / Last Temperature / Last Overload -8 Page 3–58 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Parameter Details – “Log” Menu of Parameters (continued) Each SR55 is tested at the factory, and each unit may have a brief log history from this testing. P16.9 – Event Time – Last Peak Start Current / Last Temperature / Last Overload -9 Description: Displays the event time -9. Range: hh:mm:ss Modbus Address: 38491 ( 965B hex ) Touchscreen Menu Path: Modbus Decimal Value: Time (ms) since midnight (bytes5,4,3,2) and Days since 01/01/1984 (bytes1,0) Holding Register Type: Read Only Default: GMT Modbus Format: 6 Bytes Home → Log → Start Current / Temperature / Overload → Last Peak Start Current / Last Temperature / Last Overload -9 Log “Trip Log” & Event Times Parameters P17.0 – Last Trip Description: Type: Read Only Displays the last Fault trip. • Refer to “Trip Code Descriptions” in this chapter. Range: • Trip: 0 – 65,535 • Trip Time: hh:mm:ss Modbus Address: • Trip: 60608 ( ECC0 hex ) • Trip Time: 60672 ( ED00 hex ) Touchscreen Menu Path: Modbus Decimal Value: • linear scale ( 1 = 1 ) • Time (ms) since midnight (bytes5,4,3,2) and Days since 01/01/1984 (bytes1,0) Default: • 0 • GMT Modbus Format: • 16-bit unsigned • 6 Bytes Home → Log → Trip Log → Last Trip P17.1 – Last Trip -1 Description: Type: Read Only Displays the last Fault trip -1. • Refer to “Trip Code Descriptions” in this chapter. Range: • Trip: 0 – 65,535 • Trip Time: hh:mm:ss Modbus Address: • 60609 ( ECC1 hex ) • 60675 ( ED03 hex ) Touchscreen Menu Path: Modbus Decimal Value: • linear scale ( 1 = 1 ) • Time (ms) since midnight (bytes5,4,3,2) and Days since 01/01/1984 (bytes1,0) Default: • 0 • GMT Modbus Format: • 16-bit unsigned • 6 Bytes Home → Log → Trip Log → Last Trip -1 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–59 Chapter 3: Configuration and Parameters Parameter Details – “Log” Menu of Parameters (continued) Each SR55 is tested at the factory, and each unit may have a brief log history from this testing. P17.2 – Last Trip -2 Description: Type: Read Only Displays the last Fault trip -2. • Refer to “Trip Code Descriptions” in this chapter. Range: Modbus Decimal Value: • Trip: 0 – 65,535 • Trip Time: hh:mm:ss Modbus Address: • linear scale ( 1 = 1 ) • Time (ms) since midnight (bytes5,4,3,2) and Days since 01/01/1984 (bytes1,0) Default: • 0 • GMT Modbus Format: • 60610 ( ECC2 hex ) • 60678 ( ED06 hex ) Touchscreen Menu Path: • 16-bit unsigned • 6 Bytes Home → Log → Trip Log → Last Trip -2 P17.3 – Last Trip -3 Description: Type: Read Only Displays the last Fault trip -3. • Refer to “Trip Code Descriptions” in this chapter. Range: Modbus Decimal Value: • Trip: 0 – 65,535 • Trip Time: hh:mm:ss Modbus Address: • linear scale ( 1 = 1 ) • Time (ms) since midnight (bytes5,4,3,2) and Days since 01/01/1984 (bytes1,0) Default: • 0 • GMT Modbus Format: • 60611 ( ECC3 hex ) • 60681 ( ED09 hex ) Touchscreen Menu Path: • 16-bit unsigned • 6 Bytes Home → Log → Trip Log → Last Trip -3 P17.4 – Last Trip -4 Description: Type: Read Only Displays the last Fault trip -4. • Refer to “Trip Code Descriptions” in this chapter. Range: Modbus Decimal Value: • Trip: 0 – 65,535 • Trip Time: hh:mm:ss Modbus Address: • linear scale ( 1 = 1 ) • Time (ms) since midnight (bytes5,4,3,2) and Days since 01/01/1984 (bytes1,0) Default: • 0 • GMT Modbus Format: • 60612 ( ECC4 hex ) • 60684 ( ED0C hex ) Touchscreen Menu Path: • 16-bit unsigned • 6 Bytes Home → Log → Trip Log → Last Trip -4 Page 3–60 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Parameter Details – “Log” Menu of Parameters (continued) Each SR55 is tested at the factory, and each unit may have a brief log history from this testing. P17.5 – Last Trip -5 Description: Type: Read Only Displays the last Fault trip -5. • Refer to “Trip Code Descriptions” in this chapter. Range: • Trip: 0 – 65,535 • Trip Time: hh:mm:ss Modbus Address: • 60613 ( ECC5 hex ) • 60687 ( ED0F hex ) Touchscreen Menu Path: Modbus Decimal Value: • linear scale ( 1 = 1 ) • Time (ms) since midnight (bytes5,4,3,2) and Days since 01/01/1984 (bytes1,0) Default: • 0 • GMT Modbus Format: • 16-bit unsigned • 6 Bytes Home → Log → Trip Log → Last Trip -5 P17.6 – Last Trip -6 Description: Type: Read Only Displays the last Fault trip -6. • Refer to “Trip Code Descriptions” in this chapter. Range: • Trip: 0 – 65,535 • Trip Time: hh:mm:ss Modbus Address: • 60614 ( ECC6 hex ) • 60690 ( ED12 hex ) Touchscreen Menu Path: Modbus Decimal Value: • linear scale ( 1 = 1 ) • Time (ms) since midnight (bytes5,4,3,2) and Days since 01/01/1984 (bytes1,0) Default: • 0 • GMT Modbus Format: • 16-bit unsigned • 6 Bytes Home → Log → Trip Log → Last Trip -6 P17.7 – Last Trip -7 Description: Type: Read Only Displays the last Fault trip -7. • Refer to “Trip Code Descriptions” in this chapter. Range: • Trip: 0 – 65,535 • Trip Time: hh:mm:ss Modbus Address: • 60615 ( ECC7 hex ) • 60693 ( ED15 hex ) Touchscreen Menu Path: Modbus Decimal Value: • linear scale ( 1 = 1 ) • Time (ms) since midnight (bytes5,4,3,2) and Days since 01/01/1984 (bytes1,0) Default: • 0 • GMT Modbus Format: • 16-bit unsigned • 6 Bytes Home → Log → Trip Log → Last Trip -7 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–61 Chapter 3: Configuration and Parameters Parameter Details – “Log” Menu of Parameters (continued) Each SR55 is tested at the factory, and each unit may have a brief log history from this testing. P17.8 – Last Trip -8 Description: Type: Read Only Displays the last Fault trip -8. • Refer to “Trip Code Descriptions” in this chapter. Range: Modbus Decimal Value: • Trip: 0 – 65,535 • Trip Time: hh:mm:ss Modbus Address: • linear scale ( 1 = 1 ) • Time (ms) since midnight (bytes5,4,3,2) and Days since 01/01/1984 (bytes1,0) Default: • 0 • GMT Modbus Format: • 60616 ( ECC8 hex ) • 60696 ( ED18 hex ) Touchscreen Menu Path: • 16-bit unsigned • 6 Bytes Home → Log → Trip Log → Last Trip -8 P17.9 – Last Trip -9 Description: Type: Read Only Displays the last Fault trip -9. • Refer to “Trip Code Descriptions” in this chapter. Range: Modbus Decimal Value: • Trip: 0 – 65,535 • Trip Time: hh:mm:ss Modbus Address: • linear scale ( 1 = 1 ) • Time (ms) since midnight (bytes5,4,3,2) and Days since 01/01/1984 (bytes1,0) Default: • 0 • GMT Modbus Format: • 60617 ( ECC9 hex ) • 60699 ( ED1B hex ) Touchscreen Menu Path: • 16-bit unsigned • 6 Bytes Home → Log → Trip Log → Last Trip -9 Log “Start Current Log” Parameters P18.0 – Last Peak Current Description: Type: Read Only Displays the peak current of the last successful start. Range: Modbus Decimal Value: 0A – 10,000A linear scale (1 = 1mA) Current (A) = (Value / 1000) Modbus Address: Default: 0A Modbus Format: 38400/38401 ( 9600/9601 hex ) Touchscreen Menu Path: 32-bit unsigned Home → Log → Start Current Log → Last Peak Current (Home → Monitor → Last Peak Current) Page 3–62 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Parameter Details – “Log” Menu of Parameters (continued) Each SR55 is tested at the factory, and each unit may have a brief log history from this testing. P18.1 – Last Peak Start Current -1 Description: Type: Read Only Displays the peak current of the last successful start -1. Range: 0A – 10,000A Modbus Address: 38402/38403 ( 9602/9603 hex ) Touchscreen Menu Path: Modbus Decimal Value: linear scale (1 = 1mA) Current (A) = (Value / 1000) Default: 0A Modbus Format: 32-bit unsigned Home → Log → Start Current Log → Last Peak Start Current -1 P18.2 – Last Peak Start Current -2 Description: Type: Read Only Displays the peak current of the last successful start -2. Range: 0A – 10,000A Modbus Address: 38404/38405 ( 9604/9605 hex ) Touchscreen Menu Path: Modbus Decimal Value: linear scale (1 = 1mA) Current (A) = (Value / 1000) Default: 0A Modbus Format: 32-bit unsigned Home → Log → Start Current Log → Last Peak Start Current -2 P18.3 – Last Peak Start Current -3 Description: Type: Read Only Displays the peak current of the last successful start -3. Range: 0A – 10,000A Modbus Address: 38406/38407 ( 9606/9607 hex ) Touchscreen Menu Path: Modbus Decimal Value: linear scale (1 = 1mA) Current (A) = (Value / 1000) Default: 0A Modbus Format: 32-bit unsigned Home → Log → Start Current Log → Last Peak Start Current -3 P18.4 – Last Peak Start Current -4 Description: Type: Read Only Displays the peak current of the last successful start -4. Range: 0A – 10,000A Modbus Address: 38408/38409 ( 9608/9609 hex ) Touchscreen Menu Path: Modbus Decimal Value: linear scale (1 = 1mA) Current (A) = (Value / 1000) Default: 0A Modbus Format: 32-bit unsigned Home → Log → Start Current Log → Last Peak Start Current -4 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–63 Chapter 3: Configuration and Parameters Parameter Details – “Log” Menu of Parameters (continued) Each SR55 is tested at the factory, and each unit may have a brief log history from this testing. P18.5 – Last Peak Start Current -5 Description: Type: Read Only Displays the peak current of the last successful start -5. Range: Modbus Decimal Value: 0A – 10,000A linear scale (1 = 1mA) Current (A) = (Value / 1000) Modbus Address: Default: 0A Modbus Format: 38410/38411 ( 960A/960B hex ) Touchscreen Menu Path: 32-bit unsigned Home → Log → Start Current Log → Last Peak Start Current -5 P18.6 – Last Peak Start Current -6 Description: Type: Read Only Displays the peak current of the last successful start -6. Range: Modbus Decimal Value: 0A – 10,000A linear scale (1 = 1mA) Current (A) = (Value / 1000) Modbus Address: Default: 0A Modbus Format: 38412/38413 ( 960C/960D hex ) Touchscreen Menu Path: 32-bit unsigned Home → Log → Start Current Log → Last Peak Start Current -6 P18.7 – Last Peak Start Current -7 Description: Type: Read Only Displays the peak current of the last successful start -7. Range: Modbus Decimal Value: 0A – 10,000A linear scale (1 = 1mA) Current (A) = (Value / 1000) Modbus Address: Default: 0A Modbus Format: 38414/38415 ( 960E/960F hex ) Touchscreen Menu Path: 32-bit unsigned Home → Log → Start Current Log → Last Peak Start Current -7 P18.8 – Last Peak Start Current -8 Description: Type: Read Only Displays the peak current of the last successful start -8. Range: Modbus Decimal Value: 0A – 10,000A linear scale (1 = 1mA) Current (A) = (Value / 1000) Modbus Address: Default: 0A Modbus Format: 38416/38417 ( 9610/9611 hex ) Touchscreen Menu Path: 32-bit unsigned Home → Log → Start Current Log → Last Peak Start Current -8 Page 3–64 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Parameter Details – “Log” Menu of Parameters (continued) Each SR55 is tested at the factory, and each unit may have a brief log history from this testing. P18.9 – Last Peak Start Current -9 Description: Type: Read Only Displays the peak current of the last successful start -9. Range: Modbus Decimal Value: 0A – 10,000A Modbus Address: Default: linear scale (1 = 1mA) Current (A) = (Value / 1000) 0A Modbus Format: 38418/38419 ( 9612/9613 hex ) Touchscreen Menu Path: 32-bit unsigned Home → Log → Start Current Log → Last Peak Start Current -9 Log “Stop Current Log” & Event Times Parameters P19.0 – Last Peak Stop Current Description: Type: Read Only Displays the peak current of the last successful stop. Range: • Peak Current: 0A – 10,000A • Peak Current Time: hh:mm:ss Modbus Address: Modbus Decimal Value: Default: • 0A • linear scale (1 = 1mA) Current (A) = (Value / 1000) • Time (ms) since midnight (bytes5,4,3,2) and Days since 01/01/1984 (bytes1,0) • GMT Modbus Format: • Peak Current: 39040/39041 ( 9880/9881 hex ) • Peak Current Time: 39104/39105/39106 ( 98C0/98C1/98C2 hex ) • 32-bit unsigned • 6 Bytes Touchscreen Menu Path: Home → Log → Stop Current Log → Last Peak Stop Current P19.1 – Last Peak Stop Current -1 Description: Type: Read Only Displays the peak current of the last successful stop -1. Range: • Peak Current: 0A – 10,000A • Peak Current Time: hh:mm:ss Modbus Address: Modbus Decimal Value: • linear scale (1 = 1mA) Current (A) = (Value / 1000) • Time (ms) since midnight (bytes5,4,3,2) and Days since 01/01/1984 (bytes1,0) Default: • 0A • GMT Modbus Format: • Peak Current: 39042/39043 ( 9882/9883 hex ) • Peak Current Time: 39107/39108/39109 ( 98C3/98C4/98C5 hex ) Touchscreen Menu Path: • 32-bit unsigned • 6 Bytes Home → Log → Stop Current Log → Last Peak Stop Current -1 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–65 Chapter 3: Configuration and Parameters Parameter Details – “Log” Menu of Parameters (continued) Each SR55 is tested at the factory, and each unit may have a brief log history from this testing. P19.2 – Last Peak Stop Current -2 Description: Type: Read Only Displays the peak current of the last successful stop -2. Range: Modbus Decimal Value: • Peak Current: 0A – 10,000A • Peak Current Time: hh:mm:ss Modbus Address: Default: • 0A • linear scale (1 = 1mA) Current (A) = (Value / 1000) • Time (ms) since midnight (bytes5,4,3,2) and Days since 01/01/1984 (bytes1,0) • GMT Modbus Format: • Peak Current: 39044/39045 ( 9884/9885 hex ) • Peak Current Time: 39110/39111/39112 ( 98C6/98C7/98C8 hex ) Touchscreen Menu Path: • 32-bit unsigned • 6 Bytes Home → Log → Stop Current Log → Last Peak Stop Current -2 P19.3 – Last Peak Stop Current -3 Description: Type: Read Only Displays the peak current of the last successful stop -3. Range: Modbus Decimal Value: • Peak Current: 0A – 10,000A • Peak Current Time: hh:mm:ss Modbus Address: Default: • 0A • linear scale (1 = 1mA) Current (A) = (Value / 1000) • Time (ms) since midnight (bytes5,4,3,2) and Days since 01/01/1984 (bytes1,0) • GMT Modbus Format: • Peak Current: 39046/39047 ( 9886/9887 hex ) • Peak Current Time: 39113/39114/39115 ( 98C9/98CA/98CB hex ) Touchscreen Menu Path: • 32-bit unsigned • 6 Bytes Home → Log → Stop Current Log → Last Peak Stop Current -3 P19.4 – Last Peak Stop Current -4 Description: Type: Read Only Displays the peak current of the last successful stop -4. Range: Modbus Decimal Value: • Peak Current: 0A – 10,000A • Peak Current Time: hh:mm:ss Modbus Address: • linear scale (1 = 1mA) Current (A) = (Value / 1000) • Time (ms) since midnight (bytes5,4,3,2) and Days since 01/01/1984 (bytes1,0) Default: • 0A • GMT Modbus Format: • Peak Current: 39048/39049 ( 9888/9889 hex ) • Peak Current Time: 39116/39117/39118 ( 98CC/98CD/98CE hex ) Touchscreen Menu Path: • 32-bit unsigned • 6 Bytes Home → Log → Stop Current Log → Last Peak Stop Current -4 Page 3–66 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Parameter Details – “Log” Menu of Parameters (continued) Each SR55 is tested at the factory, and each unit may have a brief log history from this testing. P19.5 – Last Stop Current -5 Description: Type: Read Only Displays the peak current of the last successful stop -5. Range: • Peak Current: 0A – 10,000A • Peak Current Time: hh:mm:ss Modbus Address: Modbus Decimal Value: Default: • 0A • linear scale (1 = 1mA) Current (A) = (Value / 1000) • Time (ms) since midnight (bytes5,4,3,2) and Days since 01/01/1984 (bytes1,0) • GMT Modbus Format: • Peak Current: 39050/39051 ( 988A/988B hex ) • Peak Current Time: 39119/39120/39121 ( 98CF/98D0/98D1 hex ) • 32-bit unsigned • 6 Bytes Touchscreen Menu Path: Home → Log → Stop Current Log → Last Peak Stop Current -5 P19.6 – Last Peak Stop Current -6 Description: Type: Read Only Displays the peak current of the last successful stop -6. Range: • Peak Current: 0A – 10,000A • Peak Current Time: hh:mm:ss Modbus Address: Modbus Decimal Value: Default: • 0A • linear scale (1 = 1mA) Current (A) = (Value / 1000) • Time (ms) since midnight (bytes5,4,3,2) and Days since 01/01/1984 (bytes1,0) • GMT Modbus Format: • Peak Current: 39052/39053 ( 988C/988D hex ) • Peak Current Time: 39122/39123/39124 ( 98D2/98D3/98D4 hex ) • 32-bit unsigned • 6 Bytes Touchscreen Menu Path: Home → Log → Stop Current Log → Last Peak Stop Current -6 P19.7 – Last Peak Stop Current -7 Description: Type: Read Only Displays the peak current of the last successful stop -7. Range: • Peak Current: 0A – 10,000A • Peak Current Time: hh:mm:ss Modbus Address: Modbus Decimal Value: • linear scale (1 = 1mA) Current (A) = (Value / 1000) • Time (ms) since midnight (bytes5,4,3,2) and Days since 01/01/1984 (bytes1,0) Default: • 0A • GMT Modbus Format: • Peak Current: 39054/39055 ( 988E/988F hex ) • Peak Current Time: 39125/39126/39127 ( 98D5/98D6/98D7 hex ) Touchscreen Menu Path: • 32-bit unsigned • 6 Bytes Home → Log → Stop Current Log → Last Peak Stop Current -7 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–67 Chapter 3: Configuration and Parameters Parameter Details – “Log” Menu of Parameters (continued) Each SR55 is tested at the factory, and each unit may have a brief log history from this testing. P19.8 – Last Peak Stop Current -8 Description: Type: Read Only Displays the peak current of the last successful stop -8. Range: Modbus Decimal Value: • Peak Current: 0A – 10,000A • Peak Current Time: hh:mm:ss Modbus Address: Default: • 0A • linear scale (1 = 1mA) Current (A) = (Value / 1000) • Time (ms) since midnight (bytes5,4,3,2) and Days since 01/01/1984 (bytes1,0) • GMT Modbus Format: • Peak Current: 39056/39057 ( 9890/9891 hex ) • Peak Current Time: 39128/39129/39130 ( 98D8/98D9/98DA hex ) Touchscreen Menu Path: • 32-bit unsigned • 6 Bytes Home → Log → Stop Current Log → Last Peak Stop Current -8 P19.9 – Last Peak Stop Current -9 Description: Type: Read Only Displays the peak current of the last successful stop -9. Range: Modbus Decimal Value: • Peak Current: 0A – 10,000A • Peak Current Time: hh:mm:ss Modbus Address: Default: • linear scale (1 = 1mA) Current (A) = (Value / 1000) • Time (ms) since midnight (bytes5,4,3,2) and Days since 01/01/1984 (bytes1,0) • 0A • GMT Modbus Format: • Peak Current: 39058/39059 ( 9892/9893 hex ) • Peak Current Time: 39131/39132/39133 ( 98DB/98DC/98DD hex ) Touchscreen Menu Path: • 32-bit unsigned • 6 Bytes Home → Log → Stop Current Log → Last Peak Stop Current -9 Log “Temperature Log” Parameters P20.0 – Last Temperature Description: Type: Read Only Displays the heatsink temperature at the end of the last successful start. Range: Modbus Decimal Value: -20°C to 80°C bit12=0 [HighByte*16 + LowByte/16]bit12=1 256-[HighByte*16 + LowByte/16] Modbus Address: Default: ambient °C Modbus Format: 39680 ( 9B00 hex ) Touchscreen Menu Path: 16 bit (Highbyte=b11-b8, LowByte=b7-b0) Ta >= 0 b12=0 Ta < 0 b12=1 Home → Log → Temperature Log → Last Temperature Page 3–68 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Parameter Details – “Log” Menu of Parameters (continued) Each SR55 is tested at the factory, and each unit may have a brief log history from this testing. P20.1 – Last Temperature -1 Description: Type: Read Only Displays the heatsink temperature at the end of the last successful start -1. Range: -20°C to 80°C Modbus Address: 39681 ( 9B01 hex ) Touchscreen Menu Path: Modbus Decimal Value: bit12=0 [HighByte*16 + LowByte/16]bit12=1 256-[HighByte*16 + LowByte/16] Default: ambient °C Modbus Format: 16 bit (Highbyte=b11-b8, LowByte=b7-b0) Ta >= 0 b12=0 Ta < 0 b12=1 Home → Log → Temperature Log → Last Temperature -1 P20.2 – Last Temperature -2 Description: Type: Read Only Displays the heatsink temperature at the end of the last successful start -2. Range: -20°C to 80°C Modbus Address: 39682 ( 9B02 hex ) Touchscreen Menu Path: Modbus Decimal Value: bit12=0 [HighByte*16 + LowByte/16]bit12=1 256-[HighByte*16 + LowByte/16] Default: ambient °C Modbus Format: 16 bit (Highbyte=b11-b8, LowByte=b7-b0) Ta >= 0 b12=0 Ta < 0 b12=1 Home → Log → Temperature Log → Last Temperature -2 P20.3 – Last Temperature -3 Description: Type: Read Only Displays the heatsink temperature at the end of the last successful start -3. Range: -20°C to 80°C Modbus Address: 39683 ( 9B03 hex ) Touchscreen Menu Path: Modbus Decimal Value: bit12=0 [HighByte*16 + LowByte/16]bit12=1 256-[HighByte*16 + LowByte/16] Default: ambient °C Modbus Format: 16 bit (Highbyte=b11-b8, LowByte=b7-b0) Ta >= 0 b12=0 Ta < 0 b12=1 Home → Log → Temperature Log → Last Temperature -3 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–69 Chapter 3: Configuration and Parameters Parameter Details – “Log” Menu of Parameters (continued) Each SR55 is tested at the factory, and each unit may have a brief log history from this testing. P20.4 – Last Temperature -4 Description: Type: Read Only Displays the heatsink temperature at the end of the last successful start -4. Range: Modbus Decimal Value: -20°C to 80°C bit12=0 [HighByte*16 + LowByte/16]bit12=1 256-[HighByte*16 + LowByte/16] Modbus Address: Default: ambient °C Modbus Format: 39684 ( 9B04 hex ) Touchscreen Menu Path: 16 bit (Highbyte=b11-b8, LowByte=b7-b0) Ta >= 0 b12=0 Ta < 0 b12=1 Home → Log → Temperature Log → Last Temperature -4 P20.5 – Last Temperature -5 Description: Type: Read Only Displays the heatsink temperature at the end of the last successful start -5. Range: Modbus Decimal Value: -20°C to 80°C bit12=0 [HighByte*16 + LowByte/16]bit12=1 256-[HighByte*16 + LowByte/16] Modbus Address: Default: ambient °C Modbus Format: 39685 ( 9B05 hex ) Touchscreen Menu Path: 16 bit (Highbyte=b11-b8, LowByte=b7-b0) Ta >= 0 b12=0 Ta < 0 b12=1 Home → Log → Temperature Log → Last Temperature -5 P20.6 – Last Temperature -6 Description: Type: Read Only Displays the heatsink temperature at the end of the last successful start -6. Range: Modbus Decimal Value: -20°C to 80°C bit12=0 [HighByte*16 + LowByte/16]bit12=1 256-[HighByte*16 + LowByte/16] Modbus Address: Default: ambient °C Modbus Format: 39686 ( 9B06 hex ) Touchscreen Menu Path: 16 bit (Highbyte=b11-b8, LowByte=b7-b0) Ta >= 0 b12=0 Ta < 0 b12=1 Home → Log → Temperature Log → Last Temperature -6 Page 3–70 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Parameter Details – “Log” Menu of Parameters (continued) Each SR55 is tested at the factory, and each unit may have a brief log history from this testing. P20.7 – Last Temperature -7 Description: Type: Read Only Displays the heatsink temperature at the end of the last successful start -7. Range: -20°C to 80°C Modbus Address: 39687 ( 9B07 hex ) Touchscreen Menu Path: Modbus Decimal Value: bit12=0 [HighByte*16 + LowByte/16]bit12=1 256-[HighByte*16 + LowByte/16] Default: ambient °C Modbus Format: 16 bit (Highbyte=b11-b8, LowByte=b7-b0) Ta >= 0 b12=0 Ta < 0 b12=1 Home → Log → Temperature Log → Last Temperature -7 P20.8 – Last Temperature -8 Description: Type: Read Only Displays the heatsink temperature at the end of the last successful start -8. Range: -20°C to 80°C Modbus Address: 39688 ( 9B08 hex ) Touchscreen Menu Path: Modbus Decimal Value: bit12=0 [HighByte*16 + LowByte/16]bit12=1 256-[HighByte*16 + LowByte/16] Default: ambient °C Modbus Format: 16 bit (Highbyte=b11-b8, LowByte=b7-b0) Ta >= 0 b12=0 Ta < 0 b12=1 Home → Log → Temperature Log → Last Temperature -8 P20.9 – Last Temperature -9 Description: Type: Read Only Displays the heatsink temperature at the end of the last successful start -9. Range: -20°C to 80°C Modbus Address: 39689 ( 9B09 hex ) Touchscreen Menu Path: Modbus Decimal Value: bit12=0 [HighByte*16 + LowByte/16]bit12=1 256-[HighByte*16 + LowByte/16] Default: ambient °C Modbus Format: 16 bit (Highbyte=b11-b8, LowByte=b7-b0) Ta >= 0 b12=0 Ta < 0 b12=1 Home → Log → Temperature Log → Last Temperature -9 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–71 Chapter 3: Configuration and Parameters Parameter Details – “Log” Menu of Parameters (continued) Each SR55 is tested at the factory, and each unit may have a brief log history from this testing. Log “Overload Log” Parameters P21.0 – Last overload Description: Type: Read Only Displays the overload level at the end of the last successful start. Range: Modbus Decimal Value: 0% to 100% linear scale ( 1 = 0.006104 % ) Modbus Address: Modbus Format: 40320 ( 9D80 hex ) Default: 0% 16 bit unsigned Touchscreen Menu Path: Home → Log → Overload Log → Last Overload P21.1 – Last overload -1 Description: Type: Read Only Displays the overload level at the end of the last successful start -1. Range: Modbus Decimal Value: 0% to 100% linear scale ( 1 = 0.006104 % ) Modbus Address: Modbus Format: 40321 ( 9D81 hex ) Default: 0% 16 bit unsigned Touchscreen Menu Path: Home → Log → Overload Log → Last Overload -1 P21.2 – Last overload -2 Description: Type: Read Only Displays the overload level at the end of the last successful start -2. Range: Modbus Decimal Value: 0% to 100% linear scale ( 1 = 0.006104 % ) Modbus Address: Modbus Format: 40322 ( 9D82 hex ) Default: 0% 16 bit unsigned Touchscreen Menu Path: Home → Log → Overload Log → Last Overload -2 P21.3 – Last overload -3 Description: Type: Read Only Displays the overload level at the end of the last successful start -3. Range: Modbus Decimal Value: 0% to 100% linear scale ( 1 = 0.006104 % ) Modbus Address: Modbus Format: 40323 ( 9D83 hex ) Default: 0% 16 bit unsigned Touchscreen Menu Path: Home → Log → Overload Log → Last Overload -3 P21.4 – Last overload -4 Description: Type: Read Only Displays the overload level at the end of the last successful start -4. Range: Modbus Decimal Value: 0% to 100% linear scale ( 1 = 0.006104 % ) Modbus Address: Modbus Format: 40324 ( 9D84 hex ) Touchscreen Menu Path: Default: 0% 16 bit unsigned Home → Log → Overload Log → Last Overload -4 Page 3–72 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Parameter Details – “Log” Menu of Parameters (continued) Each SR55 is tested at the factory, and each unit may have a brief log history from this testing. P21.5 – Last overload -5 Description: Type: Read Only Displays the overload level at the end of the last successful start -5. Range: 0% to 100% Modbus Address: Modbus Decimal Value: linear scale ( 1 = 0.006104 % ) Modbus Format: 40325 ( 9D85 hex ) Default: 0% 16 bit unsigned Touchscreen Menu Path: Home → Log → Overload Log → Last Overload -5 P21.6 – Last overload -6 Description: Type: Read Only Displays the overload level at the end of the last successful start -6. Range: 0% to 100% Modbus Address: Modbus Decimal Value: linear scale ( 1 = 0.006104 % ) Modbus Format: 40326 ( 9D86 hex ) Default: 0% 16 bit unsigned Touchscreen Menu Path: Home → Log → Overload Log → Last Overload -6 P21.7 – Last overload -7 Description: Type: Read Only Displays the overload level at the end of the last successful start -7. Range: 0% to 100% Modbus Address: Modbus Decimal Value: linear scale ( 1 = 0.006104 % ) Modbus Format: 40327 ( 9D87 hex ) Default: 0% 16 bit unsigned Touchscreen Menu Path: Home → Log → Overload Log → Last Overload -7 P21.8 – Last overload -8 Description: Type: Read Only Displays the overload level at the end of the last successful start -8. Range: 0% to 100% Modbus Address: 40328 ( 9D88 hex ) Touchscreen Menu Path: Modbus Decimal Value: linear scale ( 1 = 0.006104 % ) Modbus Format: Default: 0% 16 bit unsigned Home → Log → Overload Log → Last Overload -8 P21.9 – Last overload -9 Description: Type: Read Only Displays the overload level at the end of the last successful start -9. Range: 0% to 100% Modbus Address: 40329 ( 9D89 hex ) Touchscreen Menu Path: Modbus Decimal Value: linear scale ( 1 = 0.006104 % ) Modbus Format: Default: 0% 16-bit unsigned Home → Log → Overload Log → Last Overload -9 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–73 Chapter 3: Configuration and Parameters Parameter Details – “Log” Menu of Parameters (continued) Each SR55 is tested at the factory, and each unit may have a brief log history from this testing. Log “Totals Log” Parameter P22.0 – Number of Starts Description: The total number of successful starts. Range: 0 to 4,294,836,225 Modbus Address: 35840/3841 ( 8C00/8C01 hex ) Touchscreen Menu Path: Type: Read Only Modbus Decimal Value: linear scale ( 1 = 1 ) Modbus Format: Default: 0 32-bit unsigned Home → Log → Totals Log → Number of Starts Log “Download Log File” Parameter P23.0 – Download Log File Description: Type: Read/Write Download the full log file onto the USB flash drive. • The SR55 logs several parameters during normal and fault conditions. • Data is stored in CSV format. • Log file cannot be downloaded using the remote touchscreen. Please use the on-board touchscreen only. Range: Modbus Decimal Value: n/a n/a Modbus Address: Modbus Format: n/a Touchscreen Menu Path: Default: n/a n/a Home → Log → Download Log File Log “Clear Trip Log” Parameter P24.0 – Clear Trip Log Description: Deletes all of the history in the Trip Log. Range: Yes / No Type: Read/Write Modbus Decimal Value: n/a Modbus Address: Modbus Format: n/a Touchscreen Menu Path: Default: n/a n/a Home → Log → Clear Trip Log Page 3–74 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Parameter Details (continued) “Device” Menu of Parameters P25.0 – Update Firmware Description: Type: Read/Write Used to upgrade to the latest version of firmware using a USB flash drive. Range: Modbus Decimal Value: n/a n/a Modbus Address: Modbus Format: n/a Default: n/a n/a Touchscreen Menu Path: Home → Device → Update Firmware P25.1 – Date Description: Type: Read/Write Enter current date. • Date format can be set to either dd/mm/yyyy or mm/dd/yyyy; refer to “Date format” parameter. Range: Modbus Decimal Value: • dd/mm/yyyy • mm/dd/yyyy n/a Modbus Address: Default: n/a Modbus Format: See “Time” parameter for date address. n/a Touchscreen Menu Path: Home → Device → Date P25.2 – Time Description: Allows the time to be changed to ‘local’ time. Range: hh:mm:ss Modbus Address: 14720 ( 3980 hex ) Touchscreen Menu Path: Type: Read/Write Modbus Decimal Value: Time(ms) since midnight (bytes5,4,3,2) and Days since 01/01/1984 (bytes1,0) Default: GMT Modbus Format: 6 Bytes Home → Device → Time Time derivation example Time is derived from the number of milliseconds since midnight. Date can be derived from the number of days since midnight 1st Jan 1984. If Modbus addresses 14720 thru 14724 (6 bytes) and the time is 09:50 and the date is 9th March 2015, then the SR55 will return: 021C49782C7E. Where: 021C4978 = # milliseconds since midnight, and 2C7E = # days since 01/01/84. Since there are 60 seconds in a minute, 3600 seconds in an hour, and 86400 seconds in a day, the time can be derived as follows: • 021C4978h = 35407992d (ms) = 35407 (s) • Hour = 35407 mod 86400/3600 = 09 • Min = 35407 mod 3600/60 = 50 • Sec = 35407 mod 60 = 07 So the time is 09:50:07. For the date the SR55 will only return the number of days since 01/01/84. So: 2C7Eh = 11390d. Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–75 Chapter 3: Configuration and Parameters Parameter Details – “Device” Parameters (continued) P25.3 – Language Description: Hold. Reg. Type: Read/Write Selects the display language for the touchscreen. Enter the required language from the displayed list. Range: • • • • • • • • • • • • Modbus Decimal Value: • • • • • • • • • • • • ENG DEU FRA ITA CHN TUR POR JPN SRB RUS VIE KOR Modbus Address: 1 2 3 4 5 6 7 8 9 10 11 12 Default (decimal): • English (1) Modbus Format: 13376 ( 3440 hex ) Touchscreen Menu Path: 16-bit unsigned Home → Device → Language P25.4 – Passcode Description: Type: Read/Write Stops unauthorized access to read/write parameters. • The “Screen lock” must be turned on for the passcode be active. • With passcode protection on, the SR55 can still be started and stopped. The Log and Monitor screens can also still be accessed. Range: Modbus Decimal Value: 0 – 9 per Byte (ASCII character) Modbus Address: • • • • 12864 ( 3240 hex ) – Byte 3 (MSB) 12865 ( 3241 hex ) – Byte 2 12866 ( 3242 hex ) – Byte 1 12867 ( 3243 hex ) – Byte 0 Touchscreen Menu Path: 48–57 (48 = “0” ... 57 = “9”) Modbus Format: • • • • Default: n/a 16-bit unsigned 16-bit unsigned 16-bit unsigned 16-bit unsigned Home → Device → Passcode P25.5 – Backlight Timeout Description: Type: Read/Write Time for backlight on display. • After the period set, the back light on the screen will turn off. • To reactivate, touch screen anywhere. • To disable, set to 0. Range: 0s – 3600s Modbus Address: Modbus Decimal Value: Default: linear scale ( 1 = 1 s ) 60s Modbus Format: 14208 ( 3780 hex ) Touchscreen Menu Path: 16-bit unsigned Home → Device → Backlight Timeout Page 3–76 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Parameter Details (continued) Device “Networks” Parameters P26.0 – Address Description: Sets the Modbus station number. Range: 1 – 32 Modbus Address: 16000 ( 3E80 hex ) Touchscreen Menu Path: Type: Read/Write Modbus Decimal Value: Default: linear scale ( 1 = 1 ) 1 Modbus Format: 16-bit unsigned Home → Device → Networks → Modbus Network Settings → Address P26.1 – Baud Rate Description: Sets the serial communications baud rate. Range: • • • • • 9600 19200 38400 57600 115200 Modbus Address: 16064 ( 3EC0 hex ) Touchscreen Menu Path: Hold. Reg. Type: Read/Write Modbus Decimal Value: • • • • • 0 1 2 3 4 Default (decimal): • 19200 (1) Modbus Format: 16-bit unsigned Home → Device → Networks → Modbus Network Settings → Baud Rate P26.2 – Parity Description: Hold. Reg. Type: Read/Write Sets the serial communications parity bit. Also sets the stop bits. • No parity uses 2 stop bits. • Odd/even parity uses 1 stop bit. Range: • None • Even • Odd Modbus Address: 16128 ( 3F00 hex ) Touchscreen Menu Path: Modbus Decimal Value: • 0 • 1 • 2 Default (decimal): • Even (1) Modbus Format: 16-bit unsigned Home → Device → Networks → Modbus Network Settings → Parity P26.3 – Traffic LEDs Description: Hold. Reg. Type: Read/Write Allows the user to check the state of the modbus communication network. • Red LED = Receive. • Green LED = Transmit. Range: Modbus Decimal Value: Default (decimal): • Off : The Red and Green LEDs display the SR55 status information. Turning traffic LEDs on will not allow normal operating LED states to indicate. Ex: Flashing red LED for a fault present. • On : T he Red and Green LEDS display the traffic on the Modbus communications network. Modbus Address: • 0 • Off (0) • 1 Modbus Format: 14080 ( 3700 hex ) Touchscreen Menu Path: 16-bit unsigned Home → Device → Networks → Modbus Network Settings → Traffic LEDs Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–77 Chapter 3: Configuration and Parameters Parameter Details – Device “Networks” Parameters (continued) P26.4 – Anybus / ModbusTCP / EtherNetIP Description: Type: Read Only Modbus TCP Communication Module. Active only with Anybus / ModbusTCP / EtherNetIP Communication Module installed. Range: • • • • Modbus Decimal Value: Address Serial Number Firmware Version Connection Modbus Address: – Touchscreen Menu Path: – Default: – Modbus Format: – Home → Device → Networks → Anybus / Modbus TCP / EtherNet/IP P26.5 – Timeout mS Description: Type: Read/Write Communications trip Timeout period. To prevent a ‘Communications Trip’ (If enabled), a parameter must be written to or read within this time period. Range: Modbus Decimal Value: 0ms – 60,000ms linear scale ( 1 = 1 ms ) Modbus Address: Modbus Format: 15808 ( 3DC0 hex ) Touchscreen Menu Path: Default: 5000ms 16-bit unsigned Home → Device → Networks → Timeout mS Device Parameters P27.0 – Reset Defaults Description: Hold. Reg. Type: Read/Write Restores the SR55 to the factory defaults. • Reset to factory defaults does not reset configurations that were set up in the Anybus modules, because the configuration is stored in the communication module; not the starter. Range: Modbus Decimal Value: • No • Yes • 0 • 1 Modbus Address: Default (decimal): • No (0) Modbus Format: 62080 ( F280 hex ) Touchscreen Menu Path: 16-bit unsigned Home → Device → Reset Defaults P27.1 – About Description: Type: Read Only Gives the SR55 model number, serial number, and current firmware versions. Range: Modbus Decimal Value: • Model number • Serial Number • Firmware versions Modbus Address: – Touchscreen Menu Path: – Default: – Modbus Format: – Home → Device → About Page 3–78 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Parameter Details – “Device” Parameters (continued) P27.2 – Screen Lock Description: Hold. Reg. Type: Read/Write Stops unauthorized access to read/write parameters. Range: • Off • On Modbus Address: 12992 ( 32C0 hex ) Touchscreen Menu Path: Modbus Decimal Value: • 0 • 1 Default (decimal): • Off (0) Modbus Format: 16-bit unsigned Home → Device → Screen Lock P27.3 – Date Format Description: Hold. Reg. Type: Read/Write Allows the date format to be changed to American. Range: • dd/mm/yyyy • mm/dd/yyyy Modbus Address: 13248 ( 33C0 hex ) Touchscreen Menu Path: Modbus Decimal Value: • 0 • 1 Default: • dd/mm/yyyy Modbus Format: 16-bit unsigned Home → Device → Date Format P27.4 – Temperature Format Description: Selects °C or °F for displayed temperatures. Range: • °C • °F Modbus Address: 13312 ( 3400 hex ) Touchscreen Menu Path: Type: Read/Write Modbus Decimal Value: • 0 • 1 Default: • °C Modbus Format: 16-bit unsigned Home → Device → Temperature Format P27.5 – Parameters to USB Description: Hold. Reg. Type: Read/Write Allows the user to save parameters. • Downloads the parameters from the SR55 to the USB drive. • Data is stored in CSV format. • Parameters cannot be saved to a USB using the remote touchscreen. Please use the on-board touchscreen only. Range: • No • Yes Modbus Address: 62272 ( F340 ) Touchscreen Menu Path: Modbus Decimal Value: • 0 • 1 Default (decimal): • No (0) Modbus Format: – Home → Device → Parameters to USB Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–79 Chapter 3: Configuration and Parameters Parameter Details – “Device” Parameters (continued) P27.6 – Parameters from USB Description: Hold. Reg. Type: Read/Write Allows the user to load parameters stored on a USB flash drive. • Uploads the parameters from the USB drive to the SR55. • Data is stored in CSV format. • Parameters cannot be uploaded from a USB using the remote touchscreen. Please use the onboard touchscreen only. Range: Modbus Decimal Value: • No • Yes • 0 • 1 Modbus Address: Default (decimal): • No (0) Modbus Format: 62336 ( F380 ) – Touchscreen Menu Path: Home → Device → Parameters from USB P27.7 – Service Code Description: Type: n/a Diagnostic parameter; for manufacturer’s use only. Range: Modbus Decimal Value: n/a Default: n/a Modbus Address: Modbus Format: 13120 ( 3340 hex ) n/a n/a Touchscreen Menu Path: Home → Device → Service Code Trip Code Descriptions Number & Name Description Trip Codes (from Trip Log) Phase L1 missing at the instant of start up. • The L1 phase is either missing or at a very low level. 101 • Check all incoming connections. Input Side Phase Loss • If a main contactor is being controlled by a digital output set to “Running,” check that “Contactor Delay” (under “Start Settings”) is sufficient. Phase L2 missing at the instant of start up. • The L2 phase is either missing or at a very low level. 102 • Check all incoming connections. Input Side Phase Loss • If a main contactor is being controlled by a digital output set to “Running,” check that “Contactor Delay” (under “Start Settings”) is sufficient. Phase L3 missing at the instant of start up. • The L3 phase is either missing or at a very low level. 103 • Check all incoming connections. Input Side Phase Loss • If a main contactor is being controlled by a digital output set to “Running,” check that “Contactor Delay” (under “Start Settings”) is sufficient. Any or all phases missing when the motor is being controlled (running). • L1, L2, or L3 are missing or at a very low level. 104 - 117 Input Side Phase Loss • Check all incoming connections. • Check any fuses/breakers incorporated in the power circuit. 201 Maximum Temperature Exceeded 208 Thermal Sensor Trip Page 3–80 Internal heatsink temperature has exceeded 80°C. • It is possible the SR55 is operating outside specified limits. • Check enclosure ventilation and airflow around the SR55. • If the unit trips immediately, the internal temperature sensor could be faulty. Thermal sensor failure. • The internal temperature sensor has failed. • Contact AutomationDirect. Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Trip Codes from Trip Log (continued) Number & Name 300-307 Thyristor Firing Trip 350-357 Thyristor Firing Trip Description One or more of the internal control thyristors (SCRs) have failed to turn on properly (In-Line “Firing Mode”) • The SR55 has detected that the SCRs are not operating as expected. • Check all incoming and outgoing connections. One or more of the internal control thyristors (SCRs) have failed to turn on properly (Delta “Firing Mode”). • The SR55 has detected that the SCRs are not operating as expected. • Check all incoming and outgoing connections. One or all of the phases are missing on the motor side during the instant of start up 401 Motor Side Phase Loss 402-403 Motor Side Phase Loss 601 Control Voltage Too Low 701-710 Sensing Fault Trip 801-802 Fan Problem 1001 Short Circuit Thyristor 1101 Low Current Trip 1201 Current Limit Timeout Trip 1202 Current Limit Timeout Trip • T1, T2, or T3 are missing or at a very low level. • Check that the motor is connected to T1, T2 and T3. • Ensure any disconnecting device between the SR55 and the motor is closed at the instant of start up. One or all of the phases are missing on the motor side during the instant of start up when the motor is being controlled. • T1, T2 or T3 are missing or at a very low level. • Check all incoming and outgoing connections. The internal control supply of the SR55 level has fallen to a low level. • Can be caused by a weak 24VDC/115VAC/230VAC control supply. • Ensure 24VDC/115VAC/230VAC supply meets the requirements specified in “Electrical Installation” Chapter 2 or the Quick Start Guide. One or more of the internal control thyristors (SCRs) have failed to turn on properly. • The SR55 has detected that the SCRs are not operating as expected. • Check connections all incoming and outgoing connections. One or more of the internal cooling fans has failed. • To ensure the heatsink is cooled sufficiently, the SR55 will trip if the fans fail to operate. • Check SR55 fans for signs of damage or contamination. One or more of the internal control thyristors (SCRs) have failed short circuit. • The SR55 has detected that the SCRs are not operating as expected. • Check all incoming and outgoing connections. The motor current has been lower than the “Low Trip Level” for the “Low Trip Time” (under “Motor Protection”). • This trip is not active during soft start and soft stop and is “off” by default. • If the Low Current Trip is not required, turn “off” in “Trip Settings.” The motor has been held in current limit longer than the “Start Current Limit Time.” • It is likely that the current limit level has been set too low for the application. • Increase the current limit level or timeout period. The motor has been held in current limit longer than the “Stop Current Limit Time.” • It is likely that the current limit level has been set too low for the application. • Increase the current limit level or timeout period. The “Overload” has exceeded 100%. 1301 Overload Trip • The SR55 is attempting to start an application that is outside its capacity or it is starting too often. • Refer to the overload trip curves to determine whether the SR55 has been sized correctly. The motor current has exceeded 475% (i-SR55) for a time greater than 250ms. 1302 Overload Trip 1401 Shearpin Trip • The SR55 is attempting to start an application that is outside its capacity with a “high current limit level” set. • Refer to the overload trip curves to determine whether the SR55 has been sized correctly, and check current limit level. The motor current has been higher than the “Shearpin Trip Level” for the “Shearpin Trip Time.” • This trip is not active during soft start and soft stop, and is “off” by default. • If “Shearpin Trip” is not required, turn “off” in “Trip Settings.” The PTC thermistor value has exceed the trip level (4kΩ). 1501 PTC Thermistor Trip • The PTC thermistor connected to the PTC input has exceeded its response temperature, or the PTC input is open circuit. • If the PTC Trip is not required, turn “off” in “Trip Settings.” Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–81 Chapter 3: Configuration and Parameters Trip Codes from Trip Log (continued) Number & Name Description Communications failure. • A parameter has not been written to or polled in the time set in 1701 the “Timeout” period (under “Device Networks”). Communications Trip • If the “Communications Trip” is disabled, the SR55 will not be stopped by the communications failure. One or more of the internal bypass relays has failed to close. 1801-1802 Bypass Relay Trip • The internal bypass relay has failed or the control supply is to weak. • Ensure 24VDC supply meets the requirements specified in “Electrical Installation” Chapter 2 or the Quick Start Guide. 1803 Bypass Relay Trip • The internal bypass relay has failed or the control supply is too weak. • Ensure 24VDC supply meets the requirements specified in “Electrical Installation” Chapter 2 or the Quick Start Guide. One or more of the internal bypass relays has failed to open. 1901 Cover Open, Close to Enable Motor Start 2001 Remote Start is Enabled The SR55 cover is open. • The cover is open or not closed properly. • Close cover, or if Cover Trip is not required, turn off in “Trip Settings.” The Remote Start signal is active. • The “Start/Stop” signal was active during power up or Reset. • Turn off “Start/Stop,” or if Remote Start trip is not required, turn “off” in “Trip Settings.” The input phase rotation is RYB (L1, L2,L3). 2101 • The phase rotation is opposite to that required. Rotation L1 L2 L3 Trip • Change phase rotation, or if “RYB” trip is not required, turn “off” in “Trip Settings.” The input phase rotation is RBY (L1, L3,L2). 2102 • The phase rotation is opposite to that required. Rotation L1 L3 L2 Trip • Change phase rotation, or if “RBY” trip is not required turn “off” in “Trip Settings.” 2013 Rotation Undetermined Trip The phase rotation is undetermined. • The SR55 is unable to determine whether the input phase rotation is L1, L2, L3 or L1, L3, L2. • Check all incoming and outgoing connections. Internal SR55 Failure of the main processing unit. 2201-2209 MPU Trip Page 3–82 • The SR55 has failed internally and is unable to recover automatically. • Cycle the control supply. • If the fault is not cleared, then contact AutomationDirect. Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Fail Safe Codes Main Board Trip (2402 – 2436) A trip number in the range of 2402 to 2436 indicates that a process on the main board has been affected in some way and is unable to recover automatically. • The trip is turned ON and OFF via the “Main Board Trip” (Advanced / Trips). • The default for this trip is ON. • The trip MUST be reset using the either the digital input, touchscreen, or bus command depending on the control method set. • As this is a special case, it is NOT possible to reset this trip by cycling the control supply. Code # Description 2402 2404 2406 2408 2410 2412 2420 2422 2424 2426 2428 2430 2432 2434 2436 Fail Safe Codes Associated with the Main Board Initialization process has been unsuccessful. Initialization of the Parameters has been unsuccessful. Initialization of the Overload has been unsuccessful. Initialization of the Parameter Read has been unsuccessful. Initialization of the Overload Read has been unsuccessful. Initialization of the Current measurement has been unsuccessful. A main process on the Main Board has been affected and is unable to recover automatically. A main process on the Main Board has been affected and is unable to recover automatically. A main process on the Main Board has been affected and is unable to recover automatically. Communication between the Main Board and Touchscreen Board has been affected and is unable to recover automatically. The modbus communication has been affected and is unable to recover automatically. The parameter save has been unsuccessful. The logging function has been unsuccessful. A main process on the Main Board has been affected and is unable to recover automatically. The Anybus communication has been affected and is unable to recover automatically. Touchscreen Trip (2501 – 2581) A trip number in the range of 2501 to 2581 indicates that a process on the touchscreen board has been affected in some way and is unable to recover automatically. • The trip is turned ON and OFF via the “Touchscreen Trip” (Advanced / Trips). • The default for this trip is OFF. • With the trip OFF the touchscreen display may display the ‘start up’ screen momentarily as it recovers automatically. • When the trip is turned ON it is reset using the either the digital input or touchscreen or bus command, depending on the control method set. • It is possible to reset this trip by cycling the control supply. Fail Safe Codes Associated with the Touchscreen Board Local Touchscreen Code Remote Touchscreen Code Description 2501 – 2529 2551 – 2579 2530 2580 2531 2581 A main process on the Touchscreen Board has been affected. Communication between the Main board and Touchscreen Board has been affected. The touchscreen has become unresponsive. When a remote touchscreen is used the same trips can be generated. However, to discriminate between the remote and local (built in) 50 is added to each code. Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–83 Chapter 3: Configuration and Parameters Logging Trip (2601 – 2603) Trip numbers that are in the range of 2601 to 2603 indicate that a process associated with the logging has been affected in some way and has been unable to recover automatically. • The trip is turned ON and OFF via the “Logging Trip” (Advanced / Trips). • The default for this trip is OFF. • With the trip OFF, the logging function will temporarily be disabled if a continual failure is detected. • When the trip is turned ON, it is reset using the either the digital input or keypad or bus command, depending on the control method set. • It is possible to reset this trip by cycling the control supply. Code # Description 2601 2602 2603 Fail Safe Codes Associated with the Logging Function The initialization of the event logging function has been unsuccessful for 20 consecutive attempts. The event logging function has been unsuccessful for 20 consecutive attempts. The SD card could not be accessed 20 consecutive attempts. Fail Safe Trip Codes As part of the firmware upgrade procedure or if you experience a Fail Safe Trip we recommend the following steps: Parameters have not been set or do not need to be retained. • Upgrade firmware ( Device / Upgrade Firmware ). See Appendix A for more details. • Set the defaults ( Device / Reset Default ). Parameters have been set and need to be retained. • Upgrade firmware ( Device / Upgrade Firmware ). See Appendix A for more details. • Upload parameters to USB stick (Device / Parameters to USB). Ensure that the SR55 is NOT displaying ANY trip code. If a trip code is displayed then reset via the digital input, touchscreen, or bus command depending on the control method set. • Set the defaults ( Device / Reset Default ). • Down load the parameters from the USB stick to the SR55 ( Device/ Parameters from USB ). • Turn ‘Touchscreen Trip’ OFF ( Advanced / Trips). • Turn ‘Logging Trip’ OFF (Advanced / Trips). • Save Parameters ( Advanced / Save Parameters). Page 3–84 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 3: Configuration and Parameters Saving and Loading an SR55 Configuration File Operating parameters of the unit can be copied onto a USB flash drive. To do this, attach the USB flash drive into the USB port under the front cover just above the touchscreen. ADC part number USB-FLASH is a 4GB SanDisk USB flash drive that has been verified to work with the SR55. Other flash drives may be too wide to fit, or may not perform correctly. From the Device Setting menu on the SR55 Home screen, scroll down to the third menu and select “Parameters to USB.” This will construct a file called PARAMS.CSV, and copy it to a PARAM folder on the stick. There is no way to rename the file during the save process. If you have another PARAMS.CSV file on the flash drive, it will be overwritten. It is suggested that parameter files be archived in a separate folder with a unique name other than PARAM. A new parameter configuration must be configured on the SR55 and saved using the method described above. It is not recommended to open the .CSV file and edit parameters on a PC and resave the PARAMS file. There is also the option to copy “Parameters From USB,” which gives the ability to restore or set parameters to a known state. This function will only work on a file called PARAMS.CSV in the PARAM folder of the stick. Any other files in that folder will be ignored. Saving a Log file A log file is for AutomationDirect to help solve performance issues that may arise. From the Log menu on the Home screen, scroll down to the second menu and select “Download Log File.” The LOG folder is created when the user connects a flash drive and selects “Download Log file” from the LOG menu. As an aid to help analyses, the log file(s) PARAMS.CSV is also created and copied into the LOG folder. Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 3–85 Chapter 3: Configuration and Parameters BLANK PAGE Page 3–86 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Principles of iERS (intelligent Energy Recovery System) Chapter 4 Table of Contents Principles of the iERS �������������������������������������������������������������������������������������������� 4–2 Principles���������������������������������������������������������������������������������������������������������������������4–2 Advantages of iERS�����������������������������������������������������������������������������������������������������4–3 How Much Energy?�����������������������������������������������������������������������������������������������������4–4 Estimating Energy Savings�����������������������������������������������������������������������������������������4–5 iERS with the SR55 System�����������������������������������������������������������������������������������������4–6 Chapter 4 Glossary of Terms�������������������������������������������������������������������������������� 4–7 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 4–1 Chapter 4: Principles of iERS (intelligent Energy Recovery System) Principles of the iERS Principles Every wound-field electric motor must consume some minimum amount of energy to provide a magnetic field which enables it to work at all. With DC motors the field is under separate control, so that the amount of magnetizing energy can be adjusted to be sufficient to overcome losses and provide an armature reaction appropriate to the load. The squirrel cage AC induction motor has no such provision, with the result that energy is wasted at any load less than its rated full load (at full speed). When a squirrel-cage motor is supplied at a constant terminal voltage, as when it is connected directly to the supply without a controller of any kind, the strength of the field flux is fixed by the supply voltage. At normal running speed the field will take a fixed quantity of energy regardless of the torque demanded by the mechanical load. The energy required to support the load torque is determined by the torque demand. As load torque increases, the rotor slows down a little (i.e. ’slip’ increases), causing induced rotor currents to also increase in order to increase the torque. These additional currents in the rotor are balanced by additional current in the stator coils. Conversely, if load torque demand falls, the slip decreases, the rotor currents decrease, and the current in the stator decreases accordingly. But at constant terminal voltage, the current providing the stator field flux remains unchanged at any level of load torque demand. As a consequence, the efficiency of an induction motor decreases as the load decreases. Figure 4.1.1: Typical duty cycle for a machine load where the Torque Demand varies. Load Torque Demand at working speed 100 50 M demand % 0 40 60 seconds 80 100 120 140 160 Figure 4.1.2: Torque Demand converted to an equivalent current with the motor magnetizing current added Current Demand due to torque and flux 100 Magnetizing current Torque current 50 % FLC 0 Page 4–2 40 60 seconds 80 100 120 140 160 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 4: Principles of iERS (intelligent Energy Recovery System) Advantages of iERS A soft starter with an iERS energy-optimizing feature alters the motor operation. The iERS function reduces the terminal voltage applied to the motor so that the energy needed to supply the field is more closely proportioned to the torque demand. The effect is shown in the Figure below. Figure 4.2.1: ‘Full Speed’ end of the conventional Torque/Current curves. The present considerations do not affect soft-starting options or strategies. Voltage/Torque balance Torque at rated voltage Torque at reduced voltage 100% M Full load Torque at rated voltage A B Reduced Torque demand Point A on the current curve is the operating point of the motor when the motor terminal voltage is at its ‘nominal’ or rated value, and when the load is the maximum for which the motor is rated. If the load decreases, a motor supplied at a fixed voltage will speed up slightly, the current demand will reduce, and the operating point moves along the curve to Torque point “B”. Because the torque developed Speed Synch by a motor is proportional to the square of the applied voltage, lowering the terminal voltage reduces the torque. If the reduced voltage is correctly chosen, the working point at the reduced torque demand becomes the point “A”. By reducing the terminal voltage, the motor has in effect been ‘exchanged’ for one which has a lower rated power output. A reduced terminal voltage also means a reduced field energy requirement, and this simple relationship enables the iERS function to maintain the efficiency of the motor over nearly the entire load range from ‘no load’ upwards. In practical terms, ‘no load’ means no external load. There are still internal mechanical and electrical losses to overcome – friction and windage of the rotor at speed, and the electrical heating and hysteresis losses. The ideal response to the ‘no load’ condition would be to supply precisely the amount of magnetizing current needed to provide the armature reaction to balance the losses. This is what the iERS seeks to do automatically and continuously. 80% M Additional Benefits in Practice It is normal to select a standard motor with a rating somewhat higher than the maximum demand of the driven load. The motor selected for any given application will almost certainly be over-rated for this reason alone, and therefore energy could be saved even at full load when supplied at rated voltage. Furthermore, there are those applications where the size of motor has to be chosen to provide for high loadings which occur only intermittently, or for an arduous start, even though the load demand at most times is much lower. Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 4–3 Chapter 4: Principles of iERS (intelligent Energy Recovery System) How Much Energy? The amount of energy used by a squirrel-cage induction motor operating with a soft starter in energy-optimizing (iERS) mode is shown in the following figure (Figure 4.5.1), for the same duty cycle as Figure 4.1.2. By reducing the voltage when torque demand is below maximum, the magnetizing current is proportioned to the torque current. Compare Figure 4.5.1 (energy-optimizing) with Figure 4.1.2 (non-optimizing). (These graphical representations are illustrative only and not to scale.) Arriving at any exact figure for the energy cost saved requires each individual case to be examined in detail, taking into account the motor rating, type, and any special characteristics such as load, load characteristics, duty cycle, supply voltage, and the cost of electricity. Figure 4.5.1: Energy Savings Current demand with Energy Saving in operation 100 Magnetizing current Torque current 50 % FLC 0 40 60 seconds 80 100 120 140 160 The calculations to cover all the likely or possible conditions would be laborious. An empirical method for arriving at a usefully realistic estimate has been devised. Used with a proper sense of engineering circumspection, the tables in the “Estimating Energy Savings” sub-section allow a user to gain a reasonably close estimate of the savings to be achieved within the motor by using the SR55 optimizing soft starter. The method does not include any additional savings and benefits conferred by other sources, such as: • reduction of heating losses in cabling because of the lower voltages; • potential reduction of maximum demand charges; • further energy savings and other benefits deriving from the soft-starting process itself; • reduced total energy demand; • reduced wear and tear; • reduced maintenance and replacement costs. Page 4–4 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 4: Principles of iERS (intelligent Energy Recovery System) Estimating Energy Savings Basis for estimations: • 3-phase squirrel cage induction motor, standard type. • Supply: 380 to 440V, 50Hz. • Supply voltage > minimum working voltage on motor rating plate. • Operation 30% rated nameplate full load. Table 4.6.1: Estimations Energy Savings Estimations – Table 4.6.1 Estimated Savings Motor Size kW HP (% rated kW) Less than More than 5 22.5 55 110 110 7.5 30 75 150 150 10 6.5 3.5 2.5 1.5 Table 4.6.2: Modifying Factors Energy Savings Modifying Factors – Table 4.6.2 Motor Poles Motor Slip Number of Poles Add (% kW) % Slip Add (% kW) 2 4 6 8 -0.5 0 0.5 1 0.5 2 3.3 5 -0.5 0 0.5 1 Examples of estimated energy savings: 1) 3 7.5 kW 4-pole motor From Table 1, use the estimated savings figure for the next higher rating, i.e. 55 kW. The savings would be approximately 3.5% x 37.5 kW = 1.3125 kW. For the 30% loaded motor, the savings are 1.3125 kW / (30% x 37.5 kW) = 11.6% savings. 2) 3 7.5 kW 2-pole motor From Table 1, use the estimated savings figure for the next higher rating, i.e. 55 kW. From Table 2, apply the pole-number factor of -0.5 %. The savings would be approximately (3.5 % - 0.5 %) x 37.5 kW = 1.125 kW. For the 30% loaded motor, the savings are 1.125 kW / (30% x 37.5 kW) = 10% savings. 3) 3 7.5 kW 2-pole ‘low slip’ motor From Table 1, use the estimated savings figure for the next higher rating, i.e. 55 kW. From Table 2, apply the pole-number factor of -0.5 % and the %-slip factor of -0.5%. The savings would be approximately (3.5 % - 0.5 % - 0.5 %) x 37.5 kW = 0.938 kW. For the 30% loaded motor, the savings are 0.938 kW / (30% x 37.5 kW) = 8.3% savings. Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 4–5 Chapter 4: Principles of iERS (intelligent Energy Recovery System) iERS with the SR55 System During start-up, the SR55 software uses a patented method to compute and store a reference value for the power factor. When the motor has reached full speed and is driving the load at the demanded torque, the SR55 enters the ‘motor running’ stage. At this stage, if required, the motor may also operate in ‘iERS Mode’. Entering this mode can be pre-set from the SR55 touchscreen and stored for automatic operation, which will suit the majority of applications where it is required. This is the default operating mode for the SR55. It can also be toggled on and off while running by using either the iERS button in the Advanced Settings of the touchscreen, or through external circuitry connected to one of the programmable inputs and controlled by the driven process. ‘iERS’ Intelligent Energy Recovery System will sense when at a level where we will gain no benefits from Energy Saving, the SR55 will energize the bypass relays, and there will be no losses from the motor controller. Energy Saving will try to be active at all times and is fully automatic. The bypass relays will only energize depending upon the measured thermal capabilities of the unit, percentage loading of the motor, and the power factor, etc. The bypass relays will open at 80% loading of the motor current set and enter the energy saving mode. The relays will not re-energize until at least we are a level of 90% of the motor current set, or we have surpassed the measured thermal capabilities of the unit, or the power factor is close to full loading. There should be even higher levels of energy saving, as when the motor is fully loaded the relays will be energized and we will have no losses in the thyristors. We will therefore gain maximum saving which is especially beneficial on typical cyclic loading applications such as pump jacks, injection molding machines, mixers, saws, etc. In iERS mode the reference power factor is continuously compared with the running power factor. The software continuously uses this comparison to compute and adjust the firing point of the thyristors in order to maintain the best power factor. This method of continuous control minimizes wasted energy caused by overfluxing the motor. It also maintains the power factor at the most appropriate value for every condition of load demand. This can produce a significant reduction in the kVA demand. This is an operating condition that may, at light or partial load conditions, provide the benefit of energy saving and if selected, is continuous from the dwell period until a STOP command is initiated or the mode is disabled. It should be noted that this function is inhibited by the software if the current being drawn by the motor exceeds 80% of the set current of the SR55 (at full voltage when the motor enters its running stage with the iERS mode selected). The method of power factor management described does not affect motor performance, nor does it detract from the motor’s capability to respond to changes in load demand. This feature of the SR55 Soft Starter is a purely electrical function which has the effect of ensuring that the motor delivers the torque demanded at all times, but allows it to draw only the precise amount of magnetizing current required to support that torque output. Without this feature, the motor would draw the maximum magnetizing current regardless of load. The iERS function cannot improve the power factor beyond what it would ordinarily be at full load, but it does make the optimum improvement possible at any partial load. Page 4–6 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 4: Principles of iERS (intelligent Energy Recovery System) Chapter 4 Glossary of Terms Breakaway Torque: The minimum torque required to achieve rotor movement for the motor with its load. Current Limit: The current at which the ramp is held. For the SR55, current limit is only active during start-up where it contributes to the motor control function. This feature is particularly useful when starting high-inertia loads that require an extended start-up period. (See also Overload Level.) Direct-On-Line (DOL): The direct connection and disconnection of a motor from the AC main supply by means of a contactor or switch. Acceleration and operation is at full mains voltage only. iERS: Intelligent Energy Recovery System. An advanced motor control technology proven to reduce the energy consumed in fixed speed motor applications. It matches the power consumption to the load required by intelligently monitoring and regulating energy consumption, voltage, current, and power factor during the motor starting and running stages. iERS automatically bypasses itself when it is not needed, and continues monitoring to re-engage itself as needed. Inrush Current or Locked Rotor Current: The current that flows at the instant of connection of a motor to the power source. It is limited by the impedance presented by a de-energized motor and the applied voltage. Usually expressed as a multiple of motor full-load current. Kick-start Voltage: The percentage of supply voltage applied before commencing ramp-up when a load has a high breakaway torque and the standard settings of pedestal voltage may not allow sufficient torque to be developed by the motor to cause acceleration. Locked Rotor Current: Same as Inrush Current (defined above). Overload Level: The level of current at which the controller overload begins to integrate. For the SR55, the overload detector is always active and provides protection against prolonged over-current operation. Pedestal Voltage: The voltage that the unit applies to the motor at start-up. It is expressed as a percentage of the rated supply voltage. Power Factor: The ratio, expressed as a trigonometric cosine, of the real power consumption to the apparent power consumption. Topof Ramp (TOR): The unit achieves Top of Ramp (TOR) when it completes the start-up stage of motor control. (This occurs when the voltage applied to the motor first equals the main supply voltage.) Soft-start: The regulation, by electronic means, of the supply voltage from an initial low value to full voltage during the starting process. This overcomes the inherent drawbacks of a switched supply. The motor torque is modified in proportion to the square of the voltage applied. Trip: A trip occurs when the unit removes power to the motor because its operation equals the limit imposed by one of its self-protection features. Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 4–7 Chapter 4: Principles of iERS (intelligent Energy Recovery System) BLANK PAGE Page 4–8 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Communications Chapter 5 Table of Contents SR55 Communications Overview ������������������������������������������������������������������������ 5–2 Modbus Serial Communications�������������������������������������������������������������������������� 5–3 Modbus RTU Communications Interface ������������������������������������������������������������������5–3 Modbus RTU Connections������������������������������������������������������������������������������������������5–3 Modbus Communications Configuration������������������������������������������������������������������5–4 Transmission Modes ���������������������������������������������������������������������������������������������������5–4 Message Structure For RTU Mode �����������������������������������������������������������������������������5–4 Supported Functions���������������������������������������������������������������������������������������������������5–5 Memory Map ��������������������������������������������������������������������������������������������������������������5–6 Message Timing�����������������������������������������������������������������������������������������������������������5–6 Network Communications – EtherNet/IP and Modbus TCP ������������������������������ 5–7 Communication Module Overview ���������������������������������������������������������������������������5–7 Module Installation – SR55-CM-ENETIP and SR55-CM-MODTCP��������������������������5–7 SR55 Configuration�����������������������������������������������������������������������������������������������������5–7 IP Address Configuration��������������������������������������������������������������������������������������������5–7 Communication Module Front Panel Indicator Lights���������������������������������������������5–8 Modbus TCP Network Communications�������������������������������������������������������������� 5–8 EtherNet/IP Network Communications��������������������������������������������������������������� 5–8 EtherNet/IP Control�����������������������������������������������������������������������������������������������������5–9 EDS File �����������������������������������������������������������������������������������������������������������������������5–9 Using the IP Configuration Tool (IPconfig) �������������������������������������������������������������5–10 Connecting to the SR55-CM-ENET Module through I/O (Implicit Messaging) ����5–14 Connecting to the SR55-CM-ENET Module through Explicit Message: ����������������5–17 Explicit Message Instruction Examples (from Productivity Series CPU) ����������������5–18 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 5–1 Chapter 5: Communications SR55 Communications Overview Modbus Serial Communications Overview All SR55 soft starters have a built-in RJ12 serial port that can be used to configure and to control one SR55 from one RS-485 master controller, with no additional communications components required (other than RS-485 cabling). Multiple SR55 soft starters can be controlled from a single RS-485 master controller with the use of one optional serial Modbus communication splitter (SR55-SPLT) per soft starter. An RJ45 female to RJ12 male cable adapter (SR55-RJ45-RJ12) is available for easier cable connection. Examples of Modbus masters are SR55-KPD-REM, PLC, or HMI. Modbus TCP Network Communications Overview Multiple SR55 soft starters can be networked for configuration and control from a single Modbus TCP master controller. This type of network control requires one optional Modbus TCP communication module (SR55-CM-MODTCP) per SR55 soft starter. EtherNet/IP Network Communications Overview Multiple SR55 soft starters can be networked for configuration and control from a single EtherNet/IP master controller. This type of network control requires one optional EtherNet/IP communication module (SR55-CM-ENETIP) per SR55 soft starter. For communications, ensure that the SR55 “Timeout” parameter setting is > o. Otherwise, the SR55 will fault as soon as communication is enabled. (Home → Device → Networks → Timeout ms) If using Modbus RTU / Modbus TCP / EtherNet/IP communication for control, the Digital Inputs are disabled. The Digital Outputs will still function as configured. If using Modbus RTU / Modbus TCP / EtherNet/IP communication for monitoring only, then the Digital Inputs and Outputs will function as configured if the Control Method is set to User Programmable, Two Wire, or Three Wire control. If using Modbus RTU (RJ12 port) for communications, an SR55-CM-xxxx module must NOT be installed in the bottom communication port. The presence of a communications module will cause interference with the Modbus RTU communications. Page 5–2 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 5: Communications Modbus Serial Communications Modbus RTU Communications Interface All SR55 soft starters support serial Modbus RTU protocol (slave) communications. The serial RS-485 communications are accessible from the built-in RJ12 port, as shown below. 6 1 1: 2: 3: 4: 5: 6: GND Reserved* Not connected Not connected TXD0-A-OUT TXD1-B-OUT * Warning: To avoid damage to the SR55 or to the RS-485 master, do NOT connect to this pin! Modbus RTU Connections Single SR55 RS-485 network (SR55-SPLT optional) SR55-xxx Multiple SR55 RS-485 network (one SR55-SPLT per starter recommended) SR55-SPLT SR55-xxx SR55-xxx SR55-xxx Serial Modbus Communication Splitter Information for the optional SR55-SPLT serial Modbus communication splitter is found in “Accessories” Chapter 6. (An SR55-RJ45-RJ12 adapter can be used to simplify cabling between the splitter’s RJ45 ports and the SR55’s RJ12 port.) Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 5–3 Chapter 5: Communications Modbus Serial Communications (continued) Modbus Communications Configuration The Modbus communication settings are accessible from the Device menu: • Device >> Networks >> Modbus Network Settings >> Address (1 – 32) • Device >> Networks >> Modbus Network Settings >> Baud (9600 – 115200) • Device >> Networks >> Modbus Network Settings >> Parity (Odd / Even) • (Data bits = 8, Stop bits = 1) The communication parameters should be set before connecting the Modbus master. Transmission Modes ASCII and RTU transmission modes are defined in the Modbus protocol specification. SR55 uses only the RTU mode for the message transmission. Message Structure For RTU Mode The Modbus RTU structure uses a master-slave system for message exchange. In the case of the SR55 system, it allows up to 32 slaves, and one master. Every message begins with the master making a request to a slave, which responds to the master in a defined structure. In both messages (request and answer), the used structure is the same: • Address, Function Code, Data and CRC. Master (request message): Address (1 byte) Function (1 byte) Request Data (n bytes) CRC (2 bytes) Function (1 byte) Response Data (n bytes) CRC (2 bytes) Slave (response message): Address (1 byte) Address The master initiates the communication by sending a byte with the address of the destination slave. When responding, the slave also initiates the message with its own address. Broadcast to address 0 (zero) is not supported. Function Code This field contains a single byte, where the master specifies the type of service or function requested to the slave (reading, writing, etc.). According to the protocol, each function is used to access a specific type of data. Data Field The format and contents of this field depend on the function used and the transmitted value. CRC The used method is the CRC-16 (Cyclic Redundancy Check). This field is formed by two bytes; where first the least significant byte is transmitted (CRC-), and then the most significant (CRC+). The CRC calculation form is described in the Modbus RTU protocol specification. Page 5–4 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 5: Communications Modbus Serial Communications (continued) Supported Functions Modbus RTU specification defines the functions used to access different types of data. • SR55 parameters are defined as holding type registers. • For Modbus RTU/TCP Client devices that use Modicon style addressing, place a 4 as the high digit followed by the Modbus address defined in the parameter mapping table. Note that SR55 Modbus addressing starts at zero; not 1 as some devices do. • SR55 32-bit parameters are High Word / Low Word in Modbus format. The following services are available: Read Holding Registers Description: reading register blocks of holding register type (block R/W limited to 8 registers). • Function code: 03 Modbus Function 03 Transaction Table Query Field Response Hex Byte Field Hex Byte Slave address 01 Slave address 01 Function 03 Function 03 Start address Hi 00 Byte count 02 Start address Lo 01 Data Hi 01 No of registers Hi 00 Data Lo 2C No of registers Lo 01 CRC Lo B8 CRC Lo D5 CRC Hi 09 CRC Hi CA Before writing to the SR55, initiate several Modbus Reads to ensure that the master’s addressing and configuration are correct. Write Single Register Description: writing in a single register of the holding type. • Function code: 06 Modbus Function 06 Transaction Table Query Field Response Hex Byte Field Hex Byte Slave address 01 Slave address 01 Function 06 Function 06 Address Hi 00 Address Hi 02 Address Lo 0C Address Lo 0C Force data Hi 00 Force data Hi 00 Force data Lo 09 Force data Lo 09 CRC Lo 48 CRC Lo 88 CRC Hi 0C CRC Hi 77 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 5–5 Chapter 5: Communications Modbus Serial Communications (continued) Write Multiple Registers Description: writing register blocks of holding register type (block R/W limited to 8 registers). • Function code: 16 Modbus Function 16 Transaction Table Query Response Field Hex Byte Field Hex Byte Slave address 01 Slave address 01 Function 16 Function 16 Address Hi 00 Address Hi 02 Address Lo 0C Address Lo 0C Force data Hi 00 Force data Hi 00 Force data Lo 09 Force data Lo 09 CRC Lo 48 CRC Lo 49 CRC Hi 0C CRC Hi B4 Memory Map SR55 Modbus communication is based on reading or writing equipment parameters from or to the holding registers. The data addressing is zero offset, such that the parameter Modbus address corresponds to the register number. Modbus Address Memory Map Modbus Data Address Parameter Modbus Address Decimal 0000 0 0001 1 0000h 0001h • • • • 0128 • • • • • • • • 128 • • • • Hexadecimal 0080h • • • • • • • • Message Timing In the RTU mode there is no specific start or stop byte that marks the beginning or the end of a message. Indication of when a new message begins or when it ends is achieved by the absence of data transmission for a minimum period of 3.5 times the transmission time of a data byte. Thus, in case a message is transmitted after this minimum time has elapsed; the network elements will assume that the first received character represents the beginning of a new message. Message T3.5x Tinterval T3.5x T11 bits Time Page 5–6 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 5: Communications Network Communications – EtherNet/IP and Modbus TCP Communication Module Overview Two communication modules are available which allow network communication and control for the SR55 soft starter. • SR55-CM-ENETIP for EtherNet/IP network communication. • SR55-CM-MODTCP for Modbus network communication. Both modules have two RJ45 ports for daisy chaining to multiple starters. These ports act as a switch. It does not matter which port you connect to. Install the applicable communication module in the SR55 option module slot per the hardware installation instructions in the “Accessories” chapter of this user manual. Refer to the installation instructions in the “Accessories” chapter of this user manual before attempting to install the communication modules. Module Installation – SR55-CM-ENETIP and SR55-CM-MODTCP Great care must be taken to properly seat the communication modules into the SR55 soft starter without damaging the connection pins. Refer to the detailed instructions in the “Accessories” chapter of this user manual. SR55-xxx Bottom View SR55-CM-ENETIP SR55-CM-MODTCP SR55 Configuration The SR55 will automatically configure when the option module is installed. IP Address Configuration Use the IP address configuration tool available from: http://support.automationdirect.com/downloads.html Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 5–7 Chapter 5: Communications Network Communications – EtherNet/IP and Modbus TCP (continued) Communication Module Front Panel Indicator Lights Front Panel Indicators Item 1 2 3 4 5 6 Location of Front Panel Indicators Network Interface LED Front Panel Diagram Network Status LED Module Status LED Network Interface, Port 1 Network Interface, Port 2 Link/Activity Port 1 Link/Activity Port 2 LED State Network Status LED Off Green Green, flashing Red Red, flashing LED State Description Off Green Green, flickering Yellow Yellow, flickering No link, no activity Link established (100 Mbit/s) Activity (100 Mbit/s) Link established (10 Mbit/s) Activity (10 Mbit/s) Module Status LED Description LED State No power or no IP address Online, connections active Online, no connections active Duplicate IP, fatal error Connection timeout Off Green Green, flashing Red Red, flashing Description No power Controlled, Run state Not configured or idle state Major fault Recoverable error(s) Modbus TCP Network Communications The SR55-CM-MODTCP Modbus communication module offers the following functionality: • Dual switched RJ45 communication ports • 256 bytes of I/O data in each direction • 100 Mbps full duplex • Supports 4 simultaneous (master) connections All Modbus functions and addresses that are available in the preceeding “Modbus Serial Communications” section of this chapter are also available via modus TCP. SR55 uses Protocol Addressing (Base 0); not PLC Addressing (Base 1). If you are not using the correct selection, all the addresses will be off by 1. Recommended test: monitor a non-critical parameter such as Start Time (address 7104), then manually change the value on the touchscreen and verify that Modbus master actually sees the correct changes. EtherNet/IP Network Communications The SR55-CM-ENETIP EtherNet/IP communication module offers the following functionality: • CIP Parameter Object Support • Implicit and Explicit messaging • Dual switched RJ45 communication ports • 10/100 Mbps full duplex • 2 Input Words from the network master to the SR55 • 2 Output Words from the SR55 to the network master Page 5–8 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 5: Communications EtherNet/IP Network Communications (continued) EtherNet/IP Control Supported Parameters # Description Read Implemented? Only? 1 Run Forward N Y 2 Run Reverse N N 3 Fault Rest N Y 4 Net Control N Y 5 Net Reference N N 6 Speed Reference N N 7 8 9 10 11 12 13 14 15 16 Torque Reference Faulted Warning Running Forward Running Reverse Ready Ctrl From Net Ref From Net At Reference Drive State N Y Y Y Y Y Y Y Y Y N Y Y Y N Y Y N N Y The drive profile used by the interface is currently that provided by the SR55-CM-ENETIP Module and is dictated by the EDS file provided by HMS Industrial Networks. The EDS describes parameters that can be accessed explicitly in an Acyclic manner. Not all of these parameters are implemented in the SR55 soft starter. See the following table. CIP paths from these parameters are described in the EDS. The EDS also describes the 25 Implicit Cyclic connections, each of which will set and/or get a combination of the above parameters. The following examples are for connection 6 (Extended Control). CIP Packet functionality – Extended Control O -> T Packet (Control) Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0 Byte 0 – – #4 – #3 – – #1 Byte 1 – – – – – – – – T -> O Packet (Status) Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0 Byte 0 – – #13 #12 – #10 #9 #8 #16 Byte 1 Note: When a cyclic connection is established and Bit4 (Net Control) is set, the network has control of the SR55 soft starter and any other control from the SR55 front touchscreen, switches, or Modbus interface will be overridden. EDS File An EDS file for the interface is available from the AutomationDirect website: http://support.automationdirect.com/downloads.html Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 5–9 Chapter 5: Communications EtherNet/IP Network Communications (continued) Using the IP Configuration Tool (IPconfig) The IP address of the SR55 is set using the Anybus IPconfig utility available from: http://support.automationdirect.com/downloads.html. This section explains how to install the IPconfig utility and how to set the SR55’s IP address. Unzip the file to a temporary folder and run the executable. Follow the steps through the installation. Once the installation is complete, run application from the folder that it was installed to (usually the HMS folder in the Start menu). In Windows 8, from the home tile screen, simply type in “ipconfig.” Typing any text on this screen will open the Search dialog. The program IPconfig is the configuration tool from HMS. If you use the Desktop most of the time in Windows 8, right click on this file and select “Pin to Taskbar” to always have quick access to the file from the desktop. The SR55 with the installed SR55-CM-ENETIP module needs to be installed on the same network as the PC running the Ipconfig application. The messaging uses broadcast and will not go through routers. It is highly recommended to disconnect the PC from any network and have only the SR55 and the PC connected via an Ethernet switch (not a router) or an Ethernet cross-over cable. Page 5–10 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 5: Communications EtherNet/IP Network Communications (continued) Use a switch or crossover cable to connect the starter to the SR55. Start the Ipconfig software. Press the Scan button to have the PC scan for an SR55. The IPconfig utility will automatically find the SR55 units on the network. If the SR55 is not found, click on the Settings button, then choose “Broadcast from a specific Network Interface Controller.” This could be required if there are multiple network cards on the PC. Click OK, then Scan for SR55 units again. Below shows a screen capture of an SR55-077 and an SR55-242 daisy chained from one to another. Select the Anybus module in the window and double click on it. This will bring up a window to set the network settings to values appropriate to the network that it will be running on. It is very highly recommended to set DHCP to OFF. Otherwise, the Ethernet address of the SR55 could be changed by a DHCP server at a future time. Setting DHCP to OFF will ensure that the SR55 maintains the same IP address. Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 5–11 Chapter 5: Communications EtherNet/IP Network Communications (continued) Once the settings have been entered, click on the “Set” button and the Anybus module is now configured and ready to be used. It is not recommended to use DHCP, as the address could be changed. The starter’s control power will have to be cycled for the correct settings to show up on the touchscreen. Troubleshooting If you do not see modules showing up in the IPconfig screen check the following: • That the SR55-MODTCP or SR55-ENETIP module is inserted correctly, and MS LED is on or flashing green. See module installation instructions in this SR55 user manual. • That the module appears in the Networks menu under Home >> Device >> Networks. If the module is not recognized the center selection text will read “Anybus” instead of “ModbusTCP or “Ethernet IP.” • On the PC, run “cmd” from the Start Menu (or type “cmd” from the Windows 8 Home tile screen) to get a command prompt. Test the physical connection between the PC and the starter. Type “ping” and the address the SR55 should be set to. Press Enter. • If the PC can see the starter, valid data will be returned: Page 5–12 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 5: Communications EtherNet/IP Network Communications (continued) • If the PC is set to a different IPv4 network than the SR55, ie., both PC and SR55 are not set to the same first two octets (10.11.xxx.xxx in this example), the following error will be returned: • If the IPv4 Ethernet address is incorrect, the following error will be returned (notice that unlike the previous error, this error returns “Destination host unreachable”): • If Ping from the PC to the SR55 does not work, please recheck that a cross-over cable or an Ethernet switch (NOT a router) is being used to connect the PC to the SR55. • Also check that the header pins between the comm module and the SR55 were not bent (extreme care must be taken when inserting the module into the starter). Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 5–13 Chapter 5: Communications Connecting to the SR55-CM-ENET Module through I/O (Implicit Messaging) The connection parameters for Connection 6 (Extended Control) are as follows: • T->O (Input Data) Connection Point Assembly Instance value is 71. • T->O (Input Data) Size is 4 bytes. • The Data format for Status is shown in the “Input Data Setup” screen capture. • O->T (Output Data) Connection Point Assembly Instance value is 21. • O->T (Output Data) Size is 4 bytes. • The Data format for Control is shown in the “Output Data Setup” screen capture. • No Configuration data is required. To start the SR55, a value of 33 should be placed into Byte 0 of the Control data. 33 equates to Bit 0 (Run Forward) On and Bit 5 (Net Control) On. To stop the SR55, a value of 32 should be placed into Byte 0 of the Control data. 32 equates to Bit 0 Off and Bit 5 On. To reset faults on the SR55, a value of 36 should be placed into Byte 0 of the Control data. 36 equates to Bit 2 (Fault Reset) On and Bit 5 (Net Control) On. The following images are an example setup of I/O (Implicit Messaging) to the SR55 EtherNet/IP adapter from a Productivity Series CPU. Input Data Setup Page 5–14 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 5: Communications EtherNet/IP Network Communications (continued) Output Data Setup Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 5–15 Chapter 5: Communications EtherNet/IP Network Communications (continued) Config Data Setup (No Config Data) Page 5–16 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 5: Communications EtherNet/IP Network Communications (continued) Connecting to the SR55-CM-ENET Module through Explicit Message: There are a few different objects that can be read or be written to via Explicit Messaging: Objects Supported By Explicit Messaging Description Read Only? Service Class Instance Attribute Run No 16 (0x10) 41 (0x29) 1 3 Fault Reset No 16 (0x10) 41 (0x29) 1 12 (0x0c) Network Control No 16 (0x10) 41 (0x29) 1 5 Faulted Yes 14 (0x0e) 41 (0x29) 1 10 (0x0a) Warning Yes 14 (0x0e) 41 (0x29) 1 11 (0x0b) Running Forward Yes 14 (0x0e) 41 (0x29) 1 7 Ready Control from Network Drive State Yes Yes Yes 14 (0x0e) 14 (0x0e) 14 (0x0e) 41 (0x29) 41 (0x29) 41 (0x29) 1 1 1 9 15 (0x0f) 6 With the exception of the “Drive State” parameter, all of the other parameters either require a value of 1 or 0 for SET (16), and will return a value of 0 or 1 on the GET (14) parameters. To run the starter, a value of 1 must be set in the “Network Control” parameter first and then a value of 1 can be sent to the “Run” parameter to start the motor and a value of 0 to the same parameter to stop the motor. If the Communications Trip parameter is enabled, a message must be sent to the starter at a faster rate than what is configured for the Timeout parameter. It is typical in this situation to poll the “Faulted” parameter to view the state of the starter along with keeping the Communications Trip from enabling and stopping the motor. If communications are interrupted for a long enough period to invoke the Communications Trip fault, the following sequence is required to restart the motor: • Send a 0 to the “Run” parameter. • Send a 1 to the “Fault Reset” parameter. • Send a 0 to the “Fault Reset” parameter. • Now you can restart the motor by sending a 1 to the “Run” parameter. Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 5–17 Chapter 5: Communications EtherNet/IP Network Communications (continued) Explicit Message Instruction Examples (from Productivity Series CPU) Example instruction for setting the starter to Network Control (Productivity CPU) Page 5–18 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 5: Communications EtherNet/IP Network Communications (continued) Example instruction for controlling the Start and Stop of the Motor (Productivity CPU) (value of 1 to start and 0 to stop) Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 5–19 Chapter 5: Communications EtherNet/IP Network Communications (continued) Example instruction for reading back the Fault status of the Starter (Productivity CPU) Page 5–20 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 5: Communications EtherNet/IP Network Communications (continued) Example instruction to reset any faults on the Starter (Productivity CPU) Drive State Byte Value State Description 1 Startup 2 Ready & Stopped 4 Running 5 Stopping 6 Fault Stop 7 Faulted Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 5–21 Chapter 5: Communications BLANK PAGE Page 5–22 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Accessories Chapter 6 Table of Contents Optional Accessories��������������������������������������������������������������������������������������������� 6–2 Finger Guards��������������������������������������������������������������������������������������������������������������6–2 Remote Touchscreen���������������������������������������������������������������������������������������������������6–3 RJ45 to RJ12 Adapter��������������������������������������������������������������������������������������������������6–5 Serial Modbus Communication Splitter ��������������������������������������������������������������������6–5 Communication Modules��������������������������������������������������������������������������������������������6–7 Replacement/Spare Parts������������������������������������������������������������������������������������6–10 Replacement Cooling Fans���������������������������������������������������������������������������������������6–11 Replacement Touchscreen����������������������������������������������������������������������������������������6–13 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 6–1 Chapter 6: Accessories Optional Accessories SR55 Optional Accessories Part Number Description EtherNet/IP communication module, optional, for Stellar SR55 series soft starters, dual RJ45 communication ports, complete EtherNet/IP adapter, TCP/IP socket interface, SR55-CM-ENETIP CIP parameter object support, explicit and implicit messaging (2 input words, 2 output words), transformer isolated Ethernet interface, 10/100 Mbps full duplex. Modbus TCP communication module, optional, for Stellar SR55 series soft starters, dual RJ45 communication ports, complete Modbus TCP server, up to 256 bytes of I/O data SR55-CM-MODTCP in each direction, transformer isolated interface, 100 Mbps full duplex, TCP/IP socket interface, capable of supporting 4 simultaneous (master) connections. Finger guards, optional, for size 1 Stellar SR55 series soft starter power terminals. SR55-FG-1 Provides IP20 protection rating. Package of 2. Finger guards, optional, for size 2 Stellar SR55 series soft starter power terminals, SR55-FG-2 Provides IP20 protection rating. Package of 2. Touchscreen, optional remote, for Stellar SR55 series soft starters. Used to remotely monitor, configure, and control SR55 series units without opening enclosures. Rated for SR55-KPD-REM IP55 enclosures, no external power wiring required. Includes 3m (9.8 ft.) Cat5e cable and SR55-RJ45-RJ12 adapter. Serial Modbus communication splitter, optional, for Stellar SR55 series soft starters. Used for creating a Modbus network with multiple SR55 series soft starters. Uses 3 SR55-SPLT serial RJ45 connectors for upstream/downstream connectivity and for connection to the starter. Includes 3m (9.8 ft.) Cat5e cable and SR55-RJ45-RJ12 adapter. RJ45 female to RJ12 male adapter, optional, for Stellar SR55 series soft starters. SR55-RJ45-RJ12 For SR555 Models all all -017 thru -096 -124 thru -180 all all all Finger Guards SR55-FG-1 SR55-FG-2 Install these optional finger guards on the power-circuit line and load side power terminals to provide IP20 protection for soft starter sizes SR55-180 and below (frame sizes 1 and 2). The addition of optional finger guards to size 1 and size 2 SR55 soft starters adds approximately 14mm [0.5in] to the vertical dimension, but does NOT change the clearance distance. Page 6–2 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 6: Accessories Optional Accessories (continued) Remote Touchscreen SR55-KPD-REM Ø1.69 [Ø43.0] Diameter hole cut in panel 5.30 [134.0] 4.80 [123.0] 1.36 [34.5] 0.90 [23.5] 4x Mounting Holes No.6 self tapping screws or M3.5 Machine screws Neoprene Gasket RJ45 Socket (for connecting to starter) Reset Switch 2.50 [63.0] 3.70 [94.0] USB Socket (for firmware updates only) The optional remote touchscreen allows remote monitoring, configuration, and control of SR55 soft starters. Since the touchscreen is a master RS-485 device, it can control multiple SR55 soft starters. Includes a 3m (9.8ft) Cat5e cable and an SR55-RJ45-RJ12 adapter cable. How to connect and use remote touchscreen The SR55-REM-KPD Remote Keypad is a Modbus master. If the Remote Keypad is connected to an SR55, that starter will not be able to communicate with a PLC or other 3rd party Modbus master (only one master is allowed on a Modbus network). For similar reasons, the Remote Keypad also cannot be used with the Modbus TCP or Ethernet IP communication modules. Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 6–3 Chapter 6: Accessories Optional Accessories (continued) How to connect the remote touchscreen • E nsure starter’s Modbus Network Settings are: Even parity and 19200 baud rate. If connecting to multiple starters, set the Address to a unique number for each SR55 starter. • If remote touchscreen start/stop control is desired, set the Control Method to Modbus Control. If the remote touchscreen will only be used for monitoring or configuration (digital input or local touchscreen start/stop control will be used), select the appropriate setting (Local Touchscreen, User Programmable, 2-wire control, or 3-wire control). • C onnect remote touchscreen using the SR55-RJ45-RJ12 adapter and a standard Ethernet patch cable. If connecting to multiple starters, a Modbus splitter (SR55-SPLT) will be required for each starter. • O n the remote touchscreen go to Modbus Network Settings as shown in Fig 1. and select Scan Bus. This will show all the SR55 starters on the bus Fig 2. Select which starter you wish to connect to. • Alternatively you can select the Address number and then select Connect to connect to that particular starter. • T he status screen Fig 3 on the remote touchscreen will display the current starter it is connected to by displaying the starter’s node address and serial number (EX: address 01 and serial number A0167805) Fig 1 Fig 2 Fig 3 How to use the remote touchscreen • T he remote touchscreen’s control for starting and stopping overrides the starter’s onboard touchscreen when the starter’s Control Method is set to Modbus Control. Menu navigation, configuration, and monitoring are still possible on the starter’s touchscreen. • P ress the starter icon box on the Status screen of the remote touchscreen to change to another starter if controlling multiple starters from one remote touchscreen. • W hen using the remote touchscreen for start/stop control the remote touchscreen has full control, configuration, and monitoring capabilities, while the local touchscreen on the starter only has configuration and monitoring capabilities. Digital outputs always function as programmed, regardless of Control Mode. Digital inputs are disabled during Modbus Control and Keypad Control Modes, but are active during all other Control Modes. • T he remote touchscreen can be used for monitoring and configuration during any other control method besides Modbus Control. The remote touchscreen cannot be used with a communication module installed (SR55-CM-ENETIP or SR55-CM-MODTCP). The remote touchscreen is a Modbus RTU master device. A PLC, HMI, or other Modbus Master device cannot be used on the same network while the remote touchscreen is connected. Page 6–4 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 6: Accessories Optional Accessories (continued) RJ45 to RJ12 Adapter SR55-RJ45-RJ12 SR55-RJ45-RJ12 Splitter End Starter End RJ45 Socket RJ12 Plug 87654321 123456 This adapter allows connection of the Remote Touchscreen, Modbus Splitter, or other Modbus master to the SR55 soft starter. The adapter plugs directly into the RJ12 port on top of the SR55, and provides a receptacle for a communication cable with an RJ45 connector. Serial Modbus Communication Splitter SR55-SPLT With front cover on (4) screws to remove front cover to access configration jumpers With front cover off Pin-out same for all 3 ports: RJ45 ports SR55-SPLT 8 1 1 = n/c 2 = n/c 3 = n/c 4 = TXD1-B 5 = TXD0-A 6 = n/c 7 = 24VDC 8 = GND Single SR55 RS-485 network (SR55-SPLT optional) SR55-xxx Multiple SR55 RS-485 network (one SR55-SPLT per starter recommended) SR55-SPLT SR55-xxx SR55-xxx SR55-xxx Dimensions = in [mm] Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 6–5 Chapter 6: Accessories Serial Modbus Communication Splitter – Optional Accessories (continued) The Modus splitter allows for multiple SR55 soft starters to be connected to a Modbus RTU network over RS-485. The splitter allows for the interconnections to be made with standard RJ45 Ethernet patch cables from splitter to splitter. The splitter can then be connected to the starter’s RJ12 port with a standard Ethernet patch cable and an SR55-RJ45-RJ12 adapter (included). The maximum length the network can be is 4000 feet total and a maximum of 31 starters. If the SR55-KPD-REM optional remote touchscreen is to be the master, then set each starter to a unique Modbus address (1-31). If another device such as a PLC is to be the master, then set each starter to a unique Modbus address (2-31). All three RJ45 ports on the SR55-SPLT are not interchangeable as far as functionality. The differences are described below along with the BAG terminating strip (located inside the SR55-SPLT). • The RJ45 port on the right must go to the Modbus master (remote touchscreen or PLC). This is only for the first splitter on the network. For all other splitters on the network this port will be the connection point from the previous splitter. • The middle RJ45 port connects to the starter using a standard RJ45 Ethernet patch cord and an SR55-RJ45-RJ12 adapter. • The RJ45 port on the left connects to the next splitter on the network. If this is the last splitter on the network then leave this port unconnected. • The three terminals B, A, and G inside the splitter are for wiring to a third party Modbus RTU slave device. These terminals are simply TDX00-A and TDX01-B signal lines + Ground. Use BAG term strip or the middle RJ45 connector; do not use both. Inside the splitter there are multiple jumpers that need to be configured before the splitter will function properly. Access these jumpers by removing the front cover, which is attached with four screws. • Jumper S6 For the first splitter on the network, jumper S6 inside the box must be connected if using the SR55-KPD-REM. Jumper S6 provides 24VDC to the touchscreen for power. Do not connect jumper S6 if using a different master as this could damage the master. Do not connect S6 for all other splitters on the network, only the first one. • Jumper S9 Connect jumper S9 on the last splitter on the network. This puts in a 120 Ohm terminating resistor. • No other jumper needs to be configured and should not be reconfigured. For reference, the default settings for the remaining jumpers are: S1 = open S2 = open S3 = closed S4 = closed S5 = closed S7 = closed S8 = open S10 = open S11 = closed All three RJ45 ports have the same pin layout. (Pins 1, 2, 3, and 6 are not used.) • Pin 4: TXD1-A • Pin 5: TXD0B • Pin 7: 24VDC (when jumper S6 is connected) • Pin 8: GND Page 6–6 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 6: Accessories Optional Accessories (continued) Communication Modules SR55-CM-ENETIP EtherNet/IP Communication Module SR55-CM-MODTCP Modbus TCP Communication Module EtherNet/IP Communication Module The EtherNet/IP interface is intended to be installed in the SR55 option slot, and allows the SR55 to be connected to an EtherNet/IP network. The interface offers the following functionality: • CIP Parameter Object Support • 2 Input Words from the network master to SR55 • 2 Output Words from SR55 to the network master Refer to “Configuration and Parameters” Chapter 3 and “Communications” Chapter 5 of this user manual for detailed parameter and EtherNet/IP network communications information. Refer to the installation instructions in the following section. Great care must be taken when inserting the communication module into the SR55. Modbus TCP Communication Module Allows an SR55 soft starter to be connected to a Modbus TCP network using TCP/IP protocol. Refer to “Configuration and Parameters” Chapter 3 and “Communications” Chapter 5 of this user manual for detailed parameter and Modbus addressing information. (Modbus TCP uses the same parameters and addresses as does serial Modbus.). Refer to the installation instructions in the following section. Great care must be taken when inserting the communication module into the SR55. Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 6–7 Chapter 6: Accessories Optional Accessories (continued) Communication Module Installation Instructions The following installation instructions apply to both network communication modules: • EtherNet/IP Communication Module SR55-CM-ENETIP • Modbus TCP Communication Module SR55-CM-MODTCP These option modules are specifically designed to be used with the SR55 range of soft-start products, and are intended for professional incorporation into complete equipment or systems. Incorrect installation may present a safety hazard. Before commencing installation and commissioning, the user should ensure that they are fully familiar with the SR55 unit, and in particular have read the important safety information and warnings contained in this SR55 User Manual. Instructional Video https://www.youtube.com/watch?v=ybqj_hwGrm8 Written Instructions 1) Ensure that all power is removed from the SR55 soft starter prior to installing the option module. 2) Remove the blanking plate from the SR55 option module slot. 3) Carefully slide the communication module into the SR55’s communication slot applying slight downward force and forward pitch as shown in Fig 1a and Fig 1b in order to ensure the guide channels on the communication module Fig 2 align to the guide rails in the starter Fig 3. Fig.1b Fig.1a Fig.3 Fig.2 4) An image of the starter taken apart is shown for reference of how the module fits into these guide rails, see fig 4. Please note: This view cannot be accessed on a purchased SR55 unit. This picture was taken on a unit that was taken apart beyond repair for the purposes of illustrating this procedure. Fig.4 Page 6–8 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 6: Accessories Communication Module Installation Instructions – Optional Accessories (continued) 5) After the module has been pushed in, the module may feel like it has been seated but may not have. Fig 5a shows a module that may appear to be seated but is not, notice the slight gap between the module flange and the SR55 chassis. Fig 5b shows the properly seated module. Fig 6 shows the pins not fully engaged in this same unseated module. (Fig 6 view is from a disassembled SR55; for reference only.) Fig.5b (seated properly) Fig.5a (not seated) (Fig 6 view is from a disassembled SR55; for reference only.) Fig.6 6) This is caused by the two plastic clips on the bottom side of the module shown in fig 7 and are responsible for holding the module firmly to the printed circuit board once installed. These clips can get caught on the printed circuit board (Fig 8). To be seated properly and fully engaged, the module will need to be pushed down in order to have the clips snap around the printed circuit board. Figure 9 shows a properly seated and engaged module on the SR55. Fig.7 Fig.8 Fig.9 7) Tighten the two screws on the option module using a T9 torx driver to secure it in place. 8) The SR55 will automatically configure upon its next power-up after the option module is installed. Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 6–9 Chapter 6: Accessories Replacement/Spare Parts SR55 Replacement Parts * Part Number Description For SR555 Models SR55-FAN-2 (1) Cooling fan, replacement, for size 1 Stellar SR55 series soft starters, 60 x 60 x 15 mm -017 thru -096 SR55-FAN-3 (1) Cooling fan, replacement, for size 2 Stellar SR55 series soft starters, 80 x 80 x 15 mm -124 SR55-FAN-6 (1) Cooling fan, replacement, for size 2 Stellar SR55 series soft starters, 80 x 80 x 20 mm -156 thru -180 SR55-FAN-7 (1)(2) Cooling fan, replacement, for size 3 Stellar SR55 series soft starters, 120 x 120 x 25 mm SR55-FAN-8 (3) -242 thru -361 Cooling fan, replacement, for size 3 Stellar SR55 series soft starters, 171 x 151 x 151 mm -414 thru -477 Touchscreen, replacement, for Stellar SR55 series soft starters all SR55-KPD * These items are exact replacements for the comparable part that is originally installed on the applicable SR55. (1) All fans (except SR55-FAN-8) come with 3 butt-splice terminals. If replacement terminals are needed, they can be purchased from a third party distributor. PN: UY2; MFG: 3M. (2) SR55-FAN-7 also comes with 4 push rivets. If replacement rivets are needed, they can be purchased from a third party distributor. PN:SR-4070B; MFG: Essentra Components. (3) SR55-FAN-8 uses 1/8” quick-connect terminals. Page 6–10 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 6: Accessories Replacement Cooling Fans These cooling fans are exact replacements for the fans that are originally installed on the applicable SR55. The fans normally run during the following conditions: 1) D uring the Ramp and Dwell periods. (Will continue running if heatsink temperature meets criteria #3) 2) D uring Stop. (Will continue running if heatsink temperature meets criteria #3) 3) I f heatsink temperature >45°C [113°F]. (Turns off when temperature <39°C [102°F]) Fan Replacement Instructions for soft starters SR55-017 through SR55-361 Fan Replacement Instructions for SR55-FAN-2, -3, -6, -7 1) Unscrew existing fan(s).* 3) Fit blue wires from new fan and SR55 into connector (included). 6) Position fan(s) and connectors.* 2) Cut wires close to fan(s). 4) Push connector shut with pliers. 5) Repeat with 2nd pair of blue, then 2 pairs of red wires. 7) Fix new fan(s) to SR55.* Air flow direction * Soft starters SR55-242, -302, and -361 have metal fan guards fitted for safety reasons. These must be removed before the fans can be taken off, and they MUST be refitted using the supplied push rivets after the new fans have been attached. Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 6–11 Chapter 6: Accessories Replacement/Spare Parts (continued) Fan Replacement Instructions for soft starters SR55-414 and SR55-477 Fan Replacement Instructions for SR55-FAN-8 1) Remove 4 screws from lower end molding. 2) Slide lower end molding off of busbars. 3) Pull wires off of connectors. 4) Fans held with M4 screws in 2 positions. 5) Remove old fan. Air flow direction 6) Fit new fan. 7) Reassemble in reverse order. (Orientation of wires is not critical.) Page 6–12 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Chapter 6: Accessories Replacement/Spare Parts (continued) Replacement Touchscreen These touchscreens are exact replacements for the touchscreens that are originally installed on the SR55 soft starters. Touchscreen Replacement/Installation Instructions 1) Carefully remove the outer bevel casing around the LCD display. 2) Remove the two plastic rivets below the LCD display. Use a small screwdriver to pry the rivets out. 3) When removing the LCD display and PCB, slowly lift from the top left corner. 4) Gently remove the LCD and PCB at an angle, so they can be lifted from the unit. Take care not to apply excessive force. Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page 6–13 Chapter 6: Accessories Replacement/Spare Parts (continued) Touchscreen Replacement/Installation Instructions (continued) 5) On the reverse side of the PCB, remove the FFC cable from the socket (lift gray part from front edge; do not force.) 6) Place the replacement screen FFC cable in socket, making sure that it is correctly seated. Push the gray part down to lock. 7) Once the socket is locked with the FFC cable firmly connected, gently place the board back in to the previous position, using the same angled technique. 8) Place the PCB flat in position. 9) Make sure that the screen is correctly aligned, and place the outer bevel back on the LCD display. 10) Once you have placed the outer bevel back on the LCD display, ensure that the two plastic rivets below the LCD display are re-installed. Page 6–14 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Updating Firmware Appendix A Table of Contents Updating SR55 Firmware��������������������������������������������������������������������������������������A–2 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page A–1 Appendix A: Updating Firmware Updating SR55 Firmware Firmware updates are normally not necessary for the SR55 family of soft starters. If, after talking with AutomationDirect Technical Support, it is determined that your SR55 requires a firmware update, please follow the procedure outlined below. It is advised to save your configuration profile to a USB before updating firmware (Home → Device → Parameters to USB). Instructions for updating the firmware of an SR55 soft starter. 1) Obtain a USB flash drive, and ensure that it has been formatted to FAT32. ADC part number USB-FLASH is a 4GB SanDisk USB flash drive that has been verified to work with the SR55. Other flash drives may be too wide to fit, or may not perform correctly. 2) Download a new firmware zip file from the Technical Support Firmware Upgrades page of the AutomationDirect web site: (http://support.automationdirect.com/firmware/index.html). 3) Copy the zip file into a suitable location on your PC that you can extract all of the firmware files. 4) Right click on the zip file and select extract all. This will create an unzipped directory in the same location with the same name. Page A–2 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Appendix A: Updating Firmware 5) Double click on the new directory and inside you will see all of the boot-loading files. Select all of these files and copy them onto the route directory of the USB flash drive. Extracted Folder on PC USB Flash Drive Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page A–3 Appendix A: Updating Firmware 6) If it is the first power-up, the SR55 will display the “Automatic Set Up” screen. This screen can be skipped when you plan to carry out a firmware update. To do this, select “Advanced,” then press back, and the status screen will be displayed. 7) Insert the USB flash drive which contains the new issue of the boot-load firmware into the USB connector on the SR55. (The flash drive is shown in red above the touchscreen.) If using the remote touchscreen, you will have to update the firmware on that touchscreen also. Follow the same procedure, but insert the USB flash drive into the back of the remote touchscreen. 8) Navigate through “Home,” “Device,” and “Update Firmware” screens to get to the firmware upgrade page. This page shows the currently installed firmware, as well as the firmware which is to be uploaded. Page A–4 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Appendix A: Updating Firmware 9) Once “Update Firmware” and “Confirmation to Update firmware” has been selected, a loading bar will appear which shows the update process has begun. 10) Wait for approximately one minute for the updating firmware screen to be displayed. This screen shows the progress of the firmware being installed on the SR55. There are three stages of installation. 11) Once the updating process is complete, the SR55 will reboot. When it has fully rebooted the status screen will appear. Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page A–5 Appendix A: Updating Firmware BLANK PAGE Page A–6 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Soft Starter Application Considerations Appendix B Table of Contents B.1 – Motor Suitability and Associated Considerations��������������������������������������������������������������� B–2 B.1.1 – Suitability ����������������������������������������������������������������������������������������������������������������������������������� B–2 B.1.2 – Induction Motor Characteristics������������������������������������������������������������������������������������������������ B–2 B.1.3 – Rating ����������������������������������������������������������������������������������������������������������������������������������������� B–2 B.1.4 – Maximum Motor Cable Length�������������������������������������������������������������������������������������������������� B–3 B.1.5 – Power Factor Correction Capacitors����������������������������������������������������������������������������������������� B–3 B.1.6 – Lightly Loaded Small Motors����������������������������������������������������������������������������������������������������� B–3 B.1.7 – Motors Installed with Integral Brakes��������������������������������������������������������������������������������������� B–3 B.1.8 – Older Motors ������������������������������������������������������������������������������������������������������������������������������ B–3 B.1.9 – Wound-rotor or Slip-ring Motors����������������������������������������������������������������������������������������������� B–3 B.1.10 – Enclosures��������������������������������������������������������������������������������������������������������������������������������� B–3 B.1.11 – Efficiency����������������������������������������������������������������������������������������������������������������������������������� B–4 B.1.12 – High-Efficiency Motors ������������������������������������������������������������������������������������������������������������ B–4 B.1.13 – EU Compliance with the EMC Directive ��������������������������������������������������������������������������������� B–4 B.1.14 – Fuses ����������������������������������������������������������������������������������������������������������������������������������������� B–4 B.2 – Rules for Specific Applications��������������������������������������������������������������������������������������������� B–5 B.2.1 – In-Delta Operation �������������������������������������������������������������������������������������������������������������������� B–5 B.2.2 – High-Inertia Loads ��������������������������������������������������������������������������������������������������������������������� B–5 B.2.4 – Resistive Loads ��������������������������������������������������������������������������������������������������������������������������� B–5 B.2.5 – Frequent Starting����������������������������������������������������������������������������������������������������������������������� B–5 B.2.6 – Optimizing ��������������������������������������������������������������������������������������������������������������������������������� B–5 B.2.7 – Soft Stopping������������������������������������������������������������������������������������������������������������������������������ B–6 B.2.9 – Replacement of Fluid Couplings ����������������������������������������������������������������������������������������������� B–6 B.2.12 – Overhauling Loads������������������������������������������������������������������������������������������������������������������� B–6 B.2.13 – Application Table ��������������������������������������������������������������������������������������������������������������������� B–6 B.3 – Concepts and Principles of Fixed-Speed Induction Motor Starting and Control������������� B–8 B.3.1 – Introduction�������������������������������������������������������������������������������������������������������������������������������� B–8 B.3.2 – The Induction Motor ������������������������������������������������������������������������������������������������������������������ B–8 B.3.3 – Starting Induction Motors ������������������������������������������������������������������������������������������������������� B–10 B.3.4 – Electro-Mechanical Methods Of Starting ������������������������������������������������������������������������������� B–11 B.3.5 – The Semiconductor Motor Controller ������������������������������������������������������������������������������������� B–12 B.3.6 – Running Induction Motors������������������������������������������������������������������������������������������������������� B–13 B.3.7 – Reliability Considerations��������������������������������������������������������������������������������������������������������� B–14 Appendix B Glossary of Terms���������������������������������������������������������������������������������������������������� B–15 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page B–1 Appendix B: Soft Starter Application Considerations B.1 – Motor Suitability and Associated Considerations The SR55 Soft Starter is based on a series of microprocessor-based optimizing soft starters which have been used world-wide in more than 100,000 critical and non-critical systems. Since 1983, these soft starters have successfully operated with almost every type of load and environment from the Antarctic to the jungle. The design has proven to be both reliable and adaptable, and provides a powerful mechanism with which to control fixed-speed induction motors. However, due to the intrinsic differences between electronic and electro-mechanical starting systems, there are a number of simple rules and observations to follow when using the SR55 Soft Starter. This section introduces guidelines for the user and those incorporating the unit as part of their system design. B.1.1 – Suitability In principle, any three-phase induction motor can be started by a soft starter. Normally, the breakaway torque of the load should be less than the full-load torque of the motor, unless a motor with a high locked-rotor torque characteristic is employed. As a quick assessment, any load which has a low or no-load start with a moderate starting time, or which can be started with a star-delta (wye-delta) starter, auto transformer or other forms of reduced-voltage starting, can be considered a potential application for a soft starter. B.1.2 – Induction Motor Characteristics Three-phase induction motors are required to provide sufficient torque to accelerate the motor and its load from standstill to full speed, and to maintain full speed efficiently at all torque levels up to the design full-load torque. Most modern three-phase induction motors have characteristics that are wholly suitable for use with soft starters. However, the characteristics vary considerably between different manufacturers and design types. It is important that the motor is capable of providing sufficient torque to drive the load at all speeds from standstill to rated speed, to enable the SR55 to function properly. It is particularly important that the motor to be soft started does not have a low pull-up or saddle torque, or the load may not be accelerated correctly. The primary function of the soft starter is to act as a torque-regulating device. It cannot apply a torque greater than that which the motor generates. For this reason, problematic applications for which many different starting methods have been tried but failed may need analysis of the motor or load performance before a soft starter can be successfully applied. B.1.3 – Rating For most applications, except high inertia loads, the starting demands and the inertia of the rotating masses are small enough to be insignificant. This means that no special consideration needs to be given to the rating of the soft starter, other than to ensure that it is equal or marginally greater than the rated voltage and current of the controlled motor. Alternatively, if the number of poles of the motor and the moments of inertia of the load (Jload) and motor rotor (Jmotor) are known, a soft starter will be suitable if the figures comply with the criteria given in the bottom row of Table B.1.3. Table B.1.3 Number of Poles 2 4 6 8 Synchronous Speed (rpm @ 60 Hz) 3600 1800 1200 900 (Jload)/(Jmotor) less than 5 15 20 25 Section B.2.13 contains a table showing the more common applications. Page B–2 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Appendix B: Soft Starter Application Considerations B.1.4 – Maximum Motor Cable Length The length of the cable between the output terminals of the starter and the motor should not normally be greater than 100 meters [328 ft]. B.1.5 – Power Factor Correction Capacitors Power factor correction capacitors applied to a single motor must ALWAYS be connected by a separate contactor placed on the SUPPLY side of the SR55 Soft Starter. Capacitors should be switched into the circuit after top-of-ramp (full line voltage) is reached, and switched out of the circuit before a stop is initiated. It is important that any total system PFC scheme that automatically corrects for a range of inductive loads is not operated in such a way as to leave it heavily over compensated since this might introduce oscillations leading to damaging over-voltages. B.1.6 – Lightly Loaded Small Motors Lightly loaded small-sized (less than 2kW [2.7 hp]), star connected motors can produce high voltages at the motor terminals when shut down by simply opening the line contactor. As these voltages can damage the soft starter, it is safer to control the opening of the line contactor with the soft starter run relay contacts. B.1.7 – Motors Installed with Integral Brakes Motors that include an integral, electrically operated brake internally connected to the motor input terminals can only be soft started when the brake is re-connected to the supply through its own contactor. (Do NOT soft start the brake.) B.1.8 – Older Motors The action of the fully-controlled soft starter introduces harmonic currents and voltages to the motor. Therefore, it is important to ensure that the motor employs techniques such as rotor skewing in its construction to suppress the effects of harmonic fluxes and avoid rough starting. This is rarely a problem with modern motors, because nearly all motors designed in the last 20 years employ these techniques. B.1.9 – Wound-rotor or Slip-ring Motors Slip-ring induction motors ALWAYS need some resistance in the rotor circuit to ensure that sufficient rotational torque is generated to overcome any alignment torque, which is present at start-up. The resistance can be safely shorted out in the normal fashion with a contactor controlled by the programmable relay set as ‘top-of-ramp’ contacts. B.1.10 – Enclosures Thyristors are not perfect conductors, and the passage of current through them causes heat dissipation in the body of the soft starter, which in turn causes the heatsink temperature to increase. As a guide, the heat generated is 1 watt/amp/phase, which equates to a dissipation of 30 watts from the heatsink for a line current of 10 amps. Therefore, all cabinets or enclosures that house soft starters should have adequate ventilation. (For more detailed information, refer to Chapter 1: Mechanical Installation.) Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page B–3 Appendix B: Soft Starter Application Considerations B.1.11 – Efficiency Although the use of the soft starter introduces a power loss, the system still retains an overall efficiency of approximately 99.5%. If the iERS function is selected, then the gain in motor efficiency at partial loads is far greater than the loss of efficiency arising from thyristor heat losses. If prolonged operation at full load is expected, the thyristor loss can be eliminated (as in some matched motor/pump drives) by closing the internal bypass contactor around the thyristors. (SR55 soft starters have an internal bypass contactor that is automatically activated when at full load when iERS is turned on.) B.1.12 – High-Efficiency Motors Due to an inherently steep front to the speed/torque curve, high-efficiency motors can exhibit instability when lightly loaded, and the iERS parameter group may need to be adjusted to compensate. B.1.13 – EU Compliance with the EMC Directive When considering the use or fitting of any Soft Starter, users and installers in European countries must comply with the EMC Directive 2004/108/EC. The manufacturer of the soft starter has a statutory obligation to provide a guide for compliance with this directive. For the SR55, this guidance is given in the EMC guide, which is Appendix C of this user manual. It is essential that users and installers understand and comply with the requirements described in these sections. B.1.14 – Fuses Circuit protection fuses should be rated to allow for the extended start times associated with the use of a Soft Starter. Traditional HRC motor fuses may need to be rated higher than the motor rated current for normal low-inertia applications, but modern “extended start” fuses will generally give full motor protection. (See also section B.2.2 relating to high inertia loads.) Semiconductor fuses are available for the short-circuit protection of the thyristors in the SR55. See the “Fuse and Current Ratings” section in chapter 2 (“Electrical Installation”) of this manual for semiconductor fuse recommendations and details of the Overload incorporated into the SR55. Page B–4 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Appendix B: Soft Starter Application Considerations B.2 – Rules for Specific Applications B.2.1 – In-Delta Operation The SR55 control system allows the soft starter to be installed “in the delta” connections of the motor, which can permit the use of a lower current rated unit. However, in this mode of operation it is important that the soft starter is connected in accordance with the relevant wiring diagram. The power-circuit wiring diagram in Chapter 2, “Electrical Installation” gives detailed instructions for this configuration. If motor rotation is incorrect, the connections should be changed as described in the diagram. It should be noted that six connections are required between the motor and soft starter. The “Firing Mode” parameter must be set for delta mode, which also disables iERS (Chapter 3: Configuration and Parameters). For SR55 soft starters, an in-line isolation contactor controlled by the soft starter MUST be used with the In-Delta Firing Mode and motor connections. B.2.2 – High-Inertia Loads High-inertia loads, such as centrifugal and axial fans, grinders, flywheel presses, etc., may require a larger size soft starter than the motor. For example, a 75kW [100 hp] starter may be needed for a 55kW [75 hp] motor. This is necessary to allow for the extra heating effects of the prolonged over-current on the soft starter thyristors during the extended starting time. If very high-inertia loads are involved, then an analysis of the starting characteristics should be made. This requires accurate data about the motor and the load: • C omplete motor data: Current, Voltage, Power, Speed, Rotor Inertia, Speed/Torque/ Current curves. • C omplete load data: Type of load, Speed, Inertia, Speed/Torque curve, Power absorbed or Full-load Torque. Consideration must also be given to thermal overload and fuse protection systems when extended start times are involved. This is the case for heavy duty starting, as a standard thermal overload will trip under these conditions. A heavy-duty start thermal overload or an electronic overload with dual settings for start and run is recommended. Modern HRC motor fuses will allow for some overload during the start, but the fuse curve, giving time/current data, will give an indication of suitability for the particular application. B.2.4 – Resistive Loads AutomationDirect does not support the control of resistive loads with the SR55 Soft Starter. B.2.5 – Frequent Starting High starting frequencies require careful consideration of the soft starter thermal capabilities. In many cases a standard sized SR55 may be suitable, as start times are generally shorter for this type of application. If this is not the case, then a larger soft starter may be required. B.2.6 – Optimizing Drives which operate for long periods of time at less than their rated capacity can benefit from the energy saving function (iERS optimizing) of the SR55, which adjusts the thyristor triggering to reduce the excitation losses of the motor. This feature will lower the running temperature of the machine and help to extend its life. See Chapter 4, Principles of the Energy Saving Mode (iERS). Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page B–5 Appendix B: Soft Starter Application Considerations B.2.7 – Soft Stopping Soft stopping can reduce positive surge pressures in pipelines on shutdown. It is necessary to make sure that the ramp-down time is long enough to remove the energy from the fluid before the firing of the thyristors is stopped. Otherwise the surge pressure may still be present. Soft stopping can also be successfully applied to loads such as conveyor belt systems where sensitive items such as bottles are being transported. B.2.9 – Replacement of Fluid Couplings Soft-starters can replace fluid couplings yielding benefits of higher efficiency running and lower costs to the user. If the coupling is used to magnify the available breakaway torque, it may be necessary to replace the installed motor with another of a larger size, or one with a high starting torque characteristic before a soft starter can be employed. B.2.12 – Overhauling Loads Certain applications can overspeed the motor as part of normal operation. Power then flows from the motor to the power supply. It is important to disable the iERS optimizing mode during over-speed conditions, and reinstate the optimizing mode during normal conditions. (External control or communication is required to disable and reinstate iERS.) B.2.13 – Application Table The table on the following page shows many common motor applications that suit the SR55 soft starter. It lists typical breakaway torque requirements as a percentage of motor full-load torque (FLT). For the most satisfactory soft starter in a given application, the motor should have a full-voltage locked-rotor-torque (LRT) that is at least twice the breakaway torque (e.g. for a reciprocating compressor the FLT is normally in the region of 50% motor LRT.) As a general rule, the higher the motor LRT is above the load breakaway torque, the greater the control over the starting process. Page B–6 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Appendix B: Soft Starter Application Considerations B.2.13 – Application Table (continued) Table B.2.13 – Applications Application Breakaway Torque (%FLT) Remarks Agitator 35 – Air compressor- rotary, unloaded start 25–35 – Air compressor- reciprocating, unloaded start 50–100 – Air compressor- screw type, unloaded start 30 Usually two-pole motor Ball mill 30–50 Eccentric load, needs high starting torque motor Carding machine 100 Often high inertia Centrifuge 50–90 Usually high inertia Centrifugal fan- dampers closed 10–25 Usually high inertia Centrifugal fan- dampers open 10–25 Usually high inertia, very long ramp times Centrifugal blower- valve closed 25–35 – Centrifugal blower- valve open 30–40 Can have long ramp time Conveyor- horizontal, unloaded 10–50 – Conveyor- horizontal, loaded 100–150 – Conveyor- vertical lifting, unloaded 50–85 – Conveyor- vertical lifting, loaded 100–175 – Conveyor- vertical lowering, unloaded 10–40 – Conveyor- vertical lowering, loaded 10–25 – Crusher (not rock)- unloaded 25–75 Can be high inertia Drilling machine- unloaded 10 – Fan, axial-flow propeller 20–40 – Feeder- screw 100–175 Needs high starting torque motor Feeder- vibrating, motor driven 100–150 Needs high starting torque motor Grinder- unloaded 10–25 Usually high inertia Hammer mill 20–125 Eccentric load, needs high starting torque motor Mills- flour etc. 30–50 – Mixer- dry contents 35–75 – Mixer- fluid contents 10–40 – Mixer- plastic contents 75–125 High torque motor offers advantage Mixer- powder contents 75–125 High torque motor offers advantage Pelletizers 50–100 – Press, flywheel 50–150 Needs high starting torque motor Pump- centrifugal 10–25 Soft stopping useful Pump- positive displacement, piston type 100–175 Needs high starting torque motor Pump- vane type, positive displacement 100–150 Needs high starting torque motor Rolling mill 30–50 – Saw, band 10–35 – Saw, circular 25–50 May be high inertia; Plug brake may be useful Screen, vibrating 30–60 – Transformers, voltage regulators Nil Change firing mode Tumblers 30–100 Can be eccentric load, may need high torque motor Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page B–7 Appendix B: Soft Starter Application Considerations B.3 – Concepts and Principles of Fixed-Speed Induction Motor Starting and Control Since its invention one hundred years ago, the standard three-phase induction motor has become one of the most familiar items of industrial equipment ever known. Due to its simplicity of construction, low cost, reliability, and relatively high efficiency, it is likely to remain the prime source of mechanical energy for the foreseeable future. B.3.1 – Introduction Energy conversion, from the electrical supply to rotating mechanical energy, is a characteristic of all motors. To regulate energy flow, most motor circuits require a mechanism to connect and disconnect them from their electrical power source. Electro-mechanical switches, known as “contactors,” are the standard means of achieving this control. Even today, more than one hundred years after their introduction, contactor-based systems remain the most widely used method of motor control. Nevertheless, there is a definite trend towards more sophisticated electronic systems of control being applied to fixed-speed motor drives. This section will discuss these forms of control; namely electronic microprocessor-controlled optimizing soft starters such as the SR55. B.3.2 – The Induction Motor In order to appreciate the benefits of using an electronic controller, it is important to have some understanding of the characteristics and limitations of the induction motor and the electro-mechanical systems currently used to control them. The standard, fixed-speed induction motor fulfills two basic requirements: • To accelerate itself and its load to full speed (or speeds with multi-speed motors). • To maintain the load at full speed efficiently and effectively over the full range of loadings. Due to the constraints of materials and design, it can be difficult to achieve both objectives effectively and economically in one machine. So, how does a motor start in the first place? As mentioned previously, motors convert electrical energy drawn from the power supply into a mechanical form, usually as a shaft rotating at a speed fixed by the frequency of the supply. The power available from the shaft is equal to the torque (moment) multiplied by the shaft speed (rpm). From an initial value at standstill, the torque varies, up or down, as the machine accelerates until reaching a peak at about two thirds of full speed, and then dropping to zero at synchronous speed. This characteristic means that induction motors always run at slightly less than synchronous speed in order to develop power (the ‘slip speed’), and hence the term asynchronous. Figure B.3.2.1 shows a graph is of an induction motor torque/speed curve, and illustrates this important characteristic of asynchronous three-phase induction motors. Page B–8 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Appendix B: Soft Starter Application Considerations B.3.2 – The Induction Motor (continued0 Figure B.3.2.1: Torque/Speed Curve – Induction Motor Pull Out Torque ( MK ) TORQUE Locked Rotor Torque ( LRT, MA ) Pull-up Torque Full Load Torque ( FLT, MA ) Synchronous speed 0 SPEED S Torque/Speed Curve – Induction Motor Figure B.3.2.2: Torque/Speed Curve – Coupled Load Each load coupled to an induction motor has its own speed/torque curve: Pull Out Torque ( MK ) TORQUE Locked Rotor Torque ( LRT, MA ) Pull-up Torque Full Load Torque ( FLT, MN ) Synchronous speed 0 SPEED Torque/Speed Curve – Coupled Load S Figure B.3.2.3: Torque/Speed Curve – Accelerating Torque The acceleration of a motor-load system is caused by the difference between the developed torque (motor) and the absorbed torque (load), and is shown by the shaded area in the next figure: Pull Out Torque ( MK ) TORQUE Locked Rotor Torque ( LRT, MA ) Full Load Torque ( FLT, MN ) Pull-up Torque Synchronous speed 0 SPEED S Torque/Speed Curve – Accelerating Torque Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page B–9 Appendix B: Soft Starter Application Considerations B.3.2 – The Induction Motor (continued) Obviously, the larger the difference between the developed torque and the absorbed torque, the faster the acceleration and the quicker full speed is reached, and the greater the stresses experienced by the supply and drive systems during the acceleration process. An “ideal” start would accelerate the load with just sufficient force to reach full speed smoothly in a reasonable time, and with minimum stress to the supply and drive mechanisms. Generally speaking, the motor speed/torque characteristic is controlled by the rotor resistance. A motor with high rotor resistance can generate its peak torque (pull-out torque) at standstill, giving the high break-away torque characteristic which reduces steadily as the speed increases, and becomes zero at synchronous speed. At the other end of the scale, a motor with a very low rotor resistance will produce a low starting torque, but will generate its peak torque closer to the synchronous speed. Consequently, this type of motor runs at full power with higher operating efficiency and low slip speed. It is possible to combine the twin requirements of high starting torque and efficient full-speed operation within a single motor by techniques such as double-cage or deep bar design, and this usually is the motor characteristic chosen for lifting and hoisting applications: Figure B.3.2.4: Torque/Speed Curve – High Starting Torque Pull Out Torque ( MK ) TORQUE Locked Rotor Torque ( LRT, MA ) Pull-up Torque Full Load Torque ( FLT, MN ) Synchronous speed 0 SPEED Torque/Speed Curve – High Starting Torque S However, most induction motors are designed to have a “standard” characteristic that provides a compromise between starting torque and operating efficiency. To summarize, an induction motor will only start and accelerate when it produces more torque than the connected load absorbs. This is true for all speeds, including standstill and full speed. B.3.3 – Starting Induction Motors Starting a demagnetized induction motor from standstill is a demanding and complex process. At the instant of switching, all the energy must be present that is necessary to magnetize the motor, to provide the acceleration force, to supply the kinetic energy of the rotor and load, and to overcome the mechanical and electrical losses. To do so at full supply voltage places considerable stresses on the supply, the motor windings, and the iron cores of the stator and rotor. Excessive acceleration of a rotor when the mechanical load is small can produce torque oscillations in the shaft, causing severe wear to transmissions, gears and drives. Excessive acceleration when the load inertia is high, such as in centrifugal fans, causes belts to slip on the pulleys, producing rapid wear and early failure. Page B–10 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Appendix B: Soft Starter Application Considerations B.3.4 – Electro-Mechanical Methods Of Starting Method A: Direct-on-Line The most simple means of controlling energy flow to an induction motor is to interrupt the power supply by a single contactor. Very widely applied, the method is known variously as “direct-online”, “across-the-line”, “direct”, etc., and is the usual form of control where low cost is the first and most important consideration. As a result, it is most often used on small motor sizes (up to approx. 22 kW [30 hp]), or where the supply is strong enough to withstand the inrush and starting current surges without causing unacceptable voltage drops. The harsh, damaging effects described earlier are all imposed by direct-on-line starting and, as a control method, it is the most destructive of equipment. Its simplicity and apparent low cost, although attractive at first sight, hide large cost penalties in the shape of increased maintenance, reduced transmission equipment life, and higher risk of motor failure, particularly when frequent starting and stopping is needed. In larger sized motors, special strengthening is necessary, at higher cost, before they can be safely used with direct-on-line starting. However, the shortcomings of the direct-on-line starter have been recognized ever since motors have been used, and alternative systems have been developed over the years to reduce the damaging effects of this form of control. Method B: Wye-Delta and other Reduced Voltage Starting Systems Reduced voltage starting makes use of the fact that motor torque is proportional to the square of the terminal voltage. The most familiar type of reduced-voltage starter is the wye-delta, or star-delta starter. Consisting of three contactors and a time switch (which can be mechanical, pneumatic, electrical, or electronic), the wye-delta starter changes the motor winding configuration from an initial wye connection to a delta connection as the motor accelerates. The change-over or transition point is controlled by the time switch and is usually arranged to be approximately at 80% of full speed. The effect of starting in the wye connection is to alter the voltage across each stator winding to 58% of normal. This reduces the starting torque to a third of locked rotor torque (LRT) with a consequent reduction in starting currents and acceleration forces. Although an apparent improvement over the direct system, significant disadvantages still remain. The transfer from wye to delta momentarily removes the motor from the supply. During this time the motor is under the mechanical influence of the rotating load and, at the instant of disconnection, current will still flow in the rotor bars due to the time delay necessary for the magnetic flux to die away. Therefore, there is a residual flux “frozen” on the surface of the rotating rotor, which cuts the stator windings, generating a voltage whose frequency depends on the rotor speed. If the load inertia is small, such as in a pump, or if the friction is high, there could be a significant loss of speed during the time the supply is disconnected. In this case, when the reconnection to delta is made, a large phase differential can exist between the supply and the rotor fluxes. This can give rise to very large current surges (as much or more than full-voltage locked rotor current), together with massive transient torque oscillations, which can peak at levels in the region of fifteen times full-load torque. Although the effects described are only present for a very short period of time (about one fifth of a second), they are sources of great stress and damage to the whole drive system, and where frequent starting is necessary, invoke high maintenance costs. The current surges, in the form of very high-level short-duration “spikes”, are an increasing problem for computer control systems and other sensitive electronic equipment. The voltage disturbance on the supply is very difficult to filter out and can cause severe problems, especially when larger motors are involved. Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page B–11 Appendix B: Soft Starter Application Considerations Method B: Wye-Delta and other Reduced Voltage Starting Systems (continued) There are methods of control, for example, the Wauchope starter, which eliminate or reduce the reconnection transients. However, such starters are expensive and have reliability implications, and they are not widely applied for these reasons. The wye-delta starter also has disadvantages due to the restricted starting torque available (if you need 40% LRT to break-away, you can only increase the motor size, or revert to direct-on-line). Combined with the severe effects of the re-switching surges, and the additional costs of bringing six conductors from the motor to the starter instead of only three; wye-delta only offers an imperfect solution to the problem of starting the induction motor. Method C: Primary Resistance Starter It has long been recognized that the transition step in the wye-delta system was a source of problems such as welded contactors, sheared drive shafts etc. For many years a method of stepless control has been available in the form of the primary resistance starter. This type of controller inserts a resistance in one, or more often in each, of the phase connections to the stator at start-up, after which it is progressively reduced and shorted out at the end of the acceleration process. Frequently, the resistances are movable blades that are gradually inserted into an electrolyte liquid. The mechanism is usually large and expensive, both to purchase and to maintain, and considerable heat is created by the passage of current through the electrolyte resistor. This limits the starting frequency (because the electrolyte has to condense back to liquid before a new start can proceed), and these restrictions prevent this starter from being a popular option when selecting a control system. However, it has the distinction of being the smoothest and least stressful method of accelerating an induction motor and its load. Method D: Other Electro-Mechanical Systems Other control methods such as auto-transformer starting (popular in North America), primary reactance starting etc., are employed to a greater or lesser extent, to compensate for some of the disadvantages of each type of starter discussed. Nevertheless, the fundamental problems of electro-mechanical starters remain, and it is only in the last decade or two that their dominance has been challenged by the introduction of power semiconductors controlled by electronics. B.3.5 – The Semiconductor Motor Controller During the 1950s, much effort was put into the development of a four-layer transistor device which had the power to switch large currents at high voltages when triggered by a very small pulse of current. This device became known as the silicon controlled rectifier (SCR), or in Europe, the “Thyristor”, and it is the basis on which all soft starting systems are built. The characteristic of most interest is the ability of the thyristor to switch rapidly (in about 5 millionths of a second) from “OFF” to “ON” when pulsed, and to remain “ON” until the current through the device falls to zero (which conveniently happens at the end of each half-cycle in alternating current supplies). By controlling the switch-on point of a thyristor relative to the voltage zero crossing in each half wave of an alternating current, it is possible to regulate the energy passing through the device. The closer the turn-on point is to the voltage zero crossing point, the longer the energy is allowed to flow during the half-cycle. Conversely, delaying the turn-on point reduces the time for the energy to flow. Putting two thyristors back-to-back (or anti-parallel) in each of the phase connections to a motor, and by precisely controlling their turn-on points, an electronic soft starter continuously adjusts the passage of energy from the supply so that it is just sufficient for the motor to perform satisfactorily. So, for instance, by starting with a large delay to the turn on point in each half cycle, and progressively reducing it over a selected time period, the voltage applied to the motor starts from a relatively low value and increases to full voltage. Due to the motor torque being proportional to the square of the applied voltage, the starting torque follows the same pattern giving the characteristic smooth, stepless start of the soft starter. Page B–12 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Appendix B: Soft Starter Application Considerations B.3.6 – Running Induction Motors Once a start has been completed, the motor operating efficiency becomes of interest. When working at or near full load, the typical three-phase induction motor is relatively efficient, and readily achieves efficiencies of 85% to 95%. However, as shown below, motor efficiency falls dramatically when the load falls to less than 50% of rated output. Figure B.3.6.1: Motor Efficiency/Load Characteristic 100% EFFICIENCY 0 1/2 LOAD 1/1 Motor Efficiency/Load Characteristic In fact, very few motors actually experience consistent fully rated operation, and the vast majority operate at much lower loads due to either over-sizing (a very frequent situation), or natural load variations. For Fan and Pumping applications, the affinity laws will allow the inverter drive to show very considerable energy savings over virtually all other methods of control through varying the speed of the motor in response to changes in load. Where motor speeds cannot be varied, an optimizing version of semiconductor motor controller, such as the SR55, will also produce energy savings in lightly loaded motors. Less sophisticated systems of soft starters remain at full conduction, and the motor then behaves as if it were connected directly to the main supply. However, at light loads and mains voltages, induction motors always have excess magnetic flux, and efficiency loss and power factor degradation result. By detecting the load at any instant and adjusting the motor terminal voltage accordingly, it is possible to save some of the excitation energy and load loss, and therefore improve motor power factor when the motor is running inefficiently at light loads. Figure B.3.6.2: Motor Efficiency/Loss Characteristic LOAD LOSSES STRAY EXCITATION MECHANICAL 0 1/2 LOAD 1/1 Motor Efficiency/Loss Characteristic Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page B–13 Appendix B: Soft Starter Application Considerations B.3.6 – Running Induction Motors (continued) All SR55 Soft Starters are microprocessor controlled, and this gives them a number of advantages. Firstly, there are no adjustments to be made for the energy saving function; all calculations necessary to find the best degree of phase-back of the thyristors for any load condition is made by the microprocessor. Secondly, the start always synchronizes with the supply voltage, and a special structure of turn-on pulses virtually eliminates the inrush currents normally associated with motor start-up. This happens every time. Lastly, there is the absolutely stepless starting process, otherwise found only with primary resistance or reactance electromechanical starters – but without the wasted energy, and with the opportunity to control the maximum current allowed to flow during the starting process. Other features such as soft stopping are included to give considerable control over all modes of induction motor operation. B.3.7 – Reliability Considerations Reliability is an aspect which is of increasing concern regarding electronic controllers for induction motors. There is little point in installing an expensive item of electronic equipment to save potentially considerable amounts of money if the device is unreliable to the point that vital processes are constantly interrupted. There are electronic products in the market place which appear to offer soft starting more cheaply. However, they almost always rely on less advantageous technologies such as analog control, or half-control, where one of the two thyristors in each phase is replaced with a diode. There are systems which only control the energy flow in one phase while the other two are directly connected. Owing to the variable quality and performance of many so-called inverters and soft starters available to the unsuspecting purchaser, international standards for these products have been developed. So far, IEC 60947-4-2 – “AC Semiconductor Motor Controllers and Starters” defines the soft starter in every important respect, including thermal and overload performance as well as electromagnetic compatibility. By ensuring that any motor controller equipment purchased conforms to IEC 60947-4-2, a user should be reasonably safeguarded from shoddy or inadequate products when specifying equipment for future installations. A particular advantage of the use of the optimizing soft starter is its impact on the maintenance requirements of associated electro-mechanical equipment. Optimizing lowers the surface temperature of the motor by reducing the losses within the motor. This prolongs the motor life, and reduces heating of the surrounding atmosphere in the process. If the atmosphere is subject to air conditioning, reducing the heat input will reduce the air conditioning costs. Reduced starting and running currents reduces cable losses, and contactor switching operations are carried out under the most advantageous conditions. No current flows on switch-on since all switching is carried out by the thyristors, which virtually eliminates the need for contact replacement. Indeed, there are a growing number of installations where contactors are no longer employed, being replaced by controllable circuit breakers or isolators instead. In summary, electronic controllers for most fixed-speed applications are opening new ways of increasing the efficient operation of induction motors, as well as offering significant benefits in control. Prospective users should ensure themselves of the quality and performance of any products they expect to fit, and this can be reasonably expected if compliance with the appropriate IEC standards is demanded. Page B–14 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Appendix B: Soft Starter Application Considerations Appendix B Glossary of Terms Breakaway Torque: The minimum torque required to achieve rotor movement for the motor with its load. Current Limit: The current at which the ramp is held. For the SR55, current limit is only active during start-up where it contributes to the motor control function. This feature is particularly useful when starting high-inertia loads that require an extended start-up period. (See also Overload Level.) Direct-On-Line (DOL): The direct connection and disconnection of a motor from the AC main supply by means of a contactor or switch. Acceleration and operation is at full mains voltage only. iERS: Intelligent Energy Recovery System. An advanced motor control technology proven to reduce the energy consumed in fixed speed motor applications. It matches the power consumption to the load required by intelligently monitoring and regulating energy consumption, voltage, current, and power factor during the motor starting and running stages. iERS automatically bypasses itself when it is not needed, and continues monitoring to re-engage itself as needed. Inrush Current or Locked Rotor Current: The current that flows at the instant of connection of a motor to the power source. It is limited by the impedance presented by a de-energized motor and the applied voltage. Usually expressed as a multiple of motor full-load current. Kick-start Voltage: The percentage of supply voltage applied before commencing ramp-up when a load has a high breakaway torque and the standard settings of pedestal voltage may not allow sufficient torque to be developed by the motor to cause acceleration. Locked Rotor Current: Same as Inrush Current (defined above). Overload Level: The level of current at which the controller overload begins to integrate. For the SR55, the overload detector is always active and provides protection against prolonged over-current operation. Pedestal Voltage: The voltage that the unit applies to the motor at start-up. It is expressed as a percentage of the rated supply voltage. Power Factor: The ratio, expressed as a trigonometric cosine, of the real power consumption to the apparent power consumption. Topof Ramp (TOR): The unit achieves Top of Ramp (TOR) when it completes the start-up stage of motor control. (This occurs when the voltage applied to the motor first equals the main supply voltage.) Soft-start: The regulation, by electronic means, of the supply voltage from an initial low value to full voltage during the starting process. This over-comes the inherent drawbacks of a switched supply. The motor torque is modified in proportion to the square of the voltage applied. Trip: A trip occurs when the unit removes power to the motor because its operation equals the limit imposed by one of its self-protection features. Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page B–15 Appendix B: Soft Starter Application Considerations BLANK PAGE Page B–16 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Electromagnetic Compatibility Appendix C Table of Contents C.0 – Electromagnetic Compatibility (EMC)��������������������������������������������������������C–2 C.1 – Introduction��������������������������������������������������������������������������������������������������C–2 C.2 – Applicable Standard Within the EU �����������������������������������������������������������C–2 C.3 – Mandatory Requirements Within the EU���������������������������������������������������C–2 C.4 – Guidance for Installation Personnel and System Designers���������������������C–2 C.5 – EMC Basic Criteria���������������������������������������������������������������������������������������C–3 C.6 – Purchasing Implications of Meeting an EMC Standard�����������������������������C–3 C.7 – Basic EMC Considerations ��������������������������������������������������������������������������C–4 C.7.1 – Immunity������������������������������������������������������������������������������������������������������� C–4 C.7.2 – Emissions ������������������������������������������������������������������������������������������������������� C–4 C.7.3 – Emissions - Harmonics���������������������������������������������������������������������������������� C–4 C.7.4 – Emissions - Radio Frequency (RF)���������������������������������������������������������������� C–4 C.7.5 – Emissions - Conducted���������������������������������������������������������������������������������� C–5 C.7.6 – Important Systems Information ������������������������������������������������������������������� C–5 C.7.7 – Strategies for Attaining and Maintaining EMC Compliance���������������������� C–6 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page C–1 Appendix C: Electromagnetic Compatibility C.0 – Electromagnetic Compatibility (EMC) As supplied, all SR55 Soft Starters meet the standards of emission and immunity levels defined in the IEC 60947-4-2 and EN 60947-4-2 product standards for AC Semiconductor Motor Controllers and Starters. However, the EMC performance of the controller can be significantly affected by the manner in which it is incorporated into the system in which it is intended to operate. To prevent inadvertent degradation of EMC performance, attention must be given to motor cable lengths, wiring configurations, the nature of the power supply, etc., at the design, construction and implementation stages of a project. C.1 – Introduction It is widely accepted that electromagnetic compatibility between electronic and electrical products is a desirable objective. Technical standards are increasingly stipulating levels of EMC performance which compliant products are required to meet. The decision by the European Union (EU) to implement a community-wide directive covering EMC caused considerable activity among electrical and electronic equipment manufacturers and suppliers to identify, understand, and mitigate the sources of electromagnetic interference within their products and systems. C.2 – Applicable Standard Within the EU The product standard which defines EMC performance for soft starters is IEC 60947-4-2 ‘AC Semiconductor Motor Controllers and Starters.’ (The Official Journal of the EC will list this standard as EN 60947-4-2.) The SR55 has been type tested in accordance with the test procedures and levels laid down in the product standard. C.3 – Mandatory Requirements Within the EU (Applicable to any person involved in the installation and operation of the equipment.) The EU Directive 2004/108/EC, describes the required EMC performance of all electrical equipment which is to be connected to a low voltage supply network. It imposes an obligation on the manufacturer of the soft starter to provide sufficient information for installers, system integrators, users, and anyone else connected with the installation and operation of the equipment. This section provides the technical information to support the obligation of the manufacturer. The provision and maintenance of compatibility extends from the manufacturer to the panel builder, assembler, systems integrator, and ultimately to the installer and user. Anyone involved in the installation and operation of the equipment, through a lack of knowledge, misdirection, or for other reasons, can completely negate the initial EMC performance of the equipment. C.4 – Guidance for Installation Personnel and System Designers For safety reasons, all SR55 products are intended to be installed and set to work by skilled personnel who are capable of interpreting and following EMC guidelines correctly. Any person not fully trained in the appropriate technology should not attempt the installation. If you do not understand, or if you are unclear about any part of these guidelines, then please consult your supplier. Often, consultation with the supplier can avoid unnecessary problems in specifying and installing the correct combination of equipment. Page C–2 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Appendix C: Electromagnetic Compatibility C.5 – EMC Basic Criteria The electromagnetic compatibility of a product is defined by two criteria: 1) Immunity to electromagnetic disturbances generated externally to the product. 2) T he type and amount of conducted and radiated electromagnetic emissions emanating from the product. Ascertaining the nature of the power supply is of primary consideration when deciding on appropriate EMC requirements. The requirements for equipment installed in heavy industrial environments (fed from their own isolated low voltage power supply) differ from those installed in residential, commercial, light industrial, and health-care applications (directly connected to a public low-voltage network). Generally, industrial installations require higher immunity levels and permit higher levels of conducted and radiated emissions than those for non-industrial installations. On the other hand, lower levels of emissions output, and lower immunity levels, are specified for installations connected directly to the public low-voltage network. C.6 – Purchasing Implications of Meeting an EMC Standard Before purchasing components for the installation, the specifier must evaluate the expected source of power for the Soft Starter and understand exactly the implications for meeting EMC requirements. It is likely that failure to do so will result in the purchase and installation of inappropriate equipment. IMPORTANT: The information and guidance given in section C.7 forms part of the statutory requirements of the European Union Directive 2004/108/EC on EMC. Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page C–3 Appendix C: Electromagnetic Compatibility C.7 – Basic EMC Considerations C.7.1 – Immunity The product standard for immunity requirements is EN 60947-4-2:2012. All SR55 Soft Starter products meet, or exceed the industrial level immunity requirements laid down in this standard. C.7.2 – Emissions Emissions are classified as low frequency (below 9kHz), known as harmonics, and high or radio frequency (above 9kHz). Both radio-frequency emissions and low-frequency harmonics are generated by the action of the SR55 Soft-Starter. NOTICE: This product has been designed for environment A. Use of this product in environment B may cause unwanted electromagnetic disturbances in which case the user may be required to take adequate mitigating measures. C.7.3 – Emissions - Harmonics During normal operation, soft starters turn their semiconductor switches on and off in order to vary the voltage at the motor terminals, and this introduces supply discontinuities and generates harmonics. However, the mode of pulsing used by SR55 Soft Starters minimizes these harmonic effects, since SR55 power circuits are configured as a fully-controlled regulators (W3C). Only non-triplen (integer multiples of the third harmonic), odd harmonic frequencies are created, starting with and diminishing rapidly from the fifth harmonic, and virtually disappearing by the nineteenth harmonic. C.7.4 – Emissions - Radio Frequency (RF) Radio frequency emissions are propagated in two ways: 1) Conduction along the leads supplying the soft starter. 2) Radiation from the operating equipment. They also have two sources: 1) T he high-frequency currents associated with the control electronics (this includes the microprocessor). 2) T he action of the semiconductor devices forming the power switching elements located in the controller main circuits. The radiation measurements made from operating versions of SR55 Soft Starters show levels lower than the allowed limits. Further, enclosures of metallic construction provide additional shielding for SR55 Soft Starters mounted within them. The only radiated interference effect that might arise from a soft starter would be if mobile telephones, walkie-talkies, etc. were to be used in very close proximity to a unit which was operating with the enclosure door open. For this reason, any enclosure must display a label that brings the possibility of electromagnetic interference to the attention of the operator under these circumstances. Page C–4 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Appendix C: Electromagnetic Compatibility C.7.5 – Emissions - Conducted Conducted emissions are able to travel great distances and may cause interference to any neighboring consumers connected to the common low-voltage supply network. Allowable levels for conducted emissions generated by semiconductor motor controllers and starters are influenced by the nature of the low-voltage power distribution network. The determining factor is whether the source of power is, either: a) a private supply with a single consumer whose Point of Common Coupling (PCC) is at a high or medium voltage transformer, or b) a public low-voltage network with more than one consumer, where the individual PCC is made directly to the network itself. The first type of supply (a) is identified as “Industrial”, and requires the use of soft starters compliant with EN 60947-4-2 Table 19 Environment A Emission Levels. The second type of supply (b) is identified as “Residential” and requires the use of Class B equipment. Class B equipment is equipment suitable for use in domestic establishments and in establishments directly connected to a low-voltage power supply network which supplies buildings for domestic purposes. C.7.6 – Important Systems Information The specification limits for both equipment classes assume systems are grounded at the star (wye) point of the supply transformer through low impedance connections. Certain industries, particularly continuous process industries, employ distribution systems that operate either with a ground connection through a high impedance or without a ground at all. These systems may cause severe problems of operator safety when installed with capacitive high frequency filters. Such systems are not considered in this document. In the case of an isolated or high impedance grounded system, seek advice from your supplier before fitting a capacitive high frequency filter to an SR55 Soft Starter. It is essential that the specifying authority, user, or installer has a clear knowledge of the type of network to which the product is to be installed before making decisions as to which EMC strategy to adopt. As supplied, all SR55 products comply with the conducted emissions requirements for environment class A as defined by EN 60947-4-2:2012 Table 19. However, the length and type of cable connecting the motor to the starter module materially affects the level of emissions generated, and can amplify them greatly. The standard also allows different levels of emissions depending on rated input power, which also affects the need to fit filters. The EN 60947-4-2:2012 standard only requires consideration of steady-state conditions for EMC emission purposes, and expressly excludes varying conditions such as those during ramp-up and ramp-down. Finally, statistics show that the number of disturbances arising from soft starters, operating in a very wide variety of applications and networks throughout the world, is insignificant. Where EMC disturbances occur, it is very unlikely that they can be genuinely attributed to a soft starter. Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page C–5 Appendix C: Electromagnetic Compatibility C.7.7 – Strategies for Attaining and Maintaining EMC Compliance Where possible, minimize the effect of electrical interference by using the strategies listed below. • L ocate the SR55 Soft Starter unit as close as reasonably possible to the motor terminal box in order to minimize cable length. • E nsure that, within any enclosure, the control wiring does not run parallel to the power wiring. Where this is unavoidable, maintain a 100 mm [3.9 in] separation between control cables and power cables. • W here possible, ensure that the control wiring crosses at right angles to the power wiring. This practice reduces the cross-coupling between cables. • S hield any cables carrying sensitive signals. The digital control inputs to a SR55 are opto-isolated, and do not normally require buffering (e.g. through a small relay) or shielding. Where a special purpose system filter has been applied at the point of common coupling, additional filtering of individual drives is not necessary and may introduce undesirable effects due to resonance. For the purposes of EMC, the connections between the SR55 controller and motor are considered to be an extension of the enclosure, and preferably should be contained within grounded metallic trunking or conduit. Armored cable may be used providing it is correctly terminated, although the EMC performance will be slightly inferior. Shielded cable is not necessary. All associated electrical and electronic equipment near to the controller complies with the emission and immunity requirements of the EMC Directive. Page C–6 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Sizing an SR55 Soft Starter Appendix D Table of Contents SR55 Soft Starter Selection Steps������������������������������������������������������������������������� D–2 SR55 Soft Starter Overload Trip�������������������������������������������������������������������������� D–3 SR55 Index Ratings���������������������������������������������������������������������������������������������� D–3 Standard Overload Current Profile and Duty Cycle������������������������������������������� D–4 Increased Starts per Hour – Derating����������������������������������������������������������������� D–5 Derating Examples ���������������������������������������������������������������������������������������������������� D–6 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page D–1 Appendix D: Sizing an SR55 Soft Starter SR55 Soft Starter Selection Steps 1) D etermine the required trip class based on the motor load and required start time. See O/L Trip Classes table below. (Also refer to the definitions of Class 10, 20, and 30 Trip Curves in the “SR55 Soft Starter Overload Trip” section of this chapter.) Default Heavy Agitator Compressor - Centrifugal Compressor - Reciprocating Compressor - Rotary Screw Compressor - Rotary Vane Compressor - Scroll Ball mill Centrifuge* Bow Thruster - Zero Pitch Bow Thruster - Loaded Conveyor - Unloaded Conveyor - Loaded 10 20 10 20 20 20 10 10 20 30 10 20 10 20 SR55 Soft Starters – O/L Trip Classes Crusher Fan - Low Inertia <85A Fan - High Inertia >85A Feeder - screw Grinder Hammer mill Lathe machines Mills - Flour, etc. Mixer - Unloaded Mixer - Loaded Molding Machine Pelletizers Plastic and textile machines Press, flywheel 30 10 30 10 20 20 10 20 10 20 10 20 10 20 * Size centrifuge starter at I(A) = (motor FLA x 2.3). Trip Class 30. Pump - Submersible Centrifugal Pump - Submersible Rotodynamic Pump - Positive Displacement Reciprocating Pump - Positive Displacement Rotary Pump Jack Rolling mill Roots Blower Saw - Band Saw - Circular Screen - Vibrating Shredder Transformers, Voltage Regulators Tumblers Wood chipper 10 10 20 20 20 20 20 10 20 20 30 10 20 30 2) F rom the SR55 Soft Starters Selection Table below, select the row with the correct motor full load amps. Then select the correct SR55 soft starter based on Trip Class (longer start times require a larger starter). Notice that there are different Motor Amps columns for starters wired In-Line (most common) and In-Delta. Select the applicable SR55 part number based on the required Trip Class, motor HP, and connection type. SR55 Soft Starters – Selection Table (per IEC 60947-4-1:2009 Table G.1) Motor Size Soft Starter Size In-Line Connection In-Delta Connection * Application Trip Class HP @ HP @ I (A) I (A) Class 10 Class 20 Class 30 200V 208V 230V 460V 200V 208V 230V 460V 17 3 5 5 10 29 7.5 7.5 10 20 SR55-017 SR55-021 SR55-027 21 5 5 5 15 36 10 10 10 25 SR55-021 SR55-027 SR55-034 27 7.5 7.5 7.5 20 47 10 15 15 30 SR55-027 SR55-034 SR55-040 34 10 10 10 25 59 15 15 20 40 SR55-034 SR55-040 SR55-052 40 10 10 10 30 69 20 20 25 50 SR55-040 SR55-052 SR55-065 52 15 15 15 40 90 25 30 30 60 SR55-052 SR55-065 SR55-077 65 20 20 20 50 113 30 30 40 75 SR55-065 SR55-077 SR55-096 77 20 25 25 60 133 40 40 50 100 SR55-077 SR55-096 SR55-124 96 30 30 30 75 166 50 50 60 125 SR55-096 SR55-124 SR55-156 124 40 40 40 100 215 60 75 75 150 SR55-124 SR55-156 SR55-180 156 50 50 60 125 270 75 75 100 200 SR55-156 SR55-180 SR55-242 180 60 60 60 150 312 100 100 125 250 SR55-180 SR55-242 SR55-302 242 75 75 75 200 419 150 150 150 300 SR55-242 SR55-302 SR55-361 302 100 100 100 250 523 150 150 200 450 SR55-302 SR55-361 SR55-414 361 125 125 150 300 625 200 200 250 500 SR55-361 SR55-414 SR55-477 414 150 150 150 350 717 250 250 250 500 SR55-414 SR55-477 n/a 477 150 150 150 400 826 250 300 300 600 SR55-477 n/a n/a * F or In-Delta connections, all six motor wires must be available for connection, and it is critical to exactly follow the In-Delta wiring diagram in the SR55 User Manual or Quick-start Guide. Nine-lead motors CANNOT be connected in the delta. The Soft Starter will only sense the Phase Current, which is about 58% of the Line Current. * F or In-Delta connections, a main contactor that is controlled by the Run relay of the SR55 must be used in the incoming power circuit for isolation. Circuit breaker isolation alone is not sufficient. * iERS energy optimizing feature is not available for In-Delta connections. Page D–2 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Appendix D: Sizing an SR55 Soft Starter SR55 Soft Starter Overload Trip Motor overload 'cold' trip curves Trip time ( seconds ) (20°C ambient) The SR55 soft starter provides motor overload protection, which can be configured through the touchscreen. Overload trip settings are determined by the Motor Current setting and the Trip Class setting. Trip class choices are class 10, class 20, and class 30. The SR55 soft starters are protected using full I2T motor overload with memory. Multiple of Motor FLA SR55 Index Ratings (per IEC 60947-4-2) SR55 Index Ratings * Model Number Ie (A) Standard Operation AC-53a; X-Tx; F-S SR55-017 to SR55-180 17 to 195 AC-53a: 3.5-17; 90-5 SR55-242 to SR55-477 242 to 500 AC-53a: 3.5-17; 90-3 * Index ratings AC-53a and AC-53b are specified by IEC standard # 60947-4-2. IEC Index Ratings are comprised of Rated Operational Current (Ie), Utilization Category, Overload Current Profile (X-Tx), and Duty Cycle (F-S) or OFF-time. Index Rating Example – Standard Operation (AC-53a Utilization Category per IEC 60947-4-2) 17 to 195 - AC-53a: 3.5-17; 90-5 Duty Cycle (F-S) 90-5 = 90% duty cycle - 5 cycles/hr [if multiple starts/hr are required, 90% D.C. requires off time ≥ 10% of previous run time] Overload Current Profile (X-Tx) 3.5-17 = 3.5 times rated current (Ie) for 17s Utilization Category AC-53a = controller semiconductors provide squirrel-cage motor Start, Run, and Stop control Rated Operational Current (Ie) 17 to 195 = controllers with Rated Operational Currents from 17A to 195A Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page D–3 Appendix D: Sizing an SR55 Soft Starter Standard Overload Current Profile and Duty Cycle The SR55 has been designed for a specific Overload Current Profile and Duty Cycle as shown in the previous SR55 Index Ratings section of this chapter. The Overload Current Profile is expressed by two symbols, X and Tx. X denotes the overload current as a multiple of Ie and represents the maximum value of operating current due to starting, operating, or maneuvering under overload conditions. • For example, X = 3.5 means that the maximum overload start current allowed is 3.5 times FLC. Tx denotes the duration of the controlled overload currents during starting, stopping, operating, or maneuvering. • For example, Tx = 17 means that the maximum allowed overload current is permitted for up to 17 seconds only. The Duty Cycle is expressed by two symbols, F and S which describe the duty and also set the time that must be allowed for cooling. F is the ratio of the on-load period to the total period expressed as a percentage. • For example, F= 90 means that the soft starter is ON for 90% of the time and then OFF for 10% of the time between each start. • If there are not multiple starts per hour, then the Duty Cycle is continuous. S is the number of starts or operating cycles per hour. • For example, S = 5 means that the soft starter is capable of 5 equally spaced starts per hour. These characteristics are summarized below in Figure 1. Figure 1: Standard Overload Current Profiles and Duty Cycles Rated Class 10 O/L Class 10 O/L Current Multiple Time Starts / Hour Duty Model (A) (X) (Tx) (S) (F) 017 SR55-017 021 SR55-021 027 SR55-027 034 SR55-034 040 SR55-040 052 SR55-052 5 065 SR55-065 077 SR55-077 3.5 17 90% 096 SR55-096 124 SR55-124 156 SR55-156 180 SR55-180 242 SR55-242 302 SR55-302 3 361 SR55-361 414 SR55-414 477 SR55-477 Page D–4 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Appendix D: Sizing an SR55 Soft Starter Increased Starts per Hour – Derating If more than the standard number of starts/hour is required, the SR55 must be derated. To derate for more starts/hour, the motor full load current must be less than the SR55 current. The relationship between the SR55 deration and the starts/hour is given below in Figure 2 and the two examples that follow. This assumes that the SR55 is still operating at the same duty (F) as given in Figure 1. Figure 2: SR55 Starts/Hour Deration Deration Curve Deration Factor [ Motor Full Load Current / SR55 Current ] 0.85 0.8 0.75 Starts/Hour Deration Factor 10 0.83 15 0.73 20 0.66 25 0.61 30 0.56 35 0.53 40 0.50 0.7 0.65 0.6 0.55 0.5 10 15 20 25 30 Starts / Hour 35 40 Deration Factor = (138 - (24·ln(starts/hr))) / 100 [where ln(starts/hr) is the natural log of the # of starts/hour] Example: Deration Factor for 10 starts/hr = (138 - (24·ln(10))) / 100 = 0.83 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Page D–5 Appendix D: Sizing an SR55 Soft Starter Derating Examples Example 1: SR55 Selection and Configuration Step SR55 Selection Example 2: SR55 Selection and Configuration Step SR55 Selection 1 Application Loaded Conveyor 1 Application Agitator 2 Trip Class 20 2 Trip Class 10 3 Duty 90% 3 Duty 90% 4 In-Line or In-Delta In-Line 4 In-Line or In-Delta In-Line 5 Ambient Temperature 40°C 5 Ambient Temperature 40°C 6 Altitude 1000m 6 Altitude 1000m 7 Full Motor Load Current 80A 7 Full Motor Load Current 66A 8 Current Limit 4 x 80A = 320A 8 Current Limit 3.5 x 66A = 231A 9 Number of Starts/Hour 10 9 Number of Starts/Hour 20 10 Deration Factor (from Fig.2) 0.83 10 Deration Factor (from Fig.2) 0.66 11 SR55 (A) = Motor FLC / Deration Factor 11 SR55 (A) = Motor FLC / Deration Factor 100A 12 Determine SR55 from Sizing Guide SR55-096 12 Determine SR55 from Sizing Guide SR55-124 Step SR55 Configuration Step SR55 Configuration 1 Select Application 1 Select Application (Auto Setup) 2 Leave Motor Current 100A (maximum) (Auto Setup) 2 Leave Motor Current 100A (maximum) (Auto Setup) 3 Set Start Current Limit to 320A (400% of motor FLC) (Start Current Limit) 3 Set Start Current Limit to 231A (350% of motor FLC) (Start Current Limit) 4 Set Overload Level to 88A (110% of motor FLC) (Overload Settings) 4 Set Overload Level to 72A (110% of motor FLC) (Overload Settings) 96A (Auto Setup) Step SR55 Alternative Configuration Step SR55 Alternative Configuration 1 Set Application (Auto Setup) 1 Set Application (Auto Setup) 2 Set Motor Current to 80A (Auto Setup) 2 Set Motor Current to 66A (Auto Setup) 3 Warm Trip Time will be reduced to (320A for 13s) Trip Class 10 value 3 Set Trip Class to 30 (Overload Settings) 4 Warm Trip Time will be reduced to (231A for 17s) Trip Class 10 value Page D–6 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 BLANK PAGE Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017 Stellar® SR55 Series Soft Starter User Manual – 1st Ed. Rev.B – 02/02/2017
Source Exif Data:
File Type : PDF File Type Extension : pdf MIME Type : application/pdf PDF Version : 1.7 Linearized : Yes Author : RW Create Date : 2017:01:31 12:34:30-05:00 Keywords : "soft, starters" Modify Date : 2017:07:03 11:42:11-04:00 Has XFA : No XMP Toolkit : Adobe XMP Core 5.4-c006 80.159825, 2016/09/16-03:31:08 Metadata Date : 2017:07:03 11:42:11-04:00 Creator Tool : Adobe InDesign CC 2014 (Windows) Instance ID : uuid:77bf8827-15dc-4a48-86f7-db176d9441f5 Original Document ID : xmp.did:817A218F85CCE211A4A4BD2510BD3D89 Document ID : xmp.id:f7335e6d-7a6a-b140-8cf1-7c66edaa24d6 Rendition Class : proof:pdf Derived From Instance ID : xmp.iid:df5cfc99-a9fe-b749-8b16-dcc7836d40d3 Derived From Document ID : xmp.did:70986801E447E4119DE5FF9FD2077E29 Derived From Original Document ID: xmp.did:817A218F85CCE211A4A4BD2510BD3D89 Derived From Rendition Class : default History Action : converted History Parameters : from application/x-indesign to application/pdf History Software Agent : Adobe InDesign CC 2014 (Windows) History Changed : / History When : 2017:01:31 12:34:30-05:00 Format : application/pdf Creator : RW Title : SR55 Soft Starters User Manual (SR55_UMW 1ed,RevA) Description : AutomationDirect Stellar SR55 Soft Starters Subject : soft starters Producer : Adobe PDF Library 11.0 Trapped : False Page Layout : SinglePage Page Mode : UseOutlines Page Count : 210EXIF Metadata provided by EXIF.tools