Doc kli ght V2.2 User Manu al 0 7/20 16 C opyri ght 20 16 Flac hma nn und Heggel bach er GbR
Copyright
Copyright
1Copyright
Copyright 2016 Flachmann und Heggelbacher GbR
All rights reserved. No parts of this work may be reproduced in any form or by any
means - graphic, electronic, or mechanical, including photocopying, recording, taping, or
information storage and retrieval systems - without the written permission of the
publisher.
Trade marks
Products that are referred to in this document may be either trademarks and/or
registered trademarks of the respective owners. The publisher and the author make no
claim to these trademarks.
Microsoft and Windows are either registered trademarks or trademarks of Microsoft
Corporation in the United States and/or other countries.
Disclaimer
6
While every precaution has been taken in the preparation of this document, the publisher
and the author assume no responsibility for errors or omissions, or for damages resulting
from the use of information contained in this document or from the use of programs and
source code that may accompany it. In no event shall the publisher and the author be
liable for any loss of profit or any other commercial damage caused or alleged to have
been caused directly or indirectly by this document.
Doc kli ght V2.2 User Manu al 0 7/20 16 C opyri ght 20 16 Flac hma nn und Heggel bach er GbR
Introduction
Introduction
2Introduction
2.1Docklight - Overview
Docklight is a testing, analysis and simulation tool for serial communication protocols
(RS232, RS485/422 and others). It allows you to monitor communications between two
serial devices or to test the serial communication of a single device. Docklight is easy to
use and works on almost any standard PC running Windows 10, Windows 8, Windows7, Windows Vista or Windows XP.
Docklight's key functions include
· simulating serial protocols - Docklight can send out user-defined sequences
according to the protocol used and it can react to incoming sequences. This makes it
possible to simulate the behavior of a serial communication device, which is
particularly useful for generating test conditions that are hard to reproduce with the
original device (e.g. problem conditions).
· logging RS232 data - All serial communication data can be logged using two
different file formats. Use plain text format for fast logging and storing huge amounts of
data. An HTML file format, with styled text, lets you easily distinguish between
incoming and outgoing data or additional information. Docklight can also log any
binary data stream including ASCII 0 <NUL> bytes and other control characters.
· detecting specific da ta sequences - In many test cases you will need to check for
a specific sequence within the RS232 data that indicates a problem condition.
Docklight manages a list of such data sequences for you and is able to perform userdefined actions after detecting a sequence, e.g. taking a snapshot of all
communication data before and after the error message was received.
· responding to incoming data - Docklight lets you specify user-defined answers to
the different communication sequences received. This allows you to build a basic
simulator for your serial device within a few minutes. It can also help you to trace a
certain error by sending out a diagnostics command after receiving the error message.
8
Docklight will work with the COM communication ports provided by your operating
system. Physically, these ports will be RS232 SUB D9 interfaces in many cases.
However, it is also possible to use Docklight for other communication standards such
as RS485 and RS422, which have a different electrical design to RS232 but follow the
RS232 communication mechanism.
Docklight has also been successfully tested with many popular USB-to-Serial
converters, Bluetooth serial ports, GPS receivers, virtual null modems, Arduino,
MicroPython/pyboard or other Embedded Development environments that add a COM
port in Windows.
For RS232 full-duplex monitoring applications, we recommend our Docklight Tap USB
accessory, or our Docklight Monitoring Cable.
This manual only refers to RS232 serial connections in detail, since this is the basis for
other serial connections mentioned above.
TIP: For getting started, have a look at the Docklight sample projects, which
demonstrate some of the basic Docklight functions.
Doc kli ght V2.2 User Manu al 0 7/20 16 C opyri ght 20 16 Flac hma nn und Heggel bach er GbR
Introduction
2.2Typical Applications
Docklight is the ideal tool to support your development and testing process for serial
communication devices. Docklight may be used to
· Test the functionality or the protocol implementation of a serial device.
You may define control sequences recognized by your device, send them, log and
analyze the responses and test the device reaction.
· Simulate a serial device.
Although rare, the possibility of a hardware fault must be considered in most systems.
Imagine you have a device that sends an error message in the case of a hardware
fault. A second device should receive this error message and perform some kind of
reaction. Using Docklight you can easily simulate the error message to be sent and
test the second device's reaction.
9
· Monitor the communication between two devices.
Insert Docklight into the communication link between two serial devices. Monitor and
log the serial communication in both directions. Detect faulty communication
sequences or special error conditions within the monitored communication. Take a
snapshot of the communication when such an error condition has occurred.
Doc kli ght V2.2 User Manu al 0 7/20 16 C opyri ght 20 16 Flac hma nn und Heggel bach er GbR
Introduction
2.3System Requirements
10
Operating system
· Windows 10, Windows 10 x64, Windows 8, Windows 8 x64, Windows 7, Windows 7
x64, Windows Vista or Windows XP.
Additional requirements
· For RS232 testing or simulation: Minimum one COM port available. Two COM ports for
monitoring communication between two serial devices.
· For low-latency monitoring using Docklight Tap: One USB port
Additional cables or software drivers may be required for connecting the equipment to be
tested. See the sections on Docklight Tap, Docklight Monitoring Cable RS232 SUB D9,
Standard RS232 Cables and virtual null modem drivers.
Doc kli ght V2.2 User Manu al 0 7/20 16 C opyri ght 20 16 Flac hma nn und Heggel bach er GbR
User Interface
User Interface
3User Interface
3.1Main Window
The main window of Docklight is divided into four sections:
12
1. Toolbar and Status
All main Docklight functions may be selected from the Toolbar. Additional information
about the communication status and the current settings is shown in the status line
below it.
2. Send Sequences
Define, edit and manage your Send Sequences here. Using the arrow symbol, the
selected sequence can be sent out immediately. Double click on the blank field at the
end of a list to create a new sequence. A context menu (right mouse button) is available
to cut, copy or paste entire Send Sequences to/from the Clipboard. See Editing and
Managing Sequences and Dialog: Edit Send Sequence for more information.
The sequence list can be reordered using drag&drop, after you enable it by clicking on
the small lock icon in the top left corner. When unlocked, the list can be changed
by dragging a sequence to a new position with the left mouse button pressed.
3. Receive Sequences
Define, edit and manage your Receive Sequences here. Double click on the blank field
at the end of a list to create a new sequence. The Receive Sequence list supports the
same reordering and clipboard operations as the Send Sequence list. You can also copy
a Send Sequence to the clipboard and paste it into the Receive Sequence list. See
Editing and Managing Sequences and Dialog: Edit Receive Sequence for more
information.
4. Communication Window
Displays the outgoing and incoming communication on the serial port. Various display
options are available for communication data, including ASCII / HEX / Decimal / Binary
display, time stamps and highlighting (see Options). If serial communication is stopped,
all data from the communications window may be copied to the clipboard or printed. You
may also search for specific sequences using the Find Sequence function. See How
Serial Data is Processed and Displayed for more information.
Doc kli ght V2.2 User Manu al 0 7/20 16 C opyri ght 20 16 Flac hma nn und Heggel bach er GbR
User Interface
3.2Clipboard - Cut, Copy & Paste
Docklight supports the Windows clipboard and its Cut, Copy and Paste operations.
Clipboard operations are available in the
· Main Window - Send Sequences
· Main Window - Receive Sequences
· Main Window - Communication
· Main Window - Script Editor (Docklight Scripting only)
· Dialog: Edit Send Sequence
· Dialog: Edit Receive Sequence
· Dialog: Find Sequence
· Dialog: Send Sequence Parameter
· Notepad
· Keyboard Console
You can cut a serial data sequence from the communication window and create a new
Send or Receive Sequence by simply pasting it into the appropriate list. Or edit a Send
Sequence, copy a part of this sequence to the clipboard and create a new Receive
Sequence out of it by pasting it into the Receive Sequence window.
13
TIP: Try the right mouse button to display a context menu for Cut, Copy and Paste
operations.
3.3Notepad
The Docklight Notepad is a separate window for writing down additional notes concerning
your Docklight project (how to use the Send / Receive Sequences, notes on additional
test equipment, etc.). The notepad window can be shown using the F12 key or the
menu Tools > Show Notepa d.
The notepad is a simple text box that does not offer formatting menus or toolbars, but
you can paste formatted text from the W indows clipboard.
The notepad contents are stored along with all other Docklight project settings (see
saving and loading your project data). When opening a Docklight project file, the notepad
is displayed automatically, if project notes are available.
NOTE: Closing the notepad window does not delete your notes. They will be still
available when you press F12 again. To remove all notes, empty the text box using Ctrl+A (Select All) and the DEL key.
Doc kli ght V2.2 User Manu al 0 7/20 16 C opyri ght 20 16 Flac hma nn und Heggel bach er GbR
Features and Functions
Features and Functions
4Features and Functions
4.1How Serial Data Is Processed and Displayed
Docklight handles all serial data in an 8 bit-oriented way. Every sequence of serial data
consists of one or more 8 bit characters. Docklight allows you to
· display the serial data in either ASCII, HEX, Decimal or Binary format
· copy serial data to the clipboard and paste it into a standard text file or a formatted
Microsoft® Word document, or create a Send / Receive Sequence using the data.
· print out serial data, user comments and other information
Docklight's communication window shows the current communication on the selected
serial port(s). Docklight distinguishes between two communication channels (channel 1
and channel 2), which represent the incoming and outgoing data in Send/Receive Mode
or the two communication channels being observed in Monitoring Mode. Channel 1 and
channel 2 data are displayed using different colors or fonts, and the communication data
may be printed or stored as a log file in plain text or HTML format.
Besides the serial data, Docklight inserts date/time stamps into the communication
display. By default, a date/time stamp is inserted every time the data flow direction
switches between channel 1 and channel 2, or before a new Send Sequence is
transmitted. There are several options available for inserting additional time stamps. This
is especially useful when monitoring a half-duplex line with only one communication
channel. See Options --> Date/Time Stamps
15
Docklight is able to process serial data streams containing any ASCII code 0 - 255
decimal. Since there are non-printing control characters (ASCII code < 32) and different
encodings for ASCII code > 127, not all of these characters can be displayed in the
ASCII text window. Nonetheless, all characters will be processed properly by Docklight
and can be displayed in HEX, Decimal or Binary format. Docklight will process the serial
data on any language version of the Windows operating system in the same way,
although the ASCII display might be different. For control characters (ASCII code < 32),
an additional display option is available to display their text equivalent in the
communication window. See Options dialog and Appendix, ASCII Character Set Tables.
Docklight allows you to suppress all original serial data, if you are running a test where
you do not need to see the actual data, but only the additional evaluations generated
using Receive Sequences. See the Project Settings for Communication Filter.
4.2Editing and Managing Sequences
A Docklight project mainly consists of user-defined sequences. These may be either
Send Sequences, which may be transmitted by Docklight itself, or Receive Sequences,
which are used to detect a special message within the incoming serial data.
Sequences are defined using the Edit Send Sequence or Edit Receive Sequence dialog
window. This dialog window is opened
1. by choosing Edit from the context menu available using the right mouse button.
2. by double-clicking on an existing sequence or pressing Ctrl + E with the Send
Sequence or Receive Sequence list selected.
3. when creating a new sequence by double-clicking on the blank field at the end of a list
(or pressing Ctrl + E).
4. when pasting a new sequence into the sequence list.
Doc kli ght V2.2 User Manu al 0 7/20 16 C opyri ght 20 16 Flac hma nn und Heggel bach er GbR
Features and Functions
Docklight supports the use of wildcards (e.g. wildcard "?" as a placeholder for one
arbitrary character) within Receive Sequences and Send Sequences. See the sections
sending commands with parameters and checking for sequences with random
characters for details and examples.
16
Doc kli ght V2.2 User Manu al 0 7/20 16 C opyri ght 20 16 Flac hma nn und Heggel bach er GbR
Working with Docklight
Working with Docklight
5Working with Docklight
5.1Testing a Serial Device or a Protocol Implementation
Preconditions
· You need the specification of the protocol to test, e.g. in written form.
· The serial device to test should be connected to one of the PC's COM ports. See
section Standard RS232 Cables for details on how to connect two serial devices.
· The serial device must be ready to operate.
18
Performing the test
A) Creating a new project
Create a new Docklight project by selecting the menu Fil e > New Project
B) Setting the Communication Options
1.Choose the menu Tool s > Proje ct Se ttings...
2.Choose communication mode Send/Receive
3.At Send/Receive on comm. channel, set the COM Port where your serial device
is connected.
4.Set the baud rate and all other COM Port Settings required.
5.Confirm the settings and close the dialog by clicking the OK button.
C) Defining the Send Sequences to be used
You will probably test your serial device by sending specific sequences, according to the
protocol used by the device, and observe the device's reaction. Perform the following
steps to create your list of sequences:
1.Double click on the last line of the Send Sequences table. The Edit Send Sequence
dialog is displayed (see also Editing and Managing Sequences).
2.Enter a Name for the sequence. The sequence name should be unique for every
Send Sequence defined.
3.Enter the Sequence itself. You may enter the sequence either in ASCII, HEX,
Decimal or Binary format. Switching between the different formats is possible at any
time using the Edit Mode radio buttons.
4.After clicking the OK button the new sequence will be added to the Send Sequence
lists.
Repeat steps 1 - 4 to define the other Send Sequences needed to perform your test.
D) Defining the Receive Sequences used
Doc kli ght V2.2 User Manu al 0 7/20 16 C opyri ght 20 16 Flac hma nn und Heggel bach er GbR
Working with Docklight
If you want Docklight to react when receiving specific sequences, you have to define a
list of Receive Sequences.
1.Double click on the last line of the Receive Sequences table. The dialog Edit
Receive Sequence is displayed. The dialog consist of three parts: Name field,
Sequence field, and Action field.
2.Edit the Name and Se quence fields.
3.Specify an Action to perform after the sequence has been received by Docklight.
There are four types of actions available:
Answ er - After receiving the sequence, transmit one of the Send Sequences.
Comment - After receiving the sequence, insert a user-defined comment into the
communication window (and log file, if available).
Trigger - This is an advanced feature described in Catching a specific sequence...
Stop - After receiving the sequence, Docklight stops communications.
4. Click the OK button to add the new sequence to the list.
Repeat steps 1 - 4 to define the other Receive Sequences you need to perform your test.
E) Storing the project
Before running the actual test, it is recommended that the communication settings and
sequences defined be stored. This is done using the menu File > Save Project.
19
F) Running the test
Start Docklight by choosing Run > Start Communication.
Docklight will open a serial connection according to the parameters specified. It will then
display all incoming and outgoing communication in the communication window. Use
the Send button to send one of the defined sequences to the serial device. The
on-screen display of all data transfer allows you to check the device's behavior. All
protocol information can be logged in a text file for further analysis. Please see section
Logging and analyzing a test.
TIP: Using the notepad window (F12 key / menu Tools > Show Notepa d), you can
easily take additional notes, or copy & paste parts of the communication log for further
documentation.
5.2Simulating a Serial Device
Doc kli ght V2.2 User Manu al 0 7/20 16 C opyri ght 20 16 Flac hma nn und Heggel bach er GbR
Working with Docklight
Preconditions
· You need the specification of the behavior of the serial device you want to simulate,
e.g. what kind of information is sent back after receiving a certain command.
· A second device is connected to a PC COM port, which will communicate with your
simulator.
This second device and its behavior is the actual object of interest. An example could be
a device that periodically checks the status of an UPS (Uninterruptible Power Supply)
using a serial communication protocol. You could use Docklight to simulate basic UPS
behavior and certain UPS problem cases. This is very useful when testing the other
device, because it can be quite difficult to reproduce an alarm condition (like a bad
battery) at the real UPS.
NOTE: The second device may also be a second software application. It is possible to
run both Docklight and the software application on the same PC. Simply use a different
COM port for each of the two applications and connect the two COM ports using a
RS232 null modem cable. You can also use a virtual null modem for this purpose.
20
Performing the test
A) Creating a new project
Create a new Docklight project by selecting the menu Fil e > New Project
B) Setting the Communication Options
1.Choose the menu Tool s > Proje ct Se ttings...
2.Choose communication mode Send/Receive
3.At Send/Receive on comm. channel, set the COM Port where your serial device
is connected.
4.Set the baud rate and all other COM Port Settings required.
5.Confirm the settings and close the dialog by clicking the OK button.
C) Defining the Send Sequences used
Define all the responses of your simulator. Think of responses when the simulated
device is in normal conditions, as well as responses when in fault condition. In the UPS
example mentioned above, a battery failure would be such a problem case that is hard to
reproduce with the original equipment. To test how other equipment reacts to a battery
failure, define the appropriate response sequence your UPS would send in this case.
NOTE: See Testing a serial device... to learn how to define Send Sequences.
D) Defining the Receive Sequences used
In most cases, your simulated device will not send unrequested data, but will be polled
from the other device. The other device will use a set of predefined command sequences
to request different types of information. Define the command sequences that must be
interpreted by your simulator here.
For every command sequence defined, specify Answ er as an action. Choose one of the
sequences defined in C). If you want to use two or more alternative response sequences,
make several copies of the same Receive Sequence, give them a different name (e.g.
"status cmd - answer ok", "status cmd - answer battery failure", "status cmd - answer
mains failure") and assign different Send Sequences as an action. In the example, you
Doc kli ght V2.2 User Manu al 0 7/20 16 C opyri ght 20 16 Flac hma nn und Heggel bach er GbR
Working with Docklight
would have three elements in the Receive Sequences list that would respond to the
same command with three different answers. During the test you may decide which
answer should be sent by checking or unchecking the list elements using the Active
column.
E) Storing the project
Before running the actual test, it is recommended that the communication settings and
sequences defined be stored. This is done using the menu File > Save Project.
F) Running the test
Start Docklight by choosing Run > Start Communication.
Docklight will now respond to all commands received from the connected serial device.
The on-screen data transfer display allows you to monitor the communications flow. All
protocol information can be logged to a text file for further analysis. See section Logging
and analyzing a test.
TIP: Using the notepad window (F12 key / menu Tools > Show Notepa d), you can
easily take additional notes, or copy & paste parts of the communication log for further
documentation.
21
5.3Monitoring Serial Communications Between Two Devices
Preconditions
· A Docklight Monitoring Cable or a Docklight Tap is required to tap the RS232 TX
signals of both serial devices and feed them into Docklight, while not interfering with
the communications between the devices.
· For a Docklight Monitoring Cable setup, two COM ports must be available on your PC
for monitoring. Each port will receive the data from one of the serial devices being
monitored.
· For a Docklight Tap setup, please make sure you have installed up-to-date USB
drivers (FTDI drivers), as available on our Docklight Download page.
· Device 1 and Device 2 must be ready to operate.
Doc kli ght V2.2 User Manu al 0 7/20 16 C opyri ght 20 16 Flac hma nn und Heggel bach er GbR
Working with Docklight
Performing the test
A) Creating a new project
Create a new Docklight project by selecting the menu Fil e > New Project
B) Setting the Communication Options
1.Choose the menu Tool s > Proje ct Se ttings...
2. Choose communication mode Monitoring
Alternative 1 - Using Docklight Monitoring Cable
3. At Receive Channel 1, set the COM Port where the monitoring signal from serial
device 1 is received. At Receive Channel 2, set the COM port for the second
device.
NOTE: In Docklight Monitoring Mode, all received data from one COM port is re-sent
on the TX channel of the opposite COM port ("Data Forwarding"). This does not have
any effect for Docklight Monitoring Cable setups, since the TX signal is not
connected. But it can be useful for special applications where you need to route the
serial data traffic through Docklight using standard RS232 cabling. If you require a
pure passive monitoring behavior where no TX data appears, you can disable the
"Data Forwarding" using the menu Tools > Expert Options...
22
Alternative 2 - Using Docklight Tap
3. At Receive Channel 1, open the dropdown list, scroll down to the -- USB Taps --
section and choose the first Tap port, e.g. TAP0. At Receive Channel 2, the
second tap port (e.g. TAP1) is selected automatically.
4.Set the baud rate and all other communication parameters for the protocol being
used
NOTE: Make sure your PC's serial interfaces port works properly at the baud rate
and for the communication settings used by Device 1 and Device 2. If Device 1 and
2 use a high speed data transfer protocol, the PC's serial interfaces and the
Docklight software itself might be too slow to receive all data properly.
5.Confirm the settings and close the dialog by clicking the OK button.
C) Defining the Receive Sequences used
Define Receive Sequences, which should be marked in the test protocol or trigger an
action within Docklight. Docklight checks for Receive Sequence on both monitoring
channels, i.e. it does not matter whether the sequences come from serial device 1 or
serial device 2.
NOTE: Since a special monitoring cable is used for this test, all communication between
serial device 1 and serial device 2 will remain unbiased and no additional delays will be
introduced by Docklight itself. This is particularly important when using Docklight for
tracking down timing problems. This means, however, that there is no way to influence
the serial communication between the two devices. While communication mode
Monitoring is selected, it is not possible to use Send Sequences.
D) Storing the project
Before running the actual test, it is recommended to store the communication settings
and sequences defined. This is done using the menu Fil e > Save Proje ct.
E) Running the test
Doc kli ght V2.2 User Manu al 0 7/20 16 C opyri ght 20 16 Flac hma nn und Heggel bach er GbR
Working with Docklight
Start Docklight by choosing Run > Start Communication, then activate the serial
devices 1 and 2 and perform a test run. Docklight will display all communication between
serial device 1 and serial device 2. Docklight uses different colors and font types to
make it easy to distinguish between data transmitted by device 1 or device 2. The colors
and font types can be chosen in the Display tab of the Tools > Options... dialog.
TIP: The Snapshot Function allows you to locate a rare sequence or error condition
in a communication protocol with a large amount of data.
TIP: See the sections How to Increase the Processing Speed... and How to Obtain Best
Timing Accuracy to learn how to adjust Docklight for applications with high amounts of
data, or increased timing accuracy requirements.
5.4Catching a Specific Sequence and Taking a Snapshot of the
Communication
When monitoring serial communications between two devices, you might want to test for
a rare error and the interesting parts would be just the serial communication before and
after this event. You could look for this situation by logging the test and searching the
log files for the characteristic error sequence. This could mean storing and analyzing
several MB of data when you are actually just looking for a few bytes though, if they
appeared at all. As an alternative, you can use the Snapshot feature as described below.
Preconditions
23
· Docklight is ready to run a test as described in the previous use cases, e.g.
monitoring serial communications between two devices.
Taking a snapshot
A) Defining a trigger for the snapshot
1.Define the sequence that appears in your error situation as a Receive Sequence.
2.Check the Trigger tab in the "action" part of the Receive Sequence dialog: The
trigger option must be enabled if this is the sequence that you want to track down.
NOTE: Do not forget to disable the trigger option for all other Receive Sequences that
should be ignored in your test so that they do not trigger the snapshot.
B) Creating a snapshot
Click on the Snapshot button of the toolbar. Docklight will start communications, but
will not display anything in the communication window. If the trigger sequence is
detected, Docklight will display communication data before and after the trigger event.
Further data is processed, until the trigger sequence is located roughly in the middle of
the communication window. Docklight will then stop communication and position the
cursor at the trigger sequence.
5.5Logging and Analyzing a Test
Preconditions
· Docklight is ready to run a test as described in the previous use cases, e.g.
Doc kli ght V2.2 User Manu al 0 7/20 16 C opyri ght 20 16 Flac hma nn und Heggel bach er GbR
Working with Docklight
Testing a serial device or a protocol implementation
Logging the test
Click on the Start Logging button on the main toolbar.
A dialog window will open for choosing log file settings.
For each representation (ASCII, HEX, ...), a separate log file may be created. Choose at
least one representation. Log files will have a ".txt" or ".htm" file extension. Docklight
additionally adds the representation type to the file name to distinguish the different log
files. E.g. if the user specifies "Test1" as the base log file name, the plain text ASCII file
will be named "Test1_asc.txt", whereas an HTML HEX log file will be named
"Test1_hex.htm".
Confirm your log file settings and start logging by clicking the OK button.
To stop logging and close the log file(s), click the Stop Logging button on the main
toolbar. Unless the log file(s) have been closed, it is not possible to view their entire
contents.
24
5.6Checking for Sequences With Random Characters (Receive
Sequence Wildcards)
Many serial devices support a set of commands to transmit measurement data and
other related information. In common text-based protocols the response from the serial
device consists of a fixed part (e.g. "temperature="), and a variable part, which is the
actual value (e.g "65F"). To detect all these responses correctly in the serial data
stream, you can define Receive Sequences containing wildcards.
Take, for example, the following situation: A serial device measures the temperature and
periodically sends the actual reading. Docklight shows the following output:
Defining an individual Receive Sequence for every temperature value possible would not
be a practical option. Instead you would define one Receive Sequence using wildcards.
For example:
t | e | m | p | e | r | a | t | u | r | e | = | ? | # | # | F | r
("r" is the terminating <CR> Carriage Return character)
This ReceiveSequence would trigger on any of the temperature strings listed above. It
allows a 1-3 digit value for the temperature (i.e. from "0" to "999"). The following step-bystep example describes how to define the above sequence. See also the additional
remarks at the end of this section for some extra information on '#' wildcards.
NOTE: See Calculating and Validating Checksums on how to receive and validate
checksum data, e.g. CRCs. There are no wildcards required for checksum areas,
instead use some default character values, e.g. "00 00" in HEX representation.
Preconditions
Doc kli ght V2.2 User Manu al 0 7/20 16 C opyri ght 20 16 Flac hma nn und Heggel bach er GbR
Working with Docklight
Macro
Is Replaced By
%_L
Line break
· Docklight is ready to run a test as described in the previous use cases, e.g. testing a
serial device or a protocol implementation.
· The serial device (the temperature device in our example) is operating.
Using Receive Sequences with wildcards
A) Preparing the project
Create a new Docklight project and set up all communication parameters.
B) Defining the Receive Sequences used
1.Create a new Receive Sequence. Enter a Name for the sequence.
2.Enter the fixed part of your expected answer in the Sequence section. For our
example you would enter the following sequence in ASCII mode:
t | e | m | p | e | r | a | t | u | r | e | =
3.Open the popup / context menu using the right mouse button, and choose
Wildcard '?' (matches one character) to insert the first wildcard at the cursor
position. Add two '#' wildcards using the popup menu Wildcard '#' (matches zeroor one character). The sequence now looks like this:
t | e | m | p | e | r | a | t | u | r | e | = | ? | # | #
4.Enter the fixed tail of our temperature string, which is a letter 'F' and the terminating
<CR> character. You can use the default control character shortcutCtrl+Enter to
enter the <CR> / ASCII code 13. The sequence is now:
t | e | m | p | e | r | a | t | u | r | e | = | ? | # | # | F | r
5.Specify an Action to perform after a temperature reading has been detected.
6.Click OK to add the new sequence to the Receive Sequence list.
25
NOTE: To distinguish the wildcards '?' and '#' from the regular question mark or number
sign characters (decimal code 63 / 35), the wildcards are shown on a different
background color within the sequence editor.
C) Running the test
Start Docklight by choosing Run > Start Communication.
Docklight will now detect any temperature reading and perform the specified action.
Additional notes on '#' wildcards
1. '#' wildcards at the end of a Receive Sequence have no effect. The Receive Sequence
"HelloWorld###" will behave like a Receive Sequence "HelloWorld".
2. A "match inside a match" is not returned: If a Receive Sequence
"Hello#######World" is defined, and the incoming data is "Hello1Hello2World", the
Receive Sequence detected is "Hello1Hello2World", not "HelloWorld"
Receive Sequence comment macros
Macro keywords can be used in the Edit Receive Sequence > 3 - Action > Comment
text box, to create Docklight comment texts with dynamic data, e.g. the actual data
received.
Doc kli ght V2.2 User Manu al 0 7/20 16 C opyri ght 20 16 Flac hma nn und Heggel bach er GbR
Loading...
+ 58 hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.