苏州能健变桨系统PLC使用说明书
苏能S7-200 Programmable Logic Controller操作手册说明书
Basic RequirementsIn order to create or change a program, the following items areneeded:• PLC• Programming Device• Programming Software•Connector Cableits ease of use.23Programming Devices The program is created in a programming device (PG) and thentransferred to the PLC. The program for the S7-200 can becreated using a dedicated Siemens SIMATIC S7 programmingdevice, such as a PG 720 (not shown) or PG 740, if STEP 7Micro/WIN software is installed.A personal computer (PC), with STEP 7 Micro/WIN installed,can also be used as a programming device with the S7-200.24Software A software program is required in order to tell the PLC whatinstructions it must follow. Programming software is typicallyPLC specific. A software package for one PLC, or one familyof PLCs, such as the S7 family, would not be useful on otherPLCs. The S7-200 uses a Windows based software programcalled STEP 7-Micro/WIN32. The PG 720 and PG 740 have STEP7 software pre-installed. Micro/WIN32 is installed on a personalcomputer in a similar manner to any other computer software.Connector Cables PPI Connector cables are required to transfer data from the (Point-to-Point Interface)programming device to the PLC. Communication can onlytake place when the two devices speak the same language orprotocol. Communication between a Siemens programmingdevice and the S7-200 is referred to as PPI protocol (point-to- point interface). An appropriate cable is required for aprogramming device such as a PG 720 or PG 740. The S7-200uses a 9-pin, D-connector. This is a straight-through serial devicethat is compatible with Siemens programming devices (MPIport) and is a standard connector for other serial interfaces.25A special cable is needed when a personal computer is used asa programming device. Two versions of this cable are available.One version, called an RS-232/PPI Multi-Master Cable, connectsa personal computer’s RS-232 interface to the PLC’s RS-485connector. The other version, called a USB/PPI Multi-MasterCable, connects a personal computer’s USB interface to thePLC’s RS-485 connector.26Review 227S7-200 Micro PLCsThe S7-200 Micro PLC is the smallest member of the SIMATICS7 family of programmable controllers. The central processingunit (CPU) is internal to the PLC. Inputs and outputs (I/O) arethe system control points. Inputs monitor field devices, such asswitches and sensors. Outputs control other devices, such asmotors and pumps. The programming port is the connection tothe programming device.S7-200 Models There are five S7-200 CPU types: CPU 221, CPU 222, CPU 224,CPU 224XP, and CPU 226 and two power supply configurationsfor each type.The model description indicates the type of CPU, the powersupply, the type of input, and the type of output.28S7-200 Features The S7-200 family includes a wide variety of CPUs and features.This variety provides a range of features to aid in designing acost-effective automation solution. The following table providesa summary of the major features, many of which will becovered in this course.29Mode Switch and When the mode switch is in the RUN position the CPU is in the Analog Adjustment run mode and executing the program. When the mode switchis in the STOP position the CPU is stopped. When the modeswitch is in the TERM position the programming device canselect the operating mode.The analog adjustment is used to increase or decrease valuesstored in special memory. These values can be used to updatethe value of a timer or counter, or can be used to set limits.Optional Cartridge The S7-200 supports an optional memory cartridge thatprovides a portable EEPROM storage for your program. Thecartridge can be used to copy a program from one S7-200 PLCto a like S7-200 PLC.In addition, two other cartridges are available. A real-time clockwith battery is available for use on the CPU 221 and CPU 222.The battery provides up to 200 days of data retention timein the event of a power loss. The CPU 224, CPU 224XP andCPU 226 have a real-time clock built in. Another cartridge isavailable with a battery only.30Expansion Modules The S7-200 PLCs are expandable. Expansion modules containadditional inputs and outputs. These are connected to the baseunit using a ribbon connector.The ribbon connector is protected by a cover on the base unit.Side-by-side mounting completely encloses and protects theribbon connector.31Available Expansion The CPU 221 comes with 6 digital inputs and 4 digital outputs.These are not expandable. The CPU 222 comes with 8 digitalinputs and 6 digital outputs and will accept up to 2 expansionmodules. The CPU 224 and CPU 224XP come with 14 digitalinputs and 10 digital outputs and will accept up to 7 expansionmodules. The S7-226 comes with 24 digital inputs and 16digital outputs and will accept up to 7 expansion modules.Status Indicators The CPU status indicators reflect the current mode of CPUoperation. When the CPU is in the RUN mode, the green RUNindicator is lit. When the CPU is in the STOP mode, the yellowSTOP indicator is lit. The System Fault/Diagnostic (SF/DIAG)indicator turns red for a system fault and yellow to indicatecertain diagnostic conditions.The I/O status indicators represent the On or Off status ofcorresponding inputs and outputs. For example, when the CPUsenses an input is on, the corresponding green indicator is lit. 32Installing The S7-200 can be installed in one of two ways. A DIN clipallows installation on a standard DIN rail. The DIN clip snapsopen to allow installation and snaps closed to secure theunit on the rail. The S7-200 can also be panel mounted usinginstallation holes located behind the access covers.External Power Supply An S7-200 can be connected to either a 24 VDC or a 120/230 Sources VAC power supply depending on the CPU. An S7-200 DC/DC/DC would be connected to a 24 VDC power supply.An S7-200 AC/DC/Relay would be connected to a 120 or 230VAC power supply.I/O Numbering S7-200 inputs and outputs are labeled at the wiring terminationsand next to the status indicators. These alphanumeric symbolsidentify the I/O address to which a device is connected. Thisaddress is used by the CPU to determine which input is presentand which output needs to be turned on or off. I designatesa discrete input and Q designates a discrete output. The firstnumber identifies the byte, the second number identifies thebit. Input I0.0, for example, is byte 0, bit 0.I0.0 = Byte 0, Bit 0I0.1 = Byte 0, Bit 1I1.0 = Byte 1, Bit 0I1.1 = Byte 1, Bit 1The following table identifies the input and output designations.Inputs Input devices, such as switches, pushbuttons, and other sensordevices are connected to the terminal strip under the bottomcover of the PLC.Input DevicesConnected HerePushbutton SwitchInput Simulator A convenient method of testing a program is to wire toggleswitches to the inputs. Input simulators with prewired toggleswitches are available for the S7-200s. Switches are wiredbetween the 24 VDC power supply (L+) and the inputs. Forexample, the switch on the far left is wired between the firstinput (0.0) and L+. When the switch is closed, 24 VDC is appliedto the input. This is referred to as a logic 1. When the switchis open, 0 VDC is applied to the input. This is referred to as alogic 0.Outputs Output devices, such as relays, are connected to the terminalstrip under the top cover of the PLC. When testing a program,it is not necessary to connect output devices. The LED statusindicators signal if an output is active.LightOptional Connector An optional fan-out connector allows for field wiring connectionsto remain fixed when removing or replacing a CPU 221 orCPU 222. The appropriate connector slides into either the input,output, or expansion module terminals.Removable T erminal Strip The CPU 224, CPU 224XP, and CPU 226 do not have an optionalfan-out connector. Instead, the terminal strips are removable.This allows the field wiring connections to remain fixed whenremoving or replacing the PLC.Super Capacitor A super capacitor, so named because of its ability to maintain acharge for a long period of time, protects data stored in RAM inthe event of a power loss. The RAM memory is typically backedup on the CPU 221 and CPU 222 for 50 hours, and on theCPU 224, CPU 224 XP, and CPU 226 for 100 hours.Reference Manual The SIMATIC S7-200 Programmable Controller SystemManual provides complete information on installing andprogramming the S7-200 PLCs.Review 3Connecting External DevicesTD200The S7-200 programming port can be used to communicatewith a variety of external devices. One such device is the TD200text display unit. The TD200 displays messages read from theS7-200, allows adjustment of designated program variables,provides the ability to force, and permits setting of the time anddate. The TD200 can be connected to an external power supplyor receive its power from the S7-200.Freeport Mode The programming port has a mode called freeport mode.Freeport mode allows connectivity to various intelligent sensingdevices such as a bar code reader.Printer Freeport mode can also be used to connect to a non-SIMATICprinter.ConverterInterconnection It is possible to use one programming device to addressmultiple S7-200 devices on the same communication cable. Atotal of 31 units can be interconnected without a repeater.PPI InterconnectionProgramming a PLCSTEP 7-Micro/WIN32 is the program software used with theS7-200 PLC to create the PLC operating program. STEP 7consists of a number of instructions that must be arrangedin a logical order to obtain the desired PLC operation. Theseinstructions are divided into three groups: standard instructions,special instructions, and high-speed instructions.Standard Instructions Standard instructions consists of instructions that are found inmost programs. Standard instructions include: timer, counter,math, logical, increment/decrement/invert, move, and blockinstructions.Special Instructions Special instructions are used to manipulate data. Specialinstructions include: shift, table, find, conversion, for/next, andreal-time instructions.High-Speed Instructions High-speed instructions allow for events and interrupts to occurindependent of the PLC scan time. These include high-speedcounters, interrupts, output, and transmit instructions.It is not the purpose of this text to explain all of the instructionsand capabilities. A few of the more common instructionsnecessary for a basic understanding of PLC operation willbe discussed. PLC operation is limited only by the hardwarecapabilities and the ingenuity of the person programming it.Refer to the SIMATIC S7-200 Programmable ControllerSystem Manual for detailed information concerning theseinstructions.Micro/WIN32The programming software can be run Off-line or On-line. Off-line programming allows the user to edit the ladder diagramand perform a number of maintenance tasks. The PLC doesnot need to be connected to the programming device in thismode. On-line programming requires the PLC to be connectedto the programming device. In this mode program changes aredownloaded to the PLC. In addition, status of the input/outputelements can be monitored. The CPU can be started, stopped,or reset.Symbols In order to understand the instructions a PLC is to carry out, anunderstanding of the language is necessary. The language ofPLC ladder logic consists of a commonly used set of symbolsthat represent control components and instructions.Contacts One of the most confusing aspects of PLC programming forfirst-time users is the relationship between the device thatcontrols a status bit and the programming function that usesa status bit. Two of the most common programming functionsare the normally open (NO) contact and the normally closed(NC) contact. Symbolically, power flows through these contactswhen they are closed. The normally open contact (NO) is closedwhen the input or output status bit controlling the contact is 1.The normally closed contact (NC) is closed when the input oroutput status bit controlling the contact is 0.Coils Coils represent relays that are energized when power flowsto them. When a coil is energized, it causes a correspondingoutput to turn on by changing the state of the status bitcontrolling that output to 1. That same output status bit may beused to control normally open and normally closed contactselsewhere in the program.Boxes Boxes represent various instructions or functions that areexecuted when power flows to the box. T ypical box functionsare timers, counters, and math operations.Entering Elements Control elements are entered in the ladder diagram bypositioning the cursor and selecting the element from a lists.In the following example the cursor has been placed in theposition to the right of I0.2. A coil was selected from a pull-down list and inserted in this position.Network1Network2I0.0I0.1I0.2Q0.0Cursor4344An AND Operation Each rung or network on a ladder represents a logic operation. The following programming example demonstrates an AND operation. Two contact closures and one output coil are placed on network 1. They were assigned addresses I0.0, I0.1, and Q0.0. Note that in the statement list a new logic operation always begins with a load instruction (LD). In this example I0.0 (input 1) and (A in the statement list) I0.1 (input 2) must be true in order for output Q0.0 (output 1) to be true. It can also be seen that I0.0 and I0.1 must be true for Q0.0 to be true bylooking at the function block diagram representation. Another way to see how an AND function works is with a Boolean logic diagram. In Boolean logic an AND gate is represented by a number of inputs on the left side. In this case there are two inputs. The output is represented on the right side. It can be seen from the table that both inputs must be a logic 1 in order for the output to be a logic 1.I0.0I0.0I0.1I0.1Q0.0Q0.0001101010001And (A)Function Input 1Input 1Input 2Input 2Output 1Output 1001101010001And (A)Function。
变桨系统.操作和维护手册.英文
Operating and maintenance manualCustomer:MingyangWindpower Technology Co.Ltd.Daling Precinct Zhongshan TorcPRC GuangdongManufacturer:SSB-Antriebstechnik GmbH&Co.KGNeuenkirchener Str.13D-48499SalzbergenGermanyOrder No.:2061401620614151Machine:Pitch-System for1.5MW wind energyturbineYear of manufacture:2007Index Index (2)1Safety-General information (4)1.1Terminology Definition (5)1.1.1Qualified personnel (5)1.2Transport and storage (7)1.2.1Transport regulations (7)1.2.2Storage of SSB Pitch Systems (8)2Pitch system layout (9)2.1Main pitch ctrl.cabinet (10)2.2Axis cabinets (11)2.3Battery cabinets (11)2.4Electric pitch motors (12)2.5Pre-installed cables (12)3Mechanical dimension drawings (13)3.1Main pitch control cabinet (13)3.2Axis cabinet (14)3.3Battery cabinet (15)3.4Pinion encoder blade bearing (16)4Commissioning (17)4.1Installation of the components (17)4.2Mounting the switch cabinets (17)4.3Installation of the pitch motor (18)4.4Connecting the cables (18)5Manual Operation (19)5.1General information motion controller GEL8230Y001 (19)5.2Characteristic motion controller (20)5.2.1The key pad (21)5.2.2The display (22)5.2.3Menu structure (23)5.2.2.1Main window(Axis) (24)5.2.2.2Main window(I/O) (26)5.2.2.3Main menu (27)5.2.2.4Device information (27)5.2.2.5Stored failures (28)5.3Homing routine axis/blade (29)6Maintenance (30)General (30)6.1Regular maintenance (31)6.1.1Switch cabinets general (31)6.2Recommendation for preventive maintenance (31)6.2.1Disassembling of the battery cases (33)6.3Disassembly of defective devices (34)6.3.1Exchange of the DGNR speed controller (34)6.3.2Exchange of L&B motion controller (35)6.3.2.1Read current parameter set of motion controller (35)6.3.2.2Disassembly/assembly motion controller (38)6.3.2.3Write parameter to motion controller (40)6.3.3Exchange of damaged cables (41)6.4Recommended spare parts (42)6.4.1Axis cabinet (42)6.4.2Main pitch control cabinet (44)6.4.3Battery cabinet (46)Symbols usedWarning A warning contains information which is important for the prevention of dangers.Caution A section marked with"Caution“contains information which is important for the prevention of damage to the system or to accessories.Note A note contains information about the correct operation of the product.1Safety -General informationFor electrical equipment for use in electrical power installations.This information sheet,together with the warning notices,are a component part of the product-specific operating instructions and must be strictly observed for reasons ofsafety.DANGERThese electric machines or devices are equipmentfor use in industrial power installations.During operation thisequipment has concealed,dangerous,live bare-metal parts,and possibly also moving or rotating parts.They could therefore,e.g.in case of impermissible removal of the required covers,improper use,incorrect operation or insufficient maintenance,cause extremely serious injuries or damage.The person responsible for system safety must therefore ensure that:•Only qualified persons are entrusted with working on the machines or devices •These persons must,among other things,always have the operating instructions and other documents of the product documentation included with the system at their disposal at all times and must be obligated to consistently observe these documents •Work on the machines or devices,or nearby is prohibited for unqualified persons.Always note the following safety requirements andrecommendations before commissioning1.1Terminology Definition1.1.1Qualified personnelQualified persons are,due to their training,experience and instruction,as well as their knowledge of the pertinent standards,regulations,accident prevention regulations and operating conditions,have been authorized by the person responsible for system safety to carry out the respectively required activities,and can recognize and avoid possible dangers in the process(for definitions for specially-trained personnel,also see DIN VDE0105or IEC 364).In addition,knowledge of first-aid measures and the local rescue equipment is also required. For work on power installations,the prohibition of the use of unqualified persons is governed, for example,in DIN VDE0105or IEC364.WarningIt is assumed that the basic planning work for the system and all transport,assembly, installation,commissioning,maintenance and repair work will be carried out by qualified personnel and/or checked by responsible specially trained personnel.In the process,particular attention must be paid to the following:•The technical data and information on the permissible use(installation,connection, environmental and operating conditions),which are included in the catalog,the order documents,•The operating instructions,the rating plate information and the other product documentation•The general installation and safety regulations•The local,system-specific regulations and requirements•The appropriate use of tools,lifting and transport equipment•The use of personal safety equipment•Assembly conditions for devices which are delivered in accordance with IPOO (without covers)if necessary:During operation the required touch guards must beinstalled or a dangerous approach must be prevented.For clarity reasons,the operating instructions cannot contain all detailed information on possible design variants,and in particular cannot take every imaginable installation, operation or maintenance case into account.In accordance with this,the operating instructions mainly contain only those references which are required for qualified personnel (see above)in the case of appropriate use of the machines or devices in industrial application areas.If in special cases the requirements are more demanding when the machines or devices are intended for use in non-industrial areas(e.g.touch guards against children's fingers etc.),these conditions must be ensured during installation with additional protective measures on the system.In case of uncertainty here,in particular in the case of a lack of product-specific detailed information,the required clarifications must be obtained via the responsible SSB agency. Please always specify the machine or device model and serial number for this purpose.It is recommended that,for planning,assembly,commissioning and service tasks,the support and services of the responsible SSB agency be called upon.NoteTo prevent malfunctions,it is necessary to have the specified maintenance,inspection and revision measures carried out regularly by qualified personnel(see above).Changes compared to normal operation(increased power consumption,temperatures or vibrations,unusual noises or odors,actuation of the monitoring equipment etc.)indicate that operation is impaired.To prevent malfunctions which could cause direct or indirect serious injuries or damage,the responsible maintenance personnel must be informed immediately.IN CASE OF DOUBT,SWITCH OFF THE RELEVANT EQUIPMENT IMMEDIATELY!NoteIt is pointed out here that the content of the operating instructions and product documentation is not part of a previous or existing agreement,commitment or legal relationship,nor is it intended to change these in any way.All obligations for SSB result from the respective purchase contract,which also contains the complete and solely valid warranty conditions. These contractual warranty provisions shall be neither expanded nor restricted by the remarks of these instructions and documentation.NoteThe illustrations and pictures used in these instructions are for demonstration purposes and make no claim for reality.If the reader notices differences between the illustration or the picture and the version supplied(in relation to the individual components),an SSB agency should immediately be informed of this,in order to obtain clarification.If operating instructions for individual components are enclosed,they are always to be included as a supplement to the operating instructions at issue.The contents of the operating instructions for the relevant components are neither expanded nor replaced by the“Operating instructions for SSB Pitch Systems”.1.2Transport and storageCautionLifting tools has to be designed for the weight of the machine!In possible assembling or dismantling be careful of rope guide!A switch cabinet,which is not directly put into operation, has to be stored in a dry and vibration-free room.CautionAt housings of electrical devices temperatures up to100°C can occur depending upon load. Contact can cause burns and must be prevented.Also no temperature-sensitive components,e.g.normal cable or electronically parts,should lie close or has to be fastened at the housings.1.2.1Transport regulationsGeneralThis regulation describes the handling for the components manufactured by SSB(switch cabinets and electric motors)for the pitch system:The regulation is to be considered with each unloading and transportation procedure.The carrier is responsible to adhere the requirements of SSB and has to fulfill the legal regulation concerning the transportation lock and the transport insurance.Attention should be paid to:•Using a fork-lift truck the load has to be secured against overbalancing and slipping down from the pallet!•Transporting several switch cabinets on a pallet these are to be secured against slipping,because otherwise a damage of the housing can occurNoteStrong vibrations and hard impacts are to be avoided during transport as well as when lifting and setting down!1.2.2Storage of SSB Pitch SystemsGeneralThis regulation describes the correct storage of the components for the pitch system, manufactured by SSB:The storage contains:•the keeping of the SSB components up to the intended installation of the products into a wind energy plant•the keeping of the inserted components in a plant component up to the evacuation of the component to the building site.For the handling the transportation regulation is to be considered.The following items have to be considered:•The components that are not fitted must be stored in a closed hall•The hall temperature is to be maintained in the range of0°C to+40°C•During storage the relative humidity should be between0%and55%•In the case of temperatures lower than0°C care must be taken to ensure that the heating systems are in good working order so as to achieve an internal cabinet temperature of>0°C•Built-in battery packs are to be protected against discharging by regular trickle charging•During storage the components are to be protected against high humidity and water condensation inside the housing by suitable drying agents•Battery cabinets and pitch motors are not stackable•A maximum of up to3converter cabinets or3control cabinets can be stacked.When doing so,ensure that the external converter box heat sink is not damaged during storage•For protected transport,housing openings must be closed by plugs or adhesive tape and must also remain closed to prevent the ingress of foreign bodies •All housings must always remain closed during storage•The temporary corrosion protection of the unpainted fixing flange in pitch motors must be renewed at regular intervals.2Pitch system layoutThe pitch-system is placed inside the hub of the wind power plant.The scope of supply includes one main pitch ctrl.cabinet,three axis cabinets,three battery cabinets,three direct current electric motor,the required cable connections and the operating manuals.The pitch control system and speed control work together to maintain the rotor at constant power output.Wind gusts cause the rotor to accelerate,but subsequent adjustment of blade pitch smoothly reduces the speed once again.This leads to a significant reduction of the loads on the turbine while at the same time the power is supplied to the grid with a high level of compatibility.In order to maintain blade pitch in the event of grid loss or failures in the pitch power supply or control units,each rotor blade has its own battery back-up that rotates with the blade.In addition to controlling power output,the pitch mechanism serves as the primary safety/ brake system.Each blades pitch mechanism operates independently of the others.Thus in the event of a storm each blade can be moved to a safe position(feather position)to restore the rotor from abnormal situations to safe rotational speeds.Fig.2.1:plot of the pitch system layout2.1Main pitch ctrl.cabinetThe main pitch ctrl.cabinet is the interface between the axis cabinets in the hub and the top box,located in the machine house.The connection between the main pitch ctrl.cabinet and the top box is realized by slip ring. Via this slip ring the main pitch ctrl.cabinet is supplied with power and control signals from the top box.Additionally a Profibus-DP connection for the data exchange between the system management computer and the pitch controller is performed via slip ring.The positioning controller is mounted in the main pitch ctrl.cabinet and controls the positioning of the blades.In addition,the charging process of the back-up system(batteries) in the three battery cabinets is controlled by a central charging unit fitted in the main pitch ctrl.cabinet.Fig.2.2:Main pitch ctrl.cabinet2.2Axis cabinetsThere are three axis cabinets in the pitch system.One axis cabinet is allocated to each blade.The converter operates in4-quadrant mode to control the speed of the corresponding pitch motor.Fig.2.3:Axis cabinet2.3Battery cabinetsLike the axis cabinet,one battery cabinet is allocated to each axis.For the case of a power failure or a reset of the EFC-signal(Emergency Feather Control-signal)each blade will be separately moved to the feather position(limit switch).Fig.2.4:Battery cabinet2.4Electric pitch motorsThe electric pitch motors are direct current machines.Fig.2.5:Electric pitch motorDetailed information concerning the motor(technical data,maintenance etc.)is contained in the appropriate document“Operating instructions for SSB DC Motors Model:GHTIF-07200403.81”2.5Pre-installed cablesThe connection between the main pitch ctrl.cabinet and the top box is realized by slip ring. Via this slip ring the main pitch ctrl.cabinet is supplied with power and control signals from the top box.Additionally a Profibus-DP connection for the data exchange between the system management computer and the pitch controller is performed via slip ring.The connection between the main pitch ctrl.cabinet,the axis cabinet,the battery cabinets and the electric pitch motors is made by pre-installed cables.The delivered cables are coded to prevent an interchange between cables and cabinets.3Mechanical dimension drawings3.1Main pitch control cabinetFig.3.1:Dimension drawing main ctrl.cabinet3.2Axis cabinetFig.3.2:Dimension drawing axis cabinet3.3Battery cabinetFig.3.3:Dimension drawing battery cabinet3.4Pinion encoder blade bearingFig.3.4:Dimension drawing pinion encoder blade bearing4Commissioning4.1Installation of the componentsNoteThe installation of the components and the connecting cables should only be carried out by qualified personnel.WarningThe installation and the cable connection are only to be carried out if all power supplies are disconnected or switched off.The pitch system is to be disconnected from power supply until all components are correctly installed and connected to each other.The batteries for the emergency power supply are already installed.For this reason,the battery maintenance switch must be switched to“off”and only switched to“on”after all connections are made. Caution is needed if the battery cabinet is open and the batteries are interconnected,since there is a voltage of216VDC between positive and negative terminals.WarningThe installation of the pitch system must be carried out with great care.There is a risk of injury or death related to the great dead weight of the components as well as from pointed and sharp edges.Lifting and transporting must be carried out with suitable lifting and transporting equipment(see also Chapter1.2).4.2Mounting the switch cabinetsFig.4.1:Holding rail for the cabinetsFor installing the cabinets inside the hub,the switch cabinets have retaining brackets to which they can be attached with screws or bolts in frames designed for the purpose.When doing so,a firm fit must be ensured.The fastenings can become loose through vibrations in the hub during operation of the wind energy plant,so the screws or bolts must be secured against becoming loose independently.A dynamic suspension is recommended,to protect the cabinets against damage caused by the vibrations.4.3Installation of the pitch motorFig.4.2:Pitch motor4.4Connecting the cablesCautionDo not remove the coding of the plug pare the coding of the plugs with the coding on the cabinets.The inscriptions have to correspond.If the coding at the plug and cabinet is equal,but the inscriptions are different,please contact SSB.Mixing up connections can cause malfunctions in the pitch system and a damage of the plant.Fig.4.3:Connectors at the axis cabinet and the battery cabinetIf all components (cabinets and motors)are installed in the hub,the pre-wired cables can be connected.The plug system is marked and secured by coding pins.5Manual OperationWarningManually movement of the blades can present a risk for personnel and the wind energy plant if not carried out correctly.All essential safety precautions must be taken before a manual operation of the pitch system is undertaken.For this purpose,the appropriate operating instructions are to be consulted and the plant manufacturer’s safety measures are to be noted.WarningOnly one blade should be moved out of the parking position.Consequently,before moving a second blade,it must be ensured that the first blade is in parking position again.5.1General information motion controller GEL8230Y001The Motion Controller is intended exclusively for the control of rotor blade drives in a wind power plant.The three axes are equipped with a redundant encoder system.Encoder A:located at the motor shaftEncoder B:located at the blade bearingIn case of an invalid encoder signal it is possible to select the second encoder set.Control and nominal value preset are carried out by means of an attached field bus module (PROFIBUS-DP)using the specific communication protocol"LB2".The controller measures the motor currents of the three axes via current transducer connected to analog current inputs and three temperatures via analog PT100inputs,and provides averaged values.The values can be accessed via the LB2protocol(8bits)or converted and displayed as motor current in Ampere or as temperature in degrees Celsius respectively.A brief overview of the method of functioning and the operation of the controller is given here. The operator interface and the menu guidance are only for display and do not equate strictly to the supplied version in terms of the controller layout and software.NoteFor general information,safety instructions etc.or a detailed description of the controller, consult the supplied manual.5.2Characteristic motion controllerThe following sketch shows the principle of functioning of the control:Fig.5.1:Operating principle of the controllerFig.5.2:Principle axis controlGeneral information:Information in square brackets refers to the main system parameters for the corresponding blocksFor the actual value inputs/axes/nominal value outputs nos.2…6the same contents apply in principle as for no.1;differences occur with several factory settings and adjustable characteristicsFunction elements with grey background are,by default(from the factory),de-activated.5.2.1The key padFig.5.3:Keyboard1.Function keys(assignment dependent on the current window)2.Numerical keys(value input)3.Menu keys(assignment dependent on the current window,line orientated)4.Delete value input5.Cancel input/function;return to next higher menu level6.Confirm input,select/call marked entry(doubly available)7.Select keys(select characteristic of a system parameter)8.Scroll keys(move window within the displayable list by one line upwards/downwards)5.2.2The displayFig.5.4:Main window1.Number of the currently shown window with total number of windows(e.g.01/03means the first of three possible display2.Designation of the menu or function window3.Function of the menu key‘M1’;with the other menu keys the list entries shown on theleft can be activated in some windows(‘M2’→1st list entry etc.)4.Each list entry is assigned a definite number;when entering a number a searchfunction will be started,which let you go directly to an entry which is currently not visible,or the entry will be activated if it is already shown in the window5.Function of the keys‘F1 (5)(here I/0→‘F1’:display of the input/output states;'UP'→’F4’:scroll1window upwards;'DOWN'→‘F5’:scroll1window downwards)6.List entries The blinking cursor marks the entry which will be selected i.e.activatedwith the confirmation(Enter)keys(see previous section,item6);this is also possible by means of the menu keys M2..M4.7."Scroll bar":Information(qualitative)about the position of the current window(*)within the displayable list(|)Further explanations about the various windows you will found in the following descriptions of the menus.5.2.3Menu structureFor operating and observing of the motion controller various hierarchically classified display windows and configuration menus are available.The following diagram gives an overview of the menu structure.Detailed information for each window/screen is given in the corresponding reference manual of the motion controller.Fig.5.1:Menu structureAfter the device is switched on,the start screen(main window axis)with the angle positions of the axis(blades)will be displayed.The second main window contents an overview according to the status of the analog and digital inputs and the digital outputs of the motion controller(main window I/O)5.2.2.1Main window(Axis)Fig.5.6:Main window with examplePossibilities:1.Browse with and2.Display operating data for marked axis with Enter or e.g.M3(in the window asdisplayed above)for blade2(axis2/4).Fig.5.7:Operating data(Blade2)Explanations of the display:•Velocity(a/n)=actual and nominal speed•DeltaS=control deviation=difference between the calculated nominal value from the feedback control and the actual value•Voltage=control voltage on the analog output(here for Blade2at terminal block A2)•The drive can be operated manually(jog)or calibrated by means of certain function keys if the corresponding blade parameters have been correctlyconfigured(see Reference Manual of motion controller)F1:Fast jog in backward directionF2:Slow jog in backward directionF3:Calibration(see below)F4:Fast jog in forward directionF5:Slow jog in forward directionM1:Return to the MAIN WINDOW(AXES)3.Call information about the inputs and outputs of the Motion Controller:Change to theWINDOW(I/O)by means of F1;see next section4.Call device information or configure system parameters:Change to the MAIN MENUby means of M1Calibration(see also chapter5.3Homing routine axis/blade)Fig.5.8:Calibration(blade2)With the key F3an actual value correction can be activated for a specific blade(encoder group A and B).The value is to be defined at the blade parameters for the concerning axis (see Reference Manual motion controller).Condition:high level at terminal E1.2("/Stop")).5.2.2.2Main window(I/O)Fig.5.9:Main window(I/O)1.Digital inputs0…7on terminal block I22.Logic states of the8inputs in bit form,LSB(right)state of I2.0;1=High approx.24V3.Logic states in hexadecimal formatPossibilities:1.Browse with and2.Display actual values of axes:Change to MAIN WINDOW(AXES)with F1;3.Call device information or configure system parameters:Change to MAIN MENU withM1;see following section5.2.2.3Main menuMenu key M1activation in one of the two main windows:Fig.5.10:Main menuPossibilities:1.Browse with and2.Activate marked menu point with“Enter”and process the next sub-point(seefollowing sections);one of the menu keys M2...M4can also be used for activating3.Change to the MAIN WINDOW(AXES)or MAIN WINDOW(I/O)with F1,M1or ESC;5.2.2.4Device informationThis window informs about the hardware and software versions of the MotionControllers and about the cumulated runtime of the device as shown as an example:Fig.5.10:Device information5.2.2.5Stored failuresThis window displays a list with up to20failures occurred(most recent on top).Principle of memory management is a ring buffer.Fig.5.11:Fault memory("1.05"->axle1,fault code5)The following failures will be recognized:•DeltaS>DeltaS max. Drag error exceeds its maximum value when moving in forward direction(see blade parameters in the reference manual motioncontroller)•DeltaS<DeltaS min. Drag error exceeds its maximum value when moving in the reverse direction•General data transmission failure(stop bit,parity,overwriting or checksum error) and Error in the LB2protocol(see reference manual motion controller)Fig.5.13:Blade-specific window(in this case blade2)By selecting M1you return again to the main menu.(See also Chapter4.1.4)5.3Homing routine axis /bladeWarningOnly one blade should be moved out of the parking position.Consequently,before moving a second blade,it must be ensured that the first blade is in parking position again.The axis to be referenced must first be directly selected in the main window by use of the keys M2-axis1,M3-axis2and M4-axis3.When an axle is selected the following windowopens:Fig.5.14:Blade 2operating dataThe blade to be referenced must now be moved manually to the mechanical zero point of the blade.When this is done,in order to exclude a counting range overflow,the sensor must be set to the counting range mean value by operating the yellow pushbutton.The button is located at the rear of the sensor under a screw cap.Fig.5.15: Sensor pushbuttonThe referencing of the blade can now be started with the F3key.After “Carrying out the calibration”has been confirmed with F1,the current angle value is automatically accepted as the zero point and stored in axis parameter 53.The displayed actual angle value must now be 0°.The referencing is now completed.Return to the main window using M1.6MaintenanceGeneralBecause of the varied operating conditions in which the plant operates(depending on the climatic environment and the load of the wind energy plant),only general recommendations concerning the required maintenance intervals can be given.Regular and careful inspection is required as well as maintenance in order to prevent malfunctions and to detect and remedy faults as they occur,before serious damage happens.In these operating instructions,as regards the maintenance interval,there is only a recommendation which has no effect on contractually specified agreements(especially in relation to the warranty).Before starting any work on the pitch system,especially before opening the covers of live parts,you must ensure that the components and the plant are disconnected in accordance with regulations.In addition to the main circuits also look out for possible boosting or auxiliary circuits,especially standstill heating systems!Here the"5Safety Rules"are(e.g.as per DIN VDE0105):•isolate•secure against restarting•establish isolation from supply•grounding and short-circuiting(for voltages above1000V)•safeguard or cover adjacent live parts.NoteThe supplied operating instructions for the components in question are always applicable for the maintenance intervals and the replacement of components.Always quote the plant number when returning faulty components to SSB.Warning/CautionBecause of the heavy dead weight of a cover or components(such as battery container, pitch motor,transformer,etc.)they must always be removed with great caution,so that they are not damaged during removal,do not damage other components or cause injuries.。
变桨控制器接线使用说明
变桨控制器接线使用说明2008-9-1 自控研发中心1变桨控制器通信接线说明变桨控制器通信接线基本框图见图1。
图1 轮毂基本框图因试验时间紧迫,因此变桨控制器只留出了RS232接口,因此在与Mita 3100连接中使用RS232转RS485模块来临时试验,以后将直接由变桨控制器接出RS485接口,与L&B 控制器完全一致。
中间转接部分的所有接线连接完后请用绑带和绝缘胶布固定,防止误连接或信号短路,232转485模块(ADAM-4520)由于只用于这次测试并且此次提供的串口连接线长度有限,所以请在变桨控制器旁就近找个地方固定。
接线及供电说明:(1)变桨控制器接线和供电与L&B控制器完全一致;(2)232转485模块(ADAM-4520)需要一组24V DC(1个24V DC,1个24V地)供电,在自控厂内调试时,接的是A01+BVL PHOENIX电源模块接出的24V DC+和地-;(3)变桨控制器与L&B上层软件之间的串口连接线采用1公1母RS232直连线,L&B 控制器与L&B上层软件之间的串口线采用1公1母RS232交叉线,因此请使用我们推荐的串口线,防止连接出错;(4)变桨控制器与232转485模块(ADAM-4520)之间的串口连接线采用2公RS232交叉线,请使用我们推荐的串口线;(5)232转485模块(ADAM-4520)的RS485接口从RS422接出,,接到1个母口的RS232接口后与机舱通信接头相连,RS232的线序如下:图2 RS422/485接口2变桨控制器使用说明厂内调试:厂内调试使用L&B软件,基本调试步骤同L&B控制器。
首先拔掉变桨控制器与机舱的通信线,将1公1母的RS232直连线公头连接变桨控制器(连接L&B控制器使用的是1公1母的交叉线),母头连接PC或笔记本电脑,然后运行L&B上层软件,已经测试过的版本RP Pitch Visu V4.3.0.0和V3.7.0.0。
PLC控制器在变桨控制系统中的应用
电动变桨PLC控制器设计PLC控制器在变桨系统中的应用1、引言功率调节是风力发电机组的关键技术之一。
风力发电机组在超过额定风速(一般为12~16m/s)以后,由于机械强度和发电机、电力电子容量等物理性能的限制,必须降低风轮的能量捕获,使功率输出仍保持在额定值附近。
这样也同时限制了叶片承受的负荷和整个风力机受到的冲击,从而保证风力发电机安全不受损害。
功率调节的方式主要有定桨距失速调节、变桨距角调节和混合调节三种方式。
目前兆瓦级风机普遍采用变桨距角调节方式。
而世界上大型风力发电机组变桨距系统的执行机构主要有两种,液压变桨距执行机构和电动变桨距执行机构。
其中电动变桨距系统的桨距控制通过电动机来实现,结构紧凑、控制灵活、可靠,正越来越受到大多数整机厂家的青睐,市场前景十分广阔。
2、电动变桨距系统2.1电动变桨距概述变桨距就是叶片绕其安装轴旋转,改变叶片的桨距角,以改变叶片的风能捕获能力,从而改变风力发电机的气动特型。
《风力发电机组原理与应用》。
电动变桨是用电动机作为变桨动力,图(1)为电动变桨距执行机构原理图伺服驱动器控制电动机带动减速机的输出轴齿轮旋转, 输出轴齿轮与桨叶根部回转支承的内侧的齿轮啮合,带动桨叶进行变桨。
<浅谈风力发电机组的液压和电动变桨系统>图1 电动变桨距执行机构原理图变桨距风力发电机组与定桨距风力发电机组相比,起动与制动性能好,风能利用系数高,在额定功率点以上输出功率平稳。
所以,大型和特大型风力发电机组多采用变桨距形式。
《风力发电机组原理与应用》变桨距角机组启动时可以对转速进行控制,并网后可对功率进行控制,使风力机的启动性能和功率输出特性都有显著改善。
变桨距角调节的风力发电机在阵风时,塔架、叶片、基础受到的冲击,较之失速调节型风力发电机组要小的多,可减少材料,降低整机重量。
它的缺点是需要有一套比较复杂的变桨距调节机构,要求风力机的变桨距角系统对阵风的响应速度足够快,才能减轻由于风的波动引起的功率脉动。
苏州能健变桨控制系统操作维护手册
7.3 空转试验 根据相关标准规定,直流串励电动机不允许额定电压下空载或轻载运行
(电机容易飞车),因此,空转试验应在低电压(小于 20%额定电压)的情况 下进行。
高速空转时间不宜过长,如果电机动作,说明电机正常,应停机。 7.4 说明: 7.4.1 经过项 1、项 2 检测,应能基本判定是否电机故障。但是,由于电机 结构中还有刹车、测速发电机、编码器等,电机空载试验可以帮助判定是否 其它情况。 7.4.2 如果刹车通电时听不到刹车动作声音,说明刹车器通电电压不符合要 求;如果听到刹车器动作声音,电机仍然不转,可以只给刹车器通电,手动 旋转电机轴伸,电机不转,说明刹车抱死;电机能转,再检测主回路通电电 压。 7.4.3 经过以上检测仍然无法判断电机状况,建议将电机返厂检测处理。 7.5 测量电机应在确保安全情况下进行。 7.5.1 确保用电安全。 7.5.2 空转试验时,电机转速可能很高,容易出危险,如果感觉电机声音异 常或者转速太高,应立即断电。
24/35/7 2
风机电压 刹车电压
220VAC 200VDC
2. 外形图
8
3. 重载针脚定义
定义 电枢 励磁 加热带 Pt100 PTC 4. 电机绝缘电阻
线位号 1 2 3 4 38 40 11 12 13 14
定义 测速发电机 (根据需要选择)
刹车
风机
温度开关
线位号 22 21 20 29 31 43 地 39 39 41
需更换驱动器。2)、若模块没有损坏且复位后能正常运行,则更换驱动器 主控板。
功率模块(IGBT)测量方法(动力线端子):1)、驱动器输入 400V 断 电 10 分钟后,用万用表二级管档测量驱动器的动力线端子红表笔对 2 脚, 黑表笔分别对 9 和 14;黑表笔对 3,红表笔分别对 9 和 14,值都为 350 左 右。 2)、驱动器输入 400V 不断电,用万用表直流档(1000V)测量驱动器的动 力线端子红表笔分别对 2、3 脚,黑表笔分别对 9 和 14 脚,电压值在 300V 以 下。
苏州能健变桨系统驱动器使用说明书
3.5 电磁兼容(EMC)
3.51 防干扰措施
除了按照以下的配线说明操作外,所有的感性元器件,比如继电器和接触 器线圈,电磁式刹车,等等。必须安装电磁抑制元件(如 RC 元件)。
REE RD4003 A
Page 7 of 14
3.5.2 干扰辐射
文档编号:RD4003
版本号:
A
直流电机驱动器使用说明书
0~9
显示的数据和输出电流成比例,和电机运转方 向无关
‘C’ 闪烁
电流输出超过限流点(60A)
C
输出电流减小到限流点(60A)
M
输出电流减小到额定电流(30A)
REE RD4003 A
Page 14 of 14
REE RD4003 A
Page 5 of 14
文档编号:RD4003
版本号:
A
直流电机驱动器使用说明书
3、 安装/运输
3.1 运输、安装、连线过程中安全指导
在连线时请注意以下信息 · 在安装驱动器时必须遵循相应国家的电气规范和当地的法规,包括良好接
地,保证驱动器上任何可接触的部件电势不在电源电压或危险电压上。 · 在阅读‘调试’章节前,不能打开工作电压。 · 确保 L1、L2、L3 接线端子上的最大额定电压(见铭牌)不能超出规定范围,
电机线的屏蔽接地和接地点的接触面要足够大。在任何情况下,护套线的 剥头必须足够短,不能超过 20mm。
3.7. 4 控制线电缆
控制线电缆的导电横截面不能小于 0.5m ㎡,
REE RD4003 A
Page 10 of 14
3.8 动力线配线
文档编号:RD4003
版本号:
A
直流电机驱动器使用说明书
SSB变桨系统说明(注释)
总部 S a l z b e r g e nPDF Created with deskPDF PDF Writer - Trial :: PDF Created with deskPDF PDF Writer - Trial :: 全球化服务商店 总部 青岛设备 (在建中) Salzbergen, 德国 中国Racine, 美国SSB 将会出现在重要时区和主要风场地点。
PDF Created with deskPDF PDF Writer - Trial :: 聚焦现场服务风力发电机组的电动系统全球技术支持 热线与客户紧密合作进行培训支持长期服务协议更新与更新改造PDF Created with deskPDF PDF Writer - Trial :: 电动变桨系统(交流/直流)主-和顶部箱发电机箱特殊柜如:风架风架//SCADAPDF Created with deskPDF PDF Writer - Trial :: SSB-风能的历史1992:开发安装300/600 kW 失速系统1995: 为1,5 MW 风机开发电动变桨系统1998: 1,5 MW 变桨系统的序列生产 开发和生产主开发和生产主--和顶部柜2003:为1.5MW 风机生产第1000th 系统2005: 开发数控设备 (如数字逆变器如数字逆变器,,数字通信)600kW 主动失速型风机的主控柜PDF Created with deskPDF PDF Writer - Trial :: 使用中的SSB 产品SSB 轴箱轴箱 SSB 电池箱电池箱 SSB 顶部箱SSB 变桨直流驱动变桨直流驱动 SSB 交流偏航驱动PDF Created with deskPDF PDF Writer - Trial :: 离岸风机应用PDF Created with deskPDF PDF Writer - Trial :: 参考清单PDF Created with deskPDF PDF Writer - Trial :: Repower MD70, MD77, MM82, MM92Nordex S70, S77Fuhrländer FL1500WinWinD WWD1NEG Micon (Vestas) NM80, NM92, NM110Leitner LeitwindFuji NWT3-1Unison KBP-2000MGeneral Electric TW300, TW600, TZ750, GE900, GE1.5s, sl, sle, xle,GE2.X,GE3.6s, sl!超过 6.000系统已供应给各大风力发电机生产商系统已供应给各大风力发电机生产商!变桨系统PDF Created with deskPDF PDF Writer - Trial :: 内容概览PDF Created with deskPDF PDF Writer - Trial :: •变桨系统结构与功能•变桨电机•变桨电机的功率整流器•变桨控制器•控制•控制箱•轴箱•电池•电池充电系统•安全说明变桨系统结构与功能PDF Created with deskPDF PDF Writer - Trial :: 变桨系统的结构与功能PDF Created with deskPDF PDF Writer - Trial :: 变桨系统MD 77元件:转速计发电机、、绝对编码器和压力的空气冷却的转子叶片配备一个变桨集成停车制动、、转速计发电机•集成停车制动电机•每个冗余轴一个额外绝对编码器•每个转子叶片一套电池用于电源电压失败和脱口安全链的叶片变桨控制•带充电控制和电池电压监测的电池充电器•每个转子叶片一个三相转换器用于提供直接电流变桨电机数据•控制系统用于自动转子叶片控制(变桨控制器)•除了变桨电击,所有其它元件都安装在三轴里/电池箱和一个控制箱变桨系统的结构和功能独立驱动风扇停车制动转速计 绝对编码器 PDF Created with deskPDF PDF Writer - Trial :: 变桨系统电池箱结构和功能PDF Created with deskPDF PDF Writer - Trial :: 变桨系统的结构与功能PDF Created with deskPDF PDF Writer - Trial :: 变桨系统MD 77元件:•集成停车制动、转速计发电机、绝对编码器和压力的空气冷却的转子叶片配备一个变桨电机•每个冗余轴一个额外绝对编码器•每个转子叶片一套电池用于电源电压失败和脱口安全链的叶片变桨控制•带充电控制和电池电压监测的电池充电器•每个转子叶片一个三相转换器用于提供直接电流变桨电机数据•控制系统用于自动转子叶片控制(变桨控制器)•除了变桨电击,所有其它元件都安装在三轴里/电池箱和一个控制箱变桨系统的结构与功能PDF Created with deskPDF PDF Writer - Trial :: 变桨系统MD 77元件:•集成停车制动、转速计发电机、绝对编码器和压力的空气冷却的转子叶片配备一个变桨电机•每个冗余轴一个额外绝对编码器•每个转子叶片一套电池用于电源电压失败和脱口安全链的叶片变桨控制•带充电控制和电池电压监测的电池充电器•每个转子叶片一个三相转换器用于提供直接电流变桨电机数据•控制系统用于自动转子叶片控制(变桨控制器)•除了变桨电击,所有其它元件都安装在三轴里/电池箱和一个控制箱变桨系统的结构与功能PDF Created with deskPDF PDF Writer - Trial :: 变桨系统MD 77元件:转速计发电机、、绝对编码器和压力的空气冷却的转子叶片配备一个变桨集成停车制动、、转速计发电机•集成停车制动电机•每个冗余轴一个额外绝对编码器•每个转子叶片一套电池用于电源电压失败和脱口安全链的叶片变桨控制•带充电控制和电池电压监测的电池充电器•每个转子叶片一个三相转换器用于提供直接电流变桨电机数据•控制系统用于自动转子叶片控制(变桨控制器)•除了变桨电击,所有其它元件都安装在三轴里/电池箱和一个控制箱变桨系统控制箱结构和功能PDF Created with deskPDF PDF Writer - Trial :: 变桨系统的结构与功能PDF Created with deskPDF PDF Writer - Trial :: 变桨系统MD 77元件:•集成停车制动、转速计发电机、绝对编码器和压力的空气冷却的转子叶片配备一个变桨电机•每个冗余轴一个额外绝对编码器•每个转子叶片一套电池用于电源电压失败和脱口安全链的叶片变桨控制•带充电控制和电池电压监测的电池充电器•每个转子叶片一个三相转换器用于提供直接电流变桨电机数据•控制系统用于自动转子叶片控制(变桨控制器)•除了变桨电击,所有其它元件都安装在三轴里/电池箱和一个控制箱变桨系统控制箱/轴&电池箱的结构和功能PDF Created with deskPDF PDF Writer - Trial :: PDF Created with deskPDF PDF Writer - Trial :: •变桨系统间接控制功率•变桨系统是风机主要的制动系统•每个转子叶片可以单独地调整,而且连接到轮毂上。
PLC控制器中文显示界面操作说明
PLC控制器中文显示界面操作说明PLC控制器中文显示界面带有一个6”图形显示屏和相应的操作按键,显示屏为单色16级灰度L CD显示,操作按键为平面薄膜按键,键盘布局分四大功能区:R1—R8动态功能键盘区F1—F10静态功能键盘区数字、字母键盘区箭头、修改、特定功能键盘区动态功能键:R1 R8动态功能键排列在图形显示屏的两侧,其功能随显示内容的变化而变化,在按键的旁边一般都有相应的图标和文字性说明指示其功能,大度大多数情况下是用于切换显示页面。
静态功能键:F1—F10静态功能键排列在显示屏下面键盘区的两侧,其功能是固定的。
例:每台机组的F2按键一般都用于切换到蒸发器出水温度实时曲线页面,F4用于切换到模拟输出量页面。
按下没有定义任何功能的按键时显示屏不会有反应。
数字,字母键盘:数字,字母键盘用于输入数字和英文字母。
为使键盘紧凑,每个数字键对应三个英文字母,三个字母标示在数字键的上方,在该键区的下方有三个分别带有三个小方块的按键,用于指示左,中,右三个字母中的一个,输入字母时,请先按下一个带有小方块的按键,再按一个数字键即可选中一个字母,一般不需输入字母。
箭头,修改,特定功能键盘区。
箭头键用于选择不同的选项。
修改键〔MOD〕位于四个箭头键的中间,用于更改设定值以及数字量的开关状态等,按ENTER完成参数修改。
按ESC返回前一页。
按SHIFT+ESC回到主菜单。
按MENU进入终端机菜单。
按SHIFT+MENU进入终端机系统菜单。
键上方的指示灯亮时,表示当前显示页面有帮助信息,可以按一下?键查看有关的帮助信息,再按一下?键返回。
DEL键用于删除刚键入的错误字符。
在?键和DEL键中间的按键是亮度/对比度调整键。
变桨控制器使用说明
3 CAN A_L
低电平 CAN 电压输入/输出
4 CAN B_H
高电平 CAN 电压输入/输出
5 CAN B_L
低电平 CAN 电压输入/输出
d) 端口 E1,E2,E3,E4:数字量输入
E1 接收 6 路输入,E2、E3 和 E4 接收 8 路输入。其中 E1 为系统信号数字
量输入。
端口 名称
功能
需要东方电气自动控制工程有限公司技术人员重新配置软件参数。
c) 端口 C2:CAN 通信
C2 为 CAN 通信接口,包括两个 CAN 通信接口。
3-3
DMPCL002 变桨控制器说明书
KM800-005000BSM
端口 名称
功能
1
GND
(C)
CAN GND
2 CAN A_H
高电平 CAN 电压输入/输出
Vt 给定变桨
速度、角
+
度
St +
Degrees 速度 Vk +
转换
V V Uo
U
M
SSI
图 3 变桨控制原理图
2 变桨控制器端口说明 变桨距控制器端口分布如图 4 所示。其中 E1、E2、E3、E4 为数字量输入
端口;E5 为两线制 PT100 温度测量输入端口;E6 为 0~20mA 电流或 0~10V 电 压测量输入端口;A1、A2、A3 为数字量输出和模拟量输出端口;Z1、Z2、Z3 为读取编码器端口。
7
DE1.6
手动充电测试信号输入
E2,E3,E4:桨叶 1,2,3 的信号
端口 1 2
3
名称
GND DEx.1 DE2.2 DE3.2
功能
能健变桨系统说明书
1.安全信息
注意:请在每次调试前查看以下的安全须知 应用场合:电气设备安装场合 危险请注意:这些电气设备在工业能源系统中使用。在安装过程中,整个电 气设备是密闭的,非常危险,而且有些部件会被颠倒或被移动。所以,如果没有 对这些设备正确使用或没有进行很好的维护的话,会损坏这些设备。对系统安全 负责的专业人员应该保证做到下面几点: (1)仅能让专业人员操作设备 (2)专业操作人员必须随身携带安全作业指导书,并且需要随时查看这些 指导书 (3)非专业人员禁止操作设备
应该改变这些合同条款的确定。所有合同中确定的责任包含完全和唯一有效的保
证条款。这些合同条款不能因为操作指导的改变而有所扩展或者限制。在这本操
作指导书内的关于产品描述和相关图片是用于示范作用的,真实性无庸置疑。如
果客户发现产品图片介绍和真实的产品有较大的差异,
将会提供最新的
操作改动。这个改动资料将不能代替当前这份硬件操作手册,而将会付在一起交
变桨控制系统被放置在风机的轮毂内,整个系统包括 3 个轴箱,3 个电容箱, 3 个直流电机,所有的连接线,以及操作手册。变桨控制系统和速度控制一起工 作来维持转子进行稳定的功率输出。当阵风来临时,转子运转加速,但是桨叶以 稳定速度的变化方向将转子速度减慢。这导致了发电机上负载明显的减小。通过 这种方法,产生电能可以稳定的供给电网。一旦在变桨系统控制单元正常工作时 发生电网断电等故障时,每个桨叶有自身的后备电容箱,装在轴箱内部随着桨叶 一起旋转。为了很好的控制电能输出,变桨机械系统为整个安全/刹车系统服务。 每个桨叶变桨会独立工作。所以,一旦暴风雨来临,每个桨叶都能转到一个安全 的位置,将转子转速从非正常工作状况恢复到安全转速。
1.2.1 运输的注意事项
(1)概述 这些注意事项描述了每个卸载和运送的环节器件的处理方法。搬运方需要考
LUST变桨系统用户手册
2. 系统概述
变桨系统安装在风力发电机组的轮毂内部,主要设备包括:一个中控箱、三个轴控箱、 三个电池箱、三个直流电机、三个冗余编码器、六个限位开关、各部件间的连接电缆及电缆 连接器。
变桨系统的主要作用是调节风轮的转速(控制功率的输出)和确保风机的安全制动。每 个叶片的变桨驱动是相对独立的(相对于其它叶片的变桨驱动)。
2
1 安全概要
1.1 符号标识 本手册中标有“警告”和“注意”的内容包含了对系统进行操作或维护时的特殊要求和
预防危险发生的特别注意事项。 警告所包含的内容如果得不到有效执行会危及生命或损害变桨系统部件。
注意所包含的内容给出了即使是熟练的操作人员也容易忽略的有关技术方面的操作注 意事项。 1.2 安全说明
2.1 中控箱··································································5 2.2 轴控箱··································································5 2.3 电池箱··································································6 2.4 变桨电机································································6 2.5 冗余编码器······························································7 2.6 限位开关································································7 2.7 电缆及电缆连接器························································8
变桨系统用户手册
1 变桨控制系统(PCS)特点................................................................................................................. 5 2 变桨控制系统(PCS)系统描述......................................................................................................... 6 3 变桨控制系统(PCS)部件及部件功能............................................................................................. 7
3.4.4.1 风扇动力线缆 ........................................................................................................... 26 3.4.4.2 限位开关线缆 ........................................................................................................... 27 3.4.4.3 电机编码器动力线缆 ............................................................................................... 27 3.4.4.4 叶片编码器线缆 ....................................................................................................... 28 3.4.4.5 电机动力线缆 ........................................................................................................... 28 3.4.5 连接器 ........................................................................................................................... 29
变桨系统的基本操作
3、机舱维护手柄控制变桨操作
机舱维护控制手柄的功能:在风机处于维护状态时,可以通过维护手柄上的Yaw旋钮控制风机向左或向右偏航;可 以通过维护手柄上的Pitch旋钮控制风机的三个叶片同时向0度或90度变桨;可以通过维护手柄上的Service brake按 钮控制发电机锁定液压闸的动作,进行发电机的锁定工作。并且维护手柄上的红色Stop、绿色Start按钮可以控制风 机的正常停机和启动。
操作注意事项:
1、使用维护手柄进行变桨时,要避免同时进行偏航动作;
2、使用维护手柄进行变桨前,一定要通知所用在场相关人员,确认人员处于安全位置后, 方可进行进一步的操作。
谢谢!
当机组处于维护状态,需要对3个变桨进行测试时,可以使用维护手柄进行操作。维护手柄可以使3个叶片同时向0 度或90度变桨。同时向0度变桨时3个叶片的角度不低于57度,向90度变桨是3个叶片的角度不超过87度。在57---87 度之间,维护手柄可以任意对3个叶片同时操作。(注意:维护手柄不能对单个叶片进行操作,只能对3个叶片同时 操作,而且同时还要保证DP通讯没有任何问题,3个变桨系统没有任何故障,否则维护手柄的操作不起作用。)
1、在轮毂里手动操作时,必须2个人或2个以上人员配合进行工作; 2、工作时不要将工具或其它相关物品遗落在轮毂和导流罩内; 3、叶片进行变桨操作时,人员及工具等要远离旋转部件,以防操作时发生意外; 4、必须携带对讲机等通话工具,以保持必要的通讯联络; 5、工作完毕,注意清点所携带的工具及物品; 6、在作变桨操作动作前要先通知在场所有人员,确认所有人员都处于安全位置之后,方可进行相应的操作。 7、故障处理完毕或维护处理完毕后,要把叶片变回86度的位置,将手动/自动控制旋钮拨到自动控制位置A。 (或将叶片变桨到的大于55度以后的位置,直接将手动/自动控制旋钮拨到自动控制位置A,此时叶片会以一定 的速度向90度变桨,并停止在86度的位置。)
变桨控制器接线使用说明
变桨控制器接线使用说明一、接线前准备工作1.了解变桨控制器的型号及技术参数,确保所购买的设备能够适配当前的风力发电机组。
2.确认风力发电机组的电气系统布局图,了解各个电器元器件的接线方式和位置。
3.备齐所需的接线材料和工具,如电缆、接线端子、电缆夹等。
4.关闭风力发电机组的电源开关,并做好防止误动的操作。
二、变桨控制器接线步骤1.将变桨控制器安装在合适的位置,并固定好。
2.根据布线图,确定变桨控制器的输入端和输出端位置,分别为电源输入端和桨叶驱动输出端。
3.根据电气系统布局图,找到主电源开关,并将其断开,确保安全。
4.将电源输入线与变桨控制器的电源输入端相连,一般采用插接式连接方式,确保接触牢固。
5.将变桨控制器的桨叶驱动输出端与对应的桨叶驱动器的输入端相连,确保接触稳定。
6.检查所有接线的牢固性和质量,确保没有短路、接触不良等情况。
7.根据需求,连接其它外部设备,如监控系统、通讯接口等。
三、接线注意事项1.接线前一定要确保风力发电机组的电源已经关闭,以免造成电击等安全事故。
2.使用合适质量的接线材料和电气连接件,确保电气连接的可靠性。
3.在接线过程中,要仔细检查每一处接线,确保没有接错、短路等情况,以免影响正常使用。
4.接线结束后,应该进行充分的测试和调试,确保变桨控制器的各项功能正常。
5.接线后,应该及时整理好线路,保持整洁。
总结:通过以上的变桨控制器接线使用说明,我们可以了解到变桨控制器的接线步骤和注意事项。
在接线过程中,要严格按照布线图和电气系统布局图进行操作,确保每一处接线的质量和牢固性,以保障风力发电机组的安全和正常使用。
同时,在接线结束后,还需要进行测试和调试,以确保变桨控制器的各项功能正常。
在日常使用中,也要定期检查接线的牢固性和质量,及时进行维护和整理,以保持风力发电机组的正常运行。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
苏州能健电气有限公司
四,通讯协议说明
(1)硬件部分:RS485 通讯,偶校验,1 位起始位,8 位数据位,1 位停止位。 传输速率:19200 bits/s。 (2)协议部分: 1,报文结构:
82H 96H
数据部分
校验位
特点: 二进制报文。 数据部分结构:数据长度 | 功能码 | 数据。 校验码=数据部分所有数据进行 XOR。 在数据部分或校验位出现 82H,则需要人为的再次发送 82H,该 82H 仅在传输 过程中作为底层硬件校验使用,并不计入数据长度和数据校验码计算,包括在程 序中也不使用。 在传输数据时,小数点需要忽略,真实数据被放大 100 倍进行传输。 所有带高低字节的数据,都是从低字节到高字节排列顺序在数据帧内存放的。
360000 公式:Multiplier = -----------------------
4096 × 9.267 × X
其中,360000 为 360°× 1000(编码器转一圈为 360°,另外,Pitch Visual 显示的十进制位数为 1000);
4096 为使用的 SSI 编码器精度; 9.267 为齿数比:139/15=9.267(139 为桨叶叶片轴承齿数,15 为驱 动齿轮齿数; X 即轮毂内桨叶所连齿轮箱减速比。 1A004: 0。(备用) 1A005: 3。(保留)小数位设定。 1A006~1A014: 0。(备用) 1A015: 0。(保留)校零度数,只在使用 Pitch Visual 校零时有效。 1A016~1A017: 0。(备用) 1A018~1A020: 0。(备用) 1A021: 1000。0°到 90°慢速正向点动速度,单位:0.001°/s,该参数为放大 1000 倍关系,所以 1000 即 1°/s,绝对值数值,参数设置范围为 0~9000。 1A022: 8000。0°到 90°快速正向点动速度,单位:0.001°/s,该参数为放大 1000 倍关系,所以 8000 即 8°/s,绝对值数值,参数设置范围为 0~9000。 1A023: 1000。90°到 0°慢速逆向点动速度,单位:0.001°/s,该参数为放大 1000 倍关系,所以 1000 即 1°/s,绝对值数值,参数设置范围为 0~9000。
苏州能健电气有限公司
目录
一,变桨结构说明——————————————————————————2 二,运动控制原理——————————————————————————3 三,参数说明————————————————————————————4 四,通讯协议说明——————————————————————————9 五,I/O 点连接———————————————————————————21 六,PLC 视图————————————————————————————24
1,系统参数
0S001~0S011: 0。(备用) 0S012: 0。轮毂过速导致 RPM_OK 信号断开,PLC 跑 Pitch_Run_Away。该参数决 定该状态是否在 Pitch Visual 调试软件上显示:0 代表显示,1 代表不显示。 0S013~0S014: 0。(备用) 0S015: 1。设备编号,范围 0~31。 0S016~0S017: 0。(备用) 0S018: 1。是否使能检查 RPM_OK 功能:0 代表不使能,1 代表使能。 0S019: 5。检查轮毂过速时的一个判断量,为在 MITA 发现轮毂过速时连续发送 的两个位置设定值之间的差值。单位:0.01°/s,该参数为放大 100 倍关系,所 以 5 即 0.05°/s,绝对值数值,参数设置范围为 0~900。 0S020: 900。轮毂过速后电机跑回 90°时电机运转速度。单位:0.01°/s,该 参数为放大 100 倍关系,所以 900 即 9°/s,绝对值数值,参数设置范围为 0~900。 0S021: 1500。轮毂过速时间判断。单位:0.01s,该参数为放大 100 倍关系,所 以 1500 即 15s,绝对值数值,参数设置范围为 0~6000。 0S022~0S024: 0。(备用) 0S025: 1。PLC 使能信号:0 禁能 PLC,1 使能 PLC。 0S026: 1。当 PLC 程序停止时,驱动器是否停止:0 代表不停止,1 代表停止。 0S027: 40。电流滤波时间。单位:0.01s,该参数为放大 100 倍关系,所以 40 即 0.4s,参数设置范围为 0~100。 0S028: 100。温度滤波时间。单位:0.01s,该参数为放大 100 倍关系,所以 100 即 1s,参数设置范围为 0~100。 0S029: 10。检查轮毂过速功能触发时间。单位:0.01s,该参数为放大 100 倍关 系,所以 100 即 0.1s,参数设置范围为 0~50。 0S030: 30。轮毂超速后,允许设定值被主控重置的最大延迟时间。单位:0.01s,
5
苏州能健电气有限公司
1A024: 8000。90°到 0°快速逆向点动速度,单位:0.001°/s,该参数为放大 1000 倍关系,所以 8000 即 8°/s,绝对值数值,参数设置范围为 0~9000。 1A025~1A026: 0。(备用) 1A027: 100。(保留)正向位置死区,单位:0.001°,该参数为放大 1000 倍关 系,所以 100 即 0.1°,绝对值数值,参数设置范围:0~1000。 1A028: 100。(保留)反向位置死区,单位:0.001°,该参数为放大 1000 倍关 系,所以 100 即 0.1°,绝对值数值,参数设置范围:0~1000。 1A029: 0。(保留)正向最小电压。 1A030: 0。(保留)反向最小电压。 1A031: 10000。(保留)正向最大电压。 1A032: 10500。桨叶最大变桨速度,单位:0.001°/s,该参数为放大 1000 倍关 系,所以假如设 10500 即 10.5°/s,参数设置范围:0~10500。 1A033: 40。运动反馈控制系统系数 K,单位:0.1,该参数为放大 10 倍关系, 所以假如设 40 即 P=4,参数设置范围:0~1000,不建议修改! 1A034: 9000。0°到 90°变桨最大速度:单位:0.001°/s,该参数为放大 1000 倍关系,所以 1000 即 1°/s,绝对值数值,参数设置范围为 0~9000。 1A035~1A038: 0。(备用) 1A039: 1500。变桨电机加速时间,单位:0.001s,该参数为放大 1000 倍关系, 所以 1500 即 1.5s,参数设置范围为 0~9000。(不建议修改) 1A040: 100。正向公差允许值,位置实际值- 位置给定值,单位:0.001°,该 参数为放大 1000 倍关系,所以 100 即 0.1s,参数设置范围为 0~9000。 1A041: 100。逆向公差允许值:位置实际值- 位置给定值,单位:0.001°,该 参数为放大 1000 倍关系,所以 100 即 0.1s,参数设置范围为 0~9000。 1A042: 2000。允许最大正向跟随误差,单位:0.001°,该参数为放大 1000 倍 关系,所以 100 即 0.1°,参数设置范围为 0~9000。 1A043: 2000。允许最大逆向跟随误差,单位:0.001°,该参数为放大 1000 倍 关系,所以 100 即 0.1°,参数设置范围为 0~9000。 1A044~1A050: 0。(备用) 1A051: 10。刹车松闸时间,单位:0.01s,该参数为放大 100 倍关系,所以 10
7
苏州能健电气有限公司
1A124: 1。(保留)运动参数-速度增益 4。(请勿修改) 1A125: 1。(保留)运动参数-速度增益 5。(请勿修改) 1A126: 1。(保留)运动参数-速度增益 6。(请勿修改) 1A127: 1。(保留)运动参数-速度增益 7。(请勿修改) 1A128: 1。(保留)运动参数-速度增益 8。(请勿修改) 1A129: 1。(保留)运动参数-速度增益 9。(请勿修改) 1A130: 1。(保留)运动参数-速度增益 10。(请勿修改) 下面的参数: 2A001~2A130 同 1A001~1A130 相对应各项参数定义; 3A001~3A130 同 1A001~1A130 相对应各项参数定义; 4A001~4A130 同 1A001~1A130 相对应各项参数定义; 5A001~5A130 同 1A001~1A130 相对应各项参数定义; 6A001~6A130 同 1A001~1A130 相对应各项参数定义。 特别说明:1A003,2A003,3A003 参数值相同都为 613。而 4A003,5A003,6A003 参数值相同都为 75870。
1
苏州能健电气有限公司
一,变桨系统结构说明
主控 MITA
RS485 通讯 BECKHOFF PLC PLC 运动控制部分
驱动器
M
SSI 编码器反馈
2
苏州能健电气有限公司
二,运动控制原理
3
苏州能健电气有限公司
三,参数说明
注意:备用 — 没有使用到的参数。
保留 — 正在使用的比较重要,
认为不能改的内部参数。
2,数据帧分析(按功能码划分) (1)00H:识别设备 发送:
82H 96H | 03H 00H 设备号 | 校验码 接收:
4
苏州能健电气有限公司
该参数为放大 100 倍关系,所以 30 即 0.3s,参数设置范围为 0~50。
2.轴参数
** Axis-Parameter Axis 1 1A001~1A002: 0。(备用) 1A003: 613。Multiplier 。编码器值×Multiplier =调试界面显示值。(该参数 示减速比而变,在调试0.1s,参数设置范围为 0~900。 1A052: 10。刹车合闸时间,单位:0.01s,该参数为放大 100 倍关系,所以 10 即 0.1s,参数设置范围为 0~900。 1A053: 0。编码器校零偏移量,单位:0.001°,该参数为放大 1000 倍关系,所 以 1000 即 1°,参数设置范围为 0~2147483647。 1A054~1A092:0 。(备用) 1A093: 4000。桨叶逆向运转时的运行速度,单位 0.001°/s,该参数为放大 1000 倍关系,所以 4000 即 4°/s,绝对值数值,参数设置范围为 0~9000。 1A094: 0。(备用) 1A095: 70000。变桨电机正向加速度,单位:0.001°/S2,该参数为放大 1000 倍关系,所以 70000 即 70°/S2,参数设置范围为 0~150000,绝对值数值。(不 建议修改) 1A096: 70000。变桨电机逆向加速度, 单位:0.001°/S2,该参数为放大 1000 倍关系,所以 70000 即 70°/S2,参数设置范围为 0~150000,绝对值数值。(不 建议修改) 1A097~1A099: 0。(备用) 1A100: 3000。(保留)最大控制偏差。(请勿修改) 1A101: 300。(保留)偏差响应时间。(请勿修改) 1A102: 1。(保留)偏差响应模式。(请勿修改) 1A103~1A110: 0。(备用) 1A111: 60。(保留)运动参数-时间基准。(请勿修改) 1A112: 11。(保留)运动参数-堆栈长度。(请勿修改) 1A113: 3。(保留)运动参数-平均值设定。(请勿修改) 1A114: 10。(保留)运动参数-启动判定值。(请勿修改) 1A115: 900。(保留)运动参数-停止减速时间。(请勿修改) 1A116~1A120: 0。(备用)。 1A121: 2。(保留)运动参数-速度增益 1。(请勿修改) 1A122: 2。(保留)运动参数-速度增益 2。(请勿修改) 1A123: 2。(保留)运动参数-速度增益 3。(请勿修改)