64 VS-42UHD - Protocol 3000
13.3.5 EDID Handling Commands
Additional EDID data functions can be performed via the VS-42UHD Web pages or
a compatible EDID management application, such as Kramer EDID Designer (see
www.kramerav.com/product/EDID%20Designer
).
Command Description
Copy EDID data from the output to the input EEPROM
13.3.5.1 CPEDID
Functions Permission Transparency
Description Syntax
Set:
Copy EDID data from the output to
the input EEPROM
#
SPsrc_type,src_id,dst_type,
dest_bitmap
Get: - -
Response
src_type,src_id,dst_type,dest_bitmap
Parameters
src_type – EDID source type (usually output):
(input),
(output),
(default EDID)
src_id – for input source: 1 (HDMI In 1), 2 (HDMI In 2), 3 (HDMI In 3), 4 (HDMI In 4), for output source:
1 (HDMI Out 1), 2 (HDMI Out 2), for default EDID source: 0 (default EDID)
dst_type – EDID destination type (usually input): 0 (input), 1 (output), 2 (default EDID)
dest_bitmap – bitmap representing destination IDs. Format: XXXX…X, where X is hex digit. The binary
form of every hex digit represents corresponding destinations. Setting ‘1’ indicates that EDID data is
copied to this destination. Setting ‘0’ indicates that EDID data is not copied to this destination.
Response Triggers
Response is sent to the com port from which the Set was received (before execution)
Notes
Destination bitmap size depends on device properties (for 64 inputs it is a 64-bit word)
Example: bitmap 0x0013 means inputs 1, 2 and 5 are loaded with the new EDID.
In this device, if the destination type is input (0), the bitmap size is 3 bits, for example bitmap 0x5 means
inputs 1 and 3 are loaded with the new EDID.
K-Config Example
Copy the EDID data from the HDMI Out output (EDID source) to the HDMI In 1 input:
“#CPEDID 1,1,0,0x1”,0x0D
Copy the EDID data from the default EDID source to HDMI In 1 and PC In inputs: