Extron Electronics RGB 300 User Manual
Page 28
Appendix A • Programmer's Guide
Appendix A • Programmer's Guide
Extron RGB 300 Universal Interface • User’s Manual
Extron RGB 300 Universal Interface • User’s Manual
Response:
CMD13, ERC, CKS1, CKS2, EOT
CMD14 (3E) - Report Menu Language
The Host asks the RGB 300 which language is currently being
used to display the menus. The RGB 300 responds with one
data byte with the language mode encoded.
Format:
CMD14, CKS1, CKS2, EOT
(3Eh), (80h), (BEh), (04h)
Response:
CMD14, data1, CKS1, CKS2, EOT
Where:
data1 =
80h for English
81h for Spanish
82h for German
83h for French
CMD15 (3F) - Set Menu Language
The host tells the RGB 300 change menu displays to a
different language. This command includes a data byte to tell
the RGB 300 which language mode to set.
Format:
CMD15, data1, CKS1, CKS2, EOT
(3Fh), (xx), (xx), (xx), (04h)
Where:
data1 =
80h to set to English
81h to set to Spanish
82h to set to German
83h to set to French
Response:
CMD15, ERC, CKS1, CKS2, EOT
CMD16 (40) - Report Current Block Number
The Host asks the RGB 300 which memory block number is
currently being used. The RGB 300 responds with a data byte
containing the memory block number.
Format:
CMD16, CKS1, CKS2, EOT
(40h), - (80h), (C0h), (04h)
Response:
CMD16, data1, CKS1, CKS2, EOT
Where:
data1 = current memory block number + 80h
A-15
Using Commands - CMD14,15,16
CMD17 (41) - Select New Block Number
The Host tells the RGB 300 to load a preset configuration
from a memory block number. The block contains settings for
a different video format. See table for pre-loaded memory
blocks on page 3-4.
Format:
CMD17, data1, CKS1, CKS2, EOT
(41h), (xx), (ck), (ck), (04h)
Where:
data1= block number to load + 80h
Response:
CMD17, ERC, CKS1, CKS2, EOT
Video Fade Mode
Through RS-232 programming, or through Windows®
software, the RGB 300 can make the picture fade to black, or
from black to picture.
____ Because there is no front panel control for this function, the
user must take care not to leave the RGB 300 in the fade
mode. If the unit is disconnected from power and reset then the
fade will default to off.
CMD18 (42) - Report Fade to Black Status
The Host asks the RGB 300 if the video is in the "fade" mode.
The RGB 300 responds with a data byte telling if this is true or
false.
Format:
CMD18, CKS1, CKS2, EOT
(42h), - (80h), (C2h), (04h)
Response:
CMD18, data1, CKS1, CKS2, EOT
Where:
data1 = 80h if video is not in the fade-to-black mode.
81h if video is fade-to-black mode.
CMD19 (43) - Set the Video Fade Status
The Host tells the RGB 300 to fade the video in or out.
Format:
CMD19, data1, CKS1, CKS2, EOT
(43h), - (xx), - (xx), - (xx), (04h)
Where:
data1 = 80h to fade the video in
81h to fade video out (to black)
A-16
Using Commands - CMD17,18,19