<< Click to Display Table of Contents >>

Navigation:  Program use > Configuration > Modules >

Introduction & setup

To extend program functionality, we implemented plug-in modules. The module structure lets you to reduce your program size and purchase costs (you pay only functionality, which you need).

 

Advanced Serial Data Logger supports a few types of modules (fig. 5.1.1 - 5.1.3):

 

Data query - transmits queries or commands out the data source to control or query your devices.

Data parser - the data parser allows you to parse, filter, and format data from your data sources. Some of the advanced features of the parser are the ability to work with raw binary or hex data.

Data filter - data filters allow you to filter your data and modify a value of parser variables.

Data export (fig.11) - Advanced Serial Data Logger has many modules and method for passing data to other applications, for example, there are modules for various databases, file formats (CSV, XML), data interfaces (OPC, DDE, MQTT), and many others.

Events handling (fig.12) - these plug-ins are used to handle events generated by the Advanced Serial Data Logger software. Once an event occurs (for example, "Data source is opened" or "Configuration changed"), the plug-in creates a text message using the specified template, sends a notification, does some actions, executes a program or a script, etc. The form of the notification or actions depends on the plug-in settings.

 

 

options-module

Fig. 5.1.1. Activating plug-ins

 

options-module-export

Fig. 5.1.2 Activating data export plug-ins

 

options-module-events

Fig. 5.1.3 Activating events handling plug-ins

 

You can parse and export data sent and received (fig. 5.1.1). By default, only data received will be parsed.

 

Installation

 

You can easily install a new module. Usually, you should start the installation file and click the "Next" button for a few times. The installation wizard will detect a place of your Advanced Serial Data Logger software and place a plug-in module and all distributive files to the "Plugins" folder, which is in the program folder (by default X:\\Program Files\Advanced Serial Data Logger\Plugins).

 

After the program restart, a module will be loaded and initialized. If the module is supported by our software, the module name will appear the modules list (Fig. 5.1.1-5.1.3). Most modules require additional settings. If you want to configure the plug-in module, click the "Setup" button near it. If you selected the module and the "Setup" button is not active, then the module doesn't have additional settings and can work without additional settings. Please, read a user's manual of the corresponding plug-in for additional information.

 

Configuration steps

 

1.Select and configure a query module. You may use a module of this type if you need to send some data to your device (for example, initialization strings or request strings).

2.Select and configure a parser module. This step is necessary because filter and export modules can use parsed data only. If you didn't select the parser module, then you can't configure the data filter and data export modules.

3.Activate and configure data export modules. You can select one or more modules simultaneously. The program will use selected modules simultaneously. Please, note, the program can' use the data export module, if you didn't configure the parser module.

4.Activate and configure event modules. You can select one or more modules simultaneously.