Skip to main content
Chat with Biamp tech support
Biamp Cornerstone

Using Docklight for troubleshooting

You can download the software from here: https://docklight.de/

Docklight is available in both a paid and free version. The free version doesn't let you save your files and you are not able to copy/paste strings either. The paid version is very helpful when developing drivers in Biamp Device Editor and the pricing is fair.

You can watch the video below to get an idea of what the software can do. In many cases, here or on our website, we will add a Docklight file for our products to help you trouble shoot or create a driver for a third party controller.

You can add commands, send/receive, change COM ports and much more with ease in the software!

The only thing you'd need for sending serial commands is a RS232 port, which many modern laptop doesn't have, but all you need then, is a USB to RS232 adapter.

 

Simulating a LAN Device

In the event that you wish to simulate one of the TCP devices in your project and see what happens when data is sent from the control system use Docklight Scripting in the following manner.

1. Find the IP address of your computer

Use ”ipconfig” e.g.:(10.39.12.54)

clipboard_e37994074c4692aedbcb070524e691216.png

2. Adjust the project file and upload it.

clipboard_e17af17f3052bf6789cc11f671a172683.png

3. Startup Docklight and configure it

SERVER:3625

clipboard_e91cdc541d6447cb7147e69cc4b63eb70.png

 

4. Start the LAN server session in Docklight Scripting by pressing the "Play" icon

clipboard_e3a76d0f02057e0696b39ac8c5f94fcba.png

 

Simulating the control system

When you are in doubt if the control system is sending a command correctly, you can use Docklight Scripting as a second opinion. We also use it as a sandbox to test the commands before implementing them in Device Editor.

 

1. Find/setup the IP address of the device i.e. Projector LT-265 in this case 192.168.10.12

clipboard_ec88fe13fae3e6004c03d16c10c472f1e.png

2. Find the port number of the device in the manual

clipboard_ebc0c169ffe2056c9aca1f6873d3d9ac4.png

3.Setup the Docklight to make a TCP connection 192.168.10.12:7142

clipboard_ef9630c8c64f3f494a76f9ad5c9d09273.png

4. Open the connection to the projector by pressing the "Play" button

clipboard_ec7e43216827cdccc7a5e6b9764458bf7.png

5. Add the Commands you want to send and test

clipboard_e66d8693fd0521f496ea343afc5a44df2.png

 

Monitor a connection

When trying to understand what is going wrong between the communication of a control system and a device Docklight Scripting has a monitoring function that works really well. So like in the example below you wish to monitor a connection between the control system and a projector over LAN, your can create a "tunnel" using Docklight that can be monitored.  

clipboard_e917d100f8fad9c673252f0abb1a62441.png

clipboard_e5486c31032acaec98415e6c598e78ffb.png

Configure Docklight like this so that it creates a TCP server that the control system can connect to and at the same time connect to the projector instead of the control system.

clipboard_e0a607ead88cc2d17422ba3229d85b260.png

  • Was this article helpful?