Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SRC OBDH TMTC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Robin Mueller
SRC OBDH TMTC
Commits
930cf97f
Commit
930cf97f
authored
5 years ago
by
Robin.Mueller
Browse files
Options
Downloads
Patches
Plain Diff
tc srv 3 continued
parent
48cdd214
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tc/obsw_tc_service3.py
+15
-16
15 additions, 16 deletions
tc/obsw_tc_service3.py
tmtc_core
+1
-1
1 addition, 1 deletion
tmtc_core
with
16 additions
and
17 deletions
tc/obsw_tc_service3.py
+
15
−
16
View file @
930cf97f
...
...
@@ -35,7 +35,7 @@ def pack_service3_test_into(tc_queue: Deque) -> Deque:
return
tc_queue
def
pack_test_device_test
(
tc_queue
):
def
pack_test_device_test
(
tc_queue
:
Deque
):
pass
...
...
@@ -50,22 +50,21 @@ def pack_custom_tests(tc_queue: Deque):
command
=
PusTelecommand
(
service
=
3
,
subservice
=
5
,
ssc
=
3101
,
app_data
=
sid_thermalsensor
)
tc_queue
.
appendleft
(
command
.
pack_command_tuple
())
tc_queue
.
appendleft
((
"
wait
"
,
5
))
# new_interval = 1.0
# interval_app_data = sid_thermalsensor + make_interval(new_interval)
# tc_queue.appendleft(("print", "Setting interval to one second: "))
# command = PusTelecommand(service=3, subservice=31, ssc=3102, app_data=interval_app_data)
# tc_queue.appendleft(command.pack_command_tuple())
#
# tc_queue.appendleft(("wait", 2))
#
# tc_queue.appendleft(("print", "Disabling periodic Thermal Sensor packet generation: "))
# command = PusTelecommand(service=3, subservice=6, ssc=3103, app_data=sid_thermalsensor)
# tc_queue.appendleft(command.pack_command_tuple())
tc_queue
.
appendleft
((
"
wait
"
,
6
))
new_interval
=
1.0
interval_app_data
=
sid_thermalsensor
+
make_interval
(
new_interval
)
tc_queue
.
appendleft
((
"
print
"
,
"
Setting interval to one second:
"
))
command
=
PusTelecommand
(
service
=
3
,
subservice
=
31
,
ssc
=
3102
,
app_data
=
interval_app_data
)
tc_queue
.
appendleft
(
command
.
pack_command_tuple
())
#
# tc_queue.appendleft(("print", "Generate one shot Thermal Sensor packet: "))
# command = PusTelecommand(service=3, subservice=27, ssc=3104, app_data=sid_thermalsensor)
# tc_queue.appendleft(command.pack_command_tuple())
tc_queue
.
appendleft
((
"
wait
"
,
3
))
tc_queue
.
appendleft
((
"
print
"
,
"
Disabling periodic Thermal Sensor packet generation:
"
))
command
=
PusTelecommand
(
service
=
3
,
subservice
=
6
,
ssc
=
3103
,
app_data
=
sid_thermalsensor
)
tc_queue
.
appendleft
(
command
.
pack_command_tuple
())
...
...
This diff is collapsed.
Click to expand it.
tmtc_core
@
1a05b6b4
Compare
145e1d38
...
1a05b6b4
Subproject commit 1
45e1d38643de2ba09e67427b14e2ce5a06303c7
Subproject commit 1
a05b6b4bcaa0496af3f03db1eb887be7fe7c8f3
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment