Dear experts,
I would like to export the entire trend log in a csv file once.
However, I wonder what would be the easiest solution?
1) using the visual interface - I can only seem to select 1 day or 1 week and then export every single day manually?
2) using a script with trend log function - how can I run a script once? e.g. https://forum.logicmachine.net/showthread.php?tid=313
3) using a call to /scada-main/trends/fetch to get json
4) using a script with direct db export db:getall('SELECT * FROM trends ORDER BY name DESC') - is this possible?
What would be the easiest to get all the data with the highest resolution?
Thanks,
Kristof
I would like to export the entire trend log in a csv file once.
However, I wonder what would be the easiest solution?
1) using the visual interface - I can only seem to select 1 day or 1 week and then export every single day manually?
2) using a script with trend log function - how can I run a script once? e.g. https://forum.logicmachine.net/showthread.php?tid=313
3) using a call to /scada-main/trends/fetch to get json
4) using a script with direct db export db:getall('SELECT * FROM trends ORDER BY name DESC') - is this possible?
What would be the easiest to get all the data with the highest resolution?
Thanks,
Kristof