Educ.

Free Software for Thermal Mechanical Analysis(TMA)

Rigaku TAS100 system on NEC-MS-DOS system

File Conversion from Binary to ASCII data, "TMA_ASC".
Ver.3.00
08.04.1998.

TMA_ASC File Conversion Program; Coded in English

This converter "TMA_ASC" changes the binary files (File Extension=.0, .1, and .DM), which store the data of time-temperature, time-difference Length, and measuring conditions, respectively, to a combined ASCII file (.TMA) 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 TMA data should be recorded, in advance, in three binary files by the Rigaku original software. After the conversion, you will get the following .TMA 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.TMA' file, which records the TMA measurement from 289.76K to 1652.56K, was re-written by this program as follows. All the measuring conditions are displayed on the screen but not recoreded in .TMA file ....

289.76	0

289.76	0

289.68	0

289.68	0

289.68	0

289.68	0

289.68	-.1

289.68	-.1

289.68	-.1

289.68	-.2





....Skip about 4350 lines....





1649.2	-1090.3

1649.52	-1087.6

1649.84	-1084.9

1650.16	-1082.1

1650.48	-1079.3

1650.8	-1076.5

1651.2	-1073.7

1651.52	-1070.8

1651.84	-1067.8

1652.24	-1064.9

1652.56	-1061.9




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. tma_asc.bas (17.6kB)
    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. tma_asc.exe (55.7kB)
    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. tma_asc.exe (56kB)
    executable file; compiled for NEC-MS DOS, not for IBM-PC-DOS. This file compiled by Mr.Nomura.
  4. tma_asc.bat
    BATCH file; Please type A TEXT file as follows. 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.
    
    tma_asc.exe
    
    set ryo=
    
    

UpDated on 14 Apr. 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.)