User Manual

Activating a user preset
1. Press any of the ve buttons on the right side of the front bezel to activate the buttons.
2. Press the Open Menu button to open the OSD.
3. Use the Up/Down arrows to navigate to Load/save user preset and press Select to open the submenu.
4. Navigate to the Load preset section of the menu and then to the user preset you wish to load.
5. Press Select to load the user preset.
The display will blank for a few seconds while the user preset is loaded. Then a message will appear to
indicate that the user preset has been loaded.
TIP: You can map the Load user preset command to one of the function buttons to make it easier to switch
between presets. This command displays a menu of the user presets for selection.
Migrating user presets between displays
Once you have congured one or more user presets on a display, you can use StudioCal XML to migrate the
user presets from one display to another. This method can also be used to archive a copy of the user preset
conguration. See Using the StudioCal XML schema on page 71 for complete information on the StudioCal
XML schema.
User presets element
One element is provided to save and load user presets. This element contains one tag, “operation” which
supports two values: “save” and “load.” The element should be structured as follows:
<user_presets operation="save|load"/>
User preset le
When user presets are saved, a le named “Z27x_UserPreset.xml” is written to the attached USB ash drive.
This XML le contains all of the user preset information, but is not designed to be human readable or editable.
It is strongly recommended that you not modify the values in this le. When the display encounters a
StudioCal XML le with a <user_presets operation="load"/> element, it looks for the “Z27x_UserPreset.xml”
le on the root of the attached USB ash drive. It will then load that le into the display. If the le is not preset
an error message will be displayed.
User preset example
The following are examples of StudioCal XML les to save and load user presets.
<?xml version="1.0" encoding="ISO-8859-1"?>
<studiocal>
<user_presets operation="save"/>
</studiocal>
<?xml version="1.0" encoding="ISO-8859-1"?>
<studiocal>
<user_presets operation="load"/>
</studiocal>
User presets 41