Rfrp; Rsr; Ra ^Raf, ^Rmf; Embedded Codes - AMX Modero G5 Instruction Manual

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

Advertisement

Resource Send Commands (Cont.)

^RFRP

^RSR

^RA ^RAF, ^RMF

Embedded
Codes
Escape
Sequences
Modero G5 Touch Panels - Configuration and Programming
Resource Refresh Prefetch Command.
Force a refresh of the given resource. The command will "prefetch" the resource even if it is not
currently visible.
Syntax:
"'^RFRP-<resource name>,[notification option],[width],[height]'"
Variables:
Resource name = name of the resource to refresh
Notification option = An optional notification option at the end of the command with the following
possible values:
On - notifications are sent whenever the named dynamic image resource is loaded/refreshed.
Off - notifications are not sent (default).
Once - notifications are sent one time whenever the named dynamic image resource is loaded/
refreshed. Notifications are not sent on subsequent loads/refreshes.
Width = Specifies the width at which the resource should be refreshed (the image will be scaled as
needed).
Height = Specifies the height at which the resource should be refreshed (the image will be scaled
as needed).
Examples:
SEND_COMMAND Panel, '^RFRP-Sports_Image,on'
Force a refresh on 'Sport_Image' immediately and enable completion notifications.
SEND_COMMAND Panel, '^RFRP-Sports_Image,off'
Force a refresh on 'Sport_Image' immediately and disable completion notifications.
SEND_COMMAND Panel, '^RFRP-Sports_Image,once'
Force a refresh on 'Sport_Image' immediately and enable a one-time completion notification.
SEND_COMMAND Panel, '^RFRP-Sports_Image,once,800,600'
Force a refresh on 'Sport_Image' immediately at the resolution 800x600 and enable a onetime
completion notification.
Resource Rate Command.
Change the refresh rate for a given resource.
Syntax:
"'^RSR-<resource name>,<refresh rate>'"
Variable:
resource name = name of the resource to set the refresh rate.
refresh rate = Measured in seconds.
Example:
SEND_COMMAND Panel,"'^RSR-Sports_Image,5'"
Sets the refresh rate to 5 seconds for the given resource ('Sports_Image').
The ^RAF and ^RMF commands add and modify any and all resource parameters by sending
embedded codes and data:
"'^RAF-<resource name>,<data>'"
"'^RMF-<resource name>,<data>'"
The <data> variable uses the embedded codes described in the ^RAF and ^RMF Embedded
Codes table on page 104.
Notifications are not sent on subsequent loads/refreshes. If the %C code is not sent as part of a
^RAF command, the notifications are set to off. If the %C code is not sent as part of a ^RMF
command, the notifications are not changed from the current setting.
The ^RAF and ^RMF commands support the replacement of any special escape sequences in the
filename (specified by the %F embedded code) with the corresponding data obtained from the
system as outlined in the^RAF and ^RMF Escape Sequences table on page 104
Programming - Send Commands
103

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents