78
Manual # 26-0111000-00 / Revision D
ScreenPro PLUS – Multi-Screen Seamless Switcher
BlendPros & IDs
NBP
Description:
Displays the number of BlendPros detected and their RS485 IDs. The maximum number of
BlendPros allowed is 2. The format of the response is fixed and is as follows:
[# of BlendPros] [ID_1] [ID_2]
Example:
If there’s no BPs detected, the response would be
0 0 0
If there’s one BP in a 4-screens system, the response would be
1 5 0
If there are two BPs in a 6-screens system, the response would be
2 7 8
Pass An RS485 Command
PASS
[RS485 command] [checksum]
Description:
Simply passes the specified RS485 command to the RS485 port when there’s no checksum error.
Please note that the controller is completely oblivious about the command being sent. Thus, if you
effect a crucial sub-system setting via this method, the controller will not be able to reflect this.
Please refer to the SP/SPP User’s Manual and the BlendPro’s User’s Manual for the available
RS485 commands.
Parameters:
[RS485 command] –
RS485 command to pass to the RS485 port. Format depends on the
target subsystem.
[checksum byte] –
Checksum byte of the RS485 command, maximum of 2-Hex digits.
Example:
PASS *1FSB 1 P! 18
If the command line is received error-free, the command will be passed
on to the RS485 port.
Recall and Execute
RE
[user preset file #]
Description:
Recalls the specified user preset file to preview, then an AUTO TRANS is performed to transition
the preview to program. Please note that there’s a short delay from the time the file is recalled to
the time an auto transition begins. This delay is to allow the scalers to lock to the new input sources
and varies according to the input source type.
Parameters:
[user preset file #] – 1 to 32 for FC-0608, 1 to 64 for FC-0612 and FC-0616.
Example:
RE 12
Recalls user preset 12 to preview, then transition preview to program.
Recall Preset
RP
[user preset file #]
Description:
Recalls the specified user preset file to preview.
Parameters:
[user preset file #] – 1 to 32 for FC-0608, 1 to 64 for FC-0612 and FC-0616.
Example:
RP 8
Recalls user preset 8 to preview.
Select Destination
SD
[dddd]
Description:
This command selects a set of destinations (screens and auxes). Note that this will clear (de-
select) all groups and destinations first. See “Destination Selection” section above for a detailed
description on how this works.
Parameters:
[dddd] – Destination selection bitmap, maximum of 4-Hex digits.
Example:
SD F
Selects Screens 1, 2, 3 and 4
SD 00EF
Selects Screens 1, 2, 3 and 4 along with AUXs 1, 2 and 3