generated from ut-issl/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #66 from ut-issl/feature/add-command-sender
高速SILS時のコマンド送信機能の追加
- Loading branch information
Showing
7 changed files
with
1,033 additions
and
12 deletions.
There are no files selected for viewing
1,000 changes: 1,000 additions & 0 deletions
1,000
data/initialize_files/components/wings_command_sender_to_c2a/ISSL6U_AOBC_CMD_DB_CMD_DB.csv
Large diffs are not rendered by default.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
data/initialize_files/components/wings_command_sender_to_c2a/example.ops
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.# ===== SILS Test ===== | ||
.# | ||
.# | ||
.AOBC_RT.Cmd_APP_AOCS_MANAGER_SET_MASS 12.6 | ||
wait_sec 15 | ||
AOBC_RT.Cmd_MM_START_TRANSITION 2 | ||
wait_sec 3 | ||
check_value AOBC_ANOMALY.TEMPERATURE.THRESHOLD.PIC_UPPER_DEGC == 90 # check_valueは今は使えない | ||
check_value AOBC_ANOMALY.TEMPERATURE.THRESHOLD.PIC_LOWER_DEGC == -40 # check_valueは今は使えない | ||
let mode_id = 2 # letはいまはつかえない | ||
AOBC_RT.Cmd_MM_START_TRANSITION {mode_id} # letを前提とした{}付きの引数があるとコマンドは送信されない | ||
.# 変更反映を確認 |
5 changes: 5 additions & 0 deletions
5
data/initialize_files/components/wings_command_sender_to_c2a/wings_command_sender_to_c2a.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[WINGS_COMMAND_SENDER_TO_C2A] | ||
command_send_enable = ENABLE | ||
prescaler = 1 | ||
c2a_command_database_file = ../../data/initialize_files/components/wings_command_sender_to_c2a/ISSL6U_AOBC_CMD_DB_CMD_DB.csv | ||
wings_operation_file = ../../data/initialize_files/components/wings_command_sender_to_c2a/example.ops |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters