Data Logger Suite: Logging and Monitoring

Process data from the lab equipment

Download a Free Trial Version. It allows you to try all features! Plugins can be downloaded separately here

Problem scenario:

I want to connect an RS-2322 port to MS Excel. The port will provide a stream of ASCII numeric characters to Excel. I want Excel to automatically receive and graph the ASCII data, sort of like an oscilloscope. I can control the format of the incoming ASCII data.

Serial port data and Excel. Data captured
Fig.1. Serial port data and Excel. Data captured

Requirements:

It is assumed that:

You've configured communication parameters (baud rate, the number of data bits, flow control, etc.) in the data logger and can receive any data without communication errors.

You can work in Microsoft Excel, specifically create charts in an Excel file.

Solution:

The image above shows that the data flow is very simple, but we should extract data variables from a report with multiple rows. At the same time, the figure doesn't contain non-printable characters and doesn't show the ending characters of a data packet. We need to recognize the ending characters of each data record. Please, enable display output for non-printable characters with a character code below than 0x20h. You need to create a port configuration. Please, click the "Plus" button in the main window if you didn't make it before and set the following options.

Scales data logger. Serial data view setup
Fig.2. Serial port data and Excel. Serial data view setup

Then click the "OK" button and try to receive the data from a port. You should receive the data as in the figure below.

Serial port data and Excel. Data received
Fig.3. Serial port data and Excel. Data received.

It is a different view of the data received. Notice that all non-printable characters were replaced with their code, i.e., #0D. It is clear from the data screen above that the data block (within the green rectangle) starts with TLFLOW and ends with three pairs of CR+LF characters (#0D#0A#0D#0A#0D#0A) (underlined by red).

We are now ready to configure the modules. First, select the "ASCII data query and parser" plugin (fig.4a, pos.1) from a drop-down list. Then, enable a parsing option for data received (fig.4a, pos.2) and select the necessary data export plugins. The DDE server (fig.4b, pos.3) will help us to check that the data packet is parsed and exported. The "Direct Excel Connection" plugin will write data directly to a Microsoft Excel spreadsheet.

Serial port data and Excel. Data parser plug-in
Fig.4a. Serial port data and Excel. Data parser plugin.

Scales data logger. Data export plug-ins
Fig.4b. Serial port data and Excel. Data export plugins.

Now, please, open the ASCII parser and query configuration window by clicking the "Setup" button near a drop-down box (fig.4a, pos.1). The dialog window below will appear on the desktop (fig.5).

Scales data logger. The parser configuration window
Fig.5. Serial port data and Excel. The parser configuration window.

The configuration process should be very simple if you have examined your data flow in the data logger window (fig.3). You should type in the same as in the data logger window in fields 1 and 2. Field #1 marks the beginning of the data block, and field #2 marks the end. In this example, our data block contains both markers. Therefore, all fields are not empty. The values to be typed in here are as underlined in red in fig.3 above. Because the report in this example is very long, then we should increase the "Timeout" value (fig.5 pos.#3) to prevent the loss of data. The option at pos.4 allows you to use the start marker in the parsing process.

The next tab is a very important part of the parser configuration. The data parser uses this information for data extraction from the data block. In the example, the data block contains 28 data items (see fig.1), namely: DDATE, DTIME, TLFLOW, TLVOLM, and so on, which should be separated out into different variables. Later, these variables will be used in the data export and will be placed in different columns of our excel file. The file with all variables you can download here and load it on the "Data parsing" page (fig.6 pos.#8).

Serial port data and Excel. Parser items
Fig.6. Serial port data and Excel. Parser items.

Any new items may be added by clicking the "Add item" button (fig.6, pos.7). Before adding an item, the program will ask you about an item description. You can type any characters here, which will help you to remember a variable's content. For this example, all 28 variables with their corresponding descriptions have been added.

Each parser item has a number of properties:

  1. Item name. This name will be bound to a column in the data export plugin. It is a limited text description and cannot contain spaces and a few other characters;
  2. Parser's type. It is s a method, which the program will use for data extraction. Our parser has a few methods from simple to the most powerful. In this example, where data items are placed in a variable place, we should use the most powerful method - regular expression. This method allows you to extract data from any position of the report by a mask. This mask can be widely transformed and adapted to characters in the report;
  3. Data type. It is the data type of the characters extracted. For example, you can specify FLOAT, DATE, TIME, or STRING data types. Data will be converted to the conversion type later, in the data export module. The parser uses the format options from the "Data formats" tab to convert source strings to the specified data type. In the example, we use the FLOAT data type for all numbers, the DATE type for the date and the TIME type for the time value;
  4. Default value. It is the value specified here is to be used when data cannot be extracted from a data block. In this example, some numbers may not exist in the reports. Therefore, we should define a default value for all variables;
  5. Regular expression. In this example, we need numbers or strings, followed by a dot or the ":" character in several places of the report. For example, a regular expression will look like: TLVOLM: ([\-\d\.]+). Here, the expression in parenthesis is our number, which we should extract to a variable. Please, search in Google for a detailed description of regular expressions;
  6. Entrance position. All our values are present in the report once only. Therefore, an entrance position for each variable is 1.

All other items have identical parameters, except a data type and a regular expression.

On the next tab, you can specify basic format options as per (fig.7). In this example, two variables have "date" and "time" data types. Therefore the first option allows you to convert the date string to a field with the "date" data type. We specified MM"."DD"."YY and HH"."NN"."SS here, according to the specification above. For a detailed description of formatting characters, please, see the help file. The second option allows you to convert the time string to a field with the "time" data type.

Serial port data and Excel. Format of items
Fig.7. Serial port data and Excel. Format of items.

Other options are unnecessary in our case because all our items do not have the "datetime" or "string" data type.

Click the "OK" button and close the parser configuration window. Then click the "OK" button in the options window.

Now that our parser is ready, it is time for testing it. Connect your device and power it on if necessary. Check to see if you can receive a data block from the specified port. If the parser had been correctly set up, then you should see all parser items and their values (fig.8) in the DDE server window below.

Serial port data and Excel. DDE server window
Fig.8. Serial port data and Excel. DDE server window.

All parser variables are now ready for export to an Excel spreadsheet. You can read about it in the second part.

Copyright © 1999 - 2024, AGG Software.
All rights reserved. Terms of use | Privacy policy