10 resultados para Bus driving

em Doria (National Library of Finland DSpace Services) - National Library of Finland, Finland


Relevância:

20.00% 20.00%

Publicador:

Resumo:

Kristiina Hormia-Poutasen esitys Danish Research Association -tapahtumassa Tanskassa 15.9.2011

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Object-oriented programming is a widely adopted paradigm for desktop software development. This paradigm partitions software into separate entities, objects, which consist of data and related procedures used to modify and inspect it. The paradigm has evolved during the last few decades to emphasize decoupling between object implementations, via means such as explicit interface inheritance and event-based implicit invocation. Inter-process communication (IPC) technologies allow applications to interact with each other. This enables making software distributed across multiple processes, resulting in a modular architecture with benefits in resource sharing, robustness, code reuse and security. The support for object-oriented programming concepts varies between IPC systems. This thesis is focused on the D-Bus system, which has recently gained a lot of users, but is still scantily researched. D-Bus has support for asynchronous remote procedure calls with return values and a content-based publish/subscribe event delivery mechanism. In this thesis, several patterns for method invocation in D-Bus and similar systems are compared. The patterns that simulate synchronous local calls are shown to be dangerous. Later, we present a state-caching proxy construct, which avoids the complexity of properly asynchronous calls for object inspection. The proxy and certain supplementary constructs are presented conceptually as generic object-oriented design patterns. The e ect of these patterns on non-functional qualities of software, such as complexity, performance and power consumption, is reasoned about based on the properties of the D-Bus system. The use of the patterns reduces complexity, but maintains the other qualities at a good level. Finally, we present currently existing means of specifying D-Bus object interfaces for the purposes of code and documentation generation. The interface description language used by the Telepathy modular IM/VoIP framework is found to be an useful extension of the basic D-Bus introspection format.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

kuv., 22 x 31 cm

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Large amplitude bus bar aeolian vibration may lead to post insulator damage. Different damping applications are used to decrease the risk of large amplitude aeolian vibration. In this paper the post insulator load caused by the bus bar aeolian vibration and the effect of damping methods are evaluated. The effects of three types of bus bar connectors and three types of primary structures are studied. Two actual damping devices, damping cable and their combinations are studied. The post insulator loads are studied with strain gage based custom made force sensors installed on the both ends of the post insulator and with the displacement sensor installed on the midpoint of the bus bar. The post insulator loads are calculated from the strain values and the damping properties are determined from the displacement history. The bus bar is deflected with a hanging weight. The weight is released and the bus bar is left to free damped vibration. Both actual bus bar vibration dampers RIBE and SBI were very effective against the aeolian vibration. Combining vibration damper with damping cable will increase the damping ratio but it may be unnecessary considering the extra effort. Bus bar connector type or primary structure have no effect on the vertical load. The bending moment at the post insulator with double sided bus bar connector is significantly higher than at the post insulator with single sided bus bar connector. No reliable conclusions about bus bar connector type effect can be done, but the roller bearing type or central bearing type connector may reduce the bending moment. The RHS steel frame as primary structure may increase the bending moment peak values since it is the least rigid primary structure type and it may start to vibrate as a response to the awakening force of the vibrating bus bar.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Työssä tarkastellaan hybridi- ja sähköajoneuvojen voimankäyttöjärjestelmiä ja bussin ajomoottorina toimivan kestomagneettitahtikoneen toimintaa ja sen soveltuvuutta ajoneuvokäyttöön. Esitetään analyyttinen työkalu kestomagneettitahtikoneen induktanssisuunnittelun ja koneen vääntömomentin tuottokyvyn optimoinnin tueksi. Työkalua hyödynnetään esitettävässä ajomoottorin mitoituslaskelmassa. Työssä päätellään, että kestomagneettitahtimoottori soveltuu hyvin ajoneuvokäyttöön. Maksimaalisen vääntömomentin saavuttamiseksi sen roottorin rakenne ja induktanssit on optimoitava. Analysoimalla ajoneuvokäyttöön tarkoitettua kestomagneettitahtimoottoria työkalun avulla havaitaan, että yhtä suuremmalla induktanssisuhteella vääntömomentti on pienempi kentänheikennyksessä kuin ajettaessa konetta taajuusmuuttajalla vakioteholla nimelliskuormalla. Vastaavasti yhtä pienemmillä induktanssisuhteilla vääntömomentti on pienempi kentänheikennyksessä. Todetaan, että vääntömomentti kasvaa induktanssisuhteen poiketessa yhdestä. Suuri vääntömomentti saadaan pienillä induktanssisuhteilla. Induktanssisuhteen kasvattaminen yhdestä ei lisää moottorin tuottamaa vääntömomenttia yhtä paljon kuin induktanssisuhteen pienentäminen. Työn lopuksi verrataan työkalun laskemia tuloksia kirjallisuudesta löytyvillä yhtälöillä laskettuihin tuloksiin. Työkalun laskemat tulokset vaikuttavat ristiriidattomilta ja yhteneväisiltä teorian kanssa. Työkalun toteutuksessa tehdyt teoreettiset yksinkertaistukset aiheuttavat todennäköisesti epätarkkuutta tuloksissa erityisesti suurella kuormituksella.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Internet of Things (IoT) technologies are developing rapidly, and therefore there exist several standards of interconnection protocols and platforms. The existence of heterogeneous protocols and platforms has become a critical challenge for IoT system developers. To mitigate this challenge, few alliances and organizations have taken the initiative to build a framework that helps to integrate application silos. Some of these frameworks focus only on a specific domain like home automation. However, the resource constraints in the large proportion of connected devices make it difficult to build an interoperable system using such frameworks. Therefore, a general purpose, lightweight interoperability framework that can be used for a range of devices is required. To tackle the heterogeneous nature, this work introduces an embedded, distributed and lightweight service bus, Lightweight IoT Service bus Architecture (LISA), which fits inside the network stack of a small real-time operating system for constrained nodes. LISA provides a uniform application programming interface for an IoT system on a range of devices with variable resource constraints. It hides platform and protocol variations underneath it, thus facilitating interoperability in IoT implementations. LISA is inspired by the Network on Terminal Architecture, a service centric open architecture by Nokia Research Center. Unlike many other interoperability frameworks, LISA is designed specifically for resource constrained nodes and it provides essential features of a service bus for easy service oriented architecture implementation. The presented architecture utilizes an intermediate computing layer, a Fog layer, between the small nodes and the cloud, thereby facilitating the federation of constrained nodes into subnetworks. As a result of a modular and distributed design, the part of LISA running in the Fog layer handles the heavy lifting to assist the lightweight portion of LISA inside the resource constrained nodes. Furthermore, LISA introduces a new networking paradigm, Node Centric Networking, to route messages across protocol boundaries to facilitate interoperability. This thesis presents a concept implementation of the architecture and creates a foundation for future extension towards a comprehensive interoperability framework for IoT.