Hi @CodeShepherd Im just unplugging it. Ive also added an API architecture in node red which always sets the SD card to be Mount whenever its plugged back in( verified via observation on the CtrlX interface) . However,i notice that the data written to the csv doesnt achieve a desirable result, as mentioned on the initial post, "the 5 minutes off from current time is not consistent, sometimes can reach up to 10/20 mins as well)". On the other hand, Ive also tried doing using a manual trigger(button). Via API, i will trigger the action to be either "Mount" or "Unmount" base on my button(true/false). For this ive also verified on the ctrlx interface in the storage tab and its working well! However, when i test without plugging in the XF10, the data didnt even write to the csv file. To conclude, I think that we will need to send a command to "mount" / "unmount" the SD card after inserting and before removing it, with this procedure, i can achieve my data desirably. However comes another issue, this only works when XF10 is plugged in, data will not get updated to the SD card once XF10 is plugged off. I appreciate if there is any alternative or a better approach on implementing this data logging architecture.Thanks. For the node-red part, the version is V3.0.2 For specific node such as ctrlX-automation node, I updated to V1.9.6 but still getting "Server Closed Connection" after some time(its pops up less frequent as compared to the version before).
... View more