Edu

Free Software for Differential Thermal Analysis(DTA)

Rigaku TAS system on NEC-MS-DOS system

File Conversion from Binary to ASCII data, "DTAtoFPW".
Ver.2.00
06.09.1993.

DTAtoFPW File Conversion Program; Coded in English

This converter "DTAtoFPW" changes the binary files (File Extension=.0, .1, and .DT), which store the data of time-temperature, time-difference T, and measuring conditions, respectively, to a combined ASCII file (.DTA) on MS-DOS.

  1. This generates an ASCII File for the users' analysis.
  2. The created ASCII File is about 3.5 times larger than the binary files.

All the measured DTA data are sorted in three binary files by the Rigaku original software. After the conversion, you will get the following .DTA file, which can be edited in your favarite graphic software for the better presentation, or the better analysis.

The most reacent Rigaku thermal analysis does not use NEC-PC, but UNIX. This software is fitted with the NEC-MS-DOS version of 1980?-1992?.


Example : 'TEST.DTA' file, which records the DTA measurement from 291.04K to 1272.32K, was re-written by this program as follows. All the measuring conditions are displayed on the screen but not recoreded in .DTA file ....

291.04	1.2

291.04	1.184

291.04	1.164

291.04	1.152

291.04	1.144

291.04	1.136





....Skip about 3300 lines....





1270.72	-63.016

1271.04	-62.896

1271.36	-62.788

1271.68	-62.696

1272	-62.62

1272.32	-62.56




WARNING * FOR DOWNLOAD: In our old server, we are sorry that anonymous FTP server program is not available. Please use your function such as "SAVE AS .." commands in your plauza.

  1. dtatofpw.bas (18kB)
    source PROGRAM; ASCII Text for MS-DOS-Quick BASIC. Not necessary item for executing. If you do not have Quick Basic compiler, then you can let this sorce code work in the interpleter mode from Quick Basic Window. It does not cause any problem. For the Japanese Users : Any graphic command speciallized for VGA was not used. Without any modification, you cancompile this source by your Quick BASIC on NEC-DOS.
  2. dtatofpw.exe (56kB) or try FTP
    executable file; compiled for IBM-PC DOS(German mode), not for NEC-MS-DOS. This file works without any assistance of Quick Basic run-time-library, i.e., stand alone type.
  3. dtatofpw.bat (1kB)
    BATCH file; A TEXT file. IMPORTANT: Please change the below enviromental variable "RYO" to adjust your directory name. If you can not this function correctly, please delete this BAT file. Then, the default directory becomes the current program directory. In the program you can appoint your DATA direcotry.
    
    set ryo=c:\temp\      -- Directory where DTA files are stored.
    
    c:
    
    cd \dos\qbasic\dta    -- Directory where this program is stored.
    
    dtatofpw.exe
    
    set ryo=
    
    

Users response 1 (in Japanese)
UpDated on 20 Mar. 1998. Ryosuke O. SUZUKI, Japanese Page is absent.
If you find the program error, please let me know.
<-- Back to R.O.Suzuki FreeSoft MenuPage(Eng.)

<-- Back to R.O.Suzuki FreeSoft MenuPage(Jap.)