Class GuidanceReactionWheelMappingMessage
- Namespace
- NominalSystems.Messages
- Assembly
- NominalSystems.Messages.dll
[Nominal] The configuration for the REACTION_WHEELS mapping software. This will initialise any parameters that are required.
public sealed class GuidanceReactionWheelMappingMessage : Message
- Inheritance
-
GuidanceReactionWheelMappingMessage
Fields
Control_B
The control axis the reaction wheels are configured in, relative to the spacecraft's body frame B.
[Unit(UnitType.NONE)]
public Matrix3 Control_B
Field Value
DrawPower
A flag that will enable power modes and power draw on the reaction wheels using power software if required.
[Unit(UnitType.NONE)]
public bool DrawPower
Field Value
K
Gain to convert voltage to motor torque errors. This only applies if the power is enabled.
[Unit("Nm/V")]
public double K
Field Value
MaxVoltage
The maximum voltage associated with the reaction wheel speed. This only applies if the power is enabled.
[Unit(UnitType.VOLT)]
public double MaxVoltage
Field Value
MinVoltage
The minimum voltage associated with the reaction wheel speed. This only applies if the power is enabled.
[Unit(UnitType.VOLT)]
public double MinVoltage