User's Manual

Advanced Programming
31
ALD-H48 Lighting Controller
Command Feedback (Cont.)
String Description
FWVERSION-<version>
Reply to the device firmware version.
Example:
FWVERSION-Processor 01 O/S Rev : 01.01.01 T26
KEYPADBTN-<btn>,
<state>
Reply received when a keypad button has been double-
tapped.This reply is received on the port matching the keypad
number that cause the event.
<btn> : 1..24 = keypad button number
<state>: DOUBLE_CLICK
Example:
KEYPADBTN-1,DOUBLE_CLICK
KEYPADENABLE-<state>
Feedback for the Keypad state. This feedback is received on the
virtual device port matching the keypad number.
<state>: 1=ON
0=OFF
Example:
KEYPADENABLE-1
KEYPADADDR-<index>,<addr>
Feedback for the current index to Keypad address
assignment.This feedback is always issued on port 1.
<index>: 0 = not assigned
1..24 = assigned index/port
<addr>: Keypad address (blank if no address assigned)
Example:
KEYPADADDR-3,[1:5:3]
LIGHTADDR-<index>,<addr>
Feedback for the current index to Dimmer/Group/Scene address
assignment.
<index>: 0 = not assigned
1..n = assigned index
<addr>: Dimmer address, Group addresses, or Scene number
(blank if no address assigned)
Example:
LIGHTADDR-1,[1:4:1:1:1] // at index 1 we have a dimmer
LIGHTADDR-4,[1] // at index 4 we have scene 1 stored.
LIGHTLEVEL-<index>,
<level>
Reply for the Dimmer level.
<index>: 1..n
<level>: 0..255
Example:
LIGHTLEVEL-1,102
LIGHTRAMP-<index>,
<state>
Feedback for the Dimmer ramping state.
<index>: 1..n
<state>: UP, DOWN, STOP
Example:
LIGHTRAMP-1,UP
LIGHTRAMP-1,STOP