Modeling and Simulation of Hybrid Systems - 12 Flashcards
What are the key components of an hybrid automata?
invariant, guard, jump and flow functions
How do we convert to a Hybrid statechart?
Guard sets: modeled as conditions of discrete transitions.
Flow function: specified after the keyword throughout
Jump function: specified after the keyword exit within a state or
attached to a discrete transition.
Invariant: Most work does not specify invariants for statecharts.
Instead, urgent semantics are assumed, i.e., a transition is taken as
soon as a state is in a guard set
What is the concept of deadlock in hybrid automata?
A deadlock occurs when the
continuous state leaves the invariant
and is not in any guard set.
What is the concept of livelock in hybrid automata?
A livelock occurs when the system switches infinitely often between
discrete states and no time passes in between discrete transitions.
What is Zeno behavior?
Zeno behavior occurs when the duration δi between the i th and the (i + 1)th transition decreases and sum^∞_i=0 δi is finite. With other words, an
infinite number of transitions occurs in finite time.
What is finite escape time?
One speaks of finite escape time, when ||x|| → ∞ in finite time. Finite
escape time is also possible for purely continuous systems when they are
nonlinear
How to detect guard detection?
When the guard set is crossed the levvel set function I(x) changs its sign.