Docking to the ISS

The Docking processor will dock the vessel to the specified docking port on the target. It switches on NAV receiver (set to ISS docking freq) and Docking HUD for the vessel. You have to open the nose cone yourself (although it is possible to dock with nose cone closed).

The docking is split into three different phases (placing the vessel on the docking axis, orienting towards dock and rotational alignment and final approach to dock.

It can (rarly) happen that the vessel is "crossing through" the ISS while approaching the hold position. Since there is no crash detection, this mis-behaviour causes no problems.

The below image shows the vessel just seconds away from "... we have capture ..."

 

Process definition

<Step>
  <Label>Docking to ISS</Label>
  <Processor type="Docking" mode="Lock">
    <Var name="Reference"> ISS </Var>
    <Var name="Port"> 1 </Var>
    <Var name="NAV"> 136.90 </Var>
    <Var name="Cmds"> K,^C </Var>
  </Processor>
</Step>
mode="Lock" means the docking processor is going to dock our vessel to the defined target (the other mode is used in the next phase when we undock).

Reference defines the target we will dock with.

Port is the id of the target port we will dock to.

NAV specifies the navigation frequency for the target. REDSHIFT automatically sets the NAV1 frequency to this value and switches the HUD mode to DOCK.

Cmds is a (currently ignored) list of commands for the vessel (opening the nose cone, requesting docking clearance).