Quanser Engineering Trainer for NI-ELVIS. QNET Rotary Pendulum Trainer. Student Manual. QNET-011 ROTPEN Trainer

Size: px
Start display at page:

Download "Quanser Engineering Trainer for NI-ELVIS. QNET Rotary Pendulum Trainer. Student Manual. QNET-011 ROTPEN Trainer"

Transcription

1 QNET-011 ROTPEN Trainer Quanser Engineering Trainer for NI-ELVIS QNET Rotary Pendulum Trainer Student Manual Under the copyright laws, this publication may not be reproduced or transmitted in any form, electronic or mechanical, including photocopying, recording, storing in an information retrieval system, or translating, in whole or in part, without the prior written consent of Quanser Inc. Copyright 2009, by Quanser Inc. All rights reserved.

2 Table of Contents 1. INTRODUCTION PREREQUISITES ROTPENT VIRTUAL INSTRUMENTS Summary Description Simple Modeling Control Design Swing-Up Control IN-LAB EXPERIMENTS Simple Modeling Dampening Friction Moment of Inertia Exercises Balance Control Design Model Analysis Control Design and Simulation Exercises Swing-Up Control Default Balance Control Implement Designed Balance Controller Balance Control with Friction Compensation Energy Control Hybrid Swing-Up Control Exercises...27 Document Number 859 Revision 1.0 Page i

3 5. REFERENCES...33 Document Number 859 Revision 1.0 Page ii

4 1. Introduction This manual contains experimental procedures and lab exercises for the QNET Rotary Pendulum Trainer (ROTPENT). The ROTPENT is depicted in Figure 1 and the hardware of the device is explained in Reference [1]. Figure 1: QNET rotary pendulum trainer on ELVIS II. The prerequisites to run the LabVIEW Virtual Instruments (VIs) for the ROTPENT are listed in Section 2 and described in Section 3. The in-lab procedures are given in Section 4 and split into three sections: simple modeling, balance control design, and swing-up control. In Section 4.1, the coupling and friction of the system are assessed and the moment of inertia is found. The controller that balances the inverted pendulum is designed in Section 4.2 and then implemented in Section 4.3. In addition to running the balance controller, the energy-based swing-up control is implemented in Section 4.3. The exercises are given within the lab procedures and labeled Exercise. In that case, enter your answer in the exercises number in the corresponding section. 2. Prerequisites The following system is required to run the QNET ROTPENT virtual instruments: PC equipped with either: Document Number 859 Revision 1.0 Page 1

5 NI-ELVIS I and an NI E-Series or M-Series DAQ card. NI ELVIS II Quanser Engineering Trainer (QNET) module. LabVIEW with the following add-ons: DAQmx Control Design and Simulation Module When using ELVIS II: ELVISmx installed for required drivers. When using ELVIS I: ELVIS CD or later installed. If these are not all installed then the VI will not be able to run! Please make sure all the software and hardware components are installed. If an issue arises, then see the troubleshooting section in Reference [1]. 3. ROTPENT Virtual Instruments 3.1. Summary Table 1 below lists and describes the ROTPENT LabVIEW VIs supplied with the QNET CD. VI Description QNET_ROTPENT_Simple_Modeling.vi Apply voltage to DC motor and examine the arm and pendulum responses. QNET_ROTPENT_Control_Design.vi Design and simulate LQR-based balance controller. QNET_ROTPENT_Swing_Up_Control.vi Swing-up and balance pendulum. Table 1: ROTPENT VIs supplied with the QNET CD Description Simple Modeling The QNET-ROTPENT Simple Modeling VI is shown in Figure 2. It runs the DC motor connected to the pendulum arm in open-loop and plots the corresponding pendulum arm and link angles as well as the applied input motor voltage. Table 2 lists and describes the main elements of the ROTPENT Simple Modeling virtual instrument front panel. Every element is uniquely identified through an ID number and located in Figure 2. Document Number 859 Revision 1.0 Page 2

6 Figure 2: QNET-ROTPENT Simple Modeling VI. ID # Label Parameter Description Unit 1 Theta θ Arm angle numeric display measured by encoder on motor. deg 2 Alpha α Pendulum angle numeric display measured deg by encoder on pendulum pivot. 3 Current Im Motor armature current numeric display. A 4 Voltage Vm Motor input voltage numeric display. V 5 Signal Type Type of signal generated for the input voltage signal. 6 Amplitude Generated signal amplitude input box. V 7 Frequency Generated signal frequency input box. Hz 8 Offset Generated signal offset input box. V Document Number 859 Revision 1.0 Page 3

7 9 Disturbance Vsd 10 Device Selects the NI DAQ device. 11 Sampling Rate Sets the sampling rate of the VI. 12 Stop Stops the LabVIEW VI from running. 13 Scopes: Angle 14 Scopes: Voltage Vm θ,α Apply simulated disturbance voltage. V Hz Scope with measured arm angle (in red) deg and pendulum angle (in blue). Scope with applied motor voltage (in red). V Table 2: Nomenclature of QNET-ROTPENT Simple Modeling VI Control Design The QNET ROTPENT Control Design VI enables users to design a balance controller and simulate its response. The matrices for the state-space model of the rotary inverted pendulum system is shown in the Symbolic Model tab and illustrated in Figure 4. The values of the variables used in the state-space model can be changed. In the Open Loop Analysis tab, shown in Figure 5, the numerical state-space model is displayed and the resulting open-loop poles are plotted on a phase plane. Based on this model, a controller to balance the rotary inverted pendulum system can be designed using the Linear-Quadratic Regulator (LQR) optimization technique, as shown in the Simulation tab in Figure 6. The resulting closed-loop inverted pendulum system can be simulated. Table 3 lists and describes the main elements of the ROTPENT Control Design virtual instrument user interface. Every element is uniquely identified through an ID number and located in figures 4, 5, and 6. Document Number 859 Revision 1.0 Page 4

8 Figure 3: QNET ROTPENT Control Design VI: Symbolic Model tab. Document Number 859 Revision 1.0 Page 5

9 Figure 4: QNET ROTPENT Control Design VI: "Open Loop Analysis" tab. Document Number 859 Revision 1.0 Page 6

10 Figure 5: QNET ROTPENT Control Design VI: "Simulation" tab. ID # Label Parameter Description Unit 1 Mp Mp Mass of pendulum assembly (link + weight). kg 2 lp lp Center of mass of pendulum assembly (link+weight) input box. m 3 r r Length from motor shaft to pendulum pivot. m 4 Jp Jp Pendulum moment of inertia relative to pivot. kg.m2 5 Jeq Jeq Equivalent moment of inertia acting on the DC motor shaft. kg.m2 6 Bp Bp Viscous damping about the pendulum pivot. N.m.s/ra d 7 Beq Beq Equivalent viscous damping acting on the N.m.s/ra Document Number 859 Revision 1.0 Page 7

11 DC motor shaft. d 8 Kt Kt DC motor current-torque constant. N.m/A 9 Km Km DC motor back-emf constant. V.s/rad 10 Rm Rm Electrical resistance of the DC motor armature. ohm 11 Symbolic A A Rotary pendulum linear state-space matrix A. 12 Symbolic B B Rotary pendulum linear state-space matrix B. 13 Symbolic C C Rotary pendulum linear state-space matrix C. 14 Symbolic D D Rotary pendulum linear state-space matrix D. 15 Stop Stops the LabVIEW VI from running. 16 Error Out Displays any error encountered in the VI. 17 Open-Loop Equation Numeric linear state-space model of rotary pendulum. 18 Pole-Zero Map Maps pole and zeros of open-loop rotary pendulum system. 19 Signal Type Type of signal generated for the arm position reference. 20 Amplitude Generated signal amplitude input box. V 21 Frequency Generated signal frequency input box. Hz 22 Offset Generated signal offset input box. V 23 Disturbance Vsd Apply simulated disturbance voltage. V 24 Q Q Linear-quadratic weighting matrix that defines a penalty on the state. 25 R R Linear-quadratic weighting matrix that defines a penalty on the control action. 26 Optimal Gain (K) K State-feedback control gain calculated uisng LQR. 27 Arm θ Scope with reference (in blue) and measured deg (in red) arm angles. 28 Pendulum α Scope with inverted pendulum angle (in deg blue). 29 Control Input Vm Scope with applied motor voltage (in red). V Table 3: Nomenclature of QNET-ROTPENT Control Design VI. Document Number 859 Revision 1.0 Page 8

12 Swing-Up Control The QNET rotary pendulum trainer swing-up control VI implements an energy-based control that swings up the pendulum to its upright vertical position and a state-feedback controller to balance the pendulum when in its upright position. The main elements of the VI front panel are summarized in Table 4 and identified in Figure 6 through the corresponding ID number. Figure 6: QNET ROTPENT Swing-Up Control. Document Number 859 Revision 1.0 Page 9

13 # Label Parameter Description Unit 1 Theta θ Arm angle measured by encoder on motor. deg 2 Alpha α Pendulum angle measured by encoder on pendulum pivot. deg 3 Current Im Motor armature current numeric display. A 4 In Range? Balance controller is engaged when this LED is turns bright green. 5 Energy Numeric display of the pendulum energy. 6 Signal Type Type of signal generated for the input voltage. 7 Amplitude Generated signal amplitude input box. V 8 Frequency Generated signal frequency input box. Hz 9 Offset Generated signal offset input box. V mj 10 Disturbance Vsd Apply simulated disturbance voltage. V 11 Amplitude Ad Dither signal amplitude input box. V 12 Frequency fd Dither signal frequency input box. Hz 13 Offset Vd0 Dither signal offset input box. V 14 kp_theta kp,θ Arm angle proportional gain input box. V/rad 15 kp_alpha kp,α Pendulum angle proportional gain input box. V/rad 16 kd_theta kd,θ Arm angle derivative gain input box. V.s/rad 17 kd_alpha kd,α Pendulum angle derivative gain input box. V.s/rad 18 mu µ Proportional gain for energy controller. m/(s2.j) 19 Er Er Reference energy for energy controller. mj 20 Max accel umax Maximum acceleration m/s2 21 Activate Swing Up When pressed down the energy controller that swingsup the pendulum is engaged. 22 Mp Mp Mass of pendulum assembly (link + weight). kg 23 lp lp Center of mass of pendulum assembly (link+weight) input box. m 24 Marm Marm Mass of rotary arm. kg 25 r r Length from motor shaft to pendulum pivot. m Document Number 859 Revision 1.0 Page 10

14 26 Jp Jp Pendulum moment of inertia relative to pivot. kg.m2 27 Jeq Jeq Equivalent moment of inertia acting on the DC motor shaft. kg.m2 28 Kt Kt Current-torque or back-emf constant: they are equivalent in SI units. N.m/A 29 Rm Rm Electrical resistance of the DC motor armature. ohm 30 Device Selects the NI DAQ device. 31 Sampling Rate Sets the sampling rate of the VI. 32 Stop Stops the LabVIEW VI from running. 33 Angle / Energy θ, α, E Scope with measured arm angle (in red), measured pendulum angle (in blue), and pendulum energy (in green). deg/mj Scope with applied motor voltage (red). V 34 Voltage Vm Hz Table 4: Nomenclature of QNET ROTPENT Swing-Up Control VI. 4. In-Lab Experiments 4.1. Simple Modeling Dampening Open the QNET_ROTPENT_Simple_Modeling.vi. Ensure the correct Device is chosen, as shown in Figure 7 Figure 7: Selecting correct device Run the QNET_ROTPENT_Simple_Modeling.vi, shown in Figure 8. Hold the arm of the rotary pendulum system stationary and manually perturb the pendulum. While still holding the arm, examine the response of Pendulum Angle (deg) in the Angle (deg) scope. This is the response from the pendulum system. Repeat Step 3 above and release the arm after several swings. Document Number 859 Revision 1.0 Page 11

15 7. 8. Exercise 1: Examine the Pendulum Angle (deg) response when the arm is not fixed. This is the response from the rotary pendulum system. Given the response from these two systems pendulum and rotary pendulum which converges faster towards angle zero? Why does one system dampen faster than the other? Stop the VI by clicking on the Stop button. Figure 8: QNET ROTPEN Simple Modeling VI Friction 1. Run the QNET_ROTPENT_Simple_Modeling.vi. 2. In the Signal Generator section set: Amplitude = 0.00 V Frequency = 0.25 Hz Offset = 0.00 V 3. Change the Offset in steps of 0.10 V until the pendulum begins moving. Record the voltage at which the pendulum moved. 4. Repeat Step 3 above for steps of V. Document Number 859 Revision 1.0 Page 12

16 5. Exercise 2: Enter the positive and negative voltage values needed to get the pendulum moving in. Why does the motor need a certain amount of voltage to get the motor shaft moving? 6. Stop the VI by clicking on the Stop button Moment of Inertia 1. Exercise 3: Using references [1] and [2], calculate the moment of inertia acting about the pendulum pivot. 2. Run the QNET_ROTPENT_Simple_Modeling.vi 3. In the Signal Generator section set: Amplitude = 1.00 V Frequency = 0.25 Hz Offset = 0.00 V 4. Click on the Disturbance toggle switch to perturb the pendulum and measure the amount of time it takes for the pendulum to swing back-and-forth in a few cycles (e.g. 4 cycles). 5. Exercise 4: Find the frequency and moment of inertia of the pendulum using the observed results. See Reference [2] to see how to calculate the inertia experimentally and make sure you fill in Table Exercise 5: Compare the moment of inertia calculated analytically in Exercise 3 and the moment of inertia found experimentally. Is there a large discrepancy between them? 7. Stop the VI by clicking on the Stop button Exercises Exercise 1: Dampening Document Number 859 Revision 1.0 Page 13

17 Exercise 2: Friction Analysis Description Symbol Value Unit Positive Coulomb Friction Voltage Vfp V Negative Coulomb Friction Voltage Vfn V Exercise 3: Calculate Moment of Inertia Document Number 859 Revision 1.0 Page 14

18 Exercise 4: Measure Moment of Inertia Description Symbol Value Unit Cycles ncyc Duration t s Frequency f Hz Pendulum moment of inertia Jp,exp kg.m2 Table 5: Measure pendulum moment of inertia. Exercise 5: Comparing Pendulum Inertia 4.2. Balance Control Design Model Analysis Open the QNET_ROTPENT_Control_Design.vi, shown in Figure 9. Run the QNET_ROTPENT_Control_Design.vi. Select the Symbolic Model tab. The Model Parameters array includes all the rotary pendulum modeling variables that are used in the state-space matrices A, B, C, and D. Select the Open Loop Analysis tab. Exercise 1: This shows the numerical linear state-space model and a pole-zero plot of the open-loop inverted pendulum system. What do you notice about the location of the open-loop poles? Recommended: In the Model Parameters section, it is recommend to enter the pendulum moment of inertia, Jp, determined experimentally in Section In the Symbolic Model tab, set the pendulum moment of inertia, Jp, to 1.0e-5 kg.m2. Document Number 859 Revision 1.0 Page 15

19 8. Exercise 2: Select the Open Loop Analysis tab. How did the locations of the open-loop poles change with the new inertia? Enter the pole locations of each system with a different moment of inertia in Table 6. Are the changes of having a pendulum with a lower inertia as expected? 9. Reset the pendulum moment of inertia, Jp, back to 1.77e Stop the VI by clicking on the Stop button. Figure 9: QNET ROTPEN trainer control design VI: Symbolic Model tab Control Design and Simulation Open the QNET_ROTPENT_Control_Design.vi, shown in Figure 10. Select the Simulation tab. Run the QNET_ROTPENT_Control_Design.vi. In the Signal Generator section set: Amplitude = 45.0 deg Frequency = 0.20 Hz Offset = 0.0 deg Document Number 859 Revision 1.0 Page 16

20 Set the Q and R LQR weighting matrices to the following: Q(1,1) = 10, i.e. set first element of Q matrix to 5. R = 1.00 Changing the Q matrix generates a new control gain. Exercise 3: The arm reference (in red) and simulated arm response (in blue) are shown in the Arm (deg) scope. How did the arm response change? How did the pendulum response change in the Pendulum (deg) scope. Set the third element in the Q matrix to 0, i.e. Q(3,3) = 0. Exercise 4: Examine and describe the change in the Arm (deg) and Pendulum (deg) scope. By varying the diagonal elements of the Q matrix, design a balance controller that adheres to the following specifications: Arm peak time less than 0.75 seconds: tp 0.75 s Motor voltage peak less than ± 12.5 V: Vm 12.5 V Pendulum angle less than 10.0 degrees: α 10.0 deg Exercise 5: Enter the Q and R matrices along with and control gain used to meet the specifications. Exercise 6: Attach the responses from the Arm (deg), Pendulum (deg), and Control Input (V) scopes when using your designed balance controller. Stop the VI by clicking on the Stop button. Document Number 859 Revision 1.0 Page 17

21 Figure 10: QNET ROTPEN trainer control design VI: Simulation tab. Document Number 859 Revision 1.0 Page 18

22 Exercises Exercise 1: Open-Loop Poles Exercise 2: Effect of Changing Inertia on Poles Description Symbol System w/ Jp = 1.7e-4 p0 rad/s p1 rad/s p2 rad/s p3 rad/s p0 rad/s p1 rad/s p2 rad/s p3 rad/s System w/ Jp = 1.00e-5 Value Unit Table 6: Effect on poles when changing moment of inertia. Document Number 859 Revision 1.0 Page 19

23 Exercise 3: Arm Response with Q(1,1)=10 Exercise 4: Arm Response with Q(3,3)=0 Document Number 859 Revision 1.0 Page 20

24 Exercise 5: Designed Balance Controller Description Symbol Value Unit Q(1,1) Q1,1 Q(2,2) Q2,2 Q(3,3) Q3,3 Q(4,4) Q4,4 R R K(1) kp,θ V/rad K(2) kp,α V/rad K(3) kd,θ V.s/rad K(4) kd,α V.s/rad Table 7: Designed balance controller. Exercise 6: Balance Control Responses Document Number 859 Revision 1.0 Page 21

25 Document Number 859 Revision 1.0 Page 22

26 4.3. Swing-Up Control Default Balance Control Open the QNET_ROTPENT_Swing_Up_Control.vi, shown in Figure 11. Ensure the correct Device is chosen. Run the QNET_ROTPENT_Swing_Up_Control.vi. In the Signal Generator section set: Amplitude = 0.0 deg Frequency = 0.10 Hz Offset = 0.0 deg In the Balance Control Parameters section set: kp_theta = V/rad kp_alpha = 80 V/rad kd_theta = V/(rad/s) kd_alpha = 10.5 V/(rad/s) In the Swing-Up Control Parameters section set: mu = 55 m/s2/j Er = 20.0 mj max accel = 10 m/s2 Activate Swing-Up = OFF (de-pressed) Adjust the Angle/Energy (deg/mj) scope scales to see between -250 and 250 (see Reference [1] for help). Manually rotate the pendulum in the upright position until the In Range? LED in the Control Indicators section turns bright green. Ensure the encoder cable does not interfere with the pendulum arm motion. Exercise 1: Vary Offset and observe the Arm Angle (deg) response in the Angle/Energy (deg/mj) scope. Do not set the Offset too high or the encoder cable will interfere with the pendulum arm motion. Exercise 2: As the pendulum is being balanced, examine the red Arm Angle (deg) and blue Pendulum Angle (deg) responses in the Angle/Energy (deg/mj) scope. In the Signal Generator section set: Amplitude = 45.0 deg Frequency = 0.10 Hz Offset = 0.0 deg Exercise 3: Observe the behaviour of the system when a square wave command is given to the arm angle. Why does the arm initially move in the wrong direction? Click on the Stop button to stop running the VI. Document Number 859 Revision 1.0 Page 23

27 Figure 11: QNET rotary pendulum trainer swing-up VI Implement Designed Balance Controller Go through Section and design a balance control according to the given specifications. Remark: It is recommended to use the experimental determined pendulum moment of inertia that was found in Section Open the QNET_ROTPENT_Swing_Up_Control.vi. Ensure the correct Device is chosen. Run the QNET_ROTPENT_Swing_Up_Control.vi. In the Signal Generator section set: Amplitude = 45.0 deg Frequency = 0.20 Hz Offset = 0.0 deg To implement your balance controller, enter the control gain found in Section in kp_theta, kp_alpha, kd_theta, and kd_alpha in the Control Parameters section. Manually rotate the pendulum in the upright position until the In Range? LED in the Control Indicators section turns bright green. Ensure the encoder cable does not interfere with the Document Number 859 Revision 1.0 Page 24

28 8. 9. pendulum arm motion. Exercise 4: Attach the response found Angle/Energy (deg/mj) and the Voltage (V) scopes. Does your system meet the specifications given in Section 4.2.2? Click on the Stop button to stop running the VI Balance Control with Friction Compensation Go through steps 1-8 in Section to run the default balance control. In the Signal Generator section set: Amplitude = 0.0 deg Frequency = 0.10 Hz Offset = 0.0 deg 3. In the Dither Signal section set: Amplitude = 0.00 V Frequency = 2.50 Hz Offset = 0.00 V 4. Exercise 5: Observe the behaviour of Arm Angle (deg) in the Angle/Energy (deg/mj) scope. Intuitively speaking, can you find some reasons why the arm is oscillating? 5. Increase the Amplitude in the Dither Signal section by steps of 0.1 V until you notice a change in the arm angle response. 6. Exercise 6: From the Voltage (V) scope and the pendulum motion, what is the Dither signal doing? Compare the response of the arm with and without the Dither signal. 7. Increase the Frequency in the Dither Signal section starting from 1.00 to 10.0 Hz. 8. Exercise 7: How does this effect the pendulum arm response? 9. Optional Exercise 8: Set the Dither Signal properties according to the friction measured in Exercise 2 of the QNET-ROTPEN: Simple Modeling experiment. How does this effect the pendulum arm response? 10. Click on the Stop button to stop running the VI Energy Control Open the QNET_ROTPENT_Swing_Up_Control.vi. Ensure the correct Device is chosen. Run the QNET_ROTPENT_Swing_Up_Control.vi. In the Balance Control Parameters section ensure the following parameters are set: kp_theta = V/rad kp_alpha = 80.0 V/rad kd_theta = V/(rad/s) kd_alpha = 10.5 V/(rad/s) In the Swing-Up Control Parameters section set: mu = 55 m/s2/j Er = 20.0 mj max accel = 10 m/s2 Activate Swing-Up = OFF (de-pressed) Document Number 859 Revision 1.0 Page 25

29 Adjust the Angle/Energy (deg/mj) scope scales to see between -250 and 250 (see Reference [1] for help). Manually rotate the pendulum at different levels and examine the blue Pendulum Angle (deg) and the green Pendulum Energy (mj) in the Angle/Energy (deg/mj) scope. The pendulum energy is also displayed numerically in the Control Indicators section. Exercise 9: What do you notice about the energy when the pendulum is moved at different positions? Record the energy when the pendulum is being balanced (i.e. fully inverted in the upright vertical position). Click on the Stop button to bring the pendulum down to the gantry position and re-start the VI. In the Swing-Up Control Parameters section, set the Activate Swing-Up = ON (pressed) switch. If the pendulum is stationary, click on the Disturbance button in the Signal Generator section to perturb the pendulum. Exercise 10: In Swing-Up Control Parameters, change the reference energy Er between 5.0 mj and 50.0 mj. As it is varied, examine the control signal in the Voltage (V) scope as well as the blue Pendulum Angle (deg) and the red Pendulum Energy (mj) in the Angle/Energy (deg/mj) scope. Attach the response of the Angle/Energy (deg/mj) and Voltage (V) scopes. Exercise 11: In Control Parameters fix Er to 20.0 mj and vary the swing-up control gain mu between 10 and 100 m/s2/j. Describe how this changes the performance of the energy control. Click on Stop Control to disable the energy and balance controllers Hybrid Swing-Up Control Open the QNET_ROTPENT_Swing_Up_Control.vi. Ensure the correct Device is chosen. Run the QNET_ROTPENT_Swing_Up_Control.vi. In the Balance Control Parameters section verify the following parameters are set: kp_theta = V/rad kp_alpha = 80.0 V/rad kd_theta = V/(rad/s) kd_alpha = 10.5 V/(rad/s) In the Swing-Up Control Parameters section set: mu = 55 m/s2/j Er = 20.0 mj max accel = 10 m/s2 Activate Swing-Up = OFF (de-pressed) Adjust the Angle/Energy (deg/mj) scope scales to see between -250 and 250 (see Reference [1] for help). Make sure the pendulum is hanging down motionless and the encoder cable is not interfering with the pendulum. Set the Activate Swing-Up = ON (pressed) switch in the Swing-Up Control Parameters. The pendulum should begin going back and forth. If not, click on the Disturbance button in the Signal Generator section to perturb the pendulum. Turn off the Active Swing-Up switch if the pendulum goes unstable or if the encoder cable interferes with the pendulum arm Document Number 859 Revision 1.0 Page 26

30 motion. 10. Gradually increase the reference energy Er in the Control Parameters section to the energy read when the pendulum is vertically upwards (Exercise 9 in Section 4.3.4). When that reference energy is reached, the pendulum should swing-up to the inverted position. 11. Click on the Stop button to stop running the VI Exercises Exercise 1: Varying Offset Exercise 2: Arm and Pendulum Motions when Balancing Document Number 859 Revision 1.0 Page 27

31 Exercise 3: Behaviour of Arm Document Number 859 Revision 1.0 Page 28

32 Exercise 4: Response using Designed Controller Document Number 859 Revision 1.0 Page 29

33 Exercise 5: Arm Oscillation Exercise 6: Adding Dither Signal Exercise 7: Effect of Increasing Dither Frequency Document Number 859 Revision 1.0 Page 30

34 Exercise 8: Setting Dither to Measured Friction Exercise 9: Energy Level at Different Pendulum Positions Exercise 10: Changing Reference Energy Document Number 859 Revision 1.0 Page 31

35 Document Number 859 Revision 1.0 Page 32

36 Exercise 11: Changing Swing-Up Gain 5. References [1] QNET User Manual [2] QNET Practical Control Guide Document Number 859 Revision 1.0 Page 33

2.6. In-Laboratory Session. 2.6.1. QICii Modelling Module. Modelling. 2.6.1.1. Module Description

2.6. In-Laboratory Session. 2.6.1. QICii Modelling Module. Modelling. 2.6.1.1. Module Description 2.6. In-Laboratory Session 2.6.1. QICii Modelling Module 2.6.1.1. Module Description The main tool for this lab is the front panel of the module entitled Modelling in the QICii software, which should be

More information

QNET Experiment #06: HVAC Proportional- Integral (PI) Temperature Control Heating, Ventilation, and Air Conditioning Trainer (HVACT)

QNET Experiment #06: HVAC Proportional- Integral (PI) Temperature Control Heating, Ventilation, and Air Conditioning Trainer (HVACT) Quanser NI-ELVIS Trainer (QNET) Series: QNET Experiment #06: HVAC Proportional- Integral (PI) Temperature Control Heating, Ventilation, and Air Conditioning Trainer (HVACT) Student Manual Table of Contents

More information

Manufacturing Equipment Modeling

Manufacturing Equipment Modeling QUESTION 1 For a linear axis actuated by an electric motor complete the following: a. Derive a differential equation for the linear axis velocity assuming viscous friction acts on the DC motor shaft, leadscrew,

More information

Quanser NI-ELVIS Trainer (QNET) Series: QNET HVAC. Heating, Ventilation, and Air Conditioning (HVAC) User Manual. User Manual

Quanser NI-ELVIS Trainer (QNET) Series: QNET HVAC. Heating, Ventilation, and Air Conditioning (HVAC) User Manual. User Manual Quanser NI-ELVIS Trainer (QNET) Series: QNET HVAC Heating, Ventilation, and Air Conditioning (HVAC) User Manual User Manual Table of Contents 1. Introduction...1 2. Requirements...1 3. References...1 4.

More information

DCMS DC MOTOR SYSTEM User Manual

DCMS DC MOTOR SYSTEM User Manual DCMS DC MOTOR SYSTEM User Manual release 1.3 March 3, 2011 Disclaimer The developers of the DC Motor System (hardware and software) have used their best efforts in the development. The developers make

More information

EDUMECH Mechatronic Instructional Systems. Ball on Beam System

EDUMECH Mechatronic Instructional Systems. Ball on Beam System EDUMECH Mechatronic Instructional Systems Ball on Beam System Product of Shandor Motion Systems Written by Robert Hirsch Ph.D. 998-9 All Rights Reserved. 999 Shandor Motion Systems, Ball on Beam Instructional

More information

Servo Motors (SensorDAQ only) Evaluation copy. Vernier Digital Control Unit (DCU) LabQuest or LabPro power supply

Servo Motors (SensorDAQ only) Evaluation copy. Vernier Digital Control Unit (DCU) LabQuest or LabPro power supply Servo Motors (SensorDAQ only) Project 7 Servos are small, relatively inexpensive motors known for their ability to provide a large torque or turning force. They draw current proportional to the mechanical

More information

Rotation: Moment of Inertia and Torque

Rotation: Moment of Inertia and Torque Rotation: Moment of Inertia and Torque Every time we push a door open or tighten a bolt using a wrench, we apply a force that results in a rotational motion about a fixed axis. Through experience we learn

More information

Lab 3: Introduction to Data Acquisition Cards

Lab 3: Introduction to Data Acquisition Cards Lab 3: Introduction to Data Acquisition Cards INTRODUCTION: In this lab, you will be building a VI to display the input measured on a channel. However, within your own VI you will use LabVIEW supplied

More information

Lab Session 4 Introduction to the DC Motor

Lab Session 4 Introduction to the DC Motor Lab Session 4 Introduction to the DC Motor By: Professor Dan Block Control Systems Lab Mgr. University of Illinois Equipment Agilent 54600B 100 MHz Ditizing Oscilloscope (Replacement model: Agilent DSO5012A

More information

Cell Phone Vibration Experiment

Cell Phone Vibration Experiment Objective Cell Phone Vibration Experiment Most cell phones are designed to vibrate. But at what frequency do they vibrate? With an accelerometer, data acquisition and signal analysis the vibration frequency

More information

Lab 5 Getting started with analog-digital conversion

Lab 5 Getting started with analog-digital conversion Lab 5 Getting started with analog-digital conversion Achievements in this experiment Practical knowledge of coding of an analog signal into a train of digital codewords in binary format using pulse code

More information

Application Information

Application Information Moog Components Group manufactures a comprehensive line of brush-type and brushless motors, as well as brushless controllers. The purpose of this document is to provide a guide for the selection and application

More information

Torque and Rotary Motion

Torque and Rotary Motion Torque and Rotary Motion Name Partner Introduction Motion in a circle is a straight-forward extension of linear motion. According to the textbook, all you have to do is replace displacement, velocity,

More information

EE 402 RECITATION #13 REPORT

EE 402 RECITATION #13 REPORT MIDDLE EAST TECHNICAL UNIVERSITY EE 402 RECITATION #13 REPORT LEAD-LAG COMPENSATOR DESIGN F. Kağan İPEK Utku KIRAN Ç. Berkan Şahin 5/16/2013 Contents INTRODUCTION... 3 MODELLING... 3 OBTAINING PTF of OPEN

More information

AP Physics C. Oscillations/SHM Review Packet

AP Physics C. Oscillations/SHM Review Packet AP Physics C Oscillations/SHM Review Packet 1. A 0.5 kg mass on a spring has a displacement as a function of time given by the equation x(t) = 0.8Cos(πt). Find the following: a. The time for one complete

More information

Motor Selection and Sizing

Motor Selection and Sizing Motor Selection and Sizing Motor Selection With each application, the drive system requirements greatly vary. In order to accommodate this variety of needs, Aerotech offers five types of motors. Motors

More information

dspace DSP DS-1104 based State Observer Design for Position Control of DC Servo Motor

dspace DSP DS-1104 based State Observer Design for Position Control of DC Servo Motor dspace DSP DS-1104 based State Observer Design for Position Control of DC Servo Motor Jaswandi Sawant, Divyesh Ginoya Department of Instrumentation and control, College of Engineering, Pune. ABSTRACT This

More information

Transmitter Interface Program

Transmitter Interface Program Transmitter Interface Program Operational Manual Version 3.0.4 1 Overview The transmitter interface software allows you to adjust configuration settings of your Max solid state transmitters. The following

More information

MATERIALS. Multisim screen shots sent to TA.

MATERIALS. Multisim screen shots sent to TA. Page 1/8 Revision 0 9-Jun-10 OBJECTIVES Learn new Multisim components and instruments. Conduct a Multisim transient analysis. Gain proficiency in the function generator and oscilloscope. MATERIALS Multisim

More information

Data Acquisition Using NI-DAQmx

Data Acquisition Using NI-DAQmx Instructor s Portion Data Acquisition Using NI-DAQmx Wei Lin Department of Biomedical Engineering Stony Brook University Summary This experiment requires the student to use NI-DAQmx to acquire voltage

More information

POTENTIAL OF STATE-FEEDBACK CONTROL FOR MACHINE TOOLS DRIVES

POTENTIAL OF STATE-FEEDBACK CONTROL FOR MACHINE TOOLS DRIVES POTENTIAL OF STATE-FEEDBACK CONTROL FOR MACHINE TOOLS DRIVES L. Novotny 1, P. Strakos 1, J. Vesely 1, A. Dietmair 2 1 Research Center of Manufacturing Technology, CTU in Prague, Czech Republic 2 SW, Universität

More information

TwinCAT NC Configuration

TwinCAT NC Configuration TwinCAT NC Configuration NC Tasks The NC-System (Numeric Control) has 2 tasks 1 is the SVB task and the SAF task. The SVB task is the setpoint generator and generates the velocity and position control

More information

Practice Exam Three Solutions

Practice Exam Three Solutions MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics Physics 8.01T Fall Term 2004 Practice Exam Three Solutions Problem 1a) (5 points) Collisions and Center of Mass Reference Frame In the lab frame,

More information

ANALYTICAL METHODS FOR ENGINEERS

ANALYTICAL METHODS FOR ENGINEERS UNIT 1: Unit code: QCF Level: 4 Credit value: 15 ANALYTICAL METHODS FOR ENGINEERS A/601/1401 OUTCOME - TRIGONOMETRIC METHODS TUTORIAL 1 SINUSOIDAL FUNCTION Be able to analyse and model engineering situations

More information

Case study: how to use cutoff conditions in a FRA frequency scan?

Case study: how to use cutoff conditions in a FRA frequency scan? NOVA Technical Note 8 Case study: how to use cutoff conditions in a FRA frequency scan? 1 Using cutoffs Cutoffs in FRA 1 The NOVA options can be used to test measured data points for a cutoff condition.

More information

Advantages of Auto-tuning for Servo-motors

Advantages of Auto-tuning for Servo-motors Advantages of for Servo-motors Executive summary The same way that 2 years ago computer science introduced plug and play, where devices would selfadjust to existing system hardware, industrial motion control

More information

Physics 41 HW Set 1 Chapter 15

Physics 41 HW Set 1 Chapter 15 Physics 4 HW Set Chapter 5 Serway 8 th OC:, 4, 7 CQ: 4, 8 P: 4, 5, 8, 8, 0, 9,, 4, 9, 4, 5, 5 Discussion Problems:, 57, 59, 67, 74 OC CQ P: 4, 5, 8, 8, 0, 9,, 4, 9, 4, 5, 5 Discussion Problems:, 57, 59,

More information

ε: Voltage output of Signal Generator (also called the Source voltage or Applied

ε: Voltage output of Signal Generator (also called the Source voltage or Applied Experiment #10: LR & RC Circuits Frequency Response EQUIPMENT NEEDED Science Workshop Interface Power Amplifier (2) Voltage Sensor graph paper (optional) (3) Patch Cords Decade resistor, capacitor, and

More information

Physics 231 Lecture 15

Physics 231 Lecture 15 Physics 31 ecture 15 Main points of today s lecture: Simple harmonic motion Mass and Spring Pendulum Circular motion T 1/f; f 1/ T; ω πf for mass and spring ω x Acos( ωt) v ωasin( ωt) x ax ω Acos( ωt)

More information

AP1 Oscillations. 1. Which of the following statements about a spring-block oscillator in simple harmonic motion about its equilibrium point is false?

AP1 Oscillations. 1. Which of the following statements about a spring-block oscillator in simple harmonic motion about its equilibrium point is false? 1. Which of the following statements about a spring-block oscillator in simple harmonic motion about its equilibrium point is false? (A) The displacement is directly related to the acceleration. (B) The

More information

Pre-lab Quiz/PHYS 224 Magnetic Force and Current Balance. Your name Lab section

Pre-lab Quiz/PHYS 224 Magnetic Force and Current Balance. Your name Lab section Pre-lab Quiz/PHYS 224 Magnetic Force and Current Balance Your name Lab section 1. What do you investigate in this lab? 2. Two straight wires are in parallel and carry electric currents in opposite directions

More information

How To Control Gimbal

How To Control Gimbal Tarot 2-Axis Brushless Gimbal for Gopro User Manual V1.0 1. Introduction Tarot T-2D gimbal is designed for the Gopro Hero3, which is widely used in film, television productions, advertising aerial photography,

More information

IP40 or IP64 (EN 60529) Protection class housing. IP50 (IP65 optional) (EN 60529) Minimum length of mountig

IP40 or IP64 (EN 60529) Protection class housing. IP50 (IP65 optional) (EN 60529) Minimum length of mountig Through hollow shaft Ø 5 bis 4 mm Outside diameter only 76 mm Easy installation by means of clamping ring front or rear Operating temperature up to 00 C Applications: motors, printing machines, lifts NUMBER

More information

226 Chapter 15: OSCILLATIONS

226 Chapter 15: OSCILLATIONS Chapter 15: OSCILLATIONS 1. In simple harmonic motion, the restoring force must be proportional to the: A. amplitude B. frequency C. velocity D. displacement E. displacement squared 2. An oscillatory motion

More information

Precise Modelling of a Gantry Crane System Including Friction, 3D Angular Swing and Hoisting Cable Flexibility

Precise Modelling of a Gantry Crane System Including Friction, 3D Angular Swing and Hoisting Cable Flexibility Precise Modelling of a Gantry Crane System Including Friction, 3D Angular Swing and Hoisting Cable Flexibility Renuka V. S. & Abraham T Mathew Electrical Engineering Department, NIT Calicut E-mail : renuka_mee@nitc.ac.in,

More information

PHYS 211 FINAL FALL 2004 Form A

PHYS 211 FINAL FALL 2004 Form A 1. Two boys with masses of 40 kg and 60 kg are holding onto either end of a 10 m long massless pole which is initially at rest and floating in still water. They pull themselves along the pole toward each

More information

HITACHI INVERTER SJ/L100/300 SERIES PID CONTROL USERS GUIDE

HITACHI INVERTER SJ/L100/300 SERIES PID CONTROL USERS GUIDE HITACHI INVERTER SJ/L1/3 SERIES PID CONTROL USERS GUIDE After reading this manual, keep it for future reference Hitachi America, Ltd. HAL1PID CONTENTS 1. OVERVIEW 3 2. PID CONTROL ON SJ1/L1 INVERTERS 3

More information

Drivetech, Inc. Innovations in Motor Control, Drives, and Power Electronics

Drivetech, Inc. Innovations in Motor Control, Drives, and Power Electronics Drivetech, Inc. Innovations in Motor Control, Drives, and Power Electronics Dal Y. Ohm, Ph.D. - President 25492 Carrington Drive, South Riding, Virginia 20152 Ph: (703) 327-2797 Fax: (703) 327-2747 ohm@drivetechinc.com

More information

Power Electronics. Prof. K. Gopakumar. Centre for Electronics Design and Technology. Indian Institute of Science, Bangalore.

Power Electronics. Prof. K. Gopakumar. Centre for Electronics Design and Technology. Indian Institute of Science, Bangalore. Power Electronics Prof. K. Gopakumar Centre for Electronics Design and Technology Indian Institute of Science, Bangalore Lecture - 1 Electric Drive Today, we will start with the topic on industrial drive

More information

Determination of Acceleration due to Gravity

Determination of Acceleration due to Gravity Experiment 2 24 Kuwait University Physics 105 Physics Department Determination of Acceleration due to Gravity Introduction In this experiment the acceleration due to gravity (g) is determined using two

More information

EXPERIMENT NUMBER 8 CAPACITOR CURRENT-VOLTAGE RELATIONSHIP

EXPERIMENT NUMBER 8 CAPACITOR CURRENT-VOLTAGE RELATIONSHIP 1 EXPERIMENT NUMBER 8 CAPACITOR CURRENT-VOLTAGE RELATIONSHIP Purpose: To demonstrate the relationship between the voltage and current of a capacitor. Theory: A capacitor is a linear circuit element whose

More information

Harmonic oscillations of spiral springs Springs linked in parallel and in series

Harmonic oscillations of spiral springs Springs linked in parallel and in series .3.26 Related topics Spring constant, Hooke s Law, oscillations, limit of elasticity, parallel springs, serial springs, use of an interface. Principle and task The spring constant D is determined for different

More information

Harmonic Drive acutator P r e c i s i o n G e a r i n g & M o t i o n C o n t r o l

Harmonic Drive acutator P r e c i s i o n G e a r i n g & M o t i o n C o n t r o l D C S e r v o S y s t e m s RH Mini Series Total Motion Control Harmonic Drive acutator P r e c i s i o n G e a r i n g & M o t i o n C o n t r o l Precision Gearing & Motion Control DC SERVO ACTUATORS

More information

A Design of a PID Self-Tuning Controller Using LabVIEW

A Design of a PID Self-Tuning Controller Using LabVIEW Journal of Software Engineering and Applications, 2011, 4, 161-171 doi:10.4236/jsea.2011.43018 Published Online March 2011 (http://www.scirp.org/journal/jsea) 161 A Design of a PID Self-Tuning Controller

More information

Simple Harmonic Motion

Simple Harmonic Motion Simple Harmonic Motion 1 Object To determine the period of motion of objects that are executing simple harmonic motion and to check the theoretical prediction of such periods. 2 Apparatus Assorted weights

More information

PHYS 2425 Engineering Physics I EXPERIMENT 9 SIMPLE HARMONIC MOTION

PHYS 2425 Engineering Physics I EXPERIMENT 9 SIMPLE HARMONIC MOTION PHYS 2425 Engineering Physics I EXPERIMENT 9 SIMPLE HARMONIC MOTION I. INTRODUCTION The objective of this experiment is the study of oscillatory motion. In particular the springmass system and the simple

More information

Figure 1. The Ball and Beam System.

Figure 1. The Ball and Beam System. BALL AND BEAM : Basics Peter Wellstead: control systems principles.co.uk ABSTRACT: This is one of a series of white papers on systems modelling, analysis and control, prepared by Control Systems Principles.co.uk

More information

EDEXCEL NATIONAL CERTIFICATE/DIPLOMA UNIT 5 - ELECTRICAL AND ELECTRONIC PRINCIPLES NQF LEVEL 3 OUTCOME 4 - ALTERNATING CURRENT

EDEXCEL NATIONAL CERTIFICATE/DIPLOMA UNIT 5 - ELECTRICAL AND ELECTRONIC PRINCIPLES NQF LEVEL 3 OUTCOME 4 - ALTERNATING CURRENT EDEXCEL NATIONAL CERTIFICATE/DIPLOMA UNIT 5 - ELECTRICAL AND ELECTRONIC PRINCIPLES NQF LEVEL 3 OUTCOME 4 - ALTERNATING CURRENT 4 Understand single-phase alternating current (ac) theory Single phase AC

More information

THE EDUCATIONAL IMPACT OF A GANTRY CRANE PROJECT IN AN UNDERGRADUATE CONTROLS CLASS

THE EDUCATIONAL IMPACT OF A GANTRY CRANE PROJECT IN AN UNDERGRADUATE CONTROLS CLASS Proceedings of IMECE: International Mechanical Engineering Congress and Exposition Nov. 7-22, 2002, New Orleans, LA. THE EDUCATIONAL IMPACT OF A GANTRY CRANE PROJECT IN AN UNDERGRADUATE CONTROLS CLASS

More information

Laboratory 4: Feedback and Compensation

Laboratory 4: Feedback and Compensation Laboratory 4: Feedback and Compensation To be performed during Week 9 (Oct. 20-24) and Week 10 (Oct. 27-31) Due Week 11 (Nov. 3-7) 1 Pre-Lab This Pre-Lab should be completed before attending your regular

More information

Chen. Vibration Motor. Application note

Chen. Vibration Motor. Application note Vibration Motor Application note Yangyi Chen April 4 th, 2013 1 Table of Contents Pages Executive Summary ---------------------------------------------------------------------------------------- 1 1. Table

More information

Technical data. General specifications. Signal voltage 15... 30 V DC Signal duration. 1 s Input 2. Signal voltage. 1 s Analog output.

Technical data. General specifications. Signal voltage 15... 30 V DC Signal duration. 1 s Input 2. Signal voltage. 1 s Analog output. Model Number Features Very small housing High climatic resistance 4 Bit multiturn Analog output Surge and reverse polarity protection Description This absolute rotary encoder with internal magnetic sampling

More information

FUZZY Based PID Controller for Speed Control of D.C. Motor Using LabVIEW

FUZZY Based PID Controller for Speed Control of D.C. Motor Using LabVIEW FUZZY Based PID Controller for Speed Control of D.C. Motor Using LabVIEW SALIM, JYOTI OHRI Department of Electrical Engineering National Institute of Technology Kurukshetra INDIA salimnitk@gmail.com ohrijyoti@rediffmail.com

More information

PHYSICS 111 HOMEWORK SOLUTION #9. April 5, 2013

PHYSICS 111 HOMEWORK SOLUTION #9. April 5, 2013 PHYSICS 111 HOMEWORK SOLUTION #9 April 5, 2013 0.1 A potter s wheel moves uniformly from rest to an angular speed of 0.16 rev/s in 33 s. Find its angular acceleration in radians per second per second.

More information

Magnetic electro-mechanical machines

Magnetic electro-mechanical machines Magnetic electro-mechanical machines Lorentz Force A magnetic field exerts force on a moving charge. The Lorentz equation: f = q(e + v B) f: force exerted on charge q E: electric field strength v: velocity

More information

SOLID MECHANICS TUTORIAL MECHANISMS KINEMATICS - VELOCITY AND ACCELERATION DIAGRAMS

SOLID MECHANICS TUTORIAL MECHANISMS KINEMATICS - VELOCITY AND ACCELERATION DIAGRAMS SOLID MECHANICS TUTORIAL MECHANISMS KINEMATICS - VELOCITY AND ACCELERATION DIAGRAMS This work covers elements of the syllabus for the Engineering Council exams C105 Mechanical and Structural Engineering

More information

1) The time for one cycle of a periodic process is called the A) wavelength. B) period. C) frequency. D) amplitude.

1) The time for one cycle of a periodic process is called the A) wavelength. B) period. C) frequency. D) amplitude. practice wave test.. Name Use the text to make use of any equations you might need (e.g., to determine the velocity of waves in a given material) MULTIPLE CHOICE. Choose the one alternative that best completes

More information

Lab 11 Digital Dice. Figure 11.0. Digital Dice Circuit on NI ELVIS II Workstation

Lab 11 Digital Dice. Figure 11.0. Digital Dice Circuit on NI ELVIS II Workstation Lab 11 Digital Dice Figure 11.0. Digital Dice Circuit on NI ELVIS II Workstation From the beginning of time, dice have been used for games of chance. Cubic dice similar to modern dice date back to before

More information

INTRODUCTION TO SERIAL ARM

INTRODUCTION TO SERIAL ARM INTRODUCTION TO SERIAL ARM A robot manipulator consists of links connected by joints. The links of the manipulator can be considered to form a kinematic chain. The business end of the kinematic chain of

More information

Current Loop Tuning Procedure. Servo Drive Current Loop Tuning Procedure (intended for Analog input PWM output servo drives) General Procedure AN-015

Current Loop Tuning Procedure. Servo Drive Current Loop Tuning Procedure (intended for Analog input PWM output servo drives) General Procedure AN-015 Servo Drive Current Loop Tuning Procedure (intended for Analog input PWM output servo drives) The standard tuning values used in ADVANCED Motion Controls drives are conservative and work well in over 90%

More information

FXA 2008. UNIT G484 Module 2 4.2.3 Simple Harmonic Oscillations 11. frequency of the applied = natural frequency of the

FXA 2008. UNIT G484 Module 2 4.2.3 Simple Harmonic Oscillations 11. frequency of the applied = natural frequency of the 11 FORCED OSCILLATIONS AND RESONANCE POINTER INSTRUMENTS Analogue ammeter and voltmeters, have CRITICAL DAMPING so as to allow the needle pointer to reach its correct position on the scale after a single

More information

Bluetooth + USB 16 Servo Controller [RKI-1005 & RKI-1205]

Bluetooth + USB 16 Servo Controller [RKI-1005 & RKI-1205] Bluetooth + USB 16 Servo Controller [RKI-1005 & RKI-1205] Users Manual Robokits India info@robokits.co.in http://www.robokitsworld.com Page 1 Bluetooth + USB 16 Servo Controller is used to control up to

More information

Spring Simple Harmonic Oscillator. Spring constant. Potential Energy stored in a Spring. Understanding oscillations. Understanding oscillations

Spring Simple Harmonic Oscillator. Spring constant. Potential Energy stored in a Spring. Understanding oscillations. Understanding oscillations Spring Simple Harmonic Oscillator Simple Harmonic Oscillations and Resonance We have an object attached to a spring. The object is on a horizontal frictionless surface. We move the object so the spring

More information

What Is Regeneration?

What Is Regeneration? What Is Regeneration? Braking / Regeneration Manual Regeneration Overview Revision 1.0 When the rotor of an induction motor turns slower than the speed set by the applied frequency, the motor is transforming

More information

Lab #9: AC Steady State Analysis

Lab #9: AC Steady State Analysis Theory & Introduction Lab #9: AC Steady State Analysis Goals for Lab #9 The main goal for lab 9 is to make the students familar with AC steady state analysis, db scale and the NI ELVIS frequency analyzer.

More information

Physical Science Study Guide Unit 7 Wave properties and behaviors, electromagnetic spectrum, Doppler Effect

Physical Science Study Guide Unit 7 Wave properties and behaviors, electromagnetic spectrum, Doppler Effect Objectives: PS-7.1 Physical Science Study Guide Unit 7 Wave properties and behaviors, electromagnetic spectrum, Doppler Effect Illustrate ways that the energy of waves is transferred by interaction with

More information

Chapter 9. is gradually increased, does the center of mass shift toward or away from that particle or does it remain stationary.

Chapter 9. is gradually increased, does the center of mass shift toward or away from that particle or does it remain stationary. Chapter 9 9.2 Figure 9-37 shows a three particle system with masses m 1 3.0 kg, m 2 4.0 kg, and m 3 8.0 kg. The scales are set by x s 2.0 m and y s 2.0 m. What are (a) the x coordinate and (b) the y coordinate

More information

Pendulum Investigations. Level A Investigations. Level B Investigations

Pendulum Investigations. Level A Investigations. Level B Investigations Pendulum Investigations Level A Investigations The Pendulum How can you change the period of a pendulum? Students are introduced to the vocabulary used to describe harmonic motion: cycle, period, and amplitude.

More information

Columbia University Department of Physics QUALIFYING EXAMINATION

Columbia University Department of Physics QUALIFYING EXAMINATION Columbia University Department of Physics QUALIFYING EXAMINATION Monday, January 13, 2014 1:00PM to 3:00PM Classical Physics Section 1. Classical Mechanics Two hours are permitted for the completion of

More information

EE 1202 Experiment #4 Capacitors, Inductors, and Transient Circuits

EE 1202 Experiment #4 Capacitors, Inductors, and Transient Circuits EE 1202 Experiment #4 Capacitors, Inductors, and Transient Circuits 1. Introduction and Goal: Exploring transient behavior due to inductors and capacitors in DC circuits; gaining experience with lab instruments.

More information

Siemens AG 2011 SINAMICS V60. The perfect solution for basic servo applications. Brochure May 2011 SINAMICS. Answers for industry.

Siemens AG 2011 SINAMICS V60. The perfect solution for basic servo applications. Brochure May 2011 SINAMICS. Answers for industry. The perfect solution for basic servo applications Brochure May 2011 SINAMICS Answers for industry. with 1FL5 servomotors The solution for basic servo applications There is a requirement to automate motion

More information

Prelab Exercises: Hooke's Law and the Behavior of Springs

Prelab Exercises: Hooke's Law and the Behavior of Springs 59 Prelab Exercises: Hooke's Law and the Behavior of Springs Study the description of the experiment that follows and answer the following questions.. (3 marks) Explain why a mass suspended vertically

More information

STIM202 Evaluation Kit

STIM202 Evaluation Kit Table of contents: 1 FEATURES... 2 2 GENERAL DESCRIPTIONS AND SYSTEM CONTENTS... 2 3 SYSTEM REQUIREMENTS... 2 4 GETTING STARTED... 3 4.1 INSTALLATION OF NI-SERIAL CABLE ASSEMBLY DRIVER... 3 4.2 INSTALLATION

More information

Autodesk Fusion 360: Assemblies. Overview

Autodesk Fusion 360: Assemblies. Overview Overview In this module you will learn how different components can be put together to create an assembly. We will use several tools in Fusion 360 to make sure that these assemblies are constrained appropriately

More information

Lesson 3 DIRECT AND ALTERNATING CURRENTS. Task. The skills and knowledge taught in this lesson are common to all missile repairer tasks.

Lesson 3 DIRECT AND ALTERNATING CURRENTS. Task. The skills and knowledge taught in this lesson are common to all missile repairer tasks. Lesson 3 DIRECT AND ALTERNATING CURRENTS Task. The skills and knowledge taught in this lesson are common to all missile repairer tasks. Objectives. When you have completed this lesson, you should be able

More information

Fundamentals of Signature Analysis

Fundamentals of Signature Analysis Fundamentals of Signature Analysis An In-depth Overview of Power-off Testing Using Analog Signature Analysis www.huntron.com 1 www.huntron.com 2 Table of Contents SECTION 1. INTRODUCTION... 7 PURPOSE...

More information

CHAPTER 11: Flip Flops

CHAPTER 11: Flip Flops CHAPTER 11: Flip Flops In this chapter, you will be building the part of the circuit that controls the command sequencing. The required circuit must operate the counter and the memory chip. When the teach

More information

DIODE CIRCUITS LABORATORY. Fig. 8.1a Fig 8.1b

DIODE CIRCUITS LABORATORY. Fig. 8.1a Fig 8.1b DIODE CIRCUITS LABORATORY A solid state diode consists of a junction of either dissimilar semiconductors (pn junction diode) or a metal and a semiconductor (Schottky barrier diode). Regardless of the type,

More information

Active Vibration Isolation of an Unbalanced Machine Spindle

Active Vibration Isolation of an Unbalanced Machine Spindle UCRL-CONF-206108 Active Vibration Isolation of an Unbalanced Machine Spindle D. J. Hopkins, P. Geraghty August 18, 2004 American Society of Precision Engineering Annual Conference Orlando, FL, United States

More information

Building a simple seismometer

Building a simple seismometer Building a simple seismometer Seismometers operate on the principle of inertia, i.e. a body at rest will tend to remain that way unless a force is applied to make it move. An ideal seismometer would be

More information

Annex: VISIR Remote Laboratory

Annex: VISIR Remote Laboratory Open Learning Approach with Remote Experiments 518987-LLP-1-2011-1-ES-KA3-KA3MP Multilateral Projects UNIVERSITY OF DEUSTO Annex: VISIR Remote Laboratory OLAREX project report Olga Dziabenko, Unai Hernandez

More information

Designing Stable Compensation Networks for Single Phase Voltage Mode Buck Regulators

Designing Stable Compensation Networks for Single Phase Voltage Mode Buck Regulators Designing Stable Compensation Networks for Single Phase Voltage Mode Buck Regulators Technical Brief December 3 TB47. Author: Doug Mattingly Assumptions This Technical Brief makes the following assumptions:.

More information

The purposes of this experiment are to test Faraday's Law qualitatively and to test Lenz's Law.

The purposes of this experiment are to test Faraday's Law qualitatively and to test Lenz's Law. 260 17-1 I. THEORY EXPERIMENT 17 QUALITATIVE STUDY OF INDUCED EMF Along the extended central axis of a bar magnet, the magnetic field vector B r, on the side nearer the North pole, points away from this

More information

Pulse Width Modulated (PWM) Drives. AC Drives Using PWM Techniques

Pulse Width Modulated (PWM) Drives. AC Drives Using PWM Techniques Drives AC Drives Using PWM Techniques Power Conversion Unit The block diagram below shows the power conversion unit in Pulse Width Modulated (PWM) drives. In this type of drive, a diode bridge rectifier

More information

The Foundation User Manual LED Battery Slim Par Fixture (RGBA, DMX 7Ch/4CH)

The Foundation User Manual LED Battery Slim Par Fixture (RGBA, DMX 7Ch/4CH) The Foundation User Manual LED Battery Slim Par Fixture (RGBA, DMX 7Ch/4CH) Page 1 I. Security: 1. Make sure the user voltage cannot higher or lower than the regulating voltage. 2. Please use proper and

More information

Mounting Instructions. Torque Transducer. A0329 3.2 en

Mounting Instructions. Torque Transducer. A0329 3.2 en Mounting Instructions Torque Transducer T5 T5 Contents 3 Page Safety instructions.............................................. 4 1 Measuring characteristics..................................... 7 2 Mounting.....................................................

More information

Section 5.0 : Horn Physics. By Martin J. King, 6/29/08 Copyright 2008 by Martin J. King. All Rights Reserved.

Section 5.0 : Horn Physics. By Martin J. King, 6/29/08 Copyright 2008 by Martin J. King. All Rights Reserved. Section 5. : Horn Physics Section 5. : Horn Physics By Martin J. King, 6/29/8 Copyright 28 by Martin J. King. All Rights Reserved. Before discussing the design of a horn loaded loudspeaker system, it is

More information

Equipment: Power Supply, DAI, Synchronous motor (8241), Electrodynamometer (8960), Tachometer, Timing belt.

Equipment: Power Supply, DAI, Synchronous motor (8241), Electrodynamometer (8960), Tachometer, Timing belt. Lab 9: Synchronous motor. Objective: to examine the design of a 3-phase synchronous motor; to learn how to connect it; to obtain its starting characteristic; to determine the full-load characteristic of

More information

Center of Gravity. We touched on this briefly in chapter 7! x 2

Center of Gravity. We touched on this briefly in chapter 7! x 2 Center of Gravity We touched on this briefly in chapter 7! x 1 x 2 cm m 1 m 2 This was for what is known as discrete objects. Discrete refers to the fact that the two objects separated and individual.

More information

Pulse Width Modulation (PWM) LED Dimmer Circuit. Using a 555 Timer Chip

Pulse Width Modulation (PWM) LED Dimmer Circuit. Using a 555 Timer Chip Pulse Width Modulation (PWM) LED Dimmer Circuit Using a 555 Timer Chip Goals of Experiment Demonstrate the operation of a simple PWM circuit that can be used to adjust the intensity of a green LED by varying

More information

Motor Fundamentals. DC Motor

Motor Fundamentals. DC Motor Motor Fundamentals Before we can examine the function of a drive, we must understand the basic operation of the motor. It is used to convert the electrical energy, supplied by the controller, to mechanical

More information

Lab E1: Introduction to Circuits

Lab E1: Introduction to Circuits E1.1 Lab E1: Introduction to Circuits The purpose of the this lab is to introduce you to some basic instrumentation used in electrical circuits. You will learn to use a DC power supply, a digital multimeter

More information

Building a Simulink model for real-time analysis V1.15.00. Copyright g.tec medical engineering GmbH

Building a Simulink model for real-time analysis V1.15.00. Copyright g.tec medical engineering GmbH g.tec medical engineering GmbH Sierningstrasse 14, A-4521 Schiedlberg Austria - Europe Tel.: (43)-7251-22240-0 Fax: (43)-7251-22240-39 office@gtec.at, http://www.gtec.at Building a Simulink model for real-time

More information

22.302 Experiment 5. Strain Gage Measurements

22.302 Experiment 5. Strain Gage Measurements 22.302 Experiment 5 Strain Gage Measurements Introduction The design of components for many engineering systems is based on the application of theoretical models. The accuracy of these models can be verified

More information

Oscillations: Mass on a Spring and Pendulums

Oscillations: Mass on a Spring and Pendulums Chapter 3 Oscillations: Mass on a Spring and Pendulums 3.1 Purpose 3.2 Introduction Galileo is said to have been sitting in church watching the large chandelier swinging to and fro when he decided that

More information

Physical Quantities, Symbols and Units

Physical Quantities, Symbols and Units Table 1 below indicates the physical quantities required for numerical calculations that are included in the Access 3 Physics units and the Intermediate 1 Physics units and course together with the SI

More information

Digital vs. Analogue Control Systems

Digital vs. Analogue Control Systems Digital vs. Analogue Control Systems Presented at the 2011 Annual Meeting of the American College of Medical Physics, Chattanooga, TN, May 1, 2011 Ivan A. Brezovich, PhD, Dept. of Rad Onc, Univ of Alabama

More information

Series 6000 Torque measured metal bellow coupling

Series 6000 Torque measured metal bellow coupling Properties Free of float metal bellow coupling with integrated torque measurement Non-contact measurement system, high robustness High torsional stiffness Limited torque of inertia Performance Measurement

More information

Pulse Width Modulated (PWM)

Pulse Width Modulated (PWM) Control Technologies Manual PWM AC Drives Revision 1.0 Pulse Width Modulated (PWM) Figure 1.8 shows a block diagram of the power conversion unit in a PWM drive. In this type of drive, a diode bridge rectifier

More information