Version 0.4.0 (custom regular expressions)

Simple Data Logger just became significantly more powerful (and useful): You can now modify the regular expression used to match and capture data.

This is best explained with an example. Let’s say your scale sends the following data every time you press the print button:

Balance ID: 8336507294
Balance Type: STX421
Balance Name: Scout
User Name:
Project Name:
Weighing
Sample Name: OBJECT 1
123.4 g
Gross: 123.4 g G
Net: 123.4 g N
Tare: 0.0 g T
Signature:____________
Verified By:____________

However, you actually only want to record the net weight. This can now be achieved in SDL by clicking on the customize button in the device tab:

Capture net weight using custom regular expression

Adding “Net:\s*” ahead of the original regular expression ensures that only lines where these characters appear before the weight are matched. SDL then uses a capturing group (subexpression) to capture the numeric value (weight).

SDL always captures the data matched by the first subexpression. You must therefore include a subexpression (in parentheses) in your regular expression.

For further information, please read this blog post describing the same functionality of our 232key software.

We’ve also made the links in SDL clickable and made sure that user settings are automatically transferred after updating.

Finally, we’ve relaunched our website, making it significantly more interactive (try it out and leave a comment below). We’ve also moved it from simpledatalogger.com to smartlux.com/sdl.

Leave a Reply

Your email address will not be published. Required fields are marked *

The maximum upload file size: 7 MB. You can upload: image. Drop file here

This site uses Akismet to reduce spam. Learn how your comment data is processed.