Code-Driven Buttons And Video Feeds - AMX Modero G4 Instruction Manual

Configuration and programming
Table of Contents

Advertisement

MXA-MP and MXA-MPL Programming
Supported Resolution/Signal Type Commands
HDMI:
DVI:
RGB/Graphics:
Component:
SVIDEO:
Composite:
** available in firmware v2.1.100 and later.

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.
54
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'"
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'"
** 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'"
** 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'"
SEND_COMMAND 10001:1:0,"'^SLT-1,videomode=svideo,ntsc'"
SEND_COMMAND 10001:1:0,"'^SLT-1,videomode=svideo,pal-bghid'"
SEND_COMMAND 10001:1:0,"'^SLT-1,videomode=svideo,pal-m'"
SEND_COMMAND 10001:1:0,"'^SLT-1,videomode=composite,ntsc'"
SEND_COMMAND 10001:1:0,"'^SLT-1,videomode=composite,pal-bghid'"
SEND_COMMAND 10001:1:0,"'^SLT-1,videomode=composite,pal-m'"
Modero G4 Touch Panels - Configuration and Programming

Advertisement

Table of Contents
loading

Table of Contents