Sha256: 48ef385941b744b95536848c31c000e804987051251269abf3aef8866f93a533

Contents?: true

Size: 1.76 KB

Versions: 15

Compression:

Stored size: 1.76 KB

Contents

SCREEN AUTO AUTO 1.0

VERTICAL
  TITLE Params

  HORIZONTAL
    VERTICALBOX
      LABELVALUE <%= target_name %> PARAMS VALUE5
      LABELVALUE <%= target_name %> PARAMS VALUE4
      LABELVALUE <%= target_name %> PARAMS VALUE3
      LABELVALUE <%= target_name %> PARAMS VALUE2
      LABELVALUE <%= target_name %> PARAMS VALUE1
    END
    VERTICALBOX
      LED <%= target_name %> PARAMS VALUE5 RAW 25 20 # Ellipse
        SETTING LED_COLOR 0 GREEN
        SETTING LED_COLOR 1 RED
      LED <%= target_name %> PARAMS VALUE4 RAW 20 25 # Ellipse
        SETTING LED_COLOR 0 YELLOW
        SETTING LED_COLOR 1 BLUE
      LED <%= target_name %> PARAMS VALUE3 RAW 20 20
        SETTING LED_COLOR 0 GREEN
        SETTING LED_COLOR 1 RED
        SETTING LED_COLOR ANY ORANGE # All other values are ORANGE
      LED <%= target_name %> PARAMS VALUE2 # Default is WITH_UNITS 15 15
        SETTING LED_COLOR GOOD GREEN
        SETTING LED_COLOR BAD RED
      LED <%= target_name %> PARAMS VALUE1 CONVERTED 10 10
        SETTING LED_COLOR GOOD GREEN
        SETTING LED_COLOR BAD RED
    END
    VERTICALBOX
      LABELLED <%= target_name %> PARAMS VALUE5
        SETTING LED_COLOR GOOD GREEN
        SETTING LED_COLOR BAD RED
      LABELLED <%= target_name %> PARAMS VALUE4
        SETTING LED_COLOR GOOD GREEN
        SETTING LED_COLOR BAD RED
      LABELLED <%= target_name %> PARAMS VALUE3
        SETTING LED_COLOR GOOD GREEN
        SETTING LED_COLOR BAD RED
      LABELLED <%= target_name %> PARAMS VALUE2
        SETTING LED_COLOR GOOD GREEN
        SETTING LED_COLOR BAD RED
      LABELLED <%= target_name %> PARAMS VALUE1
        SETTING LED_COLOR GOOD GREEN
        SETTING LED_COLOR BAD RED
    END
  END

  VERTICALBOX
    LABELVALUE <%= target_name %> PARAMS PACKET_TIMEFORMATTED WITH_UNITS 20
  END
END

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
openc3-cosmos-demo-5.7.2 targets/INST/screens/params.txt
openc3-cosmos-demo-5.7.0 targets/INST/screens/params.txt
openc3-cosmos-demo-5.6.1 targets/INST/screens/params.txt
openc3-cosmos-demo-5.6.0 targets/INST/screens/params.txt
openc3-cosmos-demo-5.5.2 targets/INST/screens/params.txt
openc3-cosmos-demo-5.5.2.pre.beta0.20230315041141 targets/INST/screens/params.txt
openc3-cosmos-demo-5.5.1 targets/INST/screens/params.txt
openc3-cosmos-demo-5.5.0 targets/INST/screens/params.txt
openc3-cosmos-demo-5.5.0.pre.beta0.20230217010435 targets/INST/screens/params.txt
openc3-cosmos-demo-5.4.3.pre.beta0.20230214173509 targets/INST/screens/params.txt
openc3-cosmos-demo-5.4.2 targets/INST/screens/params.txt
openc3-cosmos-demo-5.4.1 targets/INST/screens/params.txt
openc3-cosmos-demo-5.4.0 targets/INST/screens/params.txt
openc3-cosmos-demo-5.3.0 targets/INST/screens/params.txt
openc3-cosmos-demo-5.2.0 targets/INST/screens/params.txt