Table of Contents

Name

asci2log - create an ERP log file from an ascii file

Synopsis

asci2log original_log ascii_file new_log


Description

asci2log creates an ERP log file from an ascii file created by log2asci(1) . original_log is the log file that log2asci used to create ascii_file. new_log is the new log file that asci2log is supposed to create. As asci2log creates new_log from the ascii_file, it compares event numbers and clock times with original_log, printing warning messages if they do not match, as it is expected (though not enforced) that only condition codes or flags will have changed.

See Also

log2asci(1) , logexam(1) , logrt(1)

Diagnostics

Several warning messages indicating unexpected differences in ascii_file and original_log:

Warning: line number n, event numbers differ
original file original_log has xxxx, ascii file ascii_file has yyyy

Warning: line number n, clock times differ
original file original_log has xxxx, ascii file ascii_file has yyyy

Warning: Events missing at end of ascii_file.

Warning: Extra event at end of ascii_file
event: xxxx, ccode: xxxx, flags: 0xxx, time: xxxx

Author

Ronald Ohst


Table of Contents