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

X series g5 touch panels
Hide thumbs Also See for Modero G5:
Table of Contents

Advertisement

When using the MXA-MPL for displaying live motion streams, make sure to use the supported resolutions with the
video input type:
Supported Resolution/Signal Type Commands
HDMI:
DVI:
RGB/Graphics:
Component:
SVIDEO:
Composite:
When using the MXA-MPL for displaying live motion streams, make sure to use the
supported resolutions with the video input type. While the MXA-MPL is capable of
supporting up to 60 Hz, the Modero X G5 panels that use MXA-MPL only support 25-30
Hz.

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.
Modero G5 Touch Panels - Configuration and Programming
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'"
MXA-MP and MXA-MPL Programming
55

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents