12-02-2006, 05:26 AM
You can activate a Response based on who signs in on the keypad when a Function key is pressed.
The Function keys on the Keypad can be configured so that a code is needed to access the function
in Comfigurator, Go to Control > Keypad, select the function Key, selecet the Response, check Need code.
A sample response to to Responses depending on the user is shown below
If UserNo = 1 Then
Do X10A1ON [X10 A1 ON]
End If
If UserNo = 4 Then
Do IR3Output2 [IR 3 Output 2]
End If
The Function keys on the Keypad can be configured so that a code is needed to access the function
in Comfigurator, Go to Control > Keypad, select the function Key, selecet the Response, check Need code.
A sample response to to Responses depending on the user is shown below
If UserNo = 1 Then
Do X10A1ON [X10 A1 ON]
End If
If UserNo = 4 Then
Do IR3Output2 [IR 3 Output 2]
End If