Wiki source code of Crestron Command Line
Last modified by Craig Lewis on 2022/11/14 15:09
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | __**Frequently used commands:**__ | ||
2 | |||
3 | (% style="width:1072px" %) | ||
4 | |(% style="width:175px" %)Command|(% style="width:203px" %) |(% style="width:691px" %)Help | ||
5 | |(% style="width:175px" %)BROADcast|(% style="width:203px" %)Operator|(% style="width:691px" %)Enable Error Broadcast | ||
6 | |(% style="width:175px" %)ERR SYS|(% style="width:203px" %)Operator|(% style="width:691px" %)Prints the error log | ||
7 | |(% style="width:175px" %)SHOWLICENSE|(% style="width:203px" %)Operator|(% style="width:691px" %)Display list of licensed application(s) | ||
8 | |(% style="width:175px" %)SHOWLICENSEEX|(% style="width:203px" %)Operator|(% style="width:691px" %)Display list of licensed application(s) | ||
9 | |(% style="width:175px" %)SYSTEMKEY|(% style="width:203px" %)Administrator|(% style="width:691px" %)Display system key. | ||
10 | |(% style="width:175px" %)GETCODE|(% style="width:203px" %)Operator|(% style="width:691px" %)Retrieve code needed for eControl2 activation | ||
11 | |(% style="width:175px" %)Autodiscovery Query|(% style="width:203px" %)Operator|(% style="width:691px" %)scans network for all connected Crestron network devices | ||
12 | |(% style="width:175px" %)VERsion|(% style="width:203px" %)Operator|(% style="width:691px" %)Version Command | ||
13 | |(% style="width:175px" %)EST|(% style="width:203px" %)Operator|(% style="width:691px" %)shows IP Configurations of connected device (same command as ipconfig) | ||
14 | |(% style="width:175px" %)DHCP|(% style="width:203px" %)Administrator|(% style="width:691px" %)Enable/disable dynamic IP addressing | ||
15 | |(% style="width:175px" %)IPAddress|(% style="width:203px" %)Administrator|(% style="width:691px" %)Set IP address | ||
16 | |(% style="width:175px" %)IPCONFIG|(% style="width:203px" %)Operator|(% style="width:691px" %)Display/Configure IP Settings | ||
17 | |(% style="width:175px" %)IPMask|(% style="width:203px" %)Administrator|(% style="width:691px" %)Set IP Subnet Mask. | ||
18 | |(% style="width:175px" %)IPTable|(% style="width:203px" %)Operator|(% style="width:691px" %)Display IP Table | ||
19 | |(% style="width:175px" %)DEFRouter|(% style="width:203px" %)Administrator|(% style="width:691px" %)Set default router | ||
20 | |(% style="width:175px" %)ADDDns|(% style="width:203px" %)Administrator|(% style="width:691px" %)Add an entry to DNS server List | ||
21 | |(% style="width:175px" %)SHOWEXTRA|(% style="width:203px" %)Operator|(% style="width:691px" %)Enables extra broadcast signals | ||
22 | |(% style="width:175px" %)HIDHELP|(% style="width:203px" %)Operator|(% style="width:691px" %)Shows hidden help commands | ||
23 | |(% style="width:175px" %)ADDMaster|(% style="width:203px" %)Programmer|(% style="width:691px" %)Add a master entry to IP table | ||
24 | |(% style="width:175px" %)REMMaster|(% style="width:203px" %)Programmer|(% style="width:691px" %)Remove a master entry to IP table | ||
25 | |(% style="width:175px" %)ADDSlave |(% style="width:203px" %)Programmer|(% style="width:691px" %)Add a slave entry to IP table | ||
26 | |(% style="width:175px" %)REMSlave|(% style="width:203px" %)Programmer|(% style="width:691px" %)Add a slave entry to IP table | ||
27 | |||
28 | HELP - Detailed help available. | ||
29 | |||
30 | Type a command followed by a space and '?' to see options for that command (i.e. HELP ?) | ||
31 | |||
32 | HELP ALL will display a list of all commands. | ||
33 | |||
34 | HELP DEVice will display a list of commands specific to this device. | ||
35 | |||
36 | HELP ETHERnet will display a list of Ethernet commands. | ||
37 | |||
38 | HELP FILE will display a list of commands for file operations. | ||
39 | |||
40 | HELP SYStem will display a list of general system commands. | ||
41 | |||
42 | HELP RF will display a list of commands for the radio chip if available. | ||
43 | |||
44 | HELP OSD will display a list of commands for the on-screen-display if available. | ||
45 | |||
46 | HELP RAVA will display a list of commands for RAVA VOIP if available. | ||
47 | |||
48 | HELP BACNET will display a list of commands for the BACNET stack if available. | ||
49 | |||
50 | HELP USER will display a list of commands added to the system by user programs. | ||
51 | |||
52 | HELP CRESTIMERENG will display a list of commands for the Crestron Timer Engine. | ||
53 | |||
54 | HELP xxx* will display a list of commands starting with xxx. | ||
55 | |||
56 |