Syntax Of Event And Continue Statements - Sony MVS-8000X User Manual

Multi format switcher system with ccp-8000 series center control panel volume 2
Hide thumbs Also See for MVS-8000X:
Table of Contents

Advertisement

Some events cannot be used. (See "Correspondence Between Events and
Symbols" (page 479).)

Syntax of Event and Continue Statements

An event can be written with an Event statement only, or with an Event
statement followed by any number of Continue statements. The Event
statements and Continue statements have the following syntax.
Word separator character
Use "," (comma).
Ignored
Spaces and tabs are ignored. There is no distinction between lowercase and
uppercase. If two or more separator characters appear consecutively, later ones
are ignored. Separator characters at the beginning of a line are also ignored.
Content of line
Must begin with "Event?" or "Continue?", followed by symbols and
parameters.
Event?,[symbol], [parameter], [parameter], ...
Continue?,[symbol], [parameter], [parameter], ...
symbol: ASCII character string showing the type of event. (See
"Correspondence Between Events and Symbols" (page 479).)
parameter: Shows details of an event. Consists of parameter names and
arguments, and these must appear in pairs. The number and type of
parameters depends on the event. (See "Symbols and Parameters" (page
480).)
If the same parameter appears twice or more, the last occurrence is valid.
How to use Continue statements
When a single parameter has more than one argument, use a Continue
statement. The following example is of a snapshot event.
An event to recall a snapshot in region M/E-1 is written as:
Event?,Snapshot,Region?,ME1,Register?,1,Attribute?,Off,Time?,Current
In the Event statement, only one region can be specified.
To specify both regions M/E-1 and DME1, use a Continue statement, thus:
Event?,Snapshot,Region?,ME1,Register?,1,Attribute?,Off,Time?,Current
Continue?,Snapshot,Region?,DME1,Register?,1,Attribute?,Off,Time?,Current
Macro File Editing Rules
477

Advertisement

Table of Contents
loading

Table of Contents