Hi Hasifzack,
The default setting for USB download is for DBD format, you can modify the logger setting to give you CSV format. If you are using dEX that is part of the logger then you can go to Configure the Logger, click on DT model at the top of configuration tree on the left. Locate Keypad Function and change the content of F9 command.e
But if you are using dEX 2.0, you can go to Setting - Interface and find Keypad #9. Edit the command entry from DBD to CSV and remove any command after CSV declaration.
If you want to extract the data without pressing any key, you can create an ONINSERT.dxc file in the USB stick using notepad (.dxc extension not .dxc.txt extension).
Have the content of ONINSERT.dxc file as follows (basically the same as the command on function key):
DO{COPYD dest=A:\ format=CSV}
When DT recognize the USB stick, it will run ONINSERT file automatically (for data download.
Best regards,
Rudy Gunawan
Hi Hasifzack,
The default setting for USB download is for DBD format, you can modify the logger setting to give you CSV format. If you are using dEX that is part of the logger then you can go to **Configure the Logger**, click on DT model at the top of configuration tree on the left. Locate **Keypad Function** and change the content of **F9 command**.e

But if you are using dEX 2.0, you can go to Setting - Interface and find Keypad #9. Edit the command entry from DBD to CSV and remove any command after CSV declaration.

If you want to extract the data without pressing any key, you can create an ONINSERT.dxc file in the USB stick using notepad (.dxc extension not .dxc.txt extension).
Have the content of ONINSERT.dxc file as follows (basically the same as the command on function key):
DO{COPYD dest=A:\ format=CSV}
When DT recognize the USB stick, it will run ONINSERT file automatically (for data download.
Best regards,
Rudy Gunawan