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 Space Station 1</Label>
  <Processor type="Docking" mode="Lock">
    <Var name="Reference"> stationV </Var>
    <Var name="Port"> 2 </Var>
    <Var name="NAV"> 136.10 </Var>
    <Var name="RotPort"> yes </Var>
    <Var name="HoldDist"> 300 </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.

RotPort: If set to yes the docking processor will allow docking to rotating docks (May be obsolete in the next version).

HoldDist specifies the distance of the hold position to the docking port. The hold position the point on the docking axis, where the vessel re-orients towards the dock.

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