7. LW3 Programmers’ Reference
UCX series – User's Manual
123
Applied firmware package: v1.2.0b9 | LDC software: v2.5.10b1
8.12.
EDID Management
8.12.1. Query the Emulated EDIDs
Command and Response
#edid
ç
GET·/V1/EDID.EdidStatus
æ
pr
·
/V1/EDID.EdidStatus=
<source>
:E1;
<source>
:E2;
<source>
:E3;
<source>
:E4
Parameters
Parameter
Parameter description
Values
Value description
<source>
Source EDID memory place
F1-F120
Factory EDIDs
U1-U14
User EDIDs
D1-D2
Dynamic EDIDs
Example
ç
GET /V1/EDID.EdidStatus
æ
pr /V1/EDID.EdidStatus=F89:E1;D1:E2;D1:E3;D1:E4
Emulated EDID memory for input port is listed with the EDID number that is currently emulated on the input.
8.12.2. Query the Validity of a Dynamic EDID
Command and Response
ç
GET·/V1/EDID/D/D1.Validity
æ
pr
·
/V1/EDID/D/D1.Validity=
<validity>
Parameters
If the
<validity>
parameter is
true
, the EDID is valid. If the parameter is
false
, the EDID is invalid.
Example
ç
GET /V1/EDID/D/D1.Validity
æ
pr /V1/EDID/D/D1.Validity=true
The ‘Validity’ property is true, valid EDID is stored in D1 memory place.
8.12.3. Query the Preferred Resolution of a User EDID
Command and Response
ç
GET·/V1/EDID/U/
<user_edid>
.PreferredResolution
æ
pr
·
/V1/EDID/U/
<user_edid>
.PreferredResolution=
<preferred_resolution>
Example
ç
GET /V1/EDID/U/U2.PreferredResolution
æ
pr /V1/EDID/U/U2.PreferredResolution=1920x1080p60.00Hz
INFO:
Use the
Manufacturer
and
MonitorName
properties to query further information.
8.12.4.
Emulating an EDID to an Input Port
Command and Response
ç
CALL·/V1/EDID:switch(
<source>
:
<destination>
)
æ
mO
·
/V1/EDID:switch
Parameters
Parameter
Parameter description
Values
Value description
<source>
Source EDID memory place
F1-F120
Factory EDIDs
U1-U14
User EDIDs
D1-D2
Dynamic EDIDs
<destination>
The emulated EDID memory of the desired input port
U1-U14
User EDIDs
Example
ç
CALL /V1/EDID:switch(F49:E2)
æ
mO /V1/EDID:switch
8.12.5.
Emulating an EDID to All Input Ports
Command and Response
ç
CALL·/V1/EDID:switchAll(
<source>
)
æ
mO
·
/V1/EDID:switchAll
Parameters
Parameter
Parameter description
Values
Value description
<source>
Source EDID memory place
F1-F148
Factory EDIDs
U1-U100
User EDIDs
D1-D2
Dynamic EDIDs
Example
ç
CALL /V1/EDID:switchAll(F47)
æ
mO /V1/EDID:switchAll