mike123abc said:The satellite is on its last legs, the momentum wheels are broke so it turns out of position constantly, only to be turned back to pointing at the earth via a thruster. The estimated amount of fuel now is down to less than 40 months because of the constant corrections. Maybe they will eventually move E6 over there. The replacement satellite for 129 is 18 months or so away.
I can see it now... the code in Dish's facility
if 129W.SigStr < 50 then begin
repeat
129W.FireRotation := TRUE;
until 129W.SigStr > 80;
129W.FireRotation := FALSE;
end;