AMX Modula Instrukcja Obsługi Strona 64

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 140
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 63
MXA-MP and MXA-MPL Programming
54
Modero G4 Touch Panels - Configuration and Programming
Code-Driven Buttons and Video Feeds
Example code is available from AMX to assist with developing individual solutions for producing dynamic buttons and/
or video feeds. From either the MXA-MP or MXA-MPL product pages on www.amx.com, select the AMX Device
Modules link on the right side of the page. This example code is open source and may be modified to function with any
source capable of providing the specified resolution and signal type.
Supported Resolution/Signal Type Commands
HDMI:
SEND_COMMAND 10001:1:0,"'^SLT-1,videomode=hdmi,640x480p@30'"
SEND_COMMAND 10001:1:0,"'^SLT-1,videomode=hdmi,800x600p@30'"
** SEND_COMMAND 10001:1:0,"'^SLT-1,videomode=hdmi,1024x768p@30'"
SEND_COMMAND 10001:1:0,"'^SLT-1,videomode=hdmi,1280x720p@30'"
DVI:
SEND_COMMAND 10001:1:0,"'^SLT-1,videomode=dvi,640x480p@30'"
SEND_COMMAND 10001:1:0,"'^SLT-1,videomode=dvi,800x600p@30'"
** SEND_COMMAND 10001:1:0,"'^SLT-1,videomode=dvi,1024x768p@30'"
SEND_COMMAND 10001:1:0,"'^SLT-1,videomode=dvi,1280x720p@30'"
RGB/Graphics:
** SEND_COMMAND 10001:1:0,"'^SLT-1,videomode=vga,640x480p@30'"
** SEND_COMMAND 10001:1:0,"'^SLT-1,videomode=svga,800x600p@30'"
** SEND_COMMAND 10001:1:0,"'^SLT-1,videomode=xga,1024x768p@30'"
** SEND_COMMAND 10001:1:0,"'^SLT-1,videomode=wxga,1280x768p@30'"
Component:
** SEND_COMMAND 10001:1:0,"'^SLT-1,videomode=component,720x480i@30'"
** SEND_COMMAND 10001:1:0,"'^SLT-1,videomode=component,720x480p@30'"
** SEND_COMMAND 10001:1:0,"'^SLT-1,videomode=component,720x576i@30'"
** SEND_COMMAND 10001:1:0,"'^SLT-1,videomode=component,720x576p@25'"
SVIDEO:
SEND_COMMAND 10001:1:0,"'^SLT-1,videomode=svideo,ntsc'"
SEND_COMMAND 10001:1:0,"'^SLT-1,videomode=svideo,pal-/jointfilesconvert/334028/bghid'"
SEND_COMMAND 10001:1:0,"'^SLT-1,videomode=svideo,pal-m'"
Composite:
SEND_COMMAND 10001:1:0,"'^SLT-1,videomode=composite,ntsc'"
SEND_COMMAND 10001:1:0,"'^SLT-1,videomode=composite,pal-/jointfilesconvert/334028/bghid'"
SEND_COMMAND 10001:1:0,"'^SLT-1,videomode=composite,pal-m'"
** available in firmware v2.1.100 and later.
Przeglądanie stron 63
1 2 ... 59 60 61 62 63 64 65 66 67 68 69 ... 139 140

Komentarze do niniejszej Instrukcji

Brak uwag