# CSS Preference Settings. # # This file provides a common place to define or override preference settings # for all Eclipse and CSS plugins. # # Specifically, this file contains values for the SNS Office network. # A separate file SNS_CCR.ini provides overrides for the SNS CCR. # # Fundamentally, the Eclipse preference mechanism works like this # to allow customization at various levels: # 1. Each plugin might contain default settings that are hardcoded # inside the Java sources of the plugin. # 2. In addition, each plugin might have a file preferences.ini # in the root directory of the plugin directory or jar file. # When present, those values override the hardcoded settings. # Ideally, each plugin with preference settings has such a # preferences.ini file to define the defaults because this # provides a convenient place to locate all the available # settings of a plugin in one file. # 3. A plugin_customization.ini file like this one, located # in the root of the "Product" plugin directory or jar file # can override all of the above. # It is ideally used to provide site-specific defaults # (as this one does for using CSS at the SNS). # 4. When starting CSS (or any Eclipse product), a customization file # with the same format can be provided via the -pluginCustomization # command line option to override settings. # NOTE: Eclipse silently ignores missing customization files. # THERE IS NO ERROR MESSAGE when the specified file does not exist! # 5. Finally, each end user can use the CSS/Preferences menu item to # interactively adjust most settings. Those changes are stored in the # workspace directory under # {Workspace}/.metadata/.plugins/org.eclipse.core.runtime/.settings # # @author Kay Kasemir ## Web links to SNS Electronic Logbook, Wiki, ... # When left blank, there won't be any web links. # This selects the web links to show and defines their order org.csstudio.ui.menu.web/weblinks=google css # This defines the Label and link for the web links. # Only those listed in ...weblinks above are actually used! org.csstudio.ui.menu.web/google=Google|http://www.google.com org.csstudio.ui.menu.web/css=CSS|http://ics-web.sns.ornl.gov/css ## EMail (SMTP) org.csstudio.email/smtp_host=smtp.my_site.org ## Channel Access org.csstudio.platform.libs.epics/auto_addr_list=false org.csstudio.platform.libs.epics/use_pure_java=true org.csstudio.platform.libs.epics/addr_list=127.0.0.1 160.91.233.3 org.csstudio.platform.libs.epics/max_array_bytes=460000 ## OPI/BOY org.csstudio.opibuilder/color_file=/BOY Examples/color.def org.csstudio.opibuilder/font_file=/BOY Examples/font.def org.csstudio.opibuilder/schema_opi= org.csstudio.opibuilder/top_opis=/BOY Examples/main.opi # Predefined macros, format # macro1,value1|macro2,"value 2"|macro3,"another value" org.csstudio.opibuilder/macros=user,demo ## (No) Authentication org.csstudio.platform.jaasAuthentication/jaas_config_source=File org.csstudio.platform.jaasAuthentication/jaas_config_file_entry=Dummy ## Data Browser # Removal of these settings results in empty defaults # URLs to suggest in the "Archives" view # SNS 'Office' users use CMAN org.csstudio.trends.databrowser2/urls=jdbc:mysql://160.91.233.3/archive*xnds://ics-srv-testf1.sns.ornl.gov/archive/cgi/ArchiveDataServer.cgi # Default data sources for newly added channels # Format: || # xnds: URLs use the key. Other URLs might ignore the key. org.csstudio.trends.databrowser2/archives=RDB|1|jdbc:mysql://160.91.233.3/archive org.csstudio.trends.databrowser2/use_default_archives=false # RDB used for archive org.csstudio.archive.rdb/url=jdbc:mysql://160.91.233.3/archive?rewriteBatchedStatements=true org.csstudio.archive.rdb/user=archive org.csstudio.archive.rdb/password=$archive org.csstudio.archive.rdb/schema= org.csstudio.archive.rdb/use_array_blob=true org.csstudio.archive.reader.rdb/use_stored_procedure= # Alarm RDB (Config Tool, Alarm Server) org.csstudio.alarm.beast/rdb_url=jdbc:mysql://160.91.233.3/ALARM org.csstudio.alarm.beast/rdb_user=alarm org.csstudio.alarm.beast/rdb_password=$alarm org.csstudio.alarm.beast/rdb_schema= # JMS Connection org.csstudio.alarm.beast/jms_url=failover:(tcp://160.91.233.3:61616) # Specify alarm configuration (root element) org.csstudio.alarm.beast/root_component=Demo # Annunciator org.csstudio.alarm.beast.annunciator/jms_url=failover:(tcp://160.91.233.3:61616) org.csstudio.alarm.beast.annunciator/jms_topic=Demo_TALK org.csstudio.alarm.beast.msghist/rdb_url=jdbc:mysql://160.91.233.3/log org.csstudio.alarm.beast.msghist/rdb_user=log org.csstudio.alarm.beast.msghist/rdb_password=$log org.csstudio.alarm.beast.msghist/rdb_schema= org.csstudio.alarm.beast.ui.areapanel/columns=4 ## JMS Monitor org.csstudio.debugging.jmsmonitor/jms_url=failover:(tcp://160.91.233.3:61616)?randomize=false