Refine
Year of publication
Document Type
Is part of the Bibliography
- no (48)
Keywords
Institute
- Fakultät Elektro- und Informationstechnik (47)
- Labor Datenkommunikation (40)
- Laboratory for Safe and Secure Systems (LAS3) (16)
- Labor Industrielle Elektronik (14)
- Labor Optische Übertragungssysteme (11)
- Labor Elektroakustik (2)
- Research Center for Artificial Intelligence - RCAI (2)
- Fakultät Sozial- und Gesundheitswissenschaften (1)
- Hochschulleitung/Hochschulverwaltung (1)
- Labor Smart Embedded Systems (1)
Begutachtungsstatus
- peer-reviewed (19)
- begutachtet (1)
Forschungsbericht 2011 / Hochschule für Angewandte Wissenschaften - Fachhochschule Regensburg
(2011)
The professional requirements in Software Engineering have become highly volatile due to the complexities of project development and rapid and innovative changes occurring in the field. Therefore, the development of inter-personal and social competences has gained central importance in the training of software developers. This paper will present a concept allowing to acquire competences by using Case Method and Role Play as instruments in several lectures of Software Engineering. By approaching the issue of competence acquisition on a technical as well as on an educational and social level, life-long learning is facilitated and supported.
The increase in complexity of software and its creation over the last decades requires an increase in the quality of the education of software engineering professionals. The number of Universities which answer this call by replacing or extending lectures with simulated software projects is constantly rising. However, the question how to best transfer new technological knowledge needed to be successful within this projects to the students remains open. Therefore this paper will present a comparison between the classical frontal lecture and a modern workshop learning arrangement used within these projects. By the use of workshops not only the knowledge transfer but also the acquisition of personal and social competences will be facilitated. Furthermore positive experiences with workshops at university level will support life-long learning.
Over the last three decades, the Controller Area Network (CAN) has become the dominant communication in embedded systems. Especially for automotive systems it offers advantages including high robustness, low error rate and high reliability combined with low power consumption. Therefore, learning the basics of this bus system is substantial in this field. Nowadays, various media about the functionality and use of CAN exist which make it easy to read into the topic. But often, theory alone is not sufficient. To deepen the understanding, practical implementation contributes significantly. However, affordable and easy-to-use CAN devices for training purposes are scarce. Existing equipment can be divided into expensive professional devices, which have many functions and inexpensive ones for hobbyists, which require difficult configurations. Therefore, a practical solution is a low-budget device equipped with an overlay which deals with the time consuming configurations. This paper covers the development of a python interface for a purchasable cost effective CAN device for Windows OS. The intention is to create an easy-to-use program that enables beginners to get in touch with CAN and collect practical experience. At the start, a brief explanation of the CAN functionality is given. After that, we introduce the hardware used in this project. Next, the software part covers the development of the interface and the integration of this interface into python-can. Furthermore, a virtual playground is introduced for testing purposes. Also, to demonstrate the functionality of the interface, a test program is executed in conjunction with a logic analyzer.
The key for decentralized battery systems is a robust and communication-less control strategy for autonomous power sharing of parallel-connected DC-DC converters. Battery systems improve the reliability and quality of power supply in renewable energy systems and enable power supply for off-grid, mobile applications, including islanded grids, home storage, and electric vehicles. In many cases, components with different electrical properties require different voltage levels. An adaptation is consequently essential and is normally implemented in DC grids for the batteries via bidirectional DC-DC converters. The power flow in both directions can thus be ensured. To achieve a power distribution in parallel connected DC-DC converters, a droop control in the form of a virtual internal resistor can be used. This paper presents a novel approach of a DC-DC converter with a digitally parameterizable droop resistor, whose voltage regulation is based on an analog operational amplifier circuit to ensure low delays and robustness. The droop resistor is adjusted with a microcontroller, which offers the possibility to apply a higher-level control for load sharing via an interface. Mathematical correlations are used to clearly define the parameters of the control. Furthermore, the circuit was completely simulated and tested in the hardware setup. The shown results verify the functionality and indicate only minor deviations. Therefore, this circuit is important for future use in distributed battery systems.
The professional requirements in software engineering have become highly volatile due to the complexities of project development and rapid and innovative changes occurring in the field. Therefore, the development of inter-personal and social competences has gained central importance in the training of software developers. The following text will present a concept allowing to acquire competences by using Pair Programming as an instrument. Moreover, arrangements for learning and teaching will be presented facilitating the acquisition of these competences. By approaching the issue of competence acquisition on a technical as well as on an educational and social level, lifelong learning is facilitated and supported.
Towards the Derivation of Guidelines for the Deployment of Real-Time Tasks on a Multicore Processor
(2014)
The deployment of automotive software on a multicore processor includes the task of mapping executables to cores. Given the number of possible solutions, integrators have to solve a complex problem. Considering multiple, often conflicting goals like minimizing task response times and memory consumption, complexity further increased with the advent of multicore processors. We present a model-based approach for deriving design rules supporting integrators with statically mapping tasks to a multicore ECU. First, an evolutionary algorithm is used to sample the design space. For each sample, a model-based analysis is performed, resulting in the required fitness values according to the system metric objectives. Finally, subsets of the sample population are used to derive deployment guidelines by evaluating similarities between highly ranked solutions. This reduces the number of solutions to be considered by the integrators by orders of magnitude. In a case-study, we demonstrate the developed approach on an artificial automotive engine management system.