Skip to content

Commit

Permalink
nasa/nos3#227 - Tweak the thrusters.
Browse files Browse the repository at this point in the history
  • Loading branch information
msuder committed Jul 22, 2024
1 parent 7dcd384 commit 0c552ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gsw/GENERIC_THRUSTER/cmd_tlm/GENERIC_THRUSTER_CMD.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ COMMAND GENERIC_THRUSTER GENERIC_THRUSTER_PERCENTAGE_CC BIG_ENDIAN "Generic_thru
APPEND_PARAMETER CCSDS_LENGTH 16 UINT MIN_UINT16 MAX_UINT16 3 "CCSDS Packet Data Length"
APPEND_PARAMETER CCSDS_FC 8 UINT MIN_UINT8 MAX_UINT8 4 "CCSDS Command Function Code"
APPEND_PARAMETER CCSDS_CHECKSUM 8 UINT MIN_UINT8 MAX_UINT8 0 "CCSDS Command Checksum"
APPEND_PARAMETER THRUSTER_NUMBER 8 UINT 0 5 0 "Thruster number"
APPEND_PARAMETER THRUSTER_NUMBER 8 UINT 0 3 0 "Thruster number"
APPEND_PARAMETER PERCENTAGE 8 UINT 0 100 0 "Percentage of full thrust, 0 to 100"

COMMAND GENERIC_THRUSTER GENERIC_THRUSTER_REQ_HK BIG_ENDIAN "Generic_thruster Request HK Packet Command"
Expand Down

0 comments on commit 0c552ae

Please sign in to comment.