A SERVICE OF

logo

TERM
Command :MACHine{1|2}:TTRigger:TERM <term_id>,
<label_name>,<pattern>
The TERM command allows you to a specify a pattern recognizer term in the
specified machine. Each command deals with only one label in the given
term; therefore, a complete specification could require several commands.
Since a label can contain 32 or fewer bits, the range of the pattern value will
be between 2
32
1 and 0. When the value of a pattern is expressed in binary,
it represents the bit values for the label inside the pattern recognizer term.
Since the pattern parameter may contain don’t cares and be represented in
several bases, it is handled as a string of characters rather than a number.
Eight of the 10 terms (A through G and I) are available (terms H and J are
not available) to either machine but not both simultaneously. If you send the
TERM command to a machine with a term that has not been assigned to that
machine, an error message "Legal command but settings conflict" is returned.
<term_id> {A|B|C|D|E|F|G|I}
<label_name> string of up to 6 alphanumeric characters
<pattern> "{#B{0|1|X} . . . |
#Q{0|1|2|3|4|5|6|7|X} . . . |
#H{0|1|2|3|4|5|6|7|8|9|A|B|C|D|E|F|X} . . . |
{0|1|2|3|4|5|6|7|8|9} . . . }"
Example OUTPUT XXX;":MACHINE1:TTRIGGER:TERM A,’DATA’,’255’ "
OUTPUT XXX;":MACHINE1:TTRIGGER:TERM B,’ABC’,’#BXXXX1101’ "
TTRigger (TTRace) Subsystem
TERM
12–21