Modeling and Simulation of Hybrid Systems - 12 Flashcards

1
Q

What are the key components of an hybrid automata?

A

invariant, guard, jump and flow functions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do we convert to a Hybrid statechart?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the concept of deadlock in hybrid automata?

A

A deadlock occurs when the
continuous state leaves the invariant
and is not in any guard set.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the concept of livelock in hybrid automata?

A

A livelock occurs when the system switches infinitely often between
discrete states and no time passes in between discrete transitions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Zeno behavior?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is finite escape time?

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How to detect guard detection?

A

When the guard set is crossed the levvel set function I(x) changs its sign.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly