TX-MLCD Mini-LCD Transmitter AXCESS Programming 5
AXCESS Programming
Overview
You can use the AXCESS software to program all features of the TXMLCD.
A working knowledge of the AXCESS programming language is needed
to thoroughly understand the operation of the TXMLCD. Language
features include screen control, character position control, and
commands for implementing TXMLCD functions. The following subset
of the AXCESS Language commands are supported for the TXMLCD:
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)