Macros
9-82 Chapter 9
%
%
c
c
C
C
l
l
e
e
a
a
r
r
E
E
n
n
t
t
r
r
y
y
B
B
u
u
f
f
f
f
e
e
r
r
Syntax Clear Entry Buffer
%c
See Also
%[ Save Entry Buffer
Clear Entry Buffer
Simulates the operation of the [CLR] key. It can be used at the beginning of a macro to ensure the entry
buffer is clear before the macro begins. The %c command can also be used to clear the value of the
currently selected parameter (see example - Clearing the Currently Selected Parameter).
%
%
d
d
D
D
i
i
s
s
p
p
l
l
a
a
y
y
C
C
o
o
n
n
t
t
r
r
o
o
l
l
Syntax Backlight Brightness
< %brightness > P%d
LCD Enable/Disable Auto-Update
< X | x > %d
Enable/Disable LCD Icon Control
<a|b|s|m|A> g%d
LCD Auto-Update Position (Standard, Large Font)
< row > < H | h > %d
LCD Auto-Update Position (Standard, Medium Font)
< row > , < column > < I | i > %d
LCD Auto-Update Position (Single-Line, Medium Font)
< row > < J | j > %d
LCD Auto-Update Position (Single-Line, Small Font)
< row > , < column > < K | k > %d
Enable LCD/LED Remote Display Auto-Update
R%d
Disable LCD Remote Display Auto-Update
[ text ] r%d
Disable LED Remote Display Auto-Update
< A|B|C|D|E|F|G|H|I|J > [ text ] r%d
LCD Enable/Disable Backlight
< B | b > %d
LCD Remote Display Enable/Disable Mirror Image
< M | m > %d
Arguments
H Select large font standard auto-update, normal (black on white).
h Select large font standard auto-update, inverse (white on black).
I Select medium font standard auto-update, normal (black on white).
i Select medium font standard auto-update, inverse (white on black).
J Select medium font single-line auto-update, normal (black on white).
j Select medium font single-line auto-update, inverse (white on black).
Example:
Clearing the Currently Selected
Parameter
%c clear entry buffer
1%i select VAR#1
%c clear VAR#1 (set to 0)
%G get entry
%e save entry in VAR#1