MXA-MP and MXA-MPL Programming
55
Modero G5 Touch Panels - Configuration and Programming
When using the MXA-MPL for displaying live motion streams, make sure to use the supported resolutions with the
video input type:
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-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-bghid'"
SEND_COMMAND 10001:1:0,"'^SLT-1,videomode=composite,pal-m'"
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.
Summary of Contents for Modero G5
Page 58: ...Settings Menu 48 Modero G5 Touch Panels Configuration and Programming ...
Page 62: ...Gestures 52 Modero G5 Touch Panels Configuration and Programming ...
Page 66: ...MXA MP and MXA MPL Programming 56 Modero G5 Touch Panels Configuration and Programming ...
Page 138: ...Appendix B Bargraph Functions 128 Modero G5 Touch Panels Configuration and Programming ...