Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.16 KB

File metadata and controls

40 lines (24 loc) · 1.16 KB

DLS Tutorial

Abstract

DLS (Data Logging Service) and TestManager are open-source software from EtherLab to monitor and debug real-time control applications, typically industrial automation processes.

This tutorial explains how to install and set up DLS & TestManager.

After reading this document, you should have a better understanding of how DLS and TestManager work and be able to use them for your own applications.

Target audience

Any software developer with basic Linux skills who wants to learn DLS & TestManager for the first time.

Download links

Rebuilding the document

  • This tutorial document is written with LaTeX.

  • These are the instructions to regenerate the PDF from the sources:

git clone https://github.com/sblanchet/dls-tutorial.git
cd dls-tutorial
make
  • It generates the dls-tutorial.pdf document.

  • The build has been tested only on Debian 9.0.