Skip to content

Releases: yamcs/yamcs-studio

v1.7.6

07 Oct 10:46
0ee363b
Compare
Choose a tag to compare
  • Fix permission check issue against Yamcs 5.10.x
  • Support import/execution of files in Yamcs v5.10.3 updated command stack format ( *.ycs). Note that only command steps are recognized.
  • Fix stack validation issue when attempting to send an empty string argument

v1.7.5

30 Jun 13:27
8ac923d
Compare
Choose a tag to compare
  • 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)

v1.7.4

08 Feb 07:53
e972260
Compare
Choose a tag to compare
  • 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

21 Sep 14:22
c4c44a2
Compare
Choose a tag to compare
  • Fixes a Windows-only path resolution issue that was introduced in v1.7.2

v1.7.2

21 Sep 11:13
a67d803
Compare
Choose a tag to compare
  • Fix misc. render issues introduced in v1.7.0
  • Fix opi_file property update on Linking Container #126

v1.7.1

02 Aug 12:15
3e57976
Compare
Choose a tag to compare
  • Allow bypassing excessive confirmation dialogs, when arming multiple commands that have a specified significance

v1.7.0

01 Aug 12:38
fcaa75b
Compare
Choose a tag to compare
  • 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

15 Jun 12:17
7a127f9
Compare
Choose a tag to compare
  • Fix a Linux-only click-issue when attaching workspace scripts
  • Run click actions also for Choice Button or Radio Box widgets. Previously they were ignored.

v1.6.6

01 May 13:57
f9ba1a5
Compare
Choose a tag to compare
  • 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

03 Apr 15:45
bc9a387
Compare
Choose a tag to compare
  • 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 general PVUtil.getSeverityString(pv)
  • Fixes a token refresh issue that could occur when connecting to an authenticated server