Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Excerpt
hiddentrue

Imports time series data stored in Keller IDC files.

Overview

Imports time series data from Keller IDC files.
The data from the different channels is read. Usually this are the pressures and temperatures at the two sensors and the pressure difference, which is the indication for the water level fluctuations.

Next to the time series, read from the channels, also the next meta information is read and stored:

  • InstallationDepth
  • HeightOfWellhead
  • Offset
  • WaterDensity
  • BatteryCapacity

Notice: to store the data from the channels you should use the channel number as external parameter. To store the meta data you should use the above listed keys as external parameter (case sensitive!).

Configuration

Code Block
xml
xml
..
<exportType>keller</exportType>
..
Code Block
xml
xml
<parameter external="0" internal="LD.meting.verschil"/>
<parameter external="1" internal="LD.meting.water"/>
<parameter external="2" internal="LD.meting.lucht"/>
<parameter external="4" internal="T.meting.water"/>
<parameter external="5" internal="T.meting.lucht"/>
<parameter external="InstallationDepth" internal="Inhangdiepte"/>
<parameter external="HeightOfWellhead" internal="Bovenkant buis"/>
<parameter external="Offset" internal="Referentieniveau"/>
<parameter external="WaterDensity" internal="Dichtheid"/>
<parameter external="BatteryCapacity" internal="Batterijspanning"/>

java source code

IdcTimeSeriesParser.java