diff --git a/epics/css/isttok.ini b/epics/css/isttok.ini index 3e9bf6c..89dd6c3 100644 --- a/epics/css/isttok.ini +++ b/epics/css/isttok.ini @@ -25,5 +25,5 @@ org.csstudio.archive/url=jdbc:mysql://localhost/isttok_archiveDB?rewriteBatchedS # RDB user and password # Some applications also provide command-line option to override. org.csstudio.archive/user=isttok -org.csstudio.archive/password=0p3rT0k +org.csstudio.archive/password=xxxx diff --git a/epics/css/phoebus/settings.ini b/epics/css/phoebus/settings.ini new file mode 100644 index 0000000..4568929 --- /dev/null +++ b/epics/css/phoebus/settings.ini @@ -0,0 +1,126 @@ +# https://control-system-studio.readthedocs.io/en/latest/preferences.html +# Full list at +# https://control-system-studio.readthedocs.io/en/latest/preference_properties.html +# +# # ------------------------- +# Package org.phoebus.pv.ca +# ------------------------- +# Channel Access address list +org.phoebus.pv.ca/addr_list=192.168.1.110 192.168.1.152 +org.phoebus.pv.ca/auto_addr_list=false +# to select the type of PV or network protocol. +# The preference setting +# +# org.phoebus.pv/default=ca +# ------------------------- +# Package org.phoebus.pv.pva +# ------------------------- +org.phoebus.pv.pva/epics_pva_addr_list=193.136.136.88 +org.phoebus.pv.pva/epics_pva_auto_addr_list=false +# ---------------------- +# Package org.phoebus.ui +# ---------------------- +# Top resources to show in "File" menu and toolbar +# +# Format: +# uri1 | uri2,Display name 2 | uri3,Display name 3 +# org.phoebus.ui/top_resources=$(user.home)/git-repos/esther-epics/phoebus-display-builder/CSS/EstherVacuum.bob?app=display_runtime,Esther Vacuum +org.phoebus.ui/top_resources=Examples:/01_main.bob?app=display_runtime,Example Display | pv://?sim://sine&app=probe,Probe Example | pv://?sim://sine&loc: +#//x(10)&app=pv_table,PV Tarchiveable Example | http://www.google.com?app=web, Google +# ---------------------------- +# Package org.csstudio.archive +# ---------------------------- + +# RDB URL for archived data +# +# MySQL +org.csstudio.archive/url=jdbc:mysql://193.136.136.88/isttok_archiveDB?rewriteBatchedStatements=true + +# RDB user and password +# Some applications also provide command-line option to override. +org.csstudio.archive/user=report +org.csstudio.archive/password=$report + +# Schema name. Used with an added "." as prefix for table names. +# For now this is only used with Oracle URLs and ignored for MySQL +org.csstudio.archive/schema= +# Timeout [seconds] for certain SQL queries +# Setting the timeout to 0 disables calls to setQueryTimeout. +org.csstudio.archive/timeout_secs=0 + + +#--------------------------------------- +# Package org.phoebus.archive.reader.rdb +# -------------------------------------- + +# User and password for reading archived data +org.phoebus.archive.reader.rdb/user=report +org.phoebus.archive.reader.rdb/password=$report + +# Use a BLOB to read array samples? +# +# The original SAMPLE table did not contain an ARRAY_VAL column +# for the array blob data, but instead used a separate ARRAY_VAL table. +# When running against an old database, this parameter must be set to false. +org.phoebus.archive.reader.rdb/use_array_blob=true + +# Use stored procedures and functions for 'optimized' data readout? +# Set to procedure name, or nothing to disable stored procedure. +org.phoebus.archive.reader.rdb/stored_procedure= +org.phoebus.archive.reader.rdb/starttime_function= + +# MySQL: +# stored_procedure=archive.get_browser_data + +# JDBC Statement 'fetch size': +# Number of samples to read in one network transfer. +org.phoebus.archive.reader.rdb/fetch_size=1000 + +# ---------------------------------------- +# Package org.csstudio.trends.databrowser3 +# ---------------------------------------- + +# Default auto scale value +# Possible values are: true to enable the automatic calculation of the min/max Y-axis, or false to use min/max fixed values. +org.csstudio.trends.databrowser3/use_auto_scale=false + +# Default time span displayed in plot in seconds +org.csstudio.trends.databrowser3/time_span=3600 + +# Default scan period in seconds. 0 for 'monitor' +org.csstudio.trends.databrowser3/scan_period=0.0 + +# Default plot update period in seconds +org.csstudio.trends.databrowser3/update_period=3.0 + +# .. elements in live sample buffer +org.csstudio.trends.databrowser3/live_buffer_size=5000 + +# Default line width +org.csstudio.trends.databrowser3/line_width=2 + +# Opacity of 'area' +# 0%: Area totally transparent (invisible) +# 20%: Area quite transparent +# 100%: Area uses solid color +org.csstudio.trends.databrowser3/opacity=40 + +# Default trace type for newly created traces. +# Allowed values are defined by org.csstudio.trends.databrowser3.model.TraceType: +# AREA, ERROR_BARS, SINGLE_LINE, AREA_DIRECT, SINGLE_LINE_DIRECT, SQUARES, ... +org.csstudio.trends.databrowser3/trace_type=AREA + +# RDB URLs +# View Archive Data +org.csstudio.trends.databrowser3/urls=jdbc:mysql://193.136.136.88/isttok_archiveDB | RDB +org.csstudio.trends.databrowser3/archives=jdbc:mysql://193.136.136.88/isttok_archiveDB | RDB + +# Default data sources for newly added channels +# Format: Same as 'urls' +#org.csstudio.trends.databrowser3/archives=jdbc:mysql://10.10.136.128/archive + +# When opening existing data browser plot, +# use archive data sources specified in the configuration file (original default) +# or ignore saved data sources and instead use the preference settings? +org.csstudio.trends.databrowser3/use_default_archives=false +