RTAP Historical Archiver

The Historical Archiver converts RTAP historian tables into CSV (Comma Separated) files with the following format:
        YYYY-MM-DD_<hist>.csv

where:

The data is saved as follows to the file:

"<time>",item 1,item 1 quality,item 2,item 2 quality,...
"<time>",item 1,item 1 quality,item 2,item 2 quality,...

where:

The number of items is dependant upon how many items have been configured for the history table.

These archived historical files can then be viewed through the RTAP trending sub-system using an rtsh script.

For more information see the hist2csv(1) and histDisplay(1) man pages.