VITESS Tool rvitess

With this tool you may visualise VITESS output files.
It reads and displays ASCII output from module writeout, and binary output files.
To read binary files call rvitess on a computer of same convenience as VITESS, i.e. the same operating system and hardware architecture.

This tool assumes you have IDL or PV-Wave software installed on your computer.
If the TOOLS directory is C:/Programs/Vitess/Tools, you call it from an idl / pv-wave command window prompt by typing

cd, 'C:/Programs/Vitess/Tools'
rvitess

To call rvitess directly from the VITESS GUI, you have to provide a call script in the MODULES directory: rvitess.exe for Windows, rvitess_Linux for linux, and so on. The provided rvitess_Linux works for HMI and contains

#!/bin/sh
callwave `pwd`/TOOLS rvitess

Back to VITESS overview
vitess@hmi.de