PDA

View Full Version : Export sensor data to MySQL database



jasperb
20.08.2014, 20:58
Hi,

Is there a way to automatically export sensor data to an MySQL database? The data can be collected manually, but I would like to automate this to automatically fill the MySQL database with data.
PHP is preferred.

Thanks,
Jasper

DennisO
21.08.2014, 08:14
There is no built-in export function in ProfiLux but you can collect the data from some server. You have to write your own script to collect the data and save it in database.
The measurement data is stored in "http:/host/SensordataXXX.txt" where XXX is the sensor index and host - ip address.