17. Figure 5.15 shows a simplified redundant communication network between an unmanned spacecraft (sc) and a ground

Question:

17. Figure 5.15 shows a simplified redundant communication network between an unmanned spacecraft (sc) and a ground control center (gc). There are two indirect high-bandwidth (highgain)

links that are relayed through satellites (s1, s2) to different ground antennae (a1, a2).

Furthermore, there is a direct, low-bandwidth (low-gain) link between the ground control center’s antenna (a3) and the spacecraft. The low-gain link is affected by atmospheric disturbances – it works if there are no disturbances (no_dist) – and the spacecraft’s low-gain transmitter (sc_lg) and antenna 3 are ok. The high-gain links always work if the spacecraft’s high-gain transmitter

(sc_hg), the satellites’ antennae (s1_ant, s2_ant), the satellites’ transmitters (s1_trans, s2_trans

), and the ground antennae (a1, a2) are ok.

To keep matters simple, consider only messages from the spacecraft going through these channels to the ground control center.

The following knowledge base formalizes the part of the communication network we are interested in:
send_signal_lg_sc ← ok_sc_lg ∧ alive_sc .
send_signal_hg_sc ← ok_sc_hg ∧ alive_sc .
get_signal_s1 ← send_signal_hg_sc ∧ ok_s1_ant .
get_signal_s2 ← send_signal_hg_sc ∧ ok_s2_ant .
send_signal_s1 ← get_signal_s1 ∧ ok_s1_trans .
send_signal_s2 ← get_signal_s2 ∧ ok_s2_trans .
get_signal_gc ← send_signal_s1 ∧ ok_a1 .
get_signal_gc ← send_signal_s2 ∧ ok_a2 .
get_signal_gc ← send_signal_lg_sc ∧ ok_a3 ∧ no_dist .
Ground control is worried, because it has not received a signal from the spacecraft (no_signal_gc). It knows for sure that all ground antennae are ok (i.e., ok_a1, ok_a2, and ok_a3 ) and satellite s1’s transmitter is ok (ok_s1_trans). It is not sure about the state of the spacecraft, its transmitters, the satellites’ antennae, s2’s transmitter, and atmospheric disturbances.

(a) Specify a set of assumables and an integrity constraint that model the situation.

(b) Using the assumables and the integrity constraints from part (a), what is the set of minimal conflicts?

(c) What is the consistency-based diagnosis for the given situation? In other words, what are the possible combinations of violated assumptions that could account for why the control center cannot receive a signal from the spacecraft?

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: