AMX MVP-8400i manual Panel Setup Commands, Programming, Clock

Models: MVP-8400i

1 198
Download 198 pages 7.68 Kb
Page 160
Image 160
Panel Setup Commands

Programming

Panel Setup Commands

These commands are case insensitive.

Panel Setup Commands

CLOCK

Syntax:

Sets the time and date

“’CLOCK mm-dd-yy hh:mm:ss’”

on the panel.

Variables:

 

 

mm = Month

 

dd = Day

 

yy = Year

 

hh = Hour

 

mm = Minute

 

ss = Second

 

Example:

 

SEND_COMMAND Panel, “’CLOCK 04-19-76 19:16:00’”

 

Sets the time and date on the panel to April 19, 1976, 7:16 PM.

 

 

^CFE

Syntax:

Enable or disable the

“’^CFE-<0/1>’”

image Flash backup

Variables:

cache

0 - for disable

 

 

1 - for enable

 

Example:

 

SEND_COMMAND Panel, “’^CFE-1’”

 

Tells the cache manager to enable the Flash backup image cache.

 

 

^CPR

Syntax:

Purge the cache when

“’^CPR-<cache mask>’”

needed in the context of

Variables:

the running program.

cache mask:

 

 

• 0x0001 - Purge non-volatile (Flash) image cache

 

• 0x0002 - Purge RAM image cache

 

• 0x0003 - Purge both non-volatile and RAM image caches

 

Example:

 

SEND_COMMAND Panel, “’^CPR-3’”

 

Purges all images from both primary RAM cache and backup Flash cache.

 

 

^CFS

Syntax:

Modifies the size of the

“’^CFS-<size in MB>’”

backup image Flash

Variable:

cache.

size in MB - MB of allocated Flash memory

 

 

Example:

 

SEND_COMMAND Panel, “’^CFS-12’”

 

Modifies the Flash cache size to 12MB.

 

The space is not immediately allocated to the backup cache, it is consumed as

 

needed for new entries in the Flash cache. If the size is reduced to something less

 

than the size of the items currently stored in Flash cache, the least recently used

 

items are deleted one by one until the used disk space is less than the maximum

 

provided in the ^CFS command. If the size is larger than the maximum size allowed

 

for the Flash cache (determined by taking 75% of free Flash space), the size reverts

 

to the maximum size allowed.

 

 

150

MVP-8400i Modero Viewpoint Wireless Touch Panels

Page 160
Image 160
AMX manual Panel Setup Commands, Programming, Clock, MVP-8400i Modero Viewpoint Wireless Touch Panels