Owner's manual

881/882 Video Test Generator User Guide (Rev A.22) 227
SDLY 5.0 // sets the delay for the current step to five seconds
FMTL 480p59 // loads a format
IMGL SMPTEbar // loads an image
STEP 2 // selects a step to be edited
SDLY 5.0 // sets the delay for the current step to five seconds
FMTL 720p60 // loads a second format (same image)
IMGL Outline1 // loads an image
STEP 3 // selects a step to be edited
SDLY 5.0 // sets the delay for the current step to five seconds
FMTL 1080i29 // loads a third format
IMGL Geom_4 // loads another image
SEQE // ends the sequence editing session
SEQA MySeq // saves the current contents of the sequence editor
After sending the last command, the file is automatically converted to an XML file and is
available to use at the generator.
To create and save an analog test sequence from a text file:
1. Using a text editor, open a text editor on your computer and enter the following
commands to create a three-step sequence named
MySeq
:
SEQN // initializes the sequence edit buffer
SEQB // begins a sequence editing session
STEP 1 // selects a step to be edited
SDLY 5.0 // sets the delay for the current step to five seconds
FMTL 480p59 // loads a format
IMGL SMPTEbar // loads an image
STEP 2 // selects a step to be edited
SDLY 5.0 // sets the delay for the current step to five seconds
FMTL 720p60 // loads a second format (same image)
IMGL Outline1 // loads an image
STEP 3 // selects a step to be edited
SDLY 5.0 // sets the delay for the current step to five seconds
FMTL 1080i29 // loads a third format
IMGL Geom_4 // loads another image
SEQE // ends the sequence editing session
SEQA MySeq // saves the current contents of the sequence editor
Note: If you wish to use a format or image that is in a location that is not the current
location of the format path (fmtp) or image path (imgp) you will have to specify the
complete path. For example if you wand to use an image from the PCcard in the
Library/Image directory you would use the following:
IMGL /card0/library/images/SMPTEbar // loads an image from PCcard
And if you wanted to use a format from the PCcard but the current format path was set
to Flashmem, you would enter the following:
FMTL /card0/library/formats/DMT0660a // loads a format from PCcard
2. Save the text file with a .txt extension.