Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closes #14 - replaced non-ascii characters #16

Merged
merged 1 commit into from
Sep 6, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Guide-GroundSystem.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ The Ground System contains a main window that lets you launch the different util

Note: The Main Window needs to be opened at all times so that the telemetry messages can be forwarded to the Telemetry System.

The Ground System will automatically detect the spacecraft when it starts sending the telemetry, and it will be added to the ip addresses list. You can select the spacecraft from the list, and start Telemetry System to receive its data. If All spacecrafts are selected, you can start Telemetry System to display the packet count from multiple spacecrafts (if it detected more than one).
The Ground System will automatically detect the spacecraft when it starts sending the telemetry, and it will be added to the ip addresses list. You can select the spacecraft from the list, and start Telemetry System to receive its data. If 'All' spacecrafts are selected, you can start Telemetry System to display the packet count from multiple spacecrafts (if it detected more than one).

Future enhancements:
1. Detect different spacecrafts based on telemetry header(spacecraft id) data instead of using the spacecraft ip address.
2. Add instructions for Windows.


Before launching the Ground System make sure that:
> PyQt4 is installed.
> PyZMQ is installed.
> cmdUtil is compiled.
-> PyQt4 is installed.
-> PyZMQ is installed.
-> cmdUtil is compiled.


Installing and running cFS Ground System on Mac:
Expand Down
4 changes: 2 additions & 2 deletions Subsystems/Commands-Telemetry.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Telemetry ( tlmGUI/ directory ):
UDP/IP packets. The "enable telemetry" command tells the TO_LAB application to start
sending packets to a UDP port on the "localhost" or a specified IP.

Start the telemetry system using the Ground Systems main window.
Start the telemetry system using the Ground System's main window.

Buttons are available for individual telemetry pages.
New pages can be added by adding to the "telemetry-pages.txt" text file.
Expand Down Expand Up @@ -63,7 +63,7 @@ Commands ( cmdGUI/ directory)
This is a simple Python / QT4 based Command GUI for the cmdUtil utility.
It provides a list of "command pages" with a list of commands to send to a subsystem.

Start the command system using the Ground Systems main window.
Start the command system using the Ground System's main window.

The program is written in Python 2.x with the PyQT4 GUI. The dialogs were created
in the QT4 designer program, and converted to python classes using the "pyuic4"
Expand Down