Page History
...
Note: Open-JDK cannot be used because of the lack of JavaFX support.
Java 9/10
Current version of CS-Studio doesn't run on the Java 9/10 VM. If you have installed Java 9 (possibly because you are evaluating or working with it) and Java 8, then you need to tell CS-Studio to used Java 8.
...
/Library/Java/JavaVirtualMachines/jdk1.8.0_152181.jdk/Contents/Home/jre/bin
where jdk1.8.0_152181.jdk
should be replaced by the Java 8 version you have installed.
...
- Edit the
/opt/cs-studio/ESS CS-Studio.ini
file; - Before
--launcher.library
add the following two lines:
-vm
/usr/java/jdk1.8.0_144181/jre/bin
where jdk1.8.0_144181
should be replaced by the Java 8 version you have installed.
...
- Documentation about ESS version of CS-Studio can be found at the ESS CS-Studio homepage.
- Compatibility notes can be found at the CS-Studio Compatibility Notes and Known Bugs page.
Development
Ver. 4.6.1.8
What Is Changed
- Nothing yet.
Production
Ver. 4.6.1.7 (23.08.2018)
...
Various fixes and updates.
What Is Changed
- Archiver Fix: The archive engine takes time to start and archive samples.
- Data Browser Fix: Cancel button fails on to cancel search if it is taking a long time.
- Data Browser Fix: Automatic value axes naming can be wrong sometimes.
- Data Browser Update: In non-scrolling mode, the future area is shaded gray.
- Data Browser Update: Help page.
- Data Browser Update: Allow plot_bins as scaling factor for display width.
- Display Builder Fix: BLUE BLUE-BORDER colour.
- Display Builder Fix: Single-image Symbol widget not properly saved if created by D&D.
- Display Builder Fix: Symbol widget not updated if a symbol file is updated.
- Display Builder Fix: Text not perfectly centred in LEDs.
- Display Builder Fix: Widget initial initial
value
update update in case PV sent value before listening. - Display Builder Fix: No context menu in standalone windows.
- Display Builder Fix:
ScriptUtil.closeDisplay(widget)
not not working for standalone windows. - Display Builder New: Allow dragging widget's primary "pv_name" as text from the OPI runtime.
- Display Builder Update: Added LEDs colours to ESS colour themes.
- Display Builder Update: Flat LEDs, improving their contrast and legibility.
- Display Builder Update: Added Added
line_color
to to LED and MultiStateLED. - Display Builder Update: X/Y Plot with unnamed tracks will not display the EGU.
- Display Builder Update: More details in Plot Configuration Dialog.
- Waveform View Update: support multiple traces.
- CS-Studio New: First implementation of a Phoebus integration plugin.
- CS-Studio Update: MySQL drivers updated to ver. 8.
...
Ver. 4.6.1.6 (02.08.2018)
...
What Is Changed
- Display Builder Fix: PVs can't contain '=' inside their name.
- Display Builder Fix: Rules using expressions with <= and >= are no more working.
- Display Builder Update: X/Y Plot allows scalar, showing them only when Point Type is different from None.
...
What Is Changed
- Fix: ESS fonts not correctly loaded when the folder name contains blanks.
- Fix: Archiver link to a PV can't be established if the PV name has macro inside.
- Fix: PVUtil.getVType(…) made visible to scripts.
- Fix: Locales are ignored when changing a PV value.
- Fix: NPE on right-clicking the runtime of an empty display model.
- Fix: Missing Data Browser foreground colour.
- Fix: Initial symbol (not SVG) not displayed by Symbol widget.
- Fix: SVGs no more displayed by BOY.
- New: Logarithmic X scale in X/Y Plot widget.
- New: Confirmation dialog added to CheckBoxWidget, RadioWidget, ComboWidget, ActionWidget.
- New: Find Widgets… menu item in the Overview tree contextual menu.
- Update: Display Builder Script API help.
...