Skip to content

Commit

Permalink
Document command authority
Browse files Browse the repository at this point in the history
  • Loading branch information
jmthomas committed Oct 1, 2024
1 parent c46e607 commit 21e81ec
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs.openc3.com/docs/configuration/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,7 @@ Defines a custom widget that can be used in Telemetry Viewer screens.
| Parameter | Description | Required |
|-----------|-------------|----------|
| Widget Name | The name of the widget will be used to build a path to the widget implementation. For example, `WIDGET HELLOWORLD` will find the as-built file tools/widgets/HelloworldWidget/HelloworldWidget.umd.min.js. See the [Custom Widgets](../guides/custom-widgets.md) guide for more details. | True |
| Label | The label for the widget that will appear in the Data Viewer component drop down | False |

Example Usage:
```ruby
Expand Down
6 changes: 5 additions & 1 deletion docs.openc3.com/docs/tools/cmd-tlm-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,14 @@ The Interfaces tab displays all the interfaces defined by your COSMOS installati

## Targets Tab

The Targets tab displays all the targets and their mapped interfaces.
The Targets tab displays all the targets and their mapped interfaces along with the Command Authority status (Enterprise Only).

![Targets](/img/cmd_tlm_server/targets.png)

Command Authority is enabled in the Admin Console and is enabled scope wide. Once Command Authority is enabled, individual users can give and take Command Authority which enables exclusive command and script access to that target. Without Command Authority, users can not send a command or start a script under that target. Note, commands or scripts scheduled with Calendar or Autonomic are not affected by Command Authority.

![Command Authority](/img/cmd_tlm_server/cmd_authority.png)

## Command Packets Tab

The Command Packets tab displays all the available commands. The table can be sorted by clicking on the column headers. The table is paginated to support thousands of commands. The search bar searches all pages for a command.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs.openc3.com/static/img/cmd_tlm_server/targets.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 21e81ec

Please sign in to comment.