USCG QUESTIONS RELATED TO PID CONTROL

Size: px
Start display at page:

Download "USCG QUESTIONS RELATED TO PID CONTROL"

Transcription

1 USCG questions related to PID control by Frank Owen Maine Maritime Academy 4 December 2018 Control loops on the USCG exam are often called analog control. Much of the material is about legacy (i.e. old-fashioned) systems, but you may run across them too in your work. There are many old systems still out there running. Op-amp-based P-only control This is, I believe, a P-only controller made with op amps. On the left you see an input from a sensor and also a potentiometer input that constitutes the setpoint. The 1 kw pot for the setpoint is connected to a knob that you turn or a slider that you move to select some voltage between 0 and 5 VDC. On the dial or slider panel will be a scale in whatever variable you are setting the setpoint for. The Sensor input is on top here, whereas in our loops, we ve had the setpoint coming in from the left and the sensor input below it, coming back from the feedback part of the loop. See the cover of the book for that diagram. This seems to be a P-only controller because there is only the Proportional gain amplifier. There is no evidence of an integral nor derivative path. The Inverter at the output of the electronic mess is probably used to invert an electrical voltage that was inverted in the comparator process of subtracting the sensor input from the setpoint. I have seen such a system at Cal Poly. The output from the op-amp summing operation is inverted during the summing, so it needs to be inverted back. The output from the Proportional gain amplifier is indeed the error signal amplified by multiplying it by the proportional gain. The first two options would be done by U 1. The last option is done by U 3. 1 P a g e

2 2 P a g e

3 Op-amp-based PID control This figure is similar to the previous figure, but here there are all three parts of the PID. On the left, the Process variable from the sensor is fed back and compared with the setpoint. We usually see in our loop diagrams the setpoint coming in from the left and the process variable coming in from the sensor below at the summing junction. See front cover of book. Here there is no inverter on the output. But there is a Summer and Multiplier. The Multiplier indicates that perhaps this loop has the configuration of the PID shown as the second possibility in Table 9.1 in the textbook the PID with K PID, T I, and T D. U1 is the comparator in the control loop, which compares the setpoint with the signal coming in the feedback path from the sensor. The proportional action in a PID controller is just proportional to the error (the difference between the setpoint and the sensed value from the sensor. 3 P a g e

4 Integral action is the area under the error curve from the beginning of the control to the present instant of time. Derivative action is made by multiplying the slope of the error curve at the present time by a constant. The slope is the rate of change of the error curve. So the derivative action is proportional to the slope (rate of change) of the error curve at the current instant of time. 4 P a g e

5 PID function block There is a PID function block that implements the function of a PID controller: This is a figure from the USCG exam. The various inputs are mostly identifiable: Auto Flag to tell whether PID is active or not (if in manual mode, Auto = 0) PV process variable, i.e. the measured value SP Setpoint, the desired value XO??? KP Proportional gain TR Reset time (related to K I) TD Derivative time (related to K D) CYCLE??? XOUT is the controller command output to the actuator The values for the controller gains come from other memory locations and are fed into the PID block from outside; i.e. they are not stored internally in the block. Now that we see what the blocks look like and how they function, let s look at a simple example of an entire function block diagram for an application. 5 P a g e

6 A is the correct answer. PV stands for process variable, which is another name for C (actual value) in the world of process controls. The RA values stand for register address, which are areas in the PLC memory that contain certain values. Noteworthy here is that you can mix the two types of control that we ve taken pains to separate: 1) PLC ON/OFF control and 2) PID continuous (also called analog ) control. In other words, you can run a PID algorithm on a PLC platform, or, said yet another way, the PLC is capable not only of ladder-logic decisions but also of hosting continuous-control (PID) algorithms. Where these two types of control were separate before, the growth in processing power of the PLC has made it possible for it to serve also as a PID controller. Other register contents are Register address 0325 Setpoint (desired value) Contents 6 P a g e

7 0326 Process variable (actual value) 0330 Error 0331 PID output (U) 0327 K P 0328 T I (or reset) 0329 T D (or rate) Note that the register addresses don t mean anything. They are arbitrary. Here they show simply that there is a different address for the various quantities. The PID algorithm needs to have various values to operate, and these addresses say where those values are stored. 7 P a g e

8 Advisory vs. supervisory control (EL-0094) 8 P a g e

9 C) is the correct answer.. 9 P a g e

10 10 P a g e

11 The correct answer is B. The USCG counts C as the correct answer, which is not correct. I think what I would do here is answer B and then challenge the results if it is counted wrong. 11 P a g e

12 12 P a g e

13 D/A and A/D conversion To read an analog signal (voltage), which is continuously and continually changing, it must be discretized or digitized. This is called A-to-D conversion (ADC). The converter contains a number of switches that are off or on, depending on whether or not the voltage measured at an instant of time has arrived at a certain level or not. The figure below illustrates this. The switches are represented by the binary numbers on the left. At any instant of time, the voltage is measured. It will be converted only into a certain voltage level if that level has been reached. This ADC has a 4-bit resolution, which means that it can take on 8 different voltage levels. This means that only steps in voltage of 1/8 the range measured are possible. This is V in the figure. Thus the smoothly changing signal is seen by the digital system as the rough, stairstep signal shown. Of course the digital version of the signal can be improved by adding off/on switches to increase the resolution. With each added bit, the resolution doubles. The figure below shows the improvement of the signal by adding an additional bit, so that the converter has a 5-bit resolution. Thus, the more bits dedicated to the ADC, the better the digital version of the curve matches the real curve. The other thing that figures into how well or badly the digital curve matches the smooth, analog curve is how fast the sampling is done. To decide on which switches to turn off or on, the voltage must be sampled or sensed, held, then converted. This is called sample-on-hold. The time it takes to sample and set the bits is called the sampling time ( t above) or sampling rate. If the sampling rate can be increased (the time between samples reduced), this also improves the accuracy of the digital version of the signal. The figure below illustrates what would happen to the above signal if the sampling rate were doubled. 13 P a g e

14 Thus the greater the resolution (number of bits of the ADC) and the faster the sampling rate, the better the digital signal represents the smooth, analog curve. These examples use very coarse, very slow sampling, what might have been seen in the early days of ADCs. Today s ADCS have high bit resolutions and very fast conversions to digital format. The stairsteps are still there, but they are very, very fine, so that the curve is represented very well compared with the examples shown here. 14 P a g e

15 You need not go into the details of how Block A or Block B above works. What you need to know is that the digital representation of an analog voltage is a set of bits which form a digital word. In the above cases, there are 8 bits dedicated to the digital representation of a voltage, so in the range of measurement, the analog voltage can have 2 8 different values, that is 256 different values. In the top figure, an analog voltage is being converted into its digital representation. In the bottom figure, the opposite is taking place: a digital representation is being turned into an analog voltage. Thus the top is an ADC (analog-to-digital converter) and the bottom is a DAC (digital-to-analog converter). 15 P a g e

16 Ship steering modes This seems to be a ship steering system, judging from the input from the Steering Wheel. It is a redundant system, in that it can operate either from the Port system or from the Stbd system. The selector switch for that is in the center of the diagram. If we look at one of the Control Potentiometers, what is happening here is that the Steering Wheel is delivering the setpoint of direction (the desired azimuth setting) to the potentiometer, and the gyrocompass is delivering the actual azimuth setting to the Control potentiometer. These two signals are compared, and the output (the error in a control loop) is delivered to an amplifier that then goes to a power unit to actuate the ship s rudder. At the bottom of the diagram, there is a selector switch for the operating mode. Hand means that the control loop is disabled, i.e. is open, and the Port or Stbd Power Unit is getting a signal from manual control. Gyro here indicates that the signal to the power unit is coming from a gyroscope that is used to get the ship s current heading. NFU stands for non-follow-up. This is an open-loop mode where there is no mechanical feedback to shut-off a hydraulically actuated valve when the thing that it actuates changes position. The question is not well posed. The Controller position is ambiguous. Do they mean the NFU Controller position? Apparently, this is what they mean. In that case, what is active in that position, the one shown, is the non-follow-up controller, so (b) is the correct answer. See discussion below on the various steering modes of a ship. 16 P a g e

17 These are various modes of steering a ship. I do not know what DIFF is. HAND is actually the fly-by-wire (or steer-by-wire system) when the ship s wheel, when turned, commands a corresponding deflection of the rudder. The rudder angle is sensed and fed back to the controller so that the angle commanded by the wheel is sought by the actuators turning the rudder. When the rudder reaches the commanded angle, it stops. HAND mode is also known as follow-up (FU) mode, because the feedback loop follows up the shifting of the hydraulic servo valve and shifts this valve to its neutral position when the desired rudder angle is reached. If there were no follow-up function, shifting the valve would give the rudder a rotational velocity, and it would continue to turn until it reached its stops. GYRO is an autopilot. A certain azimuth angle of travel is selected by the user, and the ship s autopilot system ensures that the ship tracks this angle. Or perhaps the desired ship s track is set, and the rudder angle is changed automatically by the controller to ensure that the ship follows this track. Before the days of GPS systems, I think that maybe autopilots simply used a gyrocompass to maintain a desired heading. With GPS systems it is now possible to put in a desired track and, through GPS feedback, have the ship follow that track. NFU mode is non-follow-up mode. Here the controller just directly operates the servo valve that moves the rudder. This is an open-loop system, so the rudder angle sensed by the angle sensor is not fed back and used by the controller. This is a direct, non-feedback deflection of the rudder by holding the servo valve open to a specific deflection. As mentioned above, shifting the servo valve manually will make hydraulic fluid continue to flow in a certain direction into the cylinders that move the rudder. Thus what results from such a shift is that the rudder continues to rotate until it comes up against its stop. Turning a rudder in NFU mode produces a rotational velocity of the rudder, not just a rotational angle. Otherwise said: in follow-up mode the turn of the wheel produces a specified, commanded rudder angle. In non-follow-up mode, turning the wheel produces a commanded rotational velocity of the rudder. Hydraulic valves, whether they be directional-control valves or servo valves, are usually self-centering. That means that if the shifting signal is taken away, the valve returns to its neutral, no-flow/no-motion position. I read on the web that traditionally in NFU mode, when you command the rudder to turn, you have to hold the wheel or joystick or whatever the command device is over from its centered position. If you don t, it will return back to the neutral position, where the motion stops. This is a good feature for NFU mode. Without the centering function, it would be less safe and also a burden to have to find the center position manually, especially if you were rocking and rolling in a heavy seaway. In conclusion, if we were to rank the three modes (GYRO, HAND, and NFU) in their order of automation, they would be ranked in that order. GYRO just adjusts the rudder automatically as needed to follow a commanded track; the ship steers itself. In HAND (or FU) mode, the wheel commands the rudder to go to a certain angle. The rudder angle is sensed and fed back in the control loop until the actual rudder 17 P a g e

18 angle matches the commanded rudder angle. In NFU mode, turning the wheel just opens the hydraulic valve that moves the rudder, and the rudder continues to move until it reaches its stop. For the above question, NFU is the dumbest sort of steering mode. It simply shifts a valve without regard for controlling anything else, like rate-of-turn in the above question. See for a discussion of autopilot (GYRO), FU (HAND), and NFU (manual) modes of steering. For the top question, non-follow-up mode does not feed the rudder angle back, so the second and third possibilities can be eliminated. Gyro-compass certainly does feed the rudder angle back. So does hand steering; it s a fly-by-wire system that takes a desired rudder angle and actuates the system until the actual rudder angle is the same as the desired rudder angle. Don t know what synchronizing is. Anyway, the first answer is the correct answer. This question is ambiguously posed in my opinion. Does putting the steering mode in NFU mode disable the Steering Wheel? Apparently, according to the diagram it does. Choosing NFU mode on the bottom also puts the System Selector Switch to Off, and this disables any commands coming from the helm (Steering Wheel). This is seen clearly in the drawing. What should be shown on the drawing and is not is the direction of signal flow, shown with small arrows on each signal line. 18 P a g e

19 Steer-by-wire rudder control This is a steer-by-wire system used to position a ship s rudder. The PID error signal input on the left is, in my opinion, really the rudder-angle setpoint. The Rudder error amplifier is, in my opinion, really a P- only controller. The output of the Rudder error amplifier (really the controller) can be sent to one of three different places NFU, FU, or Auto but it is not clear what these mean. RLA and RLB refer, I think, to relays. The relays are used to activate the Rudder Prime mover, often a hydraulic unit, to move the rudder clockwise or counterclockwise. The Rudder translator is a potentiometer mechanically connected to the Rudder linkage to measure the actual position of the Rudder. This is the sensor in the loop. The signal from this pot is set back along the feedback path to be compared with the setpoint. 19 P a g e

20 Legacy steering system The figure below shows a legacy (i.e. old fashioned ) steering system, prior to the days of computer control. The system can be run in a number of different modes. One of the modes steer-by-wire is simply a force-magnification system. To move the rudder on a big ship, a lot of torque is needed to deflect the rudder into the passing water stream. Ships, like airplanes, have usually used a hydraulic system to provide the torque to turn the rudder. Thus the helmsman turns the wheel on the bridge. This does nothing more than set the setpoint for the rudder angle. Turning the ship s wheel through a certain angle merely expresses the wish to have the rudder turn through a certain angle. The hydraulic system goes into action, turning the rudder, until the measured angle is equal to the desired angle. A sensor is mounted on the rudder to provide the actual rudder position to the controller in a feedback path. From a Controls standpoint, in steer-by-wire mode, the control-loop gain is much less than 1: the ship s wheel can be turned through many degrees, but the rudder is limited to around ±30 of travel. 20 P a g e

21 With this basic understanding of the steer-by-wire mode, let s look at the system and try to identify the function of its parts. Let s start by focusing on how the rudder is moved. Below is shown the floating lever from the above drawing. This component has this name because it is not pivoted about any fixed point. The steering engine is what actually moves the rudder. The two rods coming out from it to the tiller, the component atop the rudder, drive the rudder back and forth. These rods are commanded by the input rod atop the steering engine, entering the steering engine from its forward side. Internal hydraulic passages and spool valves take this input and convert it into the commands to the output rods. As the rudder turns, the follow-up linkage reflects this movement mechanically back to the floating lever. This will cause in the hydraulic ram and in the telemotor a movement that will shut-off hydraulic command flow to the rudder to make it continue to move. The follow-up function is a way to convert a hydraulic input signal, which usually produces a rotational velocity, to produce instead a rotation itself. To understand fully how mechanical follow-up works with a hydraulic valve, one needs to look at the hydraulic valve and see the mechanical feedback that produces this effect. This is not considered here, as it is a specialized topic. One needs only to know that mechanical follow-up allows an input angle to produce an output angle in lieu of an output velocity. The two inputs to the floating lever are the hydraulic ram and the telemotor. Either can command the rudder to move, but in different modes. When the telemotor is active, the floating lever rotates about the hydraulic ram pivot point; when the hydraulic ram is active, the floating lever rotates about the telemotor pivot point. The telemotor seems to be driven by the ship s wheel. The wheel turns a pinion that moves two racks, one up and one down. The racks are connected to hydraulic pistons that then move a piston in the telemotor receiver forward or aft. A clockwise turn of the wheel will drive the starboard piston down and the port piston up. This will in turn drive the piston in the telemotor aft, which will push the input rod into the steering engine, and the rudder will rotate counter-clockwise (from above) to turn the ship to starboard. Thus in this mode, the ship s wheel acts like a little pump to deflect the floating lever and move the rudder. This mode of operation is purely hydro-mechanical. There is no electrical signal involved in moving the rudder. The rudder angle transmitter does sense the rudder angle and feed it back to the rudder angle indicator, but this has no control function in an automatic loop. The helmsman sees the rudder angle and adjusts his/her input to the ship s wheel, thus serving as the controller in this hydro-mechanical mode of operation. The by pass valve control is a little valve that, when opened, disables the wheel. When opened, the flow from the down-going little rack-mounted pistons simply flows through the bypass into the chamber for the up-going piston. The telemotor receives no flow when the bypass is opened. The interlock switch 21 P a g e

22 senses the position of the by pass valve and prevents operation of any electrical actuation if the bypass valve is closed and the wheel/telemotor system is active. The steer-by-wire mode is also a hand operating mode that uses electrical transmission of the bridge commands to move the rudder. Besides this Hand steering mode, there is a Gyro mode. This is an autopilot mode whose purpose is to maintain the ship s heading despite disturbances of wind and waves. The choice between modes is made by selector lever the control arm in the illustration below. It is set into either Hand or Gyro mode. In Hand mode, the Hand steering potentiometer is used to set the rudder-angle setpoint. This signal is amplified and sent to the Control panel, which seems to be simply the controller. No details are given on its operation or even what type of device it is. Notice also that the control panel gets a signal coming in from below that comes from the Rudder repeat back potentiometer which gives the actual position of the rudder. Signals from the control panel to the Servo valve actuate it. The servo valve controls flow into and out of the hydraulic ram, which moves the floating lever. The floating lever pivots about the locked telemotor receiver, so the input rod to the steering engine moves in or out to cause rotation of the rudder. Thus in Hand mode, the helmsman turns a knob or a small wheel connected to the Hand steering potentiometer and the electrical signal from there eventually leads to rudder rotation. The Gyro mode is an autopilot. The Gyro steering potentiometer sets the desired heading to steer. It is turned by a knob or wheel on a panel whose readout around the knob or wheel is desired heading angle. The actual heading angle coms in from the compass transmitter. Thus the helmsman sets a heading, and the steering system in this mode turns the rudder to maintain that heading. Nowadays the automatic mode doesn t just maintain a heading. With GPS it is possible to lay out a track that the helmsman wants the ship to follow. The position of the ship is detected via GPS. The rudder is automatically controller to steer the ship to stay on that course line. The heading of the ship is 22 P a g e

23 unimportant. With wind, waves, and current the heading angle of the ship may not be the course heading. That is, the ship may need to crab somewhat to maintain a course at a desired heading. Now, with all that background, let s see what the Coast Guard question relative to this detailed figure is. Here the helm is the ship s wheel, apparently. Thus the manual, hydro-mechanical mode is what is being referred too, i.e. the transmission of the turning of the ship s wheel to the telemotor. 23 P a g e

24 PID control of steering This is a strange question. I suspect that it was written by someone who does not know PID control very well. The top scenario is described as a P-only control system to maintain a certain course. The bottom example is a PD controller. The middle scenario is a D-only controller, something I have never encountered in many years involvement with control systems. What the control aim is here is position control, to have the ship follow a certain laid-out track. As long as the ship is on that prescribed track, the error is 0. Regarding the first scenario P-only control it is not true that a ship under P-only control will continuously oscillate around a given track. it will only do this if K P is turned up too high. With a lower KP, the ship will not oscillate around the course. It may be offset from the course because of the lack of integral control, but it need not be the case that under P-control the ship s course will oscillate. Regarding the D-only controller, it is true that if the ship s course is not the same as the desired course and not parallel to the desired course, the error will be changing, and thus the derivative action of a controller will be active. But usually derivative control is part of a PD or a PID controller. It is also true 24 P a g e

25 that if the actual course is parallel to the true course, the error is not changing, i.e. is constant, so the derivative action will be 0. But with P-control, you can still have this offset. The way to get rid of offset is with integral control. Thus the third scenario should rather be a PI controller than a PD controller. Integral action is what gets rid of offset. There is no question given with this figure. 25 P a g e

26 Gyro-compass function block diagram (EL-0194) Details of operation of gyro-compass Rate-of-turn specifications Question: 26 P a g e

27 According to the specifications shown with the figure, the rate-of-turn sensor puts out a voltage proportional to the rate-of-turn, the speed at which the ship s heading is changing. Rate-of-turn has units deg/min. Thus in a block diagram: with the additional specification that if a positive voltage indicates a turn to starboard (and a negative voltage indicates a turn to port). So if the turn is 30 deg/min to port, then the sensor will read = 30 / 50 / = 1500 = P a g e

28 Gyro-compass trouble-shooting diagram (EL-0195) If you follow the logic through the flowchart with the symptoms described, you wind up at the box that says Replace CPU Assembly. So the gyro-compass CPU (central processing unit) is probably bad ( ) Using the trouble analysis chart and faults table provided in the illustration, if the gyrocompass was malfunctioning, but no fault codes are present on the display unit, what is most likely the problem if the DC/DC converter LED status indicator is functioning properly, but the CPU LED status indicator is not blinking? Illustration EL-0195 o (a) The AC/DC power supply is malfunctioning. o (b) Ship's power is not available. o (c) The DC/DC converter is malfunctioning. (d) The CPU assembly is malfunctioning. 28 P a g e

29 Ship s DCS (distributed control system) This diagram shows an integrated system for a ship s automation system. Some features: The computers above with ROS on them are remote operating stations (ROS). They are connected to a dual network, probably for redundancy purposes. This is indicated by the two horizontal lines below these stations. There are operating stations for various functions on the ship. Underneath the system dual network bus, you see Dual CAN. CAN stands for Controller Area Network and is a bus system to connect hardware for sensing and actuating. CAN systems were first developed for automobiles and trucks by Bosch in the 1980s. 29 P a g e

30 The LOSs are some type of operating stations. I don t know what L stands for. Maybe local. Thus an operator or troubleshooter could go out into the plant with a hand-held unit and diagnose or change operating parameters of equipment while observing its operation. DPU probably stands for Distributed Processing Unit. These are local units that handle much of the control themselves, with the higher level monitoring of the system taking place on the ROSs at the top of the diagram. Swbd stands for switchboard, used for electrical power. The CAN bus is broken down into modules used for various functions on board as indicated by the captions at the bottom of the diagram. 30 P a g e

31 Ship s DCS This diagram seems to represent an overall view of a distributed control system. The Computer (CPU Central Processing Unit) is where the control of various Plant Processes is done. This would be where the PID functions reside. Input comes into the computer from the right, is operated on (decisions are made), and then control signals are sent to the left, out from the CPU to the field for actuation. The drawing emphasized the conversion of signals from the field into computer-readable format and then the conversion of computer signals back into output that can be used to actuate things in the field. Note that the input signals are either digital (OFF/ON) or analog (a range of voltages or currents). The output signals are also digital or analog. This is not a single-input/single-output loop. It contains many loops. Many things are controlled and sensed, as indicated by the parallel arrows into and out of the Plant Processes at the top of the diagram. The Operator Console is used to monitor the processes being controlled and even to manipulate these processes by changing setpoints or manually operating devices in hand (manual) mode. 31 P a g e

32 Off/On rudder positioning system This is a bad question. The deadband is the space in the middle of the control band where nothing turns on. Thus the deadband extends from 14 to 20, i.e. is 6 wide, not the 8 shown. Here s what s happening: The rudder is commanded to go to the position represented by V c. The V p voltage is the voltage coming back from a pot mounted on the rudder so that it gives rudder position. Thus the position commanded is about Because of the relays, it seems that the rudder-positioning mechanism, most likely a hydraulic positioner, is either on or off. I.e. this is not a hydraulic servo system. We are familiar with on/off controllers: the common thermostat in a house is such a system. For heating, when the temperature falls to a certain level (T low ), the heating system turns on. It stays on until the temperature climbs to a pre-set level (T high ), whereupon it turns off. If T high is not so much greater than T low, then the heating system will maintain a more constant temperature, but the heating system will turn off and on frequently. The above system has the added complexity that the rudder motor turns on to swing the rudder toward the commanded position. But then as it approaches this position, the moving mechanism turns off. The rudder, however, continues to move because of the rotational momentum imparted to it when the rudder motor was on. The rudder continues to rotate, due to this rotational inertia, until it moves so far beyond the commanded position. Then the opposite rotation is commanded to bring the rudder back to the commanded position The rudder overshoots this in the opposite direction, and the original rotation is again commanded to push the rudder back toward its commanded position. This seesawing back and forth often called hunting continues indefinitely. The positioning of the rudder is inherently unstable according to the USCG. 32 P a g e

33 From a Controls standpoint, this is not true. Inherent instability means that the rotational swings of the rudder would get bigger and bigger with each oscillation. Also, with the relays, this is on/off control. What this is is called a limit cycle in the jargon of non-linear controls. What is possibly wrong here is that the rudder has too much angular momentum, so once it starts rotating, it is difficult to stop. Another possibility is that the actuating mechanism for the rudder is too powerful. Too much of a torque is imparted on the rudder by the actuating mechanism, and this gives it too much and too sudden a motion. So lightening the rudder or not giving such big rotational actuation commands will prevent this behavior from occurring. 33 P a g e

34 Ship steering phantom rudder Starboard relay is shut off because phantom rudder says that it s arrived at the cut-off point even though real rudder is not yet at that point It is not clear why phantom rudder takes this trajectory Phantom rudder: Since the rudder has so much rotational momentum once in motion, this is a strategy for anticipating where it will be before it gets there and basing control commands on this predicted position. What is known is the steady rate of increase in the rudder angle once it gets moving i.e. its rotational velocity. It takes the rudder a bit of time to get up to that rotational velocity, but the algorithm pretends that it goes to this rate immediately. The position as determined by this sudden velocity are used to turn the rudder relays on and off. 34 P a g e

Understanding PID Control

Understanding PID Control 1 of 5 2/20/01 1:15 PM Understanding PID Control Familiar examples show how and why proportional-integral-derivative controllers behave the way they do. Keywords: Process control Control theory Controllers

More information

Experiment 9. PID Controller

Experiment 9. PID Controller Experiment 9 PID Controller Objective: - To be familiar with PID controller. - Noting how changing PID controller parameter effect on system response. Theory: The basic function of a controller is to execute

More information

Chapter 10 Digital PID

Chapter 10 Digital PID Chapter 10 Digital PID Chapter 10 Digital PID control Goals To show how PID control can be implemented in a digital computer program To deliver a template for a PID controller that you can implement yourself

More information

Ch 5 Hardware Components for Automation

Ch 5 Hardware Components for Automation Ch 5 Hardware Components for Automation Sections: 1. Sensors 2. Actuators 3. Analog-to-Digital Conversion 4. Digital-to-Analog Conversion 5. Input/Output Devices for Discrete Data Computer-Process Interface

More information

USER MANUAL. EPP Intelligent Positioner Control Unit 1/22.

USER MANUAL. EPP Intelligent Positioner Control Unit 1/22. USER MANUAL - Intelligent Positioner Control Unit 1/22 Table of contents: 1 General... 3 1.1 Safety instructions... 3 2 Application... 4 3 Electrical specifications and terminals... 5 3.1 Control loop...

More information

Advanced Servo Tuning

Advanced Servo Tuning Advanced Servo Tuning Dr. Rohan Munasinghe Department of Electronic and Telecommunication Engineering University of Moratuwa Servo System Elements position encoder Motion controller (software) Desired

More information

Hydraulic Actuator Control Using an Multi-Purpose Electronic Interface Card

Hydraulic Actuator Control Using an Multi-Purpose Electronic Interface Card Hydraulic Actuator Control Using an Multi-Purpose Electronic Interface Card N. KORONEOS, G. DIKEAKOS, D. PAPACHRISTOS Department of Automation Technological Educational Institution of Halkida Psaxna 34400,

More information

Electro-hydraulic Servo Valve Systems

Electro-hydraulic Servo Valve Systems Fluidsys Training Centre, Bangalore offers an extensive range of skill-based and industry-relevant courses in the field of Pneumatics and Hydraulics. For more details, please visit the website: https://fluidsys.org

More information

-binary sensors and actuators (such as an on/off controller) are generally more reliable and less expensive

-binary sensors and actuators (such as an on/off controller) are generally more reliable and less expensive Process controls are necessary for designing safe and productive plants. A variety of process controls are used to manipulate processes, however the most simple and often most effective is the PID controller.

More information

Servo Tuning. Dr. Rohan Munasinghe Department. of Electronic and Telecommunication Engineering University of Moratuwa. Thanks to Dr.

Servo Tuning. Dr. Rohan Munasinghe Department. of Electronic and Telecommunication Engineering University of Moratuwa. Thanks to Dr. Servo Tuning Dr. Rohan Munasinghe Department. of Electronic and Telecommunication Engineering University of Moratuwa Thanks to Dr. Jacob Tal Overview Closed Loop Motion Control System Brain Brain Muscle

More information

Servo Tuning Tutorial

Servo Tuning Tutorial Servo Tuning Tutorial 1 Presentation Outline Introduction Servo system defined Why does a servo system need to be tuned Trajectory generator and velocity profiles The PID Filter Proportional gain Derivative

More information

Think About Control Fundamentals Training. Terminology Control. Eko Harsono Control Fundamental - Con't

Think About Control Fundamentals Training. Terminology Control. Eko Harsono Control Fundamental - Con't Think About Control Fundamentals Training Terminology Control Eko Harsono eko.harsononus@gmail.com; 1 Contents Topics: Slide No: Advance Control Loop 3-10 Control Algorithm 11-25 Control System 26-32 Exercise

More information

DC motor control using arduino

DC motor control using arduino DC motor control using arduino 1) Introduction: First we need to differentiate between DC motor and DC generator and where we can use it in this experiment. What is the main different between the DC-motor,

More information

Procidia Control Solutions Dead Time Compensation

Procidia Control Solutions Dead Time Compensation APPLICATION DATA Procidia Control Solutions Dead Time Compensation AD353-127 Rev 2 April 2012 This application data sheet describes dead time compensation methods. A configuration can be developed within

More information

PROCESS DYNAMICS AND CONTROL

PROCESS DYNAMICS AND CONTROL Objectives of the Class PROCESS DYNAMICS AND CONTROL CHBE320, Spring 2018 Professor Dae Ryook Yang Dept. of Chemical & Biological Engineering What is process control? Basics of process control Basic hardware

More information

BFS / BFSM SERIES Installation & Maintenance Manual

BFS / BFSM SERIES Installation & Maintenance Manual Introduction: The BFS / BFSM series electric actuators have battery backup modules for fail safe operation. The BFS series is for two position control and the BFSM series is for proportional control, both

More information

Motomatic Servo Control

Motomatic Servo Control Exercise 2 Motomatic Servo Control This exercise will take two weeks. You will work in teams of two. 2.0 Prelab Read through this exercise in the lab manual. Using Appendix B as a reference, create a block

More information

CHAPTER 11: DIGITAL CONTROL

CHAPTER 11: DIGITAL CONTROL When I complete this chapter, I want to be able to do the following. Identify examples of analog and digital computation and signal transmission. Program a digital PID calculation Select a proper execution

More information

Laboratory Tutorial#1

Laboratory Tutorial#1 Laboratory Tutorial#1 1.1. Objective: To become familiar with the modules and how they operate. 1.2. Equipment Required: Following equipment is required to perform above task. Quantity Apparatus 1 OU150A

More information

A New Glass-Ceramics for Tile-Glaze Application using PID Controller

A New Glass-Ceramics for Tile-Glaze Application using PID Controller A New Glass-Ceramics for Tile-Glaze Application using PID Controller Benchalak Muangmeesri Faculty of Industrial Technology Valaya Alongkorn Rajabhat University, Thailand Abstract: Glazes can be defined

More information

Closed-Loop Position Control, Proportional Mode

Closed-Loop Position Control, Proportional Mode Exercise 4 Closed-Loop Position Control, Proportional Mode EXERCISE OBJECTIVE To describe the proportional control mode; To describe the advantages and disadvantages of proportional control; To define

More information

Closed-Loop Speed Control, Proportional-Plus-Integral-Plus-Derivative Mode

Closed-Loop Speed Control, Proportional-Plus-Integral-Plus-Derivative Mode Exercise 7 Closed-Loop Speed Control, EXERCISE OBJECTIVE To describe the derivative control mode; To describe the advantages and disadvantages of derivative control; To describe the proportional-plus-integral-plus-derivative

More information

Bulletin 1402 Line Synchronization Module (LSM)

Bulletin 1402 Line Synchronization Module (LSM) Bulletin 1402 (LSM) Application Notes Table of Contents What is Synchronization?...................................... 2 Synchronization............................................. 3 1771 Modules and

More information

PID Control Technical Notes

PID Control Technical Notes PID Control Technical Notes General PID (Proportional-Integral-Derivative) control action allows the process control to accurately maintain setpoint by adjusting the control outputs. In this technical

More information

Implementation of Conventional and Neural Controllers Using Position and Velocity Feedback

Implementation of Conventional and Neural Controllers Using Position and Velocity Feedback Implementation of Conventional and Neural Controllers Using Position and Velocity Feedback Expo Paper Department of Electrical and Computer Engineering By: Christopher Spevacek and Manfred Meissner Advisor:

More information

Robotic Swing Drive as Exploit of Stiffness Control Implementation

Robotic Swing Drive as Exploit of Stiffness Control Implementation Robotic Swing Drive as Exploit of Stiffness Control Implementation Nathan J. Nipper, Johnny Godowski, A. Arroyo, E. Schwartz njnipper@ufl.edu, jgodows@admin.ufl.edu http://www.mil.ufl.edu/~swing Machine

More information

Automationdirect.com. D i r e c t L o g i c L o o p P I D C o p r o c e s s o r F P I D

Automationdirect.com. D i r e c t L o g i c L o o p P I D C o p r o c e s s o r F P I D Automationdirect.com D i r e c t L o g i c 4 0 5 1 6 L o o p P I D C o p r o c e s s o r F 4-1 6 P I D Order Number: F4-16PID-M TRADEMARKS Automationdirect.com is a Trademark of Automationdirect.com CoProcessor

More information

PROCESS DYNAMICS AND CONTROL

PROCESS DYNAMICS AND CONTROL PROCESS DYNAMICS AND CONTROL CHBE306, Fall 2017 Professor Dae Ryook Yang Dept. of Chemical & Biological Engineering Korea University Korea University 1-1 Objectives of the Class What is process control?

More information

QuickBuilder PID Reference

QuickBuilder PID Reference QuickBuilder PID Reference Doc. No. 951-530031-006 2010 Control Technology Corp. 25 South Street Hopkinton, MA 01748 Phone: 508.435.9595 Fax: 508.435.2373 Thursday, March 18, 2010 2 QuickBuilder PID Reference

More information

LESSON 2: ELECTRONIC CONTROL

LESSON 2: ELECTRONIC CONTROL Module 1: Control Concepts LESSON 2: ELECTRONIC CONTROL MODULE 1 Control Concepts OBJECTIVES: At the end of this module, you will be able to: 1. Sketch an open tank level application and state the mass

More information

Lecture 5 Introduction to control

Lecture 5 Introduction to control Lecture 5 Introduction to control Feedback control is a way of automatically adjusting a variable to a desired value despite possible external influence or variations. Eg: Heating your house. No feedback

More information

SERVO CONTROLLER. Sdtork Introduce Digital Servo Controller with several Features for all type of Valve Automation.

SERVO CONTROLLER. Sdtork Introduce Digital Servo Controller with several Features for all type of Valve Automation. SERVO CONTROLLER INTRODUCTION: Sdtork Introduce Digital Servo Controller with several Features for all type of Valve Automation. AIM: Sdtorks main aim is to make automation in all industries so here we

More information

SRVODRV REV7 INSTALLATION NOTES

SRVODRV REV7 INSTALLATION NOTES SRVODRV-8020 -REV7 INSTALLATION NOTES Thank you for purchasing the SRVODRV -8020 drive. The SRVODRV -8020 DC servo drive is warranted to be free of manufacturing defects for 1 year from the date of purchase.

More information

Sensors and Sensing Motors, Encoders and Motor Control

Sensors and Sensing Motors, Encoders and Motor Control Sensors and Sensing Motors, Encoders and Motor Control Todor Stoyanov Mobile Robotics and Olfaction Lab Center for Applied Autonomous Sensor Systems Örebro University, Sweden todor.stoyanov@oru.se 05.11.2015

More information

MECHATRONICS SYSTEM DESIGN

MECHATRONICS SYSTEM DESIGN MECHATRONICS SYSTEM DESIGN (MtE-325) TODAYS LECTURE Control systems Open-Loop Control Systems Closed-Loop Control Systems Transfer Functions Analog and Digital Control Systems Controller Configurations

More information

Introduction to MS150

Introduction to MS150 Introduction to MS150 Objective: To become familiar with the modules and how they operate. Equipment Required: Following equipment is required to perform above task. Quantity Apparatus 1 OU150A Operation

More information

1. Consider the closed loop system shown in the figure below. Select the appropriate option to implement the system shown in dotted lines using

1. Consider the closed loop system shown in the figure below. Select the appropriate option to implement the system shown in dotted lines using 1. Consider the closed loop system shown in the figure below. Select the appropriate option to implement the system shown in dotted lines using op-amps a. b. c. d. Solution: b) Explanation: The dotted

More information

CHAPTER 2 PID CONTROLLER BASED CLOSED LOOP CONTROL OF DC DRIVE

CHAPTER 2 PID CONTROLLER BASED CLOSED LOOP CONTROL OF DC DRIVE 23 CHAPTER 2 PID CONTROLLER BASED CLOSED LOOP CONTROL OF DC DRIVE 2.1 PID CONTROLLER A proportional Integral Derivative controller (PID controller) find its application in industrial control system. It

More information

Based on the ARM and PID Control Free Pendulum Balance System

Based on the ARM and PID Control Free Pendulum Balance System Available online at www.sciencedirect.com Procedia Engineering 29 (2012) 3491 3495 2012 International Workshop on Information and Electronics Engineering (IWIEE) Based on the ARM and PID Control Free Pendulum

More information

MICROPROCESSOR BASED CONTROLLERS

MICROPROCESSOR BASED CONTROLLERS MICROPROCESSOR BASED CONTROLLERS INPUTS Digital Analog TTL Pulse Keyboard Serial Microprocessor Based Controller OUTPUTS On/Off Analog PWM Serial Graphical Text RS232 Abstract: A controller is a system

More information

Built-in soft-start feature. Up-Slope and Down-Slope. Power-Up safe start feature. Motor will only start if pulse of 1.5ms is detected.

Built-in soft-start feature. Up-Slope and Down-Slope. Power-Up safe start feature. Motor will only start if pulse of 1.5ms is detected. Thank You for purchasing our TRI-Mode programmable DC Motor Controller. Our DC Motor Controller is the most flexible controller you will find. It is user-programmable and covers most applications. This

More information

Costas Loop. Modules: Sequence Generator, Digital Utilities, VCO, Quadrature Utilities (2), Phase Shifter, Tuneable LPF (2), Multiplier

Costas Loop. Modules: Sequence Generator, Digital Utilities, VCO, Quadrature Utilities (2), Phase Shifter, Tuneable LPF (2), Multiplier Costas Loop Modules: Sequence Generator, Digital Utilities, VCO, Quadrature Utilities (2), Phase Shifter, Tuneable LPF (2), Multiplier 0 Pre-Laboratory Reading Phase-shift keying that employs two discrete

More information

PEAKTRONICS AMC-103 ADDITIONAL FEATURES. AC Motor Controller, 2A AMC-103 AMC-103A AMC-103B

PEAKTRONICS AMC-103 ADDITIONAL FEATURES. AC Motor Controller, 2A AMC-103 AMC-103A AMC-103B PEAKTRONICS The Peaktronics AC Motor Controller is a compact module that is intended for controlling small AC actuator motors of up to 2A. The is very well suited for applications where space constraints

More information

Glossary of terms. Short explanation

Glossary of terms. Short explanation Glossary Concept Module. Video Short explanation Abstraction 2.4 Capturing the essence of the behavior of interest (getting a model or representation) Action in the control Derivative 4.2 The control signal

More information

Introduction to Servo Control & PID Tuning

Introduction to Servo Control & PID Tuning Introduction to Servo Control & PID Tuning Presented to: Agenda Introduction to Servo Control Theory PID Algorithm Overview Tuning & General System Characterization Oscillation Characterization Feed-forward

More information

PYKC 7 March 2019 EA2.3 Electronics 2 Lecture 18-1

PYKC 7 March 2019 EA2.3 Electronics 2 Lecture 18-1 In this lecture, we will examine a very popular feedback controller known as the proportional-integral-derivative (PID) control method. This type of controller is widely used in industry, does not require

More information

2. Basic Control Concepts

2. Basic Control Concepts 2. Basic Concepts 2.1 Signals and systems 2.2 Block diagrams 2.3 From flow sheet to block diagram 2.4 strategies 2.4.1 Open-loop control 2.4.2 Feedforward control 2.4.3 Feedback control 2.5 Feedback control

More information

Draw the symbol and state the applications of : 1) Push button switch 2) 3) Solenoid valve 4) Limit switch ( 1m each) Ans: 1) Push Button

Draw the symbol and state the applications of : 1) Push button switch 2) 3) Solenoid valve 4) Limit switch ( 1m each) Ans: 1) Push Button Subject Code: 17641Model AnswerPage 1 of 16 Important suggestions to examiners: 1) The answers should be examined by key words and not as word-to-word as given in the model answer scheme. 2) The model

More information

PREVIEW COPY. Final Control Elements. Table of Contents. Final Control Elements in Process Loops...3. Electric Actuators...19

PREVIEW COPY. Final Control Elements. Table of Contents. Final Control Elements in Process Loops...3. Electric Actuators...19 Final Control Elements Table of Contents Lesson One Lesson Two Lesson Three Final Control Elements in Process Loops...3 Electric Actuators...19 Pneumatic and Hydraulic Actuators...35 Lesson Four Control

More information

MEM380 Applied Autonomous Robots I Winter Feedback Control USARSim

MEM380 Applied Autonomous Robots I Winter Feedback Control USARSim MEM380 Applied Autonomous Robots I Winter 2011 Feedback Control USARSim Transforming Accelerations into Position Estimates In a perfect world It s not a perfect world. We have noise and bias in our acceleration

More information

Sensors and Sensing Motors, Encoders and Motor Control

Sensors and Sensing Motors, Encoders and Motor Control Sensors and Sensing Motors, Encoders and Motor Control Todor Stoyanov Mobile Robotics and Olfaction Lab Center for Applied Autonomous Sensor Systems Örebro University, Sweden todor.stoyanov@oru.se 13.11.2014

More information

Application Note CTAN #287

Application Note CTAN #287 Application Note CTAN #287 This Application Note is pertinent to the Commander SK Water Pressure PID Loop Control This application note will describe a way to utilize the Commander SK (note that the Unidrive

More information

Analog I/O. ECE 153B Sensor & Peripheral Interface Design Winter 2016

Analog I/O. ECE 153B Sensor & Peripheral Interface Design Winter 2016 Analog I/O ECE 153B Sensor & Peripheral Interface Design Introduction Anytime we need to monitor or control analog signals with a digital system, we require analogto-digital (ADC) and digital-to-analog

More information

A3 Pro INSTRUCTION MANUAL. Oct 25, 2017 Revision IMPORTANT NOTES

A3 Pro INSTRUCTION MANUAL. Oct 25, 2017 Revision IMPORTANT NOTES A3 Pro INSTRUCTION MANUAL Oct 25, 2017 Revision IMPORTANT NOTES 1. Radio controlled (R/C) models are not toys! The propellers rotate at high speed and pose potential risk. They may cause severe injury

More information

TC LV-Series Temperature Controllers V1.01

TC LV-Series Temperature Controllers V1.01 TC LV-Series Temperature Controllers V1.01 Electron Dynamics Ltd, Kingsbury House, Kingsbury Road, Bevois Valley, Southampton, SO14 OJT Tel: +44 (0) 2380 480 800 Fax: +44 (0) 2380 480 801 e-mail support@electrondynamics.co.uk

More information

Figure 1.1: Quanser Driving Simulator

Figure 1.1: Quanser Driving Simulator 1 INTRODUCTION The Quanser HIL Driving Simulator (QDS) is a modular and expandable LabVIEW model of a car driving on a closed track. The model is intended as a platform for the development, implementation

More information

TECHNICAL DOCUMENT EPC SERVO AMPLIFIER MODULE Part Number L xx EPC. 100 Series (1xx) User Manual

TECHNICAL DOCUMENT EPC SERVO AMPLIFIER MODULE Part Number L xx EPC. 100 Series (1xx) User Manual ELECTRONIC 1 100 Series (1xx) User Manual ELECTRONIC 2 Table of Contents 1 Introduction... 4 2 Basic System Overview... 4 3 General Instructions... 5 3.1 Password Protection... 5 3.2 PC Interface Groupings...

More information

Field Service Procedure PCU Kit, XX97, XX97A & XX00

Field Service Procedure PCU Kit, XX97, XX97A & XX00 1. Brief Summary: Troubleshooting document for diagnosing a fault with and replacing the PCU assembly on the XX97, XX97A and XX00 series antennas. 2. Checklist: Verify Initialization N0 Parameter Pedestal

More information

Series 70 Servo NXT - Modulating Controller Installation, Operation and Maintenance Manual

Series 70 Servo NXT - Modulating Controller Installation, Operation and Maintenance Manual THE HIGH PERFORMANCE COMPANY Series 70 Hold 1 sec. Hold 1 sec. FOR MORE INFORMATION ON THIS PRODUCT AND OTHER BRAY PRODUCTS PLEASE VISIT OUR WEBSITE www.bray.com Table of Contents 1. Definition of Terms.........................................2

More information

CHAPTER 4 PID CONTROLLER BASED SPEED CONTROL OF THREE PHASE INDUCTION MOTOR

CHAPTER 4 PID CONTROLLER BASED SPEED CONTROL OF THREE PHASE INDUCTION MOTOR 36 CHAPTER 4 PID CONTROLLER BASED SPEED CONTROL OF THREE PHASE INDUCTION MOTOR 4.1 INTRODUCTION Now a day, a number of different controllers are used in the industry and in many other fields. In a quite

More information

OVEN INDUSTRIES, INC. Model 5C7-362

OVEN INDUSTRIES, INC. Model 5C7-362 OVEN INDUSTRIES, INC. OPERATING MANUAL Model 5C7-362 THERMOELECTRIC MODULE TEMPERATURE CONTROLLER TABLE OF CONTENTS Features... 1 Description... 2 Block Diagram... 3 RS232 Communications Connections...

More information

Servo Indexer Reference Guide

Servo Indexer Reference Guide Servo Indexer Reference Guide Generation 2 - Released 1/08 Table of Contents General Description...... 3 Installation...... 4 Getting Started (Quick Start)....... 5 Jog Functions..... 8 Home Utilities......

More information

SRV02-Series Rotary Experiment # 3. Ball & Beam. Student Handout

SRV02-Series Rotary Experiment # 3. Ball & Beam. Student Handout SRV02-Series Rotary Experiment # 3 Ball & Beam Student Handout SRV02-Series Rotary Experiment # 3 Ball & Beam Student Handout 1. Objectives The objective in this experiment is to design a controller for

More information

Class 5. Competency Exam Round 1. The Process Designer s Process. Process Control Preliminaries. On/Off Control The Simplest Controller

Class 5. Competency Exam Round 1. The Process Designer s Process. Process Control Preliminaries. On/Off Control The Simplest Controller Class 5 Competency Exam Round 1 Proportional Control Starts Friday, September 17 Ends Friday, October 1 Process Control Preliminaries The final control element, process and sensor/transmitter all have

More information

Multi-Channel High Performance Data Acquisition System and Digital Servo Controller Module

Multi-Channel High Performance Data Acquisition System and Digital Servo Controller Module VDSP-31 VXI MODULE Multi-Channel High Performance Data Acquisition System and Digital Servo Controller Module OVERVIEW The VDSP31 is a VXI based, multi-channel data acquisition system and digital servo

More information

Robot Autonomous and Autonomy. By Noah Gleason and Eli Barnett

Robot Autonomous and Autonomy. By Noah Gleason and Eli Barnett Robot Autonomous and Autonomy By Noah Gleason and Eli Barnett Summary What do we do in autonomous? (Overview) Approaches to autonomous No feedback Drive-for-time Feedback Drive-for-distance Drive, turn,

More information

PL420 PROGRAMMABLE LOGIC CONTROLLER

PL420 PROGRAMMABLE LOGIC CONTROLLER PL420 PROGRAMMABLE LOGIC CONTROLLER USER MANUAL 12/01/2007 V02 P.O.Box 24 STANFIELD 3613 SOUTH AFRICA Tel: +27 (031) 7028033 Fax: +27 (031) 7028041 Email: proconel@proconel.com Web: www.proconel.com TABLE

More information

LAB 5: Mobile robots -- Modeling, control and tracking

LAB 5: Mobile robots -- Modeling, control and tracking LAB 5: Mobile robots -- Modeling, control and tracking Overview In this laboratory experiment, a wheeled mobile robot will be used to illustrate Modeling Independent speed control and steering Longitudinal

More information

Logic Developer Process Edition Function Blocks

Logic Developer Process Edition Function Blocks GE Intelligent Platforms Logic Developer Process Edition Function Blocks Delivering increased precision and enabling advanced regulatory control strategies for continuous process control Logic Developer

More information

Acceleration and Deceleration Control

Acceleration and Deceleration Control Exercise 2 Acceleration and Deceleration Control EXERCISE OBJECTIVE To learn how to eliminate abrupt starting and stopping of an actuator with acceleration and deceleration control. DISCUSSION Acceleration

More information

UNIVERSITY OF JORDAN Mechatronics Engineering Department Measurements & Control Lab Experiment no.1 DC Servo Motor

UNIVERSITY OF JORDAN Mechatronics Engineering Department Measurements & Control Lab Experiment no.1 DC Servo Motor UNIVERSITY OF JORDAN Mechatronics Engineering Department Measurements & Control Lab. 0908448 Experiment no.1 DC Servo Motor OBJECTIVES: The aim of this experiment is to provide students with a sound introduction

More information

EE 308 Spring Preparation for Final Lab Project Simple Motor Control. Motor Control

EE 308 Spring Preparation for Final Lab Project Simple Motor Control. Motor Control Preparation for Final Lab Project Simple Motor Control Motor Control A proportional integral derivative controller (PID controller) is a generic control loop feedback mechanism (controller) widely used

More information

Operating Instructions

Operating Instructions 4XH35QB151210 Small General Frequency Converter Operating Instructions 220V 0.75KW 5.5KW 400V 0.75KW 15KW Please read the instruction carefully and understand the contents so that it can be installed and

More information

Introduction. ELCT903, Sensor Technology Electronics and Electrical Engineering Department 1. Dr.-Eng. Hisham El-Sherif

Introduction. ELCT903, Sensor Technology Electronics and Electrical Engineering Department 1. Dr.-Eng. Hisham El-Sherif Introduction In automation industry every mechatronic system has some sensors to measure the status of the process variables. The analogy between the human controlled system and a computer controlled system

More information

SRV02-Series. Rotary Servo Plant. User Manual

SRV02-Series. Rotary Servo Plant. User Manual SRV02-Series Rotary Servo Plant User Manual SRV02-(E;EHR)(T) Rotary Servo Plant User Manual 1. Description The plant consists of a DC motor in a solid aluminum frame. The motor is equipped with a gearbox.

More information

Think About Control Fundamentals Training. Terminology Control. Eko Harsono Control Fundamental

Think About Control Fundamentals Training. Terminology Control. Eko Harsono Control Fundamental Think About Control Fundamentals Training Terminology Control Eko Harsono eko.harsononus@gmail.com; 1 Contents Topics: Slide No: Process Control Terminology 3-10 Control Principles 11-18 Basic Control

More information

OughtToPilot. Project Report of Submission PC128 to 2008 Propeller Design Contest. Jason Edelberg

OughtToPilot. Project Report of Submission PC128 to 2008 Propeller Design Contest. Jason Edelberg OughtToPilot Project Report of Submission PC128 to 2008 Propeller Design Contest Jason Edelberg Table of Contents Project Number.. 3 Project Description.. 4 Schematic 5 Source Code. Attached Separately

More information

Introduction To Temperature Controllers

Introduction To Temperature Controllers Introduction To Temperature Controllers The Miniature CN77000 is a full featured microprocessor-based controller in a 1/16 DIN package. How Can I Control My Process Temperature Accurately and Reliably?

More information

Proportional Amplifier for Analog Rudder Steering Control

Proportional Amplifier for Analog Rudder Steering Control R Raytheon Marine GmbH eáöü pé~ë mêççìåíë mçëíñ~åü NNSS a J OQNMM háéä déêã~åó qéä HQVJQ PNJPM NVJM c~ñ HQVJQ PNJPM NVJOVN bã~áä oéåééíáçåab]ê~óâáéäkåçã ïïïkê~óã~êáåékåçã Proportional Amplifier for Analog

More information

Hydraulic Valve Interface Products

Hydraulic Valve Interface Products Filename: Hydraulic Valve Interface Information.docx Date: 04/02/2014 Version: 2.0 Hydraulic Valve Interface Products Hydraulics provides a wonderful way of generating very large forces to move and control.

More information

Automatic Control Systems 2017 Spring Semester

Automatic Control Systems 2017 Spring Semester Automatic Control Systems 2017 Spring Semester Assignment Set 1 Dr. Kalyana C. Veluvolu Deadline: 11-APR - 16:00 hours @ IT1-815 1) Find the transfer function / for the following system using block diagram

More information

Electromechanical Technology /Electromechanical Engineering Technology CIP Task Grid

Electromechanical Technology /Electromechanical Engineering Technology CIP Task Grid 1 Secondary Task List 100 DEMONSTRATE KNOWLEDGE OF TECHNICAL REPORTS 101 Identify components of technical reports. 102 Demonstrate knowledge of the common components of technical documents. 103 Maintain

More information

A M E M B E R O F T H E K E N D A L L G R O U P

A M E M B E R O F T H E K E N D A L L G R O U P A M E M B E R O F T H E K E N D A L L G R O U P Basics of PID control in a Programmable Automation Controller Technology Summit September, 2018 Eric Paquette Definitions-PID A Proportional Integral Derivative

More information

Page ENSC387 - Introduction to Electro-Mechanical Sensors and Actuators: Simon Fraser University Engineering Science

Page ENSC387 - Introduction to Electro-Mechanical Sensors and Actuators: Simon Fraser University Engineering Science Motor Driver and Feedback Control: The feedback control system of a dc motor typically consists of a microcontroller, which provides drive commands (rotation and direction) to the driver. The driver is

More information

GE423 Laboratory Assignment 6 Robot Sensors and Wall-Following

GE423 Laboratory Assignment 6 Robot Sensors and Wall-Following GE423 Laboratory Assignment 6 Robot Sensors and Wall-Following Goals for this Lab Assignment: 1. Learn about the sensors available on the robot for environment sensing. 2. Learn about classical wall-following

More information

Compact Hydraulic System for Energy Savings and High Precision. POWER Meister

Compact Hydraulic System for Energy Savings and High Precision. POWER Meister Compact Hydraulic System for Energy Savings and High Precision POWER Meister POWER Meister Compact Hydraulic System Superior Energy Savings High Precision AC servo motor controls rotational speed and direction

More information

PID control. since Similarly, modern industrial

PID control. since Similarly, modern industrial Control basics Introduction to For deeper understanding of their usefulness, we deconstruct P, I, and D control functions. PID control Paul Avery Senior Product Training Engineer Yaskawa Electric America,

More information

6.9 Jump frequency - Avoiding frequency resonance

6.9 Jump frequency - Avoiding frequency resonance E581595.9 Jump frequency - Avoiding frequency resonance : Jump frequency : Jumping width Function Resonance due to the natural frequency of the mechanical system can be avoided by jumping the resonant

More information

Configuration Example of Temperature Control

Configuration Example of Temperature Control Controllers Technical Information Configuration Example of Control controllers The following is an example of the configuration of temperature control. Controller Relay Voltage Current SSR Cycle controller

More information

DIGITAL CONTROL OF ELECTRO-HYDRAULIC STEERING TEST BENCH

DIGITAL CONTROL OF ELECTRO-HYDRAULIC STEERING TEST BENCH DIGITAL CONTROL OF ELECTRO-HYDRAULIC STEERING TEST BENCH Alexander Mitov, Jordan Kralev 2, Ilcho Angelov 3 TU-Sofia, Faculty of Power Engineering and Power Machines, Department: HAD and HM, e-mail:alexander_mitov@mail.bg

More information

Nonlinear Control Lecture

Nonlinear Control Lecture Nonlinear Control Lecture Just what constitutes nonlinear control? Control systems whose behavior cannot be analyzed by linear control theory. All systems contain some nonlinearities, most are small and

More information

Appendix F: PID Control...F 1 PID Control...F 2

Appendix F: PID Control...F 1 PID Control...F 2 Appendix PID Control F Table of Contents Appendix F: PID Control........................................F 1 PID Control................................................F 2 PID Control Overview.............................................

More information

of harmonic cancellation algorithms The internal model principle enable precision motion control Dynamic control

of harmonic cancellation algorithms The internal model principle enable precision motion control Dynamic control Dynamic control Harmonic cancellation algorithms enable precision motion control The internal model principle is a 30-years-young idea that serves as the basis for a myriad of modern motion control approaches.

More information

9 Feedback and Control

9 Feedback and Control 9 Feedback and Control Due date: Tuesday, October 20 (midnight) Reading: none An important application of analog electronics, particularly in physics research, is the servomechanical control system. Here

More information

This Errata Sheet contains corrections or changes made after the publication of this manual.

This Errata Sheet contains corrections or changes made after the publication of this manual. Errata Sheet This Errata Sheet contains corrections or changes made after the publication of this manual. Product Family: DL4 Date: September 12, 218 Manual Number D4-ANLG-M Revision and Date th Ed., Rev.

More information

Final Project: Sound Source Localization

Final Project: Sound Source Localization Final Project: Sound Source Localization Warren De La Cruz/Darren Hicks Physics 2P32 4128260 April 27, 2010 1 1 Abstract The purpose of this project will be to create an auditory system analogous to a

More information

Independent Technology Service Inc Independence Ave. Chatsworth, California Toll Free:

Independent Technology Service Inc Independence Ave. Chatsworth, California Toll Free: Independent Technology Service Inc. 9182 Independence Ave. Chatsworth, California 91311 www.itscnc.com Toll Free: 1.800.342.3475 NEW Brush Amplifiers For Fadal Machines AMP-0006N-ITS AMP-0021N-ITS NEW

More information

Industrial Automation Training Academy. Arduino, LabVIEW & PLC Training Programs Duration: 6 Months (180 ~ 240 Hours)

Industrial Automation Training Academy. Arduino, LabVIEW & PLC Training Programs Duration: 6 Months (180 ~ 240 Hours) nfi Industrial Automation Training Academy Presents Arduino, LabVIEW & PLC Training Programs Duration: 6 Months (180 ~ 240 Hours) For: Electronics & Communication Engineering Electrical Engineering Instrumentation

More information

Generator Operation with Speed and Voltage Regulation

Generator Operation with Speed and Voltage Regulation Exercise 3 Generator Operation with Speed and Voltage Regulation EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with the speed governor and automatic voltage regulator used

More information