Owner's manual

214 Chapter 7 Working with Images
3. Create the catalog by entering the commands shown below. This example creates a catalog called
TVimages.
xml
.
DIRN TVImages // creates a catalog named TVImages
DIRT Content // identifies the catalog as a Content catalog
DIRB // begins a directory editing session
NAMI 1 /Cache0/Images/SMPTE133 // add SMPTE133 to catalog
.
. // add other images to the catalog
.
NAMI 6 /Cache0/Images/Geom_1 // add Geom_1 to catalog
DIRE // ends the directory editing session
DIRA /tffs0/Library/ImageLib/TVImages // saves the catalog
DIRL /tffs0/Library/ImageLib/TVImages // loads the TVImages catalog
DIRU // applies the TVImages catalog
This example creates a catalog called FPDImage.xml.
DIRN FPDImage // creates a catalog named FPDImage
DIRT Content // identifies new catalog as a content catalog
DIRB // begins a directory editing session
NAMI 1 /Cache0/Images/Ramp // add Ramp to the catalog
NAMI 2 /Cache0/Images/Flat
NAMI 3 /tffs0/Library/userdata/myimage // adds a custom image created
through the command line
NAMI 4 /tffs0/Library/Images/barpulse.o // adds a custom image created
through the SDK
NAMI 4 /Cache0/Images/SMPTE133
NAMI 6 /Cache0/Images/Grays32 // add Grays32 to catalog
DIRE // ends the directory editing session
DIRA /tffs0/Library/ImageLib/FPDImages // saves the catalog
DIRL /tffs0/Library/ImageLib/FPDImages // loads the FPDImages catalog
DIRU // applies FPDImages catalog
To restore the default image
library:
1. Power cycle the generator.
Or, you can restore the default Source list of images by entering the commands below.
DIRN // creates a blank catalog
DIRB // begins a directory editing session
DIRT Contentlib // identifies new catalog as a contentlib catalog
DIRE // ends the directory editing session
DIRU // applies the empty catalog
To restore the custom image
library:
1. You can restore your custom Source list of images by entering the commands
below.
DIRL /tffs0/Library/ImageLib/FPDImages // loads the FPDImages catalog
DIRU // applies FPDImages catalog