Hello,
I'm trying to setup a data logging mechanism to capture some bugs.
What i want to do : - Save a variable value in a buffer periodically - If a certain event occur, save the entire buffer in a csv file
I'm trying to use the Datalog Manager module to do this, but I'm not sure how to configure it.
It looks like I can only configure the module to save the csv file periodically :
Can I do this using this module ? Or do I have to do it by hand ?
Log in to post a comment.
Hello,
I'm trying to setup a data logging mechanism to capture some bugs.
What i want to do :
- Save a variable value in a buffer periodically
- If a certain event occur, save the entire buffer in a csv file
I'm trying to use the Datalog Manager module to do this, but I'm not sure how to configure it.
It looks like I can only configure the module to save the csv file periodically :
Can I do this using this module ? Or do I have to do it by hand ?