Releases: yamcs/yamcs-studio
Releases · yamcs/yamcs-studio
v1.7.6
v1.7.5
- Show units for array elements
- Fix missing newline after command CSV header
- Improve default processor selection to ignore replays/backfilling
- Command History: Regroup information in Command Detail dialog
- Show actual alarm limits, instead of default limits in PV Info dialog of Parameter PV
- Add a preference setting to allow changing the initial stack wait to a value other than 0
- Script API:
- Add
Yamcs.getAcquisitionStatus(pv)
- Add
Yamcs.getGenerationTime(pv)
- Add
Yamcs.getReceptionTime(pv)
- Add
Yamcs.getParameterInfo(pv)
- Add
v1.7.4
- Fix hook-all widget actions
- Turn aggregate values into JSON (it was a custom string before)
- Update Yamcs client library, fixing a SPNEGO refresh issue
v1.7.3
- Fixes a Windows-only path resolution issue that was introduced in v1.7.2
v1.7.2
v1.7.1
- Allow bypassing excessive confirmation dialogs, when arming multiple commands that have a specified significance
v1.7.0
- Adds two new actions: "Run Command", and "Run Command Stack". Both run as a background job.
- Adds a "Commanding" preference page, where an alternative preferred namespace can be defined. This can be useful if you have an alternative naming scheme. Where possible, the alternative names are shown in both the Command History and Command Stack views.
- Rework of the Command Stack view:
- It is now possible to select multiple commands, and arm/run them all at once.
- It is now also possible to run commands out of order (selection-based).
- Fixed delays can be configured at either stack or command level, and are awaited before advancing to the next command.
v1.6.7
- Fix a Linux-only click-issue when attaching workspace scripts
- Run click actions also for
Choice Button
orRadio Box
widgets. Previously they were ignored.
v1.6.6
- Fix race on PV value when clicking Action Button, coming from a Text Input.
- Expand
PVUtil.getStatus
output for Yamcs parameter PVs from LOW/HIGH to LOLO/LOW/HIGH/HIHI - Recognize
ops://
prefix in scripted commands
v1.6.5
- Run command stacks in the background rather than forcing a progress window
- Add parallel support for import/export of *.ycs command stacks
- Show a message when a command triggered from a script failed to be submitted
- Add
PVUtil.getUnits(pv)
to Script API - When applicable, return LOW or HIGH indication for Yamcs parameter PVs when using
PVUtil.getStatus(pv)
- Add
Yamcs.getMonitoringResult(pv)
to Script API to access the monitoring result of a Yamcs parameter PV. This may provide more specific information then the more generalPVUtil.getSeverityString(pv)
- Fixes a token refresh issue that could occur when connecting to an authenticated server