4 resultados para Nets (Mathematics)
em Repositório Científico do Instituto Politécnico de Lisboa - Portugal
Resumo:
"The purpose of the XII Iberian-Italian Congress of Financial and Actuarial Mathematics is to provide a meeting point for researchers in Financial Economics from different countries and research backgrounds in universities, government or financial institutions. In fact, the Congress which is currently taking place in Lisbon has been organized to encourage communication and debate among the participants as well as to reinforce the bonds between us.The current edition of the Congress is characterized by the quality and diversity of the papers that have been submitted with special attention to the International Financial Crisis and measures of risk in different financial markets. However, as the Congress Program indicates, there are also parallel sessions about traditional topics in finance such as asset pricing, insurance, corporate finance, etc.Although this Congress has always been organized alternately between Spain and Italy, this year we have the great pleasure of celebrating it in Portugal which will be included as a permanent partner." [prefácio]
Resumo:
This paper presents a new communication architecture to enable the remote control, monitoring and debug of embedded-system controllers designed using IOPT Petri nets. IOPT Petri nets and the related tools (http://gres.uninova.pt) have been used as a rapid prototyping and development framework, including model-checking, simulation and automatic code generation tools. The new architecture adds remote operation capabilities to the controllers produced by the automatic code generators, enabling quasi-real-time remote debugging and monitoring using the IOPT simulator tool. Furthermore, it enables the creation of graphical user interfaces for remote operation and the development of distributed systems where a Petri net model running on a central system supervises the actions of multiple remote subsystems. © 2015 IEEE.
Resumo:
This paper proposes the concept of multi-asynchronous-channel for Petri nets. Petri nets extended with multi-asynchronous-channels and time-domains support the specification of distributed controllers, where each controller has a synchronous execution but the global system is asynchronous (globally-asynchronous locally-synchronous systems). Each multi-asynchronous-channel specify the interaction between two or more distributed controllers. These channels, together with the time-domain concept, ensure the creation of network-independent models to support implementations using heterogeneous communication networks. The created models support not only the systems documentation but also their validation and implementation through simulation tools, verification tools, and automatic code generators. An application example illustrates the use of a Petri net class extended with the proposed channels. © 2015 IEEE.
Resumo:
Modular design is crucial to manage large-scale systems and to support the divide-and-conquer development approach. It allows hierarchical representations and, therefore, one can have a system overview, as well as observe component details. Petri nets are suitable to model concurrent systems, but lack on structuring mechanisms to support abstractions and the composition of sub-models, in particular when considering applications to embedded controllers design. In this paper we present a module construct, and an underlying high-level Petri net type, to model embedded controllers. Multiple interfaces can be declared in a module, thus, different instances of the same module can be used in different situations. The interface is a subset of the module nodes, through which the communication with the environment is made. Module places can be annotated with a generic type, overridden with a concrete type at instance level, and constants declared in a module may have a new value in each instance.