Owner`s manual

Serial Communications
66 VideoWall™/CineWall™ Installer/Integrator Manual
PRE
L
IMINAR
Y
5.8
Examples of Operation
Commands
Recalling Memories Remember: The slot target number used in the command is one less than the memory
slot number as seen in the menus. For example, to recall memory slot #40, in commands
you’d specify
slot.target = 39. Likewise, to recall the first slot, you’d specify
slot.target = 0.
Recalling Memories Directly: Use slot.recall ( ). Put the memory number
(minus 1) in the parentheses.
What is the difference between slot.recall.target and slot.target?
Assume that memory slots #1, #2, and #6 are used (full). Memory slots #3, #4, and #5 all
the others are empty, as shown in the illustration below:
The following series of example commands show the difference between
slot.target and slot.recall.target and which memory slot the
command is pointing to.
1 2345678
op 17 slot.target = 3 [CR]
This sets the memory slot to #4 in unit 17. Any
further commands that need a memory slot will
use this one until it is changed.
1 2345678
op 17 slot.action (save) [CR]
This saves all the current settings into
memory slot #4 with the default memory
name.
1 2345678
op 17 slot.target = 4 [CR]
This sets the memory slot to #5, which is
empty.
1 2345678