7. LW3 Programmers’ Reference
UMX-HDMI-140 series– User's Manual
122
Applied firmware package: v1.3.0b5 | LDC software: v2.5.6b2
7.23.
EDID Management
Parameters
Parameter
Description
<emulated>
The emulated EDID memory of the desired input port. Example: E1.
<dynamic>
Dynamic EDID memory index. Example: D1
<user>
User EDID memory index. Example: U1
<factory>
Factory EDID memory index. Example: F1
See the list of all factory EDID tracks in the
section.
7.23.1. Query the Emulated EDIDs
Command and Response
#edid
ç
GET·/EDID.EdidStatus
æ
pr·/EDID.EdidStatus=
<dynamic
|
user
|
factory>
:
<emulated>
;...;
<dynamic
|
user
|
factory>
:
<emulated>
Example
ç
GET /EDID.EdidStatus
æ
pr /EDID.EdidStatus=D1:E1;F47:E2
Emulated EDID memory for input port is listed with the EDID number that is currently emulated on the input.
7.23.2. Query the Validity of a Dynamic EDID
Command and Response
ç
GET·/EDID/D/
<dynamic>
.Validity
æ
pr·/EDID/D/
<dynamic>
.Validity=
<logical_value>
Parameters
The
<logical_value>
can be
true
or
false
.
Example
ç
GET /EDID/D/D1.Validity
æ
pr /EDID/D/D1.Validity=true
7.23.3. Query the Preferred Resolution of an User EDID
Command and Response
ç
GET·/EDID/U/
<user>
.PreferredResolution
æ
pr·/EDID/U/
<user>
.PreferredResolution=
<resolution>
Example
ç
GET /EDID/U/U2.PreferredResolution
æ
pr /EDID/U/U2.PreferredResolution=1920x1080p60.00Hz
7.23.4.
Emulating an EDID to an Input Port
Command and Response
ç
CALL·/EDID:switch(
<dynamic
|
user
|
factory>
:
<emulated>
)
æ
mO·/EDID:switch
Example
ç
CALL /EDID:switch(F49:E1;F27:E2)
æ
mO /EDID:switch
7.23.5.
Emulating an EDID to All Input Ports
Command and Response
ç
CALL·/EDID:switchAll(
<dynamic
|
user
|
factory>
)
æ
mO·/EDID:switchAll
Example
ç
CALL /EDID:switchAll(F47)
æ
mO /EDID:switchAll
7.23.6.
Copy an EDID to User Memory
Command and Response
ç
CALL·/EDID:copy(
<dynamic
|
emulated
|
factory
|
user>
:
<user>
)
æ
mO·/EDID:copy
Example
ç
CALL /EDID:copy(D1:U1)
æ
mO /EDID:copy
The EDID of the last connected sink of D1 (Output 1) has been copied to U1.