Changes for page Toolbox Basics

Last modified by Alexander Mott on 2024/03/19 21:00

From version 23.14
edited by Alexander Mott
on 2022/09/19 23:15
Change comment: (Autosaved)
To version 23.15
edited by Alexander Mott
on 2022/09/19 23:18
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2,7 +2,7 @@
2 2  {{toc/}}
3 3  {{/box}}
4 4  
5 -[[Crestron's Toolbox>>url:https://www.crestron.com/Products/Control-Hardware-Software/Software/Development-Software/SW-TB]] software is vital to being able to startup any Crestron lighting control job. The intent of this article is to familiarize a new lighting control tech with the very basics of the various Tools available within the Crestron Toolbox software.
5 +[[Crestron's Toolbox>>url:https://www.crestron.com/Products/Control-Hardware-Software/Software/Development-Software/SW-TB]] software is vital to being able to startup any Crestron lighting control job. The intent of this article is to familiarize a new lighting control tech with the very basics of the various Tools available within the Crestron Toolbox software; detailed information can be access anytime from within Toolbox by pressing the F1 function key to open the Crestron Toolbox Help Menu. If a tool window is the active window, pressing F1 will open the Crestron Toolbox Help Menu to the specific page for that tool.
6 6  
7 7  = Initial Toolbox Configuration =
8 8  
... ... @@ -28,22 +28,58 @@
28 28  
29 29  = Connecting to Devices =
30 30  
31 -In order to connect to any lighting devices, your computer must be physically connected to the lighting device or the lighting network. Typically, this is achieved with either a USB-A to USB-B cable or an Ethernet cable, though some devices use different types of USB or have wireless adapters.
31 +In order to connect to any lighting devices, your computer must be physically connected to the lighting device or the lighting network. Typically, this is achieved via TCP (i.e. Ethernet or WiFi) or USB (usually USB-A to USB-B cable), though some older devices may require an RS-232 serial connection.
32 32  
33 -(% class="box infomessage" %)
34 -(((
35 -Note: It is not recommended to use Toolbox with multiple types of connections simultaneously as Toolbox may behave unexpectedly. If changing the connection method (e.g. switching to an Ethernet connection after using a USB connection), then you should unplug the first cable before plugging in the second one.
36 -)))
33 +Any Toolbox tool which requires connecting to a device has several buttons and fields at the lower left which relate to device connection:
37 37  
35 +[[image:Untitled.png]]
36 +
37 +These elements have various functions:
38 +
39 +1. Address Book Menu - Used to view and edit the current address book, or to change the active Address Book to a different Address Book
40 +1. Current Connected Device - If the currently connected device is in the Address Book, it's name in the Address Book will be displayed here. This drop down menu can also be used to connect to a different device within the current Address Book
41 +1. Manual Connection Menu - This menu is used to manually connect to a device that is not in the current Address Book. It can be used regardless of the connection type or device being connected to:
42 +1*. [[image:1663625644870-585.png]]
43 +1. Quick Function Menu (keyboard shortcut: ALT+F) - menu containing a few useful functions
44 +1*. Firmware (keyboard shortcut: ALT+O) - menu for loading firmware
45 +1*. SIMPL Program (keyboard shortcut: ALT+P) - menu for loading a SIMPL or SIMPL# Program
46 +1*. Project (keyboard shortcut: ALT+T) - menu for loading an XPanel UI
47 +1. Current connection status ("Connecting", "Connected", "Disconnected", or "Unknown")
48 +1. Current connection type and address (e.g. "usb" or "ssh 10.44.5.71")
49 +
38 38  == USB Connection ==
39 39  
40 -To connect via USB, simply plug the appropriate USB cable into your computer and the device and then open the desired tool. When connected via USB, only the device you are connected to will appear:
52 +Connecting to a device via USB is only recommended during initial configuration of the device's IP settings or if there is an issue with connecting via Ethernet/TCP. The data transfer rate over USB is very low relative to Ethernet, and so any activities that require data transfer (such as updating firmware, updating showrunner™, or loading a UI) will take much longer than necessary. Additionally, when connecting via USB, only the device you are plugged in to will be connectable in Toolbox, rather than being able to connect to any device on the lighting network as would be possible when connected by Ethernet.
41 41  
54 +To connect via USB:
42 42  
56 +1. Determine the necessary USB cable
57 +1*. Most devices (DIN-AP3, DIN-AP4, DIN-CENCN-2, etc.) will require a USB-B connection, but some devices may require a Mini USB-B or Micro USB-B connection
58 +1. Plug the USB cable in to both the device and your computer
59 +1. Open Toolbox and then open the desired tool
60 +1. Connect to the device
61 +1*. If you are using the Default Address Book, there is already an entry for "Local-USB"
62 +1*. If you are not using an Address Book, then you should click the Pencil Icon to open the Manual Connection Menu:
63 +1*1. Change the connection type from "TCP" to "USB"
64 +1*1. Leave Model, Hostname, and Serial fields blank
65 +1*1. If the device has authentication enabled, expand the Advanced options and input the username and password
66 +1*1. Click "OK"
67 +1. The current connection status field should change from "Unknown" to "Connecting"
68 +1. After a brief period, the connection status field should change from "Connecting" to "Connected"
69 +1*. Some devices may take longer than others to connect
70 +1*. If the device has just recently powered up, it may take a few minutes to completely wake up before it can be connected to
71 +1*. If you have issues connecting, see [[Troubleshooting a Failed Connection>>doc:SHOWRUNNER™ Setup Guide.SHOWRUNNER™ Installation Guide.Preparation.Toolbox Basics.WebHome||anchor="HTroubleshootingaFailedConnection"]] below
72 +
43 43  == Ethernet Connection ==
44 44  
45 45  == Device Discovery Tool and Address Book ==
46 46  
77 +== Troubleshooting a Failed Connection ==
78 +
79 +"Device refused to identify"
80 +
81 +"Device not found in database"
82 +
47 47  = Basic Tool Usage =
48 48  
49 49  == Text Console ==