1 / 104

Petri Nets

Petri Nets. Marco Sgroi EE249 - Fall 2001 Most slides borrowed from Luciano Lavagno’s lecture ee249 (1998). Models Of Computation for reactive systems. Main MOCs: Communicating Finite State Machines Dataflow Process Networks Discrete Event Codesign Finite State Machines Petri Nets

Télécharger la présentation

Petri Nets

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Petri Nets Marco Sgroi EE249 - Fall 2001 Most slides borrowed from Luciano Lavagno’s lecture ee249 (1998)

  2. Models Of Computationfor reactive systems • Main MOCs: • Communicating Finite State Machines • Dataflow Process Networks • Discrete Event • Codesign Finite State Machines • Petri Nets • Main languages: • StateCharts • Esterel • Dataflow networks

  3. Outline • Petri nets • Introduction • Examples • Properties • Analysis techniques

  4. Petri Nets (PNs) • Model introduced by C.A. Petri in 1962 • Ph.D. Thesis: “Communication with Automata” • Applications: distributed computing, manufacturing, control, communication networks, transportation… • PNs describe explicitly and graphically: • sequencing/causality • conflict/non-deterministic choice • concurrency • Asynchronous model • Main drawback: no hierarchy

  5. Petri Net Graph • Bipartite weighted directed graph: • Places: circles • Transitions: bars or boxes • Arcs: arrows labeled with weights • Tokens: black dots p2 t2 2 t1 p1 p4 3 t3 p3

  6. Petri Net • A PN (N,M0) is a Petri Net Graph N • places: represent distributed state by holding tokens • marking (state) M is an n-vector (m1,m2,m3…), where mi is the non-negative number of tokens in place pi. • initial marking (M0) is initial state • transitions: represent actions/events • enabled transition: enough tokens in predecessors • firing transition: modifies marking • …and an initial marking M0. p2 t2 2 t1 p1 p4 3 Places/Transition: conditions/events t3 p3

  7. Transition firing rule • A marking is changed according to the following rules: • A transition is enabled if there are enough tokens in each input place • An enabled transition may or may not fire • The firing of a transition modifies marking by consuming tokens from the input places and producing tokens in the output places 2 2 2 2 3 3

  8. Concurrency, causality, choice t1 t2 t5 t3 t4 t6

  9. Concurrency, causality, choice t1 Concurrency t2 t5 t3 t4 t6

  10. Concurrency, causality, choice t1 t2 t5 Causality, sequencing t3 t4 t6

  11. Concurrency, causality, choice t1 t2 t5 Choice, conflict t3 t4 t6

  12. Concurrency, causality, choice t1 t2 t5 Choice, conflict t3 t4 t6

  13. Communication Protocol Send msg Receive msg P2 P1 Send Ack Receive Ack

  14. Communication Protocol Send msg Receive msg P2 P1 Send Ack Receive Ack

  15. Communication Protocol Send msg Receive msg P2 P1 Send Ack Receive Ack

  16. Communication Protocol Send msg Receive msg P2 P1 Send Ack Receive Ack

  17. Communication Protocol Send msg Receive msg P2 P1 Send Ack Receive Ack

  18. Communication Protocol Send msg Receive msg P2 P1 Send Ack Receive Ack

  19. Producer-Consumer Problem Produce Buffer Consume

  20. Producer-Consumer Problem Produce Buffer Consume

  21. Producer-Consumer Problem Produce Buffer Consume

  22. Producer-Consumer Problem Produce Buffer Consume

  23. Producer-Consumer Problem Produce Buffer Consume

  24. Producer-Consumer Problem Produce Buffer Consume

  25. Producer-Consumer Problem Produce Buffer Consume

  26. Producer-Consumer Problem Produce Buffer Consume

  27. Producer-Consumer Problem Produce Buffer Consume

  28. Producer-Consumer Problem Produce Buffer Consume

  29. Producer-Consumer Problem Produce Buffer Consume

  30. Producer-Consumer Problem Produce Buffer Consume

  31. Producer-Consumer Problem Produce Buffer Consume

  32. Producer-Consumer Problem Produce Buffer Consume

  33. Producer-Consumer with priority A Consumer B can consume only if buffer A is empty Inhibitor arcs B

  34. PN properties • Behavioral: depend on the initial marking (most interesting) • Reachability • Boundedness • Schedulability • Liveness • Conservation • Structural: do not depend on the initial marking (often too restrictive) • Consistency • Structural boundedness

  35. Reachability • Marking M is reachable from marking M0 if there exists a sequence of firingss = M0 t1 M1 t2 M2… M that transforms M0 to M. • The reachability problem is decidable. p2 t2 M0 = (1,0,1,0) t3 M1 = (1,0,0,1) t2 M = (1,1,0,0) p1 t1 p4 t3 p3 M0 = (1,0,1,0) M = (1,1,0,0)

  36. Liveness • Liveness: from any marking any transition can become fireable • Liveness implies deadlock freedom, not viceversa Not live

  37. Liveness • Liveness: from any marking any transition can become fireable • Liveness implies deadlock freedom, not viceversa Not live

  38. Liveness • Liveness: from any marking any transition can become fireable • Liveness implies deadlock freedom, not viceversa Deadlock-free

  39. Liveness • Liveness: from any marking any transition can become fireable • Liveness implies deadlock freedom, not viceversa Deadlock-free

  40. Boundedness • Boundedness: the number of tokens in any place cannot grow indefinitely • (1-bounded also called safe) • Application: places represent buffers and registers (check there is no overflow) Unbounded

  41. Boundedness • Boundedness: the number of tokens in any place cannot grow indefinitely • (1-bounded also called safe) • Application: places represent buffers and registers (check there is no overflow) Unbounded

  42. Boundedness • Boundedness: the number of tokens in any place cannot grow indefinitely • (1-bounded also called safe) • Application: places represent buffers and registers (check there is no overflow) Unbounded

  43. Boundedness • Boundedness: the number of tokens in any place cannot grow indefinitely • (1-bounded also called safe) • Application: places represent buffers and registers (check there is no overflow) Unbounded

  44. Boundedness • Boundedness: the number of tokens in any place cannot grow indefinitely • (1-bounded also called safe) • Application: places represent buffers and registers (check there is no overflow) Unbounded

  45. Conservation • Conservation: the total number of tokens in the net is constant Not conservative

  46. Conservation • Conservation: the total number of tokens in the net is constant Not conservative

  47. Conservation • Conservation: the total number of tokens in the net is constant Conservative 2 2

  48. Analysis techniques • Structural analysis techniques • Incidence matrix • T- and S- Invariants • State Space Analysis techniques • Coverability Tree • Reachability Graph

  49. -1 0 0 1 1 -1 0 -1 1 A= Incidence Matrix t2 p1 t1 p2 p3 • Necessary condition for marking M to be reachable from initial marking M0: there exists firing vector v s.t.: M = M0 + A v t1 t2 t3 p1 t3 p2 p3

  50. p1 t1 p2 p3 -1 0 0 1 1 -1 0 -1 1 A= t3 1 0 1 0 0 1 1 0 0 -1 0 0 1 1 -1 0 -1 1 1 0 1 = + v1 = State equations t2 • E.g. reachability of M =|0 0 1|T from M0 = |1 0 0|T but also v2 = | 1 1 2 |T or any vk = | 1 (k) (k+1) |T

More Related