AMX NXD-700Vi manual Panel Setup Commands

Models: NXD-700Vi

1 232
Download 232 pages 24.26 Kb
Page 197
Image 197

Programming

Panel Setup Commands

These commands are case insensitive.

Panel Setup Commands

CLOCK

Syntax:

Sets the time and

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

date 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

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

the image Flash

Variables:

backup 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

“’^CPR-<cache mask>’”

when needed in

Variables:

the context of the

cache mask:

running program.

 

 

• 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

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

of the backup

Variable:

image Flash

size in MB - MB of allocated Flash memory

cache.

 

 

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 tak-

 

ing 75% of free Flash space), the size reverts to the maximum size allowed.

 

 

7" Modero Widescreen Touch Panels

175

 

 

Page 197
Image 197
AMX NXD-700Vi manual Panel Setup Commands