Skip to content

Commit

Permalink
Fix #14, Replace non-ascii characters
Browse files Browse the repository at this point in the history
  • Loading branch information
declansullivan authored and skliper committed Sep 6, 2019
1 parent a4ef7c6 commit f8c2fc7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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

0 comments on commit f8c2fc7

Please sign in to comment.