Programming
36
Instruction Manual - Massio ControlPads and Keypads
Terminal (Telnet) Commands
Telnet
terminal communication can be accessed remotely via TCP/IP.
Establishing a Terminal Connection via Telnet
1.
In your Windows task bar, go to
Start > Run
to open the Run dialog.
2.
Type
cmd
in the
Open
field and click
OK
to open an instance of the Windows command interpreter - "Cmd.exe" (FIG. 40):
3.
Type "
telnet
" followed by a space and the keypad’s IP address:
>telnet XXX.XXX.XXX.XXX
4.
Press <Enter>.
Without a Telnet password set, a session will begin with a welcome banner similar to the following:
Welcome to MKP-108 v1.0.44 Copyright AMX LLC
>
If a Telnet password is set, then user credentials are required:
Enter username:
Enter protected password:
Welcome to MKP-108 v1.0.44 Copyright AMX LLC
>
SEND_COMMANDs (Cont.)
Command
Description
LED-EN
Enable LEDs on the keypad. LEDs are enabled by default.
Syntax:
LED-EN
Example:
SEND_COMMAND DEVICE_1,"'LED-EN'"
Enables LEDs on DEVICE_1.
REBOOT
Reboot the keypad.
Syntax:
REBOOT
Example:
SEND_COMMAND DEVICE_1,"'REBOOT'"
Reboots DEVICE_1.
SET_NDX_DESC
Set Friendly name and location for NDP.
Syntax:
SET_NDX_DESC-friendly name:location
Max of 25 characters for
friendly name
and max of 25 characters for
location
. If more than 25 characters
are sent for either friendly name or location, they will be truncated to a max of 25 characters.
Neither the friendly name nor the location should contain a “:” character, as that character is used as a
delimiter.
NOTE:
This command requires a reboot to enable new settings.
FIG. 40
Windows command interpreter (Cmd.exe)