User Guide

210 Chapter 13, Navigation Commands
To build a Type 2 command from a Type 1 command:
1 In the Simulation window, below the Jump To section, select the Compare option. The
Compare section appears with the following options:
GPRM, compare two GPRM values.
SPRM, compares an GPRM value to a SPRM value.
Immediate, compares a specified value to a GPRM value.
2 Select the SPRM option.
3 Set the GPRM menu on the left to GPRM1.
4 Set the SPRM menu on the right to SPRM5.
5 The Compare menu, in the center, has the following operators:
6 Set the Compare menu to >=. The Type 2 command appears in the Command List,
indicating that playback will return to the First PGC only if the GPRM1 value is greater
than or equal to the SPRM5 value.
Table 9: Compare operator descriptions
&
If the result of a Bitwise Compare is not equal to zero it is True, execute the next
command (for more information about Bitwise Compares, see Chapter 15, “Bitwise
Compares.
==
If the result is Equal, execute the next command.
!=
If the result is Not Equal, execute the next command.
>=
If the result is Greater or Equal, execute the next command.
>
If the result is Greater, execute the next command.
<=
If the result is Less or Equal, execute the next command.
<
If the result is Less, execute the next command.