NetLinx Programming
20
MXA-MP & MXA-MPL Instruction Manual
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'"
** available in firmware v2.1.100 and later.