Dynamic Image Commands; Bbr; Raf; Rfr - AMX MVP-5200i-GB Instruction Manual

Table of Contents

Advertisement

Dynamic Image Commands

The following table describes Dynamic Image Commands.
Dynamic Image Commands

^BBR

Set the bitmap of a button to use a particular resource.
Syntax:
Variable:
Example:

^RAF

Add new resources - Adds any and all resource parameters by sending embedded codes and data. Since the embedded codes
are preceded by a '%' character, any '%' character contained in the URL must be escaped with a second '%' character (see
example).
The file name field (indicated by a %F embedded code) may contain special escape sequences as shown in the ^RAF, ^RMF -
Embedded Codes table below.
Syntax:
Variables:
• resource name = 1 - 50 ASCII characters.
• data = Refers to the embedded codes, see the ^RAF, ^RMF - Embedded Codes section on page 117.
Example:

^RFR

Force a refresh for a given resource.
Syntax:
Variable:
Example:

^RMF

Modify an existing resource - Modifies any and all resource parameters by sending embedded codes and data. Since the
embedded codes are preceded by a '%' character, any '%' character contained in the URL must be escaped with a second '%'
character (see example).
The file name field (indicated by a %F embedded code) may contain special escape sequences as shown in the ^RAF, ^RMF -
Embedded Codes section on page 117.
Syntax:
Variables:
• resource name = 1 - 50 ASCII characters
• data = Refers to the embedded codes, see the ^RAF, ^RMF - Embedded Codes section on page 117.
Example:

^RSR

Change the refresh rate for a given resource.
Syntax:
Variable:
Example:
MVP-5200i Modero® ViewPoint® Touch Panel with Intercom - Instruction Manual
"'^BBR-<vt addr range>,<button states range>,<resource name>'"
variable text address range = 1 - 4000.
button states range = 1 - 256 for multi-state buttons (0 = All states, for General buttons 1 = Off state and 2 = On state).
resource name = 1 - 50 ASCII characters.
SEND_COMMAND Panel,"'^BBR-700,1,Sports_Image'"
Sets the resource name of the button to 'Sports_Image'.
"'^RAF-<resource name>,<data>'"
SEND_COMMAND Panel,"'^RAF-New Image,%P0%HAMX.COM%ALab/Test%%5Ffile%Ftest.jpg'"
Adds a new resource.
The resource name is 'New Image'
%P (protocol) is an HTTP
%H (host name) is AMX.COM
%A (file path) is Lab/Test_f ile
%F (file name) is test.jpg.
Note that the %%5F in the file path is actually encoded as %5F.
"'^RFR-<resource name>'"
resource name = 1 - 50 ASCII characters.
SEND_COMMAND Panel,"'^RFR-Sports_Image'"
Forces a refresh on 'Sports_Image'.
"'^RMF-<resource name>,<data>'"
SEND_COMMAND Panel,"'^RMF-Sports_Image,%ALab%%5FTest/Images%Ftest.jpg'"
Changes the resource 'Sports_Image' file name to 'test.jpg' and the path to 'Lab_Test/Images'.
Note that the %%5F in the file path is actually encoded as %5F.
"'^RSR-<resource name>,<refresh rate>'"
resource name = 1 - 50 ASCII characters.
refresh rate = Measured in seconds.
SEND_COMMAND Panel,"'^RSR-Sports_Image,5'"
Sets the refresh rate to 5 seconds for the given resource ('Sports_Image').
Programming
116

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mvp-5200i-gw

Table of Contents