Programming
14
AXU-SPL4 Mini-LCD Panel
Send_Commands
The following Send_Commands are listed to program the AXU-SPL4:
AXU-SPL4 Send_Commands
BEEP
Generates a beep of the
specified time duration. By
sending another beep com-
mand before the previous one
times out, the duration can be
extended.
Syntax:
'BEEP<time>'
Variable:
time = 0 - 9
Examples:
SEND_COMMAND SPL4, 'BEEP5'
Sets the beep at 0.5 seconds. Time is measured in tenth of seconds.
SEND_COMMAND SPL4, 'BEEP'
Turns beep OFF immediately.
LIGHT
Sets backlight level.
Syntax:
'LIGHT<Backlight brightness>'
Variable:
brightness = 0 - 9; default is zero.
Example:
SEND_COMMAND SPL4, 'LIGHT9'
This command sets the backlight to full brightness.
SEND_COMMAND SPL4, 'LIGHT'
This command turns the backlight OFF.
OFFSET
Sets the offset for the four
pushbutton switches. Default
is 1.
Syntax:
'OFFSET<Switch offset>'
Example:
SEND_COMMAND SPL4, 'OFFSET97'
This command sets the first switch (left most) to use channel 97. Switch 1 will
be channel 97 for its PUSH, RELEASE, and feedback channel. Similarly,
switch 2 through 4 (right most) will use 98 through 100 respectively.
TIME
Sets the amount of time with-
out a switch press before the
backlight times out and shuts
OFF.
Syntax:
'TIME<Timeout>'
Variable:
timeout = 1 - 99, measured in minutes. Default si 15 minutes.
Example:
SEND_COMMAND SPL4, 'TIME10'
This command sets the timer to turn backlight OFF after 10 minutes of
inactivity.
SEND_COMMAND SPL4, 'TIME'
This command resets the backlight timer.
Summary of Contents for AXU-SPL4
Page 1: ...instruction manual Product Category AXU SPL4 Mini LCD Panel ...
Page 4: ...ii AXU SPL4 Mini LCD Panel Table of Contents ...
Page 6: ...Introduction 2 AXU SPL4 Mini LCD Panel ...
Page 16: ...Installation and Wiring 12 AXU SPL4 Mini LCD Panel ...