AIT Lablink CSV Client Logo
latest

Installation

  • Maven
  • Building from source

Running the clients

  • Invoking the client from the command line

CSV data dispatch modes

  • Fixed interval data source
  • Timed data source

Configuration

  • Overview
  • Client configuration
  • Measurements configuration
  • Example configuration

Examples

  • Prerequisites
  • Example 1: Fixed interval data source
  • Example 2: Timed data source
AIT Lablink CSV Client
  • Documentation for the Lablink CSV client
  • Edit on GitHub

Documentation for the Lablink CSV client¶

This package provides a Lablink client that acts as a data source, using data stored in CSV format. Each data entry from a CSV source will be sent as an individual output (referred to as as “measurement”). The CSV client supports two different modes for dispatching CSV data as measurements:

  • Fixed interval data source: The data from the columns of the CSV source are sent one after the other as individual measurements. The time between two consecutive measurements is constant (but configurable for each CSV column). The CSV source itself does not contain any timing information, but only the data values.

  • Timed data source: The data from the CSV source uses a dedicated format (see here), providing data values associated to timestamps, which are sent one-by-one as individual measurements. The timing of the measurements is determined by the timestamps associated to each data value.

Lablink CSV client demo.

Installation¶

Find information about the installation of the Lablink CSV client here.

Running the client¶

Find basic instructions for running the Lablink CSV client here.

CSV data dispatch modes¶

Find information about supported modes for dispatching CSV data here.

Configuration¶

Find the reference for writing a configuration for a Lablink CSV client here.

Examples¶

Find step-by-step instructions for running the examples here.

Next

© Copyright AIT Austrian Institute of Technology GmbH. Revision 6d18f798.

Built with Sphinx using a theme provided by Read the Docs.