Spelling suggestions: "subject:"automated control"" "subject:"utomated control""
1 |
An automated antenna radiation pattern measurement system controlled by a microcomputerPapaiōannou, D. January 1985 (has links)
No description available.
|
2 |
The facilities automated control and tracking system (FACTS) /Mouri, Richard I. January 1990 (has links)
Project report (M. Eng.)--Virginia Polytechnic Institute and State University, 1990. / Abstract. Includes bibliographical references (leaves 79-81). Also available via the Internet.
|
3 |
Extracting and Representing Qualitative Behaviors of Complex Systems in Phase SpacesZhao, Feng 01 March 1991 (has links)
We develop a qualitative method for understanding and representing phase space structures of complex systems and demonstrate the method with a program, MAPS --- Modeler and Analyzer for Phase Spaces, using deep domain knowledge of dynamical system theory. Given a dynamical system, the program generates a complete, high level symbolic description of the phase space structure sensible to human beings and manipulable by other programs. Using the phase space descriptions, we are developing a novel control synthesis strategy to automatically synthesize a controller for a nonlinear system in the phase space to achieve desired properties.
|
4 |
Automated storage and retrieval system design reportEaglesham, Mark A. 07 July 2010 (has links)
This report describes the design and operation of an Automated Storage and Retrieval System (AS/RS) to serve the Flexible Manufacturing and Assembly System (FMAS) in the Manufacturing Systems Laboratory at Virginia Tech. The system requirements of the AS/RS, justification of design choices, and the proposed modes of operating the system are described.
The AS/RS was designed to automatically move material on pallets between the storage racks in the laboratory to the FMAS conveyor interface. The system was designed and built, and has been tested to perform the desired operating functions. The scope of this project was limited to designing and installing the hardware component of the AS/RS, and testing it to ensure that it will satisfy the system requirements of the FMAS. The educational objective of the project is to enable fully automated control of all cell activities via the FMAS Computer Network. / Master of Science
|
5 |
Development of Automated Robotic Microassembly for Three-dimensional MicrosystemsWang, Lidai 03 March 2010 (has links)
Robotic microassembly is a process to leverage intelligent micro-robotic technologies to manipulate and assemble three-dimensional complex micro-electromechanical systems (MEMS) from a set of simple-functional microparts or subsystems. As the development of micro and nano-technologies has progressed in recent years, complex and highly integrated micro-devices are required. Microassembly will certainly play an important role in the fabrication of the next generation of MEMS devices. This work provides advances in robotic microassembly of complex three-dimensional MEMS devices. The following key technologies in robotic microassembly are studied in this research: (i) the design of micro-fasteners with high accuracy, high mechanical strength, and reliable electrical connection, (ii) the development of a microassembly strategy that permits the manipulation of microparts with multiple degrees of freedom (DOFs) and high accuracy, (iii) fully automated microassembly based on computer vision, (iv) micro-force sensor design for microassembly. An adhesive mechanical micro-fastener is developed to assemble micro-devices. Hybrid microassembly strategy, which consists of pick-and-place and pushing-based manipulations, is employed to assemble three-dimensional micro-devices with high flexibility and high accuracy. Novel three-dimensional rotary MEMS mirrors have been successfully assembled using the proposed micro-fastener and manipulation strategy. Fully automatic pick-and-place microassembly is successfully developed based on visual servo control. A vision-based contact sensor is developed and applied to automatic micro-joining tasks. Experimental results show that automatic microassembly has achieved sub-micron accuracy, high efficiency, and high success rate. This work has provided an effective approach to construct the next generation of MEMS devices with high performance, high efficiency, and low cost.
|
6 |
Development of Automated Robotic Microassembly for Three-dimensional MicrosystemsWang, Lidai 03 March 2010 (has links)
Robotic microassembly is a process to leverage intelligent micro-robotic technologies to manipulate and assemble three-dimensional complex micro-electromechanical systems (MEMS) from a set of simple-functional microparts or subsystems. As the development of micro and nano-technologies has progressed in recent years, complex and highly integrated micro-devices are required. Microassembly will certainly play an important role in the fabrication of the next generation of MEMS devices. This work provides advances in robotic microassembly of complex three-dimensional MEMS devices. The following key technologies in robotic microassembly are studied in this research: (i) the design of micro-fasteners with high accuracy, high mechanical strength, and reliable electrical connection, (ii) the development of a microassembly strategy that permits the manipulation of microparts with multiple degrees of freedom (DOFs) and high accuracy, (iii) fully automated microassembly based on computer vision, (iv) micro-force sensor design for microassembly. An adhesive mechanical micro-fastener is developed to assemble micro-devices. Hybrid microassembly strategy, which consists of pick-and-place and pushing-based manipulations, is employed to assemble three-dimensional micro-devices with high flexibility and high accuracy. Novel three-dimensional rotary MEMS mirrors have been successfully assembled using the proposed micro-fastener and manipulation strategy. Fully automatic pick-and-place microassembly is successfully developed based on visual servo control. A vision-based contact sensor is developed and applied to automatic micro-joining tasks. Experimental results show that automatic microassembly has achieved sub-micron accuracy, high efficiency, and high success rate. This work has provided an effective approach to construct the next generation of MEMS devices with high performance, high efficiency, and low cost.
|
7 |
Workload Management for Data-Intensive ServicesLim, Harold Vinson Chao January 2013 (has links)
<p>Data-intensive web services are typically composed of three tiers: i) a display tier that interacts with users and serves rich content to them, ii) a storage tier that stores the user-generated or machine-generated data used to create this content, and iii) an analytics tier that runs data analysis tasks in order to create and optimize new content. Each tier has different workloads and requirements that result in a diverse set of systems being used in modern data-intensive web services.</p><p>Servers are provisioned dynamically in the display tier to ensure that interactive client requests are served as per the latency and throughput requirements. The challenge is not only deciding automatically how many servers to provision but also when to provision them, while ensuring stable system performance and high resource utilization. To address these challenges, we have developed a new control policy for provisioning resources dynamically in coarse-grained units (e.g., adding or removing servers or virtual machines in cloud platforms). Our new policy, called proportional thresholding, converts a user-specified performance target value into a target range in order to account for the relative effect of provisioning a server on the overall workload performance.</p><p>The storage tier is similar to the display tier in some respects, but poses the additional challenge of needing redistribution of stored data when new storage nodes are added or removed. Thus, there will be some delay before the effects of changing a resource allocation will appear. Moreover, redistributing data can cause some interference to the current workload because it uses resources that can otherwise be used for processing requests. We have developed a system, called Elastore, that addresses the new challenges found in the storage tier. Elastore not only coordinates resource allocation and data redistribution to preserve stability during dynamic resource provisioning, but it also finds the best tradeoff between workload interference and data redistribution time.</p><p>The workload in the analytics tier consists of data-parallel workflows that can either be run in a batch fashion or continuously as new data becomes available. Each workflow is composed of smaller units that have producer-consumer relationships based on data. These workflows are often generated from declarative specifications in languages like SQL, so there is a need for a cost-based optimizer that can generate an efficient execution plan for a given workflow. There are a number of challenges when building a cost-based optimizer for data-parallel workflows, which includes characterizing the large execution plan space, developing cost models to estimate the execution costs, and efficiently searching for the best execution plan. We have built two cost-based optimizers: Stubby for batch data-parallel workflows running on MapReduce systems, and Cyclops for continuous data-parallel workflows where the choice of execution system is made a part of the execution plan space.</p><p>We have conducted a comprehensive evaluation that shows the effectiveness of each tier's automated workload management solution.</p> / Dissertation
|
8 |
Automatic positioner and control system for a motorized parabolic solar reflectorPrinsloo, Gerhardus Johannes 12 1900 (has links)
Thesis (MEng)--Stellenbosch University, 2014. / ENGLISH ABSTRACT: Most rural African villages enjoy high levels of sunlight, but rolling out solar
power generation technology to tap into this renewable energy resource at remote
rural sites in Africa pose a number of design challenges. To meet these
challenges, a project has been initiated to design, build and test/evaluate a
knock down 3 kW peak electrical stand-alone self-tracking dual-axis concentrating
solar power system.
This study focusses on the mechatronic engineering aspects in the design
and development of a dynamic mechatronic platform and digital electronic
control system for the stand-alone concentrating solar power system. Design
specifications require an accurate automatic positioner and control system for
a motorized parabolic solar reflector with an optical solar harnessing capacity
of 12 kWt at solar noon. It must be suitable for stand-alone rural power generation.
This study presents a conceptual design and engineering prototype
of a balanced cantilever tilt-and-swing dual-axis slew drive actuation means
as mechatronic solar tracking mobility platform for a ∼12 m2 lightweight
parabolic solar concentrator. Digital automation of the concentrated solar
platform is implemented using an industrial Siemens S7-1200 programmable
logic controller (PLC) with digital remote control interfacing, pulse width modulated
direct current driving, and electronic open loop/closed loop solar tracking
control. The design and prototype incorporates off-the-shelf components
to support local manufacturing at reduced cost and generally meets the goal
of delivering a dynamic mechatronic platform for a concentrating solar power
system that is easy to transport, assemble and install at remote rural sites
in Africa. Real-time experiments, conducted in the summer of South Africa,
validated and established the accuracy of the engineering prototype positioning
system. It shows that the as-designed and -built continuous solar tracking
performs to an optical accuracy of better than 1.0◦ on both the azimuth and
elevation tracking axes; and which is also in compliance with the pre-defined
design specifications.
Structural aspects of the prototype parabolic dish are evaluated and optimized
by other researchers while the Stirling and power handling units are under
development in parallel projects. Ultimately, these joint research projects
aim to produce a locally manufactured knock down do-it-yourself concentrated
solar power generation kit, suitable for deployment into Africa. / AFRIKAANSE OPSOMMING: Landelike gebiede in Afrika geniet hoë vlakke van sonskyn, maar die ontwerp
van betroubare sonkrag tegnologie vir die benutting van hierdie hernubare
energie hulpbron by afgeleë gebiede in Afrika bied verskeie uitdagings. Om
hierdie uitdagings te oorkom, is ’n projek van stapel gestuur om ’n afbreekbare
3 kW piek elektriese alleenstaande selfaangedrewe dubbel-as son-konsentreeder
te ontwerp, bou en te toets.
Hierdie studies fokus op die megatroniese ingenieurs-aspekte in die ontwerp
en ontwikkeling van ’n dinamiese megatroniese platform en ’n digitale
elektroniese beheerstelsel vir die alleenstaande gekonsentreerde sonkrag stelsel.
Ontwerp spesifikasies vereis ’n akkurate outomatiese posisionering en beheer
stelsel vir ’n motor aangedrewe paraboliese son reflekteerder met ’n optiesekollekteer-
kapasiteit van 12 kWt by maksimum sonhoogte, en veral geskik wees
vir afgeleë sonkrag opwekking. Hierdie studie lewer ’n konsepsuele ontwerp en
ingenieurs-prototipe van ’n gebalanseerde dubbelas swaai-en-kantel swenkrat
aandrywingsmeganisme as megatroniese sonvolg platform vir ’n ∼12 m2 liggewig
paraboliese son konsentreerder. Digitale outomatisering van die son konsentreerder
platform is geimplementeer op ’n industriële Siemens S7-1200 programmeerbare
logiese beheerder (PLB) met ’n digitale afstandbeheer koppelvlak,
puls-wydte-gemoduleerde gelykstroom aandrywing en elektroniese ooplus
en geslote-lus sonvolg beheer. Die ontwerp en prototipe maak gebruik van
beskikbare komponente om lae-koste plaaslike vervaardiging te ondersteun en
slaag in die algemeen in die doel om ’n dinamiese megatroniese platform vir ’n
gekonsentreerde sonkrag stelsel te lewer wat maklik vervoer, gebou en opgerig
kan word op afgeleë persele in Afrika. Intydse eksperimente is gedurende die
somer uitgevoer om die akkuraatheid van die prototipe posisionering sisteem
te evalueer. Dit toon dat die sisteem die son deurlopend volg met ’n akkuraatheid
beter as 1.0◦ op beide die azimut en elevasie sonvolg asse, wat voldoen
aan die ontwerp spesifikasies.
Strukturele aspekte van die prototipe paraboliese skottel word deur ander
navorsers geëvalueer en verbeter terwyl die Stirling-eenheid en elektriese sisteme
in parallelle projekte ontwikkel word. Die uiteindelike doel met hierdie
groepnavorsing is om ’n plaaslik vervaardigde doen-dit-self sonkrag eenheid te
ontwikkel wat in Afrika ontplooi kan word.
|
9 |
Phase Space Navigator: Towards Automating Control Synthesis in Phase Spaces for Nonlinear Control SystemsZhao, Feng 01 April 1991 (has links)
We develop a novel autonomous control synthesis strategy called Phase Space Navigator for the automatic synthesis of nonlinear control systems. The Phase Space Navigator generates global control laws by synthesizing flow shapes of dynamical systems and planning and navigating system trajectories in the phase spaces. Parsing phase spaces into trajectory flow pipes provide a way to efficiently reason about the phase space structures and search for global control paths. The strategy is particularly suitable for synthesizing high-performance control systems that do not lend themselves to traditional design and analysis techniques.
|
10 |
Reliability Constrained Optimal Investment in a Microgrid with Renewable Energy, Storage, and Smart Resource Management2015 September 1900 (has links)
Environmental concerns have led to a rapid increase in renewable energy development and production as the global demand for electricity continues to increase. The intermittent and uncertain nature of electricity generation from renewable sources, such as wind and solar, however, create significant challenges in maintaining power system reliability at reasonable costs. Energy storage and smart-grid technologies are perceived to provide potential solutions to these challenges in modern power systems of different sizes. This work investigates the opportunity to incorporate energy storage in microgrids with renewable energy production, as well as applying smart microgrid management techniques to reduce the lifetime costs while maintaining an acceptable level of reliability.
A microgrid consisting of a 5 home community with generation supplied by two propane generators to meet the “N-1” reliability criterion is used as the base case scenario. Actual load data of typical homes is obtained from the industry partner. An equivalent loss of load expectation criterion is used to benchmark the acceptable reliability level. A model is developed to calculate the lifetime operational cost of the base case scenario which is used to assess the benefit of the addition of renewable energy sources, energy storage, and smart microgrid management techniques.
A MATLAB program is developed to assess the 20 year operational costs of various combinations of renewable energy sources and battery energy storage, which will be considered the lifetime of the system. The combination of generation and storage which yields the lowest lifetime operational cost is defined as the optimized microgrid, and is used as a basis to determine if additional savings are realized by the implementation of a microgrid operated by a Smart Microgrid Management System (SMMS).
The conceptual layout of the proposed SMMS is presented along with identified methods of utilizing in-home thermal storage. The SMMS mechanism is discussed along with proposed functionality, potential methods of employment, and associated development and implementation costs. The microgrid operated by the SMMS is assessed, and its lifetime operational cost is presented and contrasted against the base case microgrid and the optimized microgrid.
A power system reliability evaluation of the proposed microgrids are conducted using a probabilistic method to ensure that reliability is not sacrificed by the implementation of a cost-minimized microgrid. A sequential Monte Carlo simulation model is developed to assess the power system reliability of the various microgrid configuration cases. The functionality of this model is verified using an existing reliability assessment program.
The results from the presented studies show that the implementation of renewable energy sources, energy storage, and smart microgrid management techniques are an effective way of reducing the operational cost of a remote microgrid while increasing its power system reliability.
|
Page generated in 0.0546 seconds