Sökresultat:
5990 Uppsatser om Vehicle electronic control systems - Sida 17 av 400
Budget som styrmedel ? ett effektivt verktyg eller ett onödigt ont?: En fallstudie av den ekonomiska styrningen inom Luftfartsverket
The aim of this Master?s thesis is to examine the function of the budget as a means of control within an organisation in the public sector. To accomplish this, a case study has been conducted on a certain business unit within Luftfartsverket responsible for providing Air Traffic Control services. The thesis is built on a framework of contemporary theories of budgeting and includes a brief discussion of the weaknesses usually associated with the traditional budget. The conclusion of the study is that the use of budget as a means of financial control within Luftfartsverket is not efficient enough at the moment.
Requirement Specification for Information Security to Health Systems, Case Study - IMIS
During 2001-2002 a prototype, IMIS (Integrated Mobile Information System) was
developed at BTH (Blekinge University of Technology) to demonstrate how mobile
IT-systems can be used in healthcare. The prototype was based on the activity
theory of Engeström.
An ongoing project started in spring 2003. The purpose of the project is
further development of IMIS with special focus in the diabetes healthcare.
Participants in the project are scientists and students at BTH, ALMI
Företagspartner, Blekinge FoU-enhet, Barndiabetesförbundet Blekinge, Blekinge
Diabetesförening, Vårdcentralen Ronneby and Vårdcentralen Sölvesborg.
Utformningen av ett förstärkt skruvförband på en differentialväxel i bandvagnen BvS10 : Analys av olika förband med hjälp av CATIA och MATLAB
This is a thesis presents a differential gear which is found in a tracked vehicle called BvS10. The tracked vehicle is manufactured by BAE Systems Hägglunds AB in Örnsköldsvik, Sweden. The differential gear has a bolted house. The differential meets the requirement specifications, but the problem is that the bolts are sheared off because of the extreme torque that the differential is exposed to resist.Previous report on the differential show pictures of bolts which have been sheared off at the threads. This report is also includes three lists that explain seven different proposals which some are approved and some are not, and the report also presents the force, tensile, and shear stress.In a bolted connection there is both axial tension stress and radial shear stress, which can lead to wear out and broken bolts.
Balanserade styrkort i primärvården i landstinget i Östergötland : en analys av styrkort och processer
SummaryBackground: Management control is important for all kinds of activities, both in trade and industry and in the public sector since you must economize on scarce resources. There are nevertheless many different views on management control, which have changed with the times. With regard to the public sector in Sweden, the management control systems have changed radically the last half century, especially from the 1980s, due to depressions and increased focus on effectiveness. New approaches have been taken by many municipalities and county councils, both in Sweden and internationally, where the former management control systems have been abandoned in favour of result control, target costing, and activity-based-costing, for example. Another new approach has been the Balanced Scorecard, which was introduced by Kaplan & Norton in a pioneering article in 1992.The Balanced scorecard is a multidimensional tool, originally intended to be used in trade and industry, but with regard to its nature, it has been adopted even by many non-commercial organizations, especially in Sweden.
?Webbaserad visning av positioner på karta
Today there are a big need for a system that delivers overview of all available units for different municipalities and shipping- and security companies due to the increasing requirements for efficiency. The purpose with this graduation thesis is to find out which systems that is suitable to use while developing cost-effective software for positioning and to produce a prototype for such solution.This assignment has been done at the request of PocketMobile Communications AB. PocketMobile is a company that are specialized on delivering modern mobile software solutions and systems to companies with their own vehicle fleet or mobile workers.This master thesis can be split into two separate parts, the theoretic- and the practical part.The theoretic part includes producing a number of functional requirements in cooperation with PocketMobile and comparing the available systems against the function requirements.The practical part deal with the development of a prototype that demonstrates the software recommended. The development tools that best matched the functionality requirements when the selection was made in May 2007 were Map24 and OpenLayers. The system that was selected to use while developing the prototype was Map24, because this product matches all of the requirements and it is also suited for professional usage regarding support, scalability and reliability.
Analysis of Intent Specification and SystemUpgrade Traceability
The impact of computer programs in safety-critical systems has increased in the past decades and computer-based systems can now be found in a wide range of applications. A new approach for developing dependable systems is documenting all design rationale that affects safety using Intent Specifications. A recent approach for developing complex systems efficiently and in an upgradeable manner is Component-Based System Engineering. In this thesis, these approaches are combined in the development and upgrade of a Remote Robot Control Unit by using the tool SpecTRM. The case study showed that Intent Specifications and CBSE could successfully be combined.
Slampa! : En undersökning om hegemonisk femininitet, horstigma och obligatorisk sexualitet
This paper is about how the contemporary discourses on the slut in various ways discuss sluttyness, and what consequences these discussions may be for those who see themselves as sluts. The study is based on five electronic interviews, conducted via instant messaging, with five people who consider themselves to be dealing with sluthood and that, according to their own definitions, identify themselves as sluts. My conclusion is that sluttyness, when given the opportunity to be discussed and problematized, visualizes power and normative systems between sluts. This means that sluttyness is more complex than only influenced by patriarchal oppression and hierarchy of femininity, as I show through an intersectional conscious analysis. .
Styrning och nödbroms av ModuLith
The purpose of this project is to get a fully functional, automatic steering system and a variable breaking system with an emergency breaking function to an off road vehicle. This off road vehicle is supposed to work as an aid in military situations. A team of two, Sebastian Attervall and Nichlas Gustafsson, got an order from Jonas Nyårds and the PreeRunners Project to construct a steering system that could manoeuvre an off road vehicle without any human involvement. To make this possible the vehicle would be guided by onboard sensors, cameras and computers. The team where also assigned to construct an automatic breaking system, there also no human would be involved.
Positionsindikering i bilder och video för WITAS dialogsystem
Denna rapport beskriver arbetet med en utökning av ett dialogsystem till en UAV (Unmanned Aerial Vehicle, obemannad flygande farkost). Arbetet är utfört i WITAS-projektet (Wallenberg laboratory for research on Information Technology and Autonomous Systems), ett projekt som har som mål att utveckla en helikopter som ska kunna verka autonomt i t.ex. en trafikmiljö. Syftet med dialogsystemet är att en operatör med talspråk ska kunna ge kommandon till och få information från helikoptern. Detta examensarbete har som mål att utöka dialogen till att bli multimodal, dvs.
Generationsskräpsamling med explicit kontroll av hårdvarucache
This report evaluates whether an interpreted high-level garbage collected language has enough information about its memory behaviour to make better cache decisions than modern general CPU hardware.With a generational garbage collector, depending on promotion algorithm and generation size, around 90% of all objects never leave the first generation. This report is based on the hypothesis that, because of the low promotion rate, accesses to higher generations are sufficiently rare not to benefit from caching.To test this hypothesis, we built an operating system with a Scheme interpreter in kernel mode, where the interpreter controls the cache. Generic x86 PC hardware was used, since it allows fine-grained control of cache decisions.Measurements of execution time in this interpreter show that disabling the cache for generations higher than the first does not give any performance gain, but rather a performance loss of up to 50%.We conclude that this interpreter design is not an improvement, but cannot conclude that the hypothesis is false in general. We suggest building a better CPU simulator to gather more data from which to make better caching decisions, moving internal interpreter data structures into the garbage collected heap and modifying the hardware to allow control in the currently rigid dimension of where data is cached---for example separate control of instruction and data caches and separate data caches for different areas of memory..
Elektronisk publicering: vetenskapliga dokument med åtkomst via webben
The aim of this master thesis is to study electronic publishing, and our main purpose is to examine different strategies of publishing such as: markup languages and page description formats. We examine in what context these strategies are used for publishing, when it comes to scholarly documents produced by Swedish universities and university colleges during the spring of 2002. We apply a sociological perspective as the theoretical framework for to identify the main purposes for scientists to publish their work. We also discuss properties belonging to the different formats: XML, HTML, PDF and PostScript. By doing a content based survey of the websites at Borås University College and at Gothenburg University, we have found that the most common form of electronic publishing, regarding scholarly documents, are lists with bibliographical information on publications and presentations of current research.
Outsourcingrelationen med fokus på management control och de faktorer som påverkar beslutet att insourca
There is limited research done in the area of management control in the relationship between companies. This study investigates management control in outsourcing relationships and the decision to change sourcing strategy and to insource functions. The empirical research was conducted at an international company, which in this study has been anonymized. The research is mainly based on interviews. To extend and verify the conclusions drawn, another company, AB Ph.
Från ansikte-mot-ansikte till internet : Drivkrafter bakom att sprida electronic word-of-mouth
Kommunikation mellan konsumenter om produkter, word-of-mouth (WOM), kan påverka konsumenters köpbeslut. Därför är det viktigt att förstå varför konsumenter sprider information om produkter. Tidigare forskning har till stor del undersökt drivkrafter bakom WOM som ett generellt koncept, men på grund av att vi allt mer kommunicerar via elektroniska kanaler kan motiven bakom att sprida WOM ha förändrats. Forskning om detta kan bidra med ny kunskap inom området, varför denna undersökning syftar till att studera vilka drivkrafter som finns bakom electronic word-of-mouth (eWOM). En självadministrerad enkät besvarades elektroniskt av 150 respondenter för att undersöka sju olika drivkrafter.
Omvårdnad av självmordsnära patienter inom psykiatrin - En kvalitativ intervjuundersökning utifrån ett sjuksköterskeperspektiv
Suicide and attempted suicide frequently occur in society today and represent a major public health problem. In inpatient psychiatric care the nurse have a central role when caring for suicidal patients. Few systematic studies exists that address the nurse?s practical work with these patients. The purpose of this study was therefore to describe the nursing care of suicidal patients as it was perceived by registered clinical expert nurses.
Intern kontroll : Inom mindre grossistföretag
Accounting is a well discussed topic, and an important tool that allows stakeholders and others to interact with the companies. To gain credible reports, the companies require maintenance, activities and monitoring. Wholesalers account for approximately 20% of Sweden's net and is increasing at a steady pace. Few studies on wholesalers are acquired and the internal control has shown to be important for the preparation of the financial statements.Therefore the study will be focusing on the smaller wholesaler?s internal control, all the way to the financial statements.