hgmadymo

Translates a MADYMO time history file into an Altair Binary File (.abf).

Syntax

hgmadymo -f source_file abf_target_file

Application

Translators

Description

Translates a MADYMO time history file into an Altair Binary File (.abf). The tool is available from the <altair_home>/io/translators/bin/<platform> directory.

Inputs

-f source_file
The name and path of the file containing the list of MADYMO time history files to translate. This is an ASCII file containing one MADYMO file per line. If this list is not included, all MADYMO time history files in the current directory are translated.
abf_target_file
The name and path of the .abf file to write.

Example

To translate the file C:/times.txt into C:/result.abf. The times.txt file contains the following lines:
  • LINACC
  • FORCES
  • DISVEL
hgmadymo C:/times.txt C:/result.abf