Skip to content

Commit

Permalink
Merge pull request #1885 from OpenC3/limitscolor
Browse files Browse the repository at this point in the history
Match limits colors and support no item name
  • Loading branch information
jmthomas authored Feb 13, 2025
2 parents 4fa9281 + 6a72f35 commit 0ee847e
Show file tree
Hide file tree
Showing 89 changed files with 147 additions and 99 deletions.
14 changes: 10 additions & 4 deletions docs.openc3.com/docs/configuration/telemetry-screens.md
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,9 @@ ARRAY INST HEALTH_STATUS ARY2 200 100 nil 4 WITH_UNITS


### ARRAYPLOT
**Plot an array of values**
**Plot an array of values.**

The item can either be a simple array or a 2D array of x values and y values, e.g. [[x1, x2, x3], [y1, y2, y3]]. If the X_AXIS setting is not specified, the X axis starts with 0 and increments by 1. If the X_AXIS setting is used the x values of a 2D array will be ignored.


Example Usage:
Expand Down Expand Up @@ -937,8 +939,12 @@ LIMITSBAR INST HEALTH_STATUS TEMP1

Example Usage:
```ruby
LIMITSCOLUMN INST HEALTH_STATUS TEMP1 CONVERTED 50 200
LIMITSCOLUMN INST HEALTH_STATUS TEMP1
HORIZONTAL
LIMITSCOLOR INST HEALTH_STATUS TEMP1 CONVERTED 10 NIL # No label
LABEL '1st Temp'
END
LIMITSCOLOR INST HEALTH_STATUS TEMP2 # Default is label with just item name
LIMITSCOLOR INST HEALTH_STATUS TEMP3 CONVERTED 20 TRUE # Full TGT/PKT/ITEM label
```
![LIMITSCOLUMN](/img/telemetry_viewer/widgets/limitscolumn.png)

Expand All @@ -953,7 +959,7 @@ LIMITSCOLUMN INST HEALTH_STATUS TEMP1
| Item name | The item name | True |
| Value type | The type of the value to display. Default is CONVERTED.<br/><br/>Valid Values: <span class="values">RAW, CONVERTED, FORMATTED, WITH_UNITS</span> | False |
| Radius | Radius of the circle (default is 10) | False |
| Full Item Name | Show the full item name (default is false) | False |
| Item Name Display | Show the full item name, e.g. TGT PKT ITEM (true), no item name (nil or none) or just the item name (false). Default is false. | False |

Example Usage:
```ruby
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/404.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
1 change: 1 addition & 0 deletions docs/assets/js/9424f0b3.6ba462d2.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/assets/js/9424f0b3.9907802e.js

This file was deleted.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0ee847e

Please sign in to comment.