MGC_U disk export history db file viewing steps
Unzip the DB database software first


Open one of the applications in the picture below (you can use it by opening it directly);

Copy the DB file in the USB drive to the desktop


In the SQLite software, click Open Database

Select the db file just copied to the desktop and click Open

After opening, click Browse Data


The browsing data is in seconds by default and needs to be processed to display the correct time.

To display the correct time, follow the steps below:

The second step is to copy the black code below and paste it into the blue area above, then execute the third step
SELECT datetime(times, ‘unixepoch’, ‘localtime’)as time, * FROM data_0;
If you need to export an Excel document, you can click Export



