Mark Rose
Mark Rose
For some ground station providers it is useful to group links under a common parent, using a custom aggregated data link class. However, not all link implementation classes support setting...
The command history screen should have a way to start streaming the command history, as is available in the Events screen.
To reproduce: 1. Clone the Yamcs quickstart project. 2. Change the Yamcs version to 5.7.4 in pom.xml. 3. Add the XTCE below for the "Test" SpaceSystem to src/main/yamcs/mdb/xtce.xml just before...
Currently the sliding window width defaults to 10. It can be changed via the COP-1 HTTP API, but there is no way to configure the default value. It would be...
To reproduce: 1. Clone the Yamcs quickstart repository. 2. Update the pom.xml to Yamcs version 5.7.4. 3. Add the test SpaceSystem below to the end of src/main/yamcs/mdb/xtce.xml, just before the...
To reproduce: 1. Start Yamcs. 2. Go to the Events screen in the Yamcs web UI. 3. Click "START STREAMING". 4. Using the Python or HTTP API, generate an event...
If you configure two different algorithms to write the same result parameter, one algorithm is never fully initialized and will never be called. ## To reproduce ## 1. Add the...
cFS has a feature where if the upper bit on the 7th byte (opcode byte) is set, argument range checking for the command arguments is disabled for that command. It...
We are required to deploy Yamcs behind a web server that performs authentication. We have been able to do this successfully by providing an appropriate authentication module. However, tools that...
Command arguments with an `initialValue` specified in the XTCE are omitted from display in the command details after sending a command and in the command detail panel in the command...