Setting Preferences

Preference Page

All the preferences of BOY can be set in the preference page, which can be opened via menu: CSS->Preferences...->CSS Applications->Display->BOY.

Common Preferences

OPI Editor Preferences

OPI Runtime Preferences

Product default preferences

The default preferences can be set in plugin_customization.ini file which is located in the root of the "Product" plugin directory or jar file. It is ideally used to provide site-specific default preferences. For example, you can change the default BOY preferences in this file with corresponding preference keys:

org.csstudio.opibuilder/color_file=http://your_site.gov/color.def
org.csstudio.opibuilder/font_file=http://your_site.gov/font.def
org.csstudio.opibuilder/opi_gui_refresh_cycle=100
org.csstudio.opibuilder/no_edit=true
org.csstudio.opibuilder/macros="N","North"|"W","West"|"SYS","LLRF"|"SubSys","HPM"
#popup console level, it can be NO_POP, INFO, or ALL
org.csstudio.opibuilder/popup_console=NO_POP 

You can also give a different customization file with the command line option -pluginCustomization when starting CSS.