Configuration - Bosch XDL120 User Manual

Data logger/ data streamer for xdk110
Table of Contents

Advertisement

XDL120 | User Manual
 Download and install the pandas dependencies packages mentioned in the page:
https://pypi.python.org/pypi/numpy
o
https://pypi.python.org/pypi/pytz
o
https://pypi.python.org/pypi/python-dateutil
o
 Install the pandas with following command(v0.21.0) : python -m pip install pandas mentioned in the page
http://pandas.pydata.org/
 Download and install the dependencies packages:
For xlsx:
o
https://pypi.python.org/pypi/et_xmlfile
https://pypi.python.org/pypi/jdcal
https://pypi.python.org/pypi/openpyxl
For HDF:
o
https://pypi.python.org/pypi/numexpr
https://www.lfd.uci.edu/~gohlke/pythonlibs/#pytables
For parquet
o
https://pypi.python.org/pypi/llvmlite
https://www.lfd.uci.edu/~gohlke/pythonlibs/#pytables
https://pypi.python.org/pypi/Cython/
https://pypi.python.org/pypi/fastparquet
 Python is now setup to convert the logged files to required output format.
 An alternative method is installing python and upgrading required package via single utility called "Anaconda"
https://www.anaconda.com/download/
NOTICE:
The following script files included in the XDL120 shipment are also needed for the conversion and must be available in
the same folder as the datalogger.py: convert.py, custom_binary_parser.py, custom_dataframe_generator.py,
msgpack_binaryparser.py, outputformater.py, xdk_wifi_datalogger.py.

3.5 Configuration

Once the XDL120 binary is flashed, the XDL120 needs to be configured by modifying the wlan.txt and config.xml files.
Those files need to be placed on the microSD card which is inserted in the XDK. The wlan.txt file is used to store the
network configuration (WLAN credentials), as described in section 3.5.4. The content of the config.xml file is listed as
follows:
<datalogger>
<sensors>
#Individual sensor configurations
</sensors>
<system>
#system configurations
</system>
<datatransfer>
#Datatransfer configurations
</datatransfer>
</datalogger>
Data subj ect to change without notice
https://pypi.python.org/pypi/pandas
Bosch Connected Devi ces and Sol utions
9 | 25

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents