Exercise 4-1. Nacelle Control System EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. Control and simulation of environmental conditions

Size: px
Start display at page:

Download "Exercise 4-1. Nacelle Control System EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. Control and simulation of environmental conditions"

Transcription

1 Exercise 4-1 Nacelle Control System EXERCISE OBJECTIVE When you have completed this exercise, you will know more about the logic behind the control system. In particular, you will understand alarm management and see what happens when there is a loss of communication. DISCUSSION OUTLINE The Discussion of this exercise covers the following points: Control and simulation of environmental conditions Nacelle control overview Operation status (automatic mode) Trainer stopped. Automatic Stopped. Initialization in progress. Standstill. Active control in progress. Unwind in progress. Shutdown in progress. Yaw control Blade pitch control Power generation (and drive train) control How rotor braking is accomplished. Alarm monitoring Alarm management Alarm class. Alarm status. ALARMS HISTORY. System status Working condition. Interlock. Critical alarm. Control system implementation DISCUSSION Control and simulation of environmental conditions As explained in Unit 1 the nacelle trainer can be programmed to simulate wind conditions. The PLC controls the dc motors that spin the anemometer and turn the wind vane, and the motor that rotates the low-speed shaft. As a response to these conditions, the controller activates the required functions to control yaw motion, rotor and yaw brakes, and rotor blade pitch. The following parameters are also taken into account: If the gearbox and generator temperatures exceed 40ºC (104ºF), the systems start their respective cooling systems (simulated state). If the gearbox temperature falls below 5ºC (41ºF), the heating unit starts (simulated state). While the system is in operation, the FAA lights beam alternately at a rate of one 100 ms pulsation every second. Festo Didactic

2 Ex. 4-1 Nacelle Control System Discussion Nacelle control overview The nacelle trainer system PLC program is divided in different blocks that are responsible for specific functions. All these functions are called in succession during each CPU cycle from within an organization block. Organization block Operation status Yaw control Blade pitch control One CPU cycle Power generation control Alarm monitoring Figure 4-9. Organization block calling function blocks. Every function block is independent from the others and uses logic that is represented symbolically using flowcharts. Operation status (automatic mode) The operation status function block can be viewed as the conductor of a philharmonic orchestra (Figure 4-10). The other function blocks respond to the output of the operation status function block just like musicians do to a conductor baton. However, they each keep control of their own outputs ( instruments ). Figure Function blocks respond to the operation status like to the baton of a conductor. 190 Festo Didactic

3 Ex. 4-1 Nacelle Control System Discussion A simplified flowchart of the operation status function block is presented in Figure As you can see, there can only be one output status at a time. The main actions taken by the system are described below. Figure Operation status flowchart. Festo Didactic

4 Ex. 4-1 Nacelle Control System Discussion Trainer stopped Trainer Stop Mode (Figure 4-12) is the first operation status after the trainer is powered up or following a safety stop. In this mode, the system waits for the user to press the green hardware button. Figure Before the green hardware button is pressed. The next step (Figure 4-13) is to press the START TRAINER button to change to the automatic mode. Figure After the green hardware button is pressed. Automatic Stopped At this point, change is allowed between Automatic (Figure 4-14) and Manual Mode (Figure 4-15). Figure Automatic - Stopped. Figure Manual mode. When the nacelle is in manual mode, a series of buttons are enabled on the HMI, allowing manual operation of a variety of components. Initialization in progress The system enters the Initialization mode (Figure 4-16) after the START AUTOMATIC button is pressed in Automatic - Stopped mode if all the necessary conditions are fulfilled (including presence of wind). The purpose of this operation status is to verify that the actuators function correctly. Figure Initialization. 192 Festo Didactic

5 Ex. 4-1 Nacelle Control System Discussion In this operation status: Rotor soft brake is applied shortly (test) Yaw brake is released shortly (test) Hub is initialized (if connected) Standstill In Standstill mode (Figure 4-17), the system waits for favorable conditions before production mode (Active Control) is started. In this operation status: a Rotor brake is applied Figure Standstill. Pitch motion is stopped in feathered position Yaw unwinding is achieved if the number of turns is greater than one Yaw wind tracking function is active in preparation for Active Control The wind tracking function monitors wind direction and aligns the nacelle accordingly. Active control in progress When the wind conditions are right, Active Control mode (Figure 4-18) is started. This is the mode in which energy is produced. In this operation status: Figure Active control in progress. Yaw wind tracking function is active Rotor brake is released Blade pitch is controlled Connection to the grid is established when generator speed is around 1800 RPM. Connection to the grid is interrupted when generator speed falls under 1800 RPM. Festo Didactic

6 Ex. 4-1 Nacelle Control System Discussion Unwind in progress The Unwind mode (Figure 4-19) prevents potential damage to the cables that carry power down the tower by untwisting them when required. In this operation status: Yaw is returned to position 0. a Figure Unwind in progress. In standstill mode the yaw unwinds if there is more than one yaw turn. In active mode, a shutdown request is followed by yaw unwinding only if there is more than three yaw turns or if the cable twist sensor is triggered. Shutdown in progress When the system condition requires stopping the turbine, the Shutdown In Progress mode (Figure 4-20) brings the system from Active Control to Automatic - Stopped mode. If the alarm triggered is critical (e.g., hydraulic unit drive power off or emergency button pressed), the operation status goes to Automatic - Shutdown (Figure 4-21) instead. Figure Shutdown in progress. Figure Automatic - shutdown. The following conditions generate a shutdown: Operator presses the STOP button Hydraulic unit or yaw drive communication problem or fault Hub shutdown request or communication problem Yaw brake fault Rotor brake fault Yaw axis fault Anemometer problem Low- or high-speed shaft sensor problem Gearbox overheating Grid contactor or breaker fault Grid problem 194 Festo Didactic

7 Ex. 4-1 Nacelle Control System Discussion Generator temperature is out of range Yaw contactor or breaker open Hydraulic unit contactor or breaker open Wind vane sensor signal lost Cable twist detector activated Yaw exceeds maximum number of revolutions allowed Speed ratio error Rotor lock pin engaged in hub disk Vibration limit exceeded In this operation status: Alarms are triggered on the HMI ALARMS screen Yaw drive motor is stopped and the brake is applied Blades are put to the feathered position Rotor coasts to a stop until 500 RPM on the high-speed shaft, then the soft brake is applied. Parking brake is applied when speed is null. The alarm condition needs to be resolved and the green hardware and START TRAINER (HMI) buttons need to be pressed before operation status can return to automatic mode. Yaw control The nacelle trainer features an active yaw system (Figure 4-22) that relies on the wind station to know which way to point the rotor into the wind. The system uses a yaw drive to rotate the pinion moving the slewing bearing to orient the rotor in line with the wind direction. The yaw system is used during operation statuses Standstill, Active Control and Unwind, to unwind the power cables. Festo Didactic

8 Ex. 4-1 Nacelle Control System Discussion Pinion Motor Brake Slewing bearings Digital encoder assembly Figure Yaw system. Information about the nacelle position is provided by means of a digital encoder (Figure 4-23). The wind vane sensor mounted on top of the nacelle sends a signal to the turbine controller to evaluate the position of the nacelle with respect to wind direction. When the yaw error is outside the allowed range within a specified time interval, the controller activates the yaw drive to align the nacelle to face the wind direction. When not yawing, the mechanism is locked by means of the yaw brake. Digital encoder assembly Figure Digital encoder. A flowchart of the wind turbine yaw system operation that is adapted to the nacelle trainer is shown in Figure Festo Didactic

9 Ex. 4-1 Nacelle Control System Discussion Figure Yaw system flowchart. Blade pitch control A simplified pitch control flowchart is shown in Figure When the system is in Stopped or Standstill mode, the blades remain in feathered position (i.e., 90º). Otherwise, in Active Control mode, the blade pitch angle is adjusted so that the blades pick up speed and stabilize slightly over the generator nominal speed, to permit connection to the grid and power generation. Festo Didactic

10 Ex. 4-1 Nacelle Control System Discussion Figure Pitch control flowchart. Power generation (and drive train) control As you have seen previously, the nacelle remains in Standstill state if the wind is below the cut-in value of 6 m/s (13.4 mph) or over the cut-out value of 22 m/s (49.2 mph). In Active Control mode, the rotor accelerates until the generator reaches enough speed to permit connection to the grid and generate power. A simplified power generation flowchart adapted to the nacelle trainer is shown in Figure Festo Didactic

11 Ex. 4-1 Nacelle Control System Discussion Figure Power generation flowchart. How rotor braking is accomplished The nacelle rotor is stopped in three phases. First, there is an aerodynamic braking process during which the blades are feathered. When the speed has decreased somewhat, a soft brake is applied on the rotor; that is, only a fraction of the braking power is applied by the brake pads. Finally, when speed approaches zero, full braking is applied, stopping the rotor entirely. Alarm monitoring Figure 4-27 shows a flowchart used to understand the logic followed by the trainer during alarm conditions. Festo Didactic

12 Ex. 4-1 Nacelle Control System Discussion Figure Alarms flowchart. When an alarm is active, there are three main outcomes 3 : a Warning. The system continues to run but a message is displayed. System shutdown. The drive train is brought to a stop. The yaw brake is applied. The blades are maintained in feather position. The rotor parking brake is applied. Trainer safe stop. Similar to the shutdown procedure, but additionally, the following items are disabled: o o o o o o Hydraulic unit power Yaw drive power Drive train (rotor) power Grid contactor and soft starter Wind vane motor Anemometer motor Trainer safe stop state is not related to the nacelle control system. This is a state that was implemented to ensure that the safety of the student operating a machine with moving parts cannot be compromised. 3 A fourth possible outcome (during unwinding only) is Unwind abort. 200 Festo Didactic

13 Ex. 4-1 Nacelle Control System Discussion All nacelle trainer alarms can be divided into five categories: System alarms (emergency stop) Sequence alarms (initialization, unwind, or shutdown) Physical alarms Simulated alarms Hardware faults (network) Appendix E provides a detailed list of the alarms programmed in the system and identifies the result of their triggering. All these alarms are discrete errors that must be acknowledged. Alarm management Alarm class If we refer to the ALARMS screen (Figure 4-28), the first column refers to the alarm class. WinCC Flexible, the HMI software from Siemens, defines five alarm classes (symbols between parentheses refer to the display name): Errors (!). For critical errors. Require acknowledgement. Warnings (W). Indicate given state. Do not require acknowledgement. System ($). States or events occurring on the HMI device (e.g., operator error or communication fault). Diagnosis events (S7E). States or events occurring in the controller (SIMATIC or SIMOTION). STEP 7 (S7). User defined. All alarms programmed by our company in the nacelle trainer HMI are from the error class. Therefore, they show an exclamation mark (!) and require operator acknowledgement. Festo Didactic

14 Ex. 4-1 Nacelle Control System Discussion Figure ALARMS screen. Alarm status The fifth column in the ALARMS screen (Figure 4-28) is the status of the alarm. If we refer to the legend at the bottom, three letters can appear: C, A, and D. In fact, four combinations are possible: a C (activated alarm). State of new alarms that have not been acknowledged or deactivated yet. CD (activated/deactivated). Identifies alarms that were deactivated by pressing RESET ALARMS, but that have not yet been acknowledged. CA (activated/acknowledged). Identifies alarms that have been acknowledged but for which RESET ALARMS was not pressed. CDA or CAD (activated/deactivated/acknowledged). Identifies alarms that are both acknowledged and deactivated. At this point, the alarm disappears from the CURRENT ALARMS box. RESET ALARMS deactivates all current alarms at once but each alarm must be acknowledged individually. You have probably noticed by now that most alarms (critical alarms) need to be both deactivated (RESET ALARMS) and acknowledged ( ) to disappear from the CURRENT ALARMS box. a Critical alarms can be reset even though the alarm condition is still present. 202 Festo Didactic

15 Ex. 4-1 Nacelle Control System Discussion However, safe stop alarms are reset automatically when the alarm condition is removed, but they still need to be acknowledged. The safety panel (protection guards) alarms are reset by closing the panels. When an emergency stop is depressed, the pertaining alarm is deactivated only when the emergency button is reset and the green hardware button is pressed. b If you want to clear multiple alarms faster, press RESET ALARMS before acknowledging each alarm. ALARMS HISTORY Every alarm entry ends up at the bottom of the ALARMS screen. For each alarm that needs acknowledgment, three different entries can be found: one for each status it had (e.g., C, CA, and CAD). Once the alarm disappears from the CURRENT ALARMS box, it does not necessarily appear in the ALARMS HISTORY box immediately. The window is refreshed when buttons START TRAINER or START AUTOMATIC are pressed on the MAIN screen. System status Working condition System statuses provide useful information to the user about the machine state. In order to produce electricity, system status must remain as OK (Figure 4-29) or Warning (Figure 4-30). Warning status implies that a minor alarm is present, such as moderate vibration. Figure OK status. Figure Warning status. Interlock In order to be able to start the trainer active mode, some conditions must be met. If the wind simulation is not started (Figure 4-31) or if the hand lever is not in position (Figure 4-32), this information is found under System Status to help the user address the issue. Figure Auto Sequence Interlock Wind Simulation Not Active. Festo Didactic

16 Ex. 4-1 Nacelle Control System Discussion Figure Auto Sequence Interlock Rotor Lock. Critical alarm When an alarm is present, the faulty condition must be removed and the RESET ALARMS button be pressed before system status returns to OK. The alarm can be triggered by an emergency push-button or a safety panel for a trainer safe stop (Figure 4-33). Non-safety related alarm conditions such as a drive or a sensor fault generate a critical alarm shutdown (Figure 4-34). Figure Trainer Safe Stop Critical Alarm. Figure Shutdown Critical Alarm. Control system implementation The nacelle trainer uses a so-called Panel PC. The Panel PC is an industrial computer (Figure 4-35) that acts both as an interface and as a PLC to operate, monitor, and control the nacelle trainer functions. Distributed I/O rack Panel PC Figure Panel PC and distributed I/O. 204 Festo Didactic

17 Ex. 4-1 Nacelle Control System Discussion The soft PLC installed on the computer is called WinLC RTx (Figure 4-36) and is accessible from the desktop by exiting the HMI. Clicking RUN or STOP changes the PLC mode. a WinLC RTx needs some time to launch when the trainer is powered up. This causes a small delay before the trainer can be started. Figure WinLC RTx, a software acting as a PLC. The Panel PC is connected to the distributed I/O rack (Figure 4-35) in the electrical panel via PROFINET, an open industrial Ethernet standard. The three variable-frequency drives are connected to the Panel PC through PROFIBUS, a communication protocol for field devices used by Siemens and other manufacturers. Festo Didactic

18 Ex. 4-1 Nacelle Control System Discussion Figure The Panel PC is an industrial computer. Some of the important ports and power connections of the Panel PC are identified in Figure 4-37: 1. USB 2. Profinet 3. Ethernet 4. Profibus 5. Power supply The distributed I/O rack receives and transmits electrical signals in order to monitor and control various electrical devices that interact with the physical world. The distributed I/O on your training system (Figure 4-38) conveys information between the CPU and the following devices: Sensors for temperature (thermocouple), pressure (transducer), and vibration Switches (push-button, limit, proximity inductive, and safety) Actuators, such as motors (via variable frequency drives) and solenoid valves Indicators, such as FAA beacon lights Other electrical devices, such as contactors and relays 206 Festo Didactic

19 Ex. 4-1 Nacelle Control System Procedure Outline Figure Distributed I/O. PROCEDURE OUTLINE The Procedure is divided into the following sections: Accessories needed Basic safety procedure Setting up the nacelle Starting the trainer in automatic mode Starting the wind simulation Progression from cut-in to nominal wind speed Analysis. Progression from nominal to cut-out wind speed Alarm management. Vibration on the generator. Analysis. Familiarization with the distributed I/O Relay output: FAA lighting. Analog input: wind vane. Loss of communication End of the procedure PROCEDURE Accessories needed For this exercise, you will need the following accessories: Lockout device (hasp) One padlock and one tag per student Multimeter (not included) Basic safety procedure Before using the training system, complete the following checklist: You are wearing safety glasses and safety shoes. You are not wearing anything that might get caught such as a tie, jewelry, or loose clothes. If your hair is long, tie it out of the way. The working area is clean and free of oil or water. Festo Didactic

20 Ex. 4-1 Nacelle Control System Procedure Setting up the nacelle 1. Make sure the main switch is off and everything is secure inside and around the nacelle. 2. Open the safety panels. 3. Position the vibration sensor on the generator (Figure 4-39). Never let the vibration sensor cable run near moving parts as it could get stuck and become damaged. Figure Vibration sensor on the generator. 4. Close the safety panels. Starting the trainer in automatic mode 5. Notify all the people working around the nacelle that the system is about to be energized and ask your instructor for permission to power the nacelle training system. 6. Turn on the main power switch. Wait for the panel PC to boot and log into Windows. The HMI should start automatically. 7. Press the green (physical) start button under the main switch to start the system. 8. Press Start Trainer in the HMI MAIN screen. 208 Festo Didactic

21 Ex. 4-1 Nacelle Control System Procedure 9. If the ALARMS button is flashing red at this point, press it. In the opening ALARMS screen, acknowledge each current alarm. Next, press RESET ALARMS, if necessary. Starting the wind simulation 10. Program the following steps in the WIND SIMULATION screen: Table 4-2. Wind steps. Step #1 Step #2 Step #3 Step #4 Step #5 Step #6 Duration (s) Wind Direction ( ) Wind Speed [m/s (mph)] 7 (15.7) 8 (17.9) 9 (20.1) 10 (22.4) 11 (24.6) 12 (26.8) 11. Enable all six steps, start the wind simulation, but press PAUSE immediately so that the simulation remains in the first step. 12. What is the actual Operation Status? 13. Press START AUTOMATIC in the main screen. Note the three different states that the nacelle goes through. Progression from cut-in to nominal wind speed 14. Wait for the system to stabilize. 15. Go to the TREND BLADE ANGLE AND WIND SPEED screen and note the value of Blade Pitch Command RT value in Table 4-3. a You can move the vertical cursor left or right, or stop the trend to help you take measurements. 16. Go back to the MAIN screen and note the high-speed shaft speed value and generated power in Table Finally, look inside the electrical panel (Figure 4-40) and note the rotordriving mechanism (aka Drive Train) drive frequency in Table 4-3. Festo Didactic

22 Ex. 4-1 Nacelle Control System Procedure Frequency value Figure Rotor-driving mechanism drive frequency. Table 4-3. Effect of speed variation. Wind speed [m/s (mph)] Pitch angle ( ) High-speed shaft speed (RPM) Power (%) Rotor-driving mechanism (Drive Train) frequency (Hz) 7 (15.7) 8 (17.9) 9 (20.1) 10 (22.4) 11 (24.6) 12 (26.8) 18. Return to the WIND SIMULATION screen, press START so that the wind step changes, but press PAUSE immediately so that the simulation remains in the current step. 19. Repeat steps 14 through 18 until Table 4-3 is full. 20. Stop the wind simulation. The system will go back to standstill and a Wind Out of Range alarm will be generated. Analysis 21. What can you say about the pitch angle and generated power with respect to wind speed? Explain. 210 Festo Didactic

23 Ex. 4-1 Nacelle Control System Procedure 22. Does the high-speed shaft rotational speed vary between cut-in to nominal wind speed? Why is this so? 23. What does the rotor-driving mechanism drive frequency tell us? Progression from nominal to cut-out wind speed 24. Program the following steps in the WIND SIMULATION screen: Table 4-4. Wind steps. Step #1 Step #2 Step #3 Step #4 Step #5 Step #6 Duration (s) Wind Direction ( ) Wind Speed [m/s (mph)] 12 (26.8) 14 (31.3) 16 (35.8) 18 (40.3) 20 (44.7) 22 (49.2) 25. Enable all six steps, start the wind simulation, but press PAUSE immediately so that the simulation remains in the first step. Alarm management 26. Does energy production resume after wind returns? Yes No 27. Go to the ALARMS screen. What is the current System Status? 28. What is the status (C, D, and/or A) of the current alarm for out of range wind speed? 29. Press RESET ALARMS. What happens? Festo Didactic

24 Ex. 4-1 Nacelle Control System Procedure 30. Acknowledge the alarm ( ). What happens now? 31. Wait for the system to stabilize. 32. Go to the TREND BLADE ANGLE AND WIND SPEED screen and note the pitch angle (Blade Pitch Command RT) in Table Go back to the MAIN screen and note the high-speed shaft speed value and generated power in Table Finally, look inside the electrical panel and note the rotor-driving mechanism (aka Drive Train) drive frequency in Table 4-5. Table 4-5. Effect of speed variation. Wind speed [m/s (mph)] Pitch angle ( ) High-speed shaft speed (RPM) Power (%) Rotor-driving mechanism (Drive Train) frequency (Hz) 12 (26.8) 14 (31.3) 16 (35.8) 18 (40.3) 20 (44.7) 22 (49.2) 35. Return to the WIND SIMULATION screen, press START so that the wind step changes, but press PAUSE immediately so that the simulation remains in the current step. 36. Repeat steps 14 through 18 until Table 4-5 is full. Vibration on the generator 37. Go to the TRENDS ROTOR VIBRATION screen. How does the vibration level compare to what you observed when the sensor was on the gearbox in Ex. 2-2? 212 Festo Didactic

25 Ex. 4-1 Nacelle Control System Procedure Analysis 38. Stop the wind simulation. 39. What can you say about the pitch angle and generated power with respect to wind speed? Explain. 40. Does the high-speed shaft rotational speed vary between nominal and cutout wind speed? Why is this so? 41. What does the rotor drive frequency tell us? Familiarization with the distributed I/O 42. Open the electrical panel and compare the distributed I/O rack with the schematic on the inside left panel. Relay output: FAA lighting 43. Which of the 12 output relay cards is connected to the FAA lights? b Think about the frequency at which they open and close. Festo Didactic

26 Ex. 4-1 Nacelle Control System Procedure Analog input: wind vane 44. Put the trainer in MANUAL mode. Go to the SERVICE WIND STATION screen and start the DEBUG mode (Figure 4-41). Your instructor needs to enter a password in order for you to proceed. Figure Wind station DEBUG. 45. Put your multimeter in dc voltage measurement mode (voltage will be between 0 and 5 V dc) and connect the two probes to the wind vane motor feedback terminals on the analog input card, as shown in Figure Figure Connecting probes to the wind vane terminals. 214 Festo Didactic

27 Ex. 4-1 Nacelle Control System Procedure 46. On the HMI, use the JOG- and JOG+ buttons to move the vane as close as possible to 10, 90, 225 and 360 positions; measure the corresponding voltages and write down the results in Table 4-6 below. Table 4-6. Voltage according to the wind vane position. Wind direction (measured) ( ) Measured voltage (V) 47. What happens if you keep turning the vane in the same direction? Does the analog signal give an indication as to how many turns the vane is making? 48. Turn off the DEBUG mode and go to the MAIN screen. Loss of communication 49. Disconnect the communication cable linking the Panel PC and the distributed I/O rack (Figure 4-43). The communication cable is not easy to disconnect because it is deeply inserted into the port. Take your time to avoid damaging the port and/or the cable. Festo Didactic

28 Ex. 4-1 Nacelle Control System Procedure Disconnected cable a Figure Disconnecting the communication cable. The other Ethernet cable connects the Panel PC to the media converter that permits communication with a Hub trainer through an optical cable. 50. What is the current System Status, Operation Status, and Hydraulic Unit (status)? 51. Go to the ALARMS screen. Which alarms are triggered? Is there any indication of a communication problem? 52. Take a look at the distributed I/O rack. Is there any red light that can be an indication of the communication problem? If so, where is it located? 53. Reconnect the cable. Is the situation different on the distributed I/O rack now? Explain. 216 Festo Didactic

29 Ex. 4-1 Nacelle Control System Conclusion 54. Can you reset and acknowledge all the alarms you obtained at step 51? Yes No End of the procedure 55. Exit the HMI by pressing X on the top-right corner of the screen. 56. Press the Windows Start button, select Shut Down, and press OK. Wait for the system to turn off. a You may have to reset alarms before exiting the software. 57. Use the main power switch to turn all system power off. 58. Clean the area. CONCLUSION In this exercise, you analyzed what occurs in the system as wind speed increases. You learned a bit more about alarm management and saw what happens when there is a loss of communication. REVIEW QUESTIONS 1. What are the nacelle operation status and system status during energy production? 2. What happens if gearbox temperature exceeds 60ºC (140ºF)? b You can refer to Appendix E. 3. What happens if generator temperature falls under 5ºC (41ºF)? 4. Which component provides information on the yaw system position? Festo Didactic

30 Ex. 4-1 Nacelle Control System Review Questions 5. What type of communication link exists between the Panel PC and the variable-frequency drives of the electrical panel? 218 Festo Didactic

Ex. 1-1 Nacelle Familiarization and Safety Discussion

Ex. 1-1 Nacelle Familiarization and Safety Discussion Exercise 1-1 Nacelle Familiarization and Safety EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with key components and safety aspects of the nacelle trainer. You will be

More information

The Discussion of this exercise covers the following points:

The Discussion of this exercise covers the following points: Exercise 3-2 Hydraulic Brakes EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with the hydraulic circuits of the yaw and the rotor brakes. You will control brakes by changing

More information

Exercise 3-1. Basic Hydraulic Circuit EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. Complete hydraulic circuit

Exercise 3-1. Basic Hydraulic Circuit EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. Complete hydraulic circuit Exercise 3-1 Basic Hydraulic Circuit EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with the hydraulic schematic and components of the nacelle trainer. You will identify

More information

Exercise 3-1. Basic Hydraulic Circuit EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. Complete hydraulic circuit

Exercise 3-1. Basic Hydraulic Circuit EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. Complete hydraulic circuit Exercise 3-1 Basic Hydraulic Circuit EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with the hydraulic schematic and components of the nacelle trainer. You will identify

More information

Exercise 2-1. Hub and Low-Speed Shaft EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. Blade pitch in the nacelle system

Exercise 2-1. Hub and Low-Speed Shaft EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. Blade pitch in the nacelle system Exercise 2-1 Hub and Low-Speed Shaft EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with the portion of the nacelle that extracts mechanical power from the wind and transfers

More information

Job Sheet 5 Hydraulic Unit Circuit

Job Sheet 5 Hydraulic Unit Circuit Job Sheet 5 Hydraulic Unit Circuit The key components involved in the cylinder piston rod actuation (solenoid valves SV1, SV2, SV3A, and SV3B) are within the core components of the hydraulic unit of the

More information

Job Sheet 1 Electrical Panel Familiarization

Job Sheet 1 Electrical Panel Familiarization Job Sheet 1 Electrical Panel Familiarization The Wind Turbine Training System: Electrical Pitch Hub hardware has an electrical enclosure that houses an electrical panel. As shown in Figure 1-1, this panel

More information

Job Sheet 2 Aerodynamics Power Control

Job Sheet 2 Aerodynamics Power Control Job Sheet 2 Aerodynamics Power Control Power Control Power control is an important feature of a wind turbine. It regulates the speed of rotation of the rotor assembly when wind is present. For stand-alone

More information

Job Sheet 6 Pitch Control

Job Sheet 6 Pitch Control Job Sheet 6 Pitch Control Not all wind can be captured as energy by the wind turbine. Some wind has to pass by the blades for the rotor system to function properly. There are limits to how fast motors

More information

Exercise 6. Three-Phase AC Power Control EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. Introduction to three-phase ac power control

Exercise 6. Three-Phase AC Power Control EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. Introduction to three-phase ac power control Exercise 6 Three-Phase AC Power Control EXERCISE OBJECTIVE When you have completed this exercise, you will know how to perform ac power control in three-phase ac circuits, using thyristors. You will know

More information

Exercise 4-1. Friction Brakes EXERCISE OBJECTIVE DISCUSSION. Understand the construction and operation of friction brakes.

Exercise 4-1. Friction Brakes EXERCISE OBJECTIVE DISCUSSION. Understand the construction and operation of friction brakes. Exercise 4-1 Friction Brakes EXERCISE OBJECTIVE Understand the construction and operation of friction brakes. DISCUSSION Friction brakes, or magnetic brakes, are used to secure (hold) the position of a

More information

Armature Reaction and Saturation Effect

Armature Reaction and Saturation Effect Exercise 3-1 Armature Reaction and Saturation Effect EXERCISE OBJECTIVE When you have completed this exercise, you will be able to demonstrate some of the effects of armature reaction and saturation in

More information

Exercise 7. Thyristor Three-Phase Rectifier/Inverter EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. Thyristor three-phase rectifier/inverter

Exercise 7. Thyristor Three-Phase Rectifier/Inverter EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. Thyristor three-phase rectifier/inverter Exercise 7 Thyristor Three-Phase Rectifier/Inverter EXERCISE OBJECTIVE When you have completed this exercise, you will know what a thyristor threephase rectifier/limiter (thyristor three-phase bridge)

More information

This specification describes the minimum requirements for a hoist maintenance safeguard (HMS) system for mine hoists.

This specification describes the minimum requirements for a hoist maintenance safeguard (HMS) system for mine hoists. /2.0 PURPOSE This specification describes the minimum requirements for a hoist maintenance safeguard (HMS) system for mine hoists. The HMS system is a means of preventing hoist operation or movement to

More information

Ch 4 Motor Control Devices

Ch 4 Motor Control Devices Ch 4 Motor Control Devices Part 1 Manually Operated Switches 1. List three examples of primary motor control devices. (P 66) Answer: Motor contactor, starter, and controller or anything that control the

More information

Understand how soft starters operate.

Understand how soft starters operate. Exercise 5-2 Soft Starters EXERCISE OBJECTIVE Understand how soft starters operate. DISCUSSION Soft starters are solid-state devices providing gradual voltage increase, for the purpose of starting a motor

More information

Exercise 2-1. The Separately-Excited DC Motor N S EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. Simplified equivalent circuit of a dc motor

Exercise 2-1. The Separately-Excited DC Motor N S EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. Simplified equivalent circuit of a dc motor Exercise 2-1 The Separately-Excited DC Motor EXERCISE OBJECTIVE When you have completed this exercise, you will be able to demonstrate the main operating characteristics of a separately-excited dc motor

More information

Exercise 1-5. Current Protection Devices EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. Circuit breakers

Exercise 1-5. Current Protection Devices EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. Circuit breakers Exercise 1-5 Current Protection Devices EXERCISE OBJECTIVE Describe and test the operation of circuit breakers, fuses, and overload relays. DISCUSSION OUTLINE The Discussion of this exercise covers the

More information

Festo Modular Production System (MPS)

Festo Modular Production System (MPS) ELEC E8114 Manufacturing Automation Systems Modelling Festo Modular Production System (MPS) Figure 1 Distribution station (left) and testing station (right) 1 Introduction The purpose of this document

More information

Axpert-CSS AMTECH DRIVES Axpert-CSS Amtech

Axpert-CSS AMTECH DRIVES Axpert-CSS Amtech The Axpert-CSS is a range of Combination Soft Starter panels offered by AMTECH DRIVES. We also offer the module unit as an individual product, named as Axpert-Opti torque Soft Starter. This is only the

More information

Welcome to ABB machinery drives training. This training module will introduce you to the ACS850-04, the ABB machinery drive module.

Welcome to ABB machinery drives training. This training module will introduce you to the ACS850-04, the ABB machinery drive module. Welcome to ABB machinery drives training. This training module will introduce you to the ACS850-04, the ABB machinery drive module. 1 Upon the completion of this module, you will be able to describe the

More information

Exercise 1-1. Lockout/Tagout Procedure EXERCISE OBJECTIVE DISCUSSION. Become familiar with the Industrial Controls Training System.

Exercise 1-1. Lockout/Tagout Procedure EXERCISE OBJECTIVE DISCUSSION. Become familiar with the Industrial Controls Training System. Exercise 1-1 Lockout/Tagout Procedure EXERCISE OBJECTIVE Become familiar with the Industrial Controls Training System. Understand and perform proper lockout/tagout procedures during industrial servicing

More information

Brushed. Brushed. Brushed Motor

Brushed. Brushed. Brushed Motor Kelly Kelly Kelly Kelly KD KD KD KD Series Series Series Series DC DC DC DC Motor Motor Motor Motor Controller Controller Controller Controller User User User User s Manual Manual Manual Manual V 2.5 2.5

More information

The Discussion of this exercise covers the following points:

The Discussion of this exercise covers the following points: Exercise 2 Float Switch EXERCISE OBJECTIVE Learn the working principle of float switches and how to use the float switch, Model 46935. DISCUSSION OUTLINE The Discussion of this exercise covers the following

More information

TROUBLESHOOTING TP. Index

TROUBLESHOOTING TP. Index TROUBLESHOOTING TP Index E1 POWER CUT DETECTED... 2 E2 LOCK ERROR... 3 E3 DRAINAGE FAILURE / WATER IN TUB... 6 E4 MAXIMUM WATER LEVEL REACHED... 6 E5 FAULT WATER INLET... 6 E6 HEATING FAULT... 6 E7 MAXIMUM

More information

The Discussion of this exercise covers the following points:

The Discussion of this exercise covers the following points: Exercise 1 Battery Fundamentals EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with various types of lead-acid batteries and their features. DISCUSSION OUTLINE The Discussion

More information

Permanent Magnet DC Motor

Permanent Magnet DC Motor Renewable Energy Permanent Magnet DC Motor Courseware Sample 86357-F0 A RENEWABLE ENERGY PERMANENT MAGNET DC MOTOR Courseware Sample by the staff of Lab-Volt Ltd. Copyright 2011 Lab-Volt Ltd. All rights

More information

Exercise 5-1. Primary Resistor Starters EXERCISE OBJECTIVE DISCUSSION. Understand how primary resistor starters operate.

Exercise 5-1. Primary Resistor Starters EXERCISE OBJECTIVE DISCUSSION. Understand how primary resistor starters operate. Exercise 5-1 Primary Resistor Starters EXERCISE OBJECTIVE Understand how primary resistor starters operate. DISCUSSION High starting torque can result in sudden acceleration and damage to the driven machinery.

More information

WindLab TM Wind Turbine Power System Sample Laboratory Procedure Manual

WindLab TM Wind Turbine Power System Sample Laboratory Procedure Manual WindLab TM Wind Turbine Power System Sample Laboratory Procedure Manual WindLab TM is a scaled Wind Turbine Electrical Generation System, designed to function like a full-sized wind turbine system. It

More information

ATA 49 AUXILIARY POWER UNIT

ATA 49 AUXILIARY POWER UNIT F900EX EASY 02-49-00 CODDE 1 PAGE 1 / 2 TABLE OF CONTENTS 02-49 02-49-00 TABLE OF CONTENTS 02-49-05 GENERAL Introduction Sources APU location 02-49-10 DESCRIPTION Introduction Description Operating principle

More information

Permanent Magnet DC Motor Operating as a Generator

Permanent Magnet DC Motor Operating as a Generator Exercise 2 Permanent Magnet DC Motor Operating as a Generator EXERCIE OBJECTIVE When you have completed this exercise, you will be familiar with the construction of permanent magnet dc motors as well as

More information

BIGLA30-T/BIELA14-T Event Codes Quick Reference EXPLANATION CORRECTIVE ACTION PARTS TO CARRY ON SERVICE CALL

BIGLA30-T/BIELA14-T Event Codes Quick Reference EXPLANATION CORRECTIVE ACTION PARTS TO CARRY ON SERVICE CALL E13 TEMPERATURE PROBE FAILURE E16 HIGH LIMIT 1 EXCEEDED A. TEMP Probe reading out of range. B. Bad Connection. C. Problem with the temperatur e measuring circuitry including the probe. High limit temperature

More information

TECHNICAL PAPER 1002 FT. WORTH, TEXAS REPORT X ORDER

TECHNICAL PAPER 1002 FT. WORTH, TEXAS REPORT X ORDER I. REFERENCE: 1 30 [1] Snow Engineering Co. Drawing 80504 Sheet 21, Hydraulic Schematic [2] Snow Engineering Co. Drawing 60445, Sheet 21 Control Logic Flow Chart [3] Snow Engineering Co. Drawing 80577,

More information

Issue 2.0 December EPAS Midi User Manual EPAS35

Issue 2.0 December EPAS Midi User Manual EPAS35 Issue 2.0 December 2017 EPAS Midi EPAS35 CONTENTS 1 Introduction 4 1.1 What is EPAS Desktop Pro? 4 1.2 About This Manual 4 1.3 Typographical Conventions 5 1.4 Getting Technical Support 5 2 Getting Started

More information

Simple Gears and Transmission

Simple Gears and Transmission Simple Gears and Transmission Contents How can transmissions be designed so that they provide the force, speed and direction required and how efficient will the design be? Initial Problem Statement 2 Narrative

More information

ED900. Low energy operator. Customizing Features: Book 3 of 3

ED900. Low energy operator. Customizing Features: Book 3 of 3 Low energy operator Customizing Features: Book 3 of 3 2 TABLE OF CONTENT Contents Page 1. ettings / ervice 4-8 2. Diagnosis / Troubleshooting 9-10 3. Error messages 11-13 Customizing Features on Your Door

More information

Kelly HSR Series Motor Controller with Regen User s Manual V 3.3. Kelly HSR Opto-Isolated Series Motor Controller with Regen.

Kelly HSR Series Motor Controller with Regen User s Manual V 3.3. Kelly HSR Opto-Isolated Series Motor Controller with Regen. Kelly HSR Opto-Isolated Series Motor Controller with Regen User s Manual HSR72601 HSR72801 HSR12401 HSR12601 HSR12901 HSR14301 HSR14501 HSR14701 Rev.3.3 Dec. 2011 Contents Chapter 1 Introduction... 2 1.1

More information

TRITON ERROR CODES ERROR CODE MODEL SERIES DESCRIPTION RESOLUTION

TRITON ERROR CODES ERROR CODE MODEL SERIES DESCRIPTION RESOLUTION 0 8100, 9100, 9600, 9610, 9615, 9640, No errors 9650, 9700, 9710, 9705, 9750, RL5000 (SDD),RL5000 (TDM), RT2000, 9800, MAKO, SuperScrip 1 9615 Unsolicited note channel 1 2 9615 Unsolicited note channel

More information

Exercise 1-3. Manual Starters EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. Direct-on-line (DOL) starters. Reversing starters

Exercise 1-3. Manual Starters EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. Direct-on-line (DOL) starters. Reversing starters Exercise 1-3 Manual Starters EXERCISE OBJECTIVE Examine and describe the operation of manual motor starters. DISCUSSION OUTLINE The Discussion of this exercise covers the following points: Direct-on-line

More information

United States Army Warfighting Center Fort Rucker, Alabama NOVEMBER 2006

United States Army Warfighting Center Fort Rucker, Alabama NOVEMBER 2006 United States Army Warfighting Center Fort Rucker, Alabama NOVEMBER 2006 STUDENT HANDOUT TITLE: CH-47D ENGINE CONTROL SYSTEM FILE NUMBER: 011-2109-3 PROPONENT FOR THIS STUDENT HANDOUT IS: 110 th Aviation

More information

Automatic Genset Controller, AGC-4 Display readings Push-button functions Alarm handling Log list

Automatic Genset Controller, AGC-4 Display readings Push-button functions Alarm handling Log list OPERATOR'S MANUAL Automatic Genset Controller, AGC-4 Display readings Push-button functions handling Log list DEIF A/S Frisenborgvej 33 DK-7800 Skive Tel.: +45 9614 9614 Fax: +45 9614 9615 info@deif.com

More information

C.E. Niehoff & Co. C505, C527, C531, and C534 Alternators Troubleshooting Guide CAUTION. Testing Guidelines. Hazard Definitions WARNING

C.E. Niehoff & Co. C505, C527, C531, and C534 Alternators Troubleshooting Guide CAUTION. Testing Guidelines. Hazard Definitions WARNING C.E. Niehoff & Co. C505, C527, C531, and C534 Alternators Troubleshooting Guide WARNING Before troubleshooting any CEN products, the service technician should: read, understand, and agree to follow all

More information

C.E. Niehoff & Co. C840D Alternator Troubleshooting Guide CAUTION. Testing Guidelines. Hazard Definitions WARNING.

C.E. Niehoff & Co. C840D Alternator Troubleshooting Guide CAUTION. Testing Guidelines. Hazard Definitions WARNING. C.E. Niehoff & Co. C840D Alternator Troubleshooting Guide WARNING Before troubleshooting any CEN products, the service technician should: read, understand, and agree to follow all information contained

More information

Variable-Frequency Drive Training System

Variable-Frequency Drive Training System 3356-00 Variable-Frequency Drive Training System LabVolt Series Datasheet Festo Didactic en 120 V - 60 Hz 05/2018 Table of Contents General Description 2 Components 3 Carrying Case 4 Courseware 4 Topic

More information

Application Engineering Europe

Application Engineering Europe Date of last update: Feb-12 Ref: D7.8.4/0112-0212/E Application Engineering Europe CORESENSE DIAGNOSTICS FOR STREAM REFRIGERATION COMPRESSORS 1/17 1 Introduction CoreSense is an ingredient brand name for

More information

Exercise 3. Battery Charging Fundamentals EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. Charging fundamentals

Exercise 3. Battery Charging Fundamentals EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. Charging fundamentals Exercise 3 Battery Charging Fundamentals EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with the effects of charge input, charge rate, and ambient temperature on the voltage

More information

Kelly KDC Series/PM Motor Controller User s Manual

Kelly KDC Series/PM Motor Controller User s Manual Kelly KDC Series/PM Motor Controller User s Manual KDC48600 KDC48601 KDC48602 KDC48603 KDC72600 KDC72601 KDC72602 KDC72603 KDC72800 KDC72801 KDC72802 KDC72803 KDC12602 KDC12603 Rev.3.3 May 2011 Contents

More information

Welcome to the Applications training module for the ACS800 Single drives. If you need help navigating this module, please click the Help button in

Welcome to the Applications training module for the ACS800 Single drives. If you need help navigating this module, please click the Help button in Welcome to the Applications training module for the ACS800 Single drives. If you need help navigating this module, please click the Help button in the top right corner. To view the presenter notes as text,

More information

Simple Gears and Transmission

Simple Gears and Transmission Simple Gears and Transmission Simple Gears and Transmission page: of 4 How can transmissions be designed so that they provide the force, speed and direction required and how efficient will the design be?

More information

B-03 ELECTRICIAN TRAINING SKILL DEVELOPMENT GUIDE

B-03 ELECTRICIAN TRAINING SKILL DEVELOPMENT GUIDE B-03 ELECTRICIAN TRAINING SKILL DEVELOPMENT GUIDE Duty B: Power Distribution (600V and below) B-03: Troubleshoot 480V System Issued 06/01/98 Task Preview Troubleshoot 480V System The 480V distribution

More information

MOTOR TERMINAL CONNECTIONS

MOTOR TERMINAL CONNECTIONS MOTOR TERMINAL CONNECTIONS Motor Classification Most of the industrial machines in use today are driven by electric motors Motors are classified according to the type of power used (AC or DC) and the motors

More information

Job Sheet 6 Installing the Combiner Box

Job Sheet 6 Installing the Combiner Box Job Sheet 6 Installing the Combiner Box The Combiner Box The combiner box used in this course can combine photovoltaic (PV) solar sub-array strings that are up to 150 V DC each and up to 120 A total. Using

More information

C.E. Niehoff & Co. C703/C703A and C706 Alternators Troubleshooting Guide CAUTION. Testing Guidelines. Hazard Definitions WARNING.

C.E. Niehoff & Co. C703/C703A and C706 Alternators Troubleshooting Guide CAUTION. Testing Guidelines. Hazard Definitions WARNING. C.E. Niehoff & Co. C703/C703A and C706 Alternators Troubleshooting Guide WARNING Before troubleshooting any CEN products, the service technician should: read, understand, and agree to follow all information

More information

CORESENSE DIAGNOSTICS FOR STREAM REFRIGERATION COMPRESSORS

CORESENSE DIAGNOSTICS FOR STREAM REFRIGERATION COMPRESSORS Date of last update: Apr-15 Ref: D7.8.4/0112-0415/E Application Engineering Europe CORESENSE DIAGNOSTICS FOR STREAM REFRIGERATION COMPRESSORS CoreSense Diagnostics for Stream Refrigeration Compressors...

More information

Devices Supported: KEB48220 KEB48221 KEB48300 KEB48301 KEB48400 KEB48401 KEB48600 KEB48601 KEB72330 EB KEB72450 KEB EB KEB72600 KEB

Devices Supported: KEB48220 KEB48221 KEB48300 KEB48301 KEB48400 KEB48401 KEB48600 KEB48601 KEB72330 EB KEB72450 KEB EB KEB72600 KEB Kelly KEB Brushless Motor Controller User s Manual Devices Supported: KEB48220 KEB48221 KEB48300 KEB48301 KEB48400 KEB48401 KEB48600 KEB48601 KEB72330 KEB EB72 72331 KEB72450 KEB EB72 72451 KEB72600 KEB

More information

Generator Sets Controller 210. Operation Manual. Ver1.0

Generator Sets Controller 210. Operation Manual. Ver1.0 Generator Sets Controller 210 Operation Manual Ver1.0 Note This information could include technical inaccuracies or typographical error. Manufacturer may make improvements and/or changes in the product(s)

More information

Battery Capacity Versus Discharge Rate

Battery Capacity Versus Discharge Rate Exercise 2 Battery Capacity Versus Discharge Rate EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with the effects of the discharge rate and battery temperature on the capacity

More information

Safety Exhaust Valve Integration Guide

Safety Exhaust Valve Integration Guide Safety Exhaust Valve Integration Guide FRL-SIF-625 the total systems approach to air preparation Table of Contents Integration Guide Wilkerson E28/Q28 Safety Exhaust Valve General Information Introduction......

More information

CURTIS TOLEDO. AF Series Compressors VS models with VFD WARNING

CURTIS TOLEDO. AF Series Compressors VS models with VFD WARNING AUGUST, 2004 REV.A CURTIS TOLEDO OPERATOR S MANUAL SUPPLEMENT AF Series Compressors VS models with VFD WARNING Personal injury and/or equipment damage will result by failing to pay attention to the vital

More information

APPLICATION NOTES DELOMATIC

APPLICATION NOTES DELOMATIC APPLICATION NOTES DELOMATIC 400 Safety system Document no.: 4189340885B SW version 1.33.3 or later Table of contents 1. ABOUT THIS DOCUMENT... 3 GENERAL PURPOSE... 3 INTENDED USERS... 3 CONTENTS/OVERALL

More information

Familiarize yourself with the pressure loss phenomenon. The Discussion of this exercise covers the following point:

Familiarize yourself with the pressure loss phenomenon. The Discussion of this exercise covers the following point: Exercise 3-2 Pressure Loss EXERCISE OBJECTIVE Familiarize yourself with the pressure loss phenomenon. DISCUSSION OUTLINE The Discussion of this exercise covers the following point: Pressure loss Major

More information

G-0-10, Plaza Damas, Sri Hartamas KL Malaysia Tel: Fax:

G-0-10, Plaza Damas, Sri Hartamas KL Malaysia Tel: Fax: Table of contents: 1- Introduction 2- Remotes manual 3- Important features of CTS (Car Trace System) mobile system 4- Important features of system at CTS website 5- Package contents 6- Different modes

More information

Technical Documentation Wind Turbine Generator Systems /60 Hz

Technical Documentation Wind Turbine Generator Systems /60 Hz Technical Documentation Wind Turbine Generator Systems 3.8-130 - 50/60 Hz imagination at work www.gepower.com Visit us at https://renewable.gepower.com Copyright and patent rights All documents are copyrighted

More information

Product Guide: Series III Pump Control Board Set (RoHS)

Product Guide: Series III Pump Control Board Set (RoHS) revised 04/08/10 Description: The Series III Pump Control Board Set provides motor drive and pump control for a wide assortment of pumps from Scientific Systems, Inc. The assembly consists of two circuit

More information

EPAS Desktop Pro Software User Manual

EPAS Desktop Pro Software User Manual Software User Manual Issue 1.10 Contents 1 Introduction 4 1.1 What is EPAS Desktop Pro? 4 1.2 About This Manual 4 1.3 Typographical Conventions 5 1.4 Getting Technical Support 5 2 Getting Started 6 2.1

More information

MODEL 520 REMOTE START ENGINE MANAGEMENT SYSTEM

MODEL 520 REMOTE START ENGINE MANAGEMENT SYSTEM MODEL 520 REMOTE START ENGINE MANAGEMENT SYSTEM DSE 520 ISSUE 4 4/4/02 MR 1 TABLE OF CONTENTS Section Page INTRODUCTION... 4 CLARIFICATION OF NOTATION USED WITHIN THIS PUBLICATION.... 4 1. OPERATION...

More information

Motor Tuning Instructions

Motor Tuning Instructions 6/20/12 Motor Tuning Instructions Before you begin tuning: 1. Make sure Pro-Motion is installed. 2. Hook up motor drive, motor, and computer. - Connect motor drive to computer using a USB to Serial Com

More information

1) Introduction to wind power

1) Introduction to wind power 1) Introduction to wind power Introduction With this first experiment you should get in touch to the experiment equipment and learn how to use it. The sound level of the buzzer will show you how much power

More information

Process switches and PLC circuits

Process switches and PLC circuits Process switches and PLC circuits This worksheet and all related files are licensed under the Creative Commons Attribution License, version 1.0. To view a copy of this license, visit http://creativecommons.org/licenses/by/1.0/,

More information

PCS GEAR SELECT MODULE USER GUIDE v4.0

PCS GEAR SELECT MODULE USER GUIDE v4.0 PCS GEAR SELECT MODULE USER GUIDE v4.0 Ph: 1.804.227.3023 www.powertraincontrolsolutions.com Powertrain Control Solutions 1 Introduction 1.1 Included Components 1 - GSM Cable Motor Enclosur 1 - GSM Driver

More information

SI AT A22. English. Printed: Doc-Nr: PUB / / 000 / 01

SI AT A22. English. Printed: Doc-Nr: PUB / / 000 / 01 SI AT A22 English 1 Information about the documentation 1.1 About this documentation Read this documentation before initial operation or use. This is a prerequisite for safe, trouble-free handling and

More information

Kelly KDHA High Voltage Series/PM Motor Controller User s Manual

Kelly KDHA High Voltage Series/PM Motor Controller User s Manual Kelly KDHA High Voltage Series/PM Motor Controller User s Manual KDH07500A KDH07501A KDH07700A KDH07701A KDH09400A KDH09401A KDH09500A KDH09501A KDH12400A KDH12401A KDH12500A KDH12501A KDH14300A KDH14301A

More information

Basic Electrically-Controlled Hydraulic System

Basic Electrically-Controlled Hydraulic System Exercise 2-3 EXERCISE OBJECIVE o describe the function and operation of a magnetic proximity switch; o describe the purpose of a holding relay contact; o assemble and test a one-cycle reciprocation system.

More information

Warning! Before continuing further, please ensure that you have NOT mounted the propellers on the MultiRotor.

Warning! Before continuing further, please ensure that you have NOT mounted the propellers on the MultiRotor. Mission Planner Setup ( optional, do not use if you have already completed the Dashboard set-up ) Warning! Before continuing further, please ensure that you have NOT mounted the propellers on the MultiRotor.

More information

ELD DRIVER GUIDE June 21, 2018

ELD DRIVER GUIDE June 21, 2018 ELD DRIVER GUIDE June 21, 2018 Contents Getting Started with PrePass ELD...4 Enroll in the PrePass ELD Program... 4 For a Carrier Enroll in the ELD Service... 4 For a Driver Get Driver Login Information...

More information

N1387 Series Troubleshooting Guide for N Alternators

N1387 Series Troubleshooting Guide for N Alternators N1387 Series Troubleshooting Guide for N1387-1 Alternators Hazard Definitions These terms are used to bring attention to presence of hazards of various risk levels or to important information concerning

More information

Safety Design of CHAdeMO Quick Charging System

Safety Design of CHAdeMO Quick Charging System Page000855 Abstract EVS25 Shenzhen, China, Nov. 5-9, 2010 Safety Design of CHAdeMO Quick Charging System Takafumi Anegawa Tokyo Electric Power Company R&D Center, Mobility Technology Group 4-1, Egasaki-cho,

More information

Guide for Primary Injection Testing WL Circuit Breakers. Document No. : 11-C

Guide for Primary Injection Testing WL Circuit Breakers. Document No. : 11-C s Guide for Primary Injection Testing WL Circuit Breakers Document No. : 11-C-9036-00 Before Beginning... Qualified Person Siemens type WL circuit breakers should only be only be operated, inspected, and

More information

Application examples in a wind turbine

Application examples in a wind turbine Application examples in a wind turbine written by: Martin Kluge Peter Knaack Global Key Industries update: 23.07.2010 page 1 General design of a wind turbine Rotorblade Nacelle Rotor Tower update: 23.07.2010

More information

Dealing with customer concerns related to electronic throttle bodies By: Bernie Thompson

Dealing with customer concerns related to electronic throttle bodies By: Bernie Thompson Dealing with customer concerns related to electronic throttle bodies By: Bernie Thompson In order to regulate the power produced from the gasoline internal combustion engine (ICE), a restriction is used

More information

Energy Division

Energy Division Energy Division http://energy.tycoelectronics.com Installation and Operating Manual GEN-TRANS Automatic Generator Transfer Switch Controller with Metering Tyco Electronics UK Limited Crompton Instruments

More information

Mitsubishi. VFD Manuals

Mitsubishi. VFD Manuals Mitsubishi VFD Manuals Mitsubishi D700 VFD Installation Mitsubishi FR-D700 VFD User Manual Mitsubishi D700 Parallel Braking Resistors VFD Wiring Diagram - Apollo Mitsubishi VFD to Interpreter Mitsubishi

More information

Advanced User Manual

Advanced User Manual Advanced User Manual Banks SpeedBrake For use with Palm Tungsten E2 2004-2005 Chevy/GMC 6.6L (LLY) Turbo-Diesel Pickup THIS MANUAL IS FOR USE WITH KITS 55419 & 55421 Gale Banks Engineering 546 Duggan Avenue

More information

SECTION Multifunction Electronic Modules

SECTION Multifunction Electronic Modules 419-10-i Multifunction Electronic Modules 419-10-i SECTION 419-10 Multifunction Electronic Modules CONTENTS PAGE DIAGNOSIS AND TESTING Smart Junction Box (SJB)... 419-10-2 Principles of Operation... 419-10-2

More information

Cutler-Hammer. Instructions for Installation, Operation, and Maintenance of the AMPGARD Reduced Voltage Soft Starter

Cutler-Hammer. Instructions for Installation, Operation, and Maintenance of the AMPGARD Reduced Voltage Soft Starter Operation, and Maintenance of the Instruction Bulletin Read and understand these instructions before attempting any installation, operation, or maintenance of the. This equipment shall be installed and

More information

DASSAULT AVIATION Proprietary Data

DASSAULT AVIATION Proprietary Data F2000EX EASY 02-49-00 CODDE 1 PAGE 1 / 2 TABLE OF CONTENTS 02-49 02-49-00 TABLE OF CONTENTS 02-49-05 GENERAL Introduction Sources Equipment location 02-49-10 DESCRIPTION Introduction Description Operating

More information

DIAGNOSIS AND TESTING

DIAGNOSIS AND TESTING 206-09-1 Vehicle Dynamic Systems 206-09-1 DIAGNOSIS AND TESTING Anti-Lock Control Traction Control and Stability Assist Special Tool(s) Principles of Operation 73III Automotive Meter 105-R0057 or equivalent

More information

Industrial Maintenance. Gear Drives 1. Courseware Sample F0

Industrial Maintenance. Gear Drives 1. Courseware Sample F0 Industrial Maintenance Gear Drives 1 Courseware Sample 36893-F0 Order no.: 36893-70 First Edition Revision level: 08/2015 By the staff of Festo Didactic Festo Didactic Ltée/Ltd, Quebec, Canada 2005 Internet:

More information

Basic Thermal Energy Transfer with a Heat Exchanger

Basic Thermal Energy Transfer with a Heat Exchanger Exercise 4-1 Basic Thermal Energy Transfer with a Heat Exchanger EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with the basic principles of operation of a typical heat

More information

ELECTRONICALLY CONTROLLED 4WD

ELECTRONICALLY CONTROLLED 4WD 27C-1 GROUP 27C ELECTRONICALLY CONTROLLED 4WD CONTENTS SERVICE PRES......... 27C-3 SERVICE SPECIFICATIONS....... 27C-3 SEALANT...................... 27C-3 SPECIAL TOOLS................ 27C-4............

More information

DER Commissioning Guidelines Community Scale PV Generation Interconnected Using Xcel Energy s Minnesota Section 10 Tariff Version 1.

DER Commissioning Guidelines Community Scale PV Generation Interconnected Using Xcel Energy s Minnesota Section 10 Tariff Version 1. Community Scale PV Generation Interconnected Using Xcel Energy s Minnesota Section 10 Tariff Version 1.3, 5/16/18 1.0 Scope This document is currently limited in scope to inverter interfaced PV installations

More information

A problem with the motor windings. A phase loss on mains terminals L1, L2, or L3 during run mode. Parameter 2-3 Current Imbalance Delay.

A problem with the motor windings. A phase loss on mains terminals L1, L2, or L3 during run mode. Parameter 2-3 Current Imbalance Delay. 10 Troubleshooting When a protection condition is detected, the VLT Soft Starter MCD 500 writes this condition to the event log and may also trip or issue a warning. The soft starter response depends on

More information

SI AT A22. English. Printed: Doc-Nr: PUB / / 000 / 03

SI AT A22. English. Printed: Doc-Nr: PUB / / 000 / 03 SI AT A22 English 1 Information about the documentation 1.1 About this documentation Read this documentation before initial operation or use. This is a prerequisite for safe, trouble-free handling and

More information

Welcome to the presentation about safety functions of ACS880 functional safety, FSO- 12 Safety functions module.

Welcome to the presentation about safety functions of ACS880 functional safety, FSO- 12 Safety functions module. Welcome to the presentation about safety functions of ACS880 functional safety, FSO- 12 Safety functions module. 1 Here is a list of the FSO-12 supported safety functions and example applications they

More information

Job Sheet 1 Installing the Net Watt-Hour Meter

Job Sheet 1 Installing the Net Watt-Hour Meter Job Sheet 1 Installing the Net Watt-Hour Meter Net kwh Meter The Grid-Tie Training System optional net meter is a 100 140 V AC, single-phase, two-wire, bidirectional triple element watt-hour (Wh) meter

More information

VEHICLE THEFT/SECURITY SYSTEMS

VEHICLE THEFT/SECURITY SYSTEMS WJ VEHICLE THEFT/SECURITY SYSTEMS 8Q - 1 VEHICLE THEFT/SECURITY SYSTEMS CONTENTS... 6 VEHICLE THEFT SECURITY SYSTEM... 1 VEHICLE THEFT SECURITY SYSTEM INDEX AND DOOR AJAR SWITCH... 3 DRIVER CYLINDER LOCK

More information

DISCUSSION OF FUNDAMENTALS. A hydraulic system can be controlled either manually or automatically:

DISCUSSION OF FUNDAMENTALS. A hydraulic system can be controlled either manually or automatically: Unit 1 Introduction to Electrical Control of Hydraulic Systems UNIT OBJECTIVE When you have completed this unit, you will be able to identify the components used for electrical control of the Hydraulics

More information

Digatron s DT-46K Instruction Manual

Digatron s DT-46K Instruction Manual Digatron s DT-46K Instruction Manual PLAY PAUSE MAX EVENT FUNCTION POWER EXIT Introduction Congratulations on the purchase of your new DT-46K. The DT-46K is Digatron s small, easy to use, multi-function,

More information

ENERGY STORAGE SYSTEM PCS ESS

ENERGY STORAGE SYSTEM PCS ESS We reserve all rights in this document and in the information contained therein. Reproduction, use or disclosure to third parties without express authority is strictly forbidden. ABB Inc., Advanced Power

More information