Axcess programming, Overview – AMX Mini-LCD Transmitter TX-MLCD User Manual

Page 9

Advertising
background image

TX-MLCD Mini-LCD Transmitter

AXCESS Programming

5

AXCESS Programming

Overview

You can use the AXCESS software to program all features of the TX–MLCD.

A working knowledge of the AXCESS programming language is needed
to thoroughly understand the operation of the TX–MLCD. Language
features include screen control, character position control, and
commands for implementing TX–MLCD functions. The following subset
of the AXCESS Language commands are supported for the TX–MLCD:

CALL

CANCEL_ALL_WAIT

CANCEL_WAIT

DEFINE_CONSTANT

DEFINE_DEVICE

DEFINE_PROGRAM

DEFINE_START

DEFINE_VARIABLE

IF...ELSE

ITOA

OFF

ON

PUSH

PUSH_CHANNEL

RELEASE

SEND_STRING

TO

WAIT

all mathematical operators (+, –, *, /)

all logical operators (AND, OR, NOT, XOR)

all bitwise operators (BAND, BOR, BNOT, BXOR)

Advertising