 |
ALPHA-VISION® Tools: AvBinArchChk.exe
|
AvBinArchChk.exe
SUMMARY
Extract data from a ALPHA-VISION
® binary archive.
SYNTAX
AvBinArchChk
<arch-file>
[-objlist
|-reclist
|-obj
<pointid>
|-time
<"YYYY-MM-DD hh:mm:ss">
]
OPTIONS
- arch-file
- File name and evtl. path of the binary archive to examine.
If you call <AvBinArchChk> without other options it writes a list of statistics to the console.
- -objlist
- Writes an overview of all data objects in tab-separated-values format to the console.
- -reclist
- Writes an overview over all records in tab-separated-values-format to the console
- -obj
- Writes all values and states for the data object <pointid> in tab-separated-values-format to the console.
- -time
- Writes all values and states for the time <"YYYY-MM-DD hh:mm:ss">
or for the nearest record and for all objects in tab-separated-values-format to the console.
Because command line arguments are separated by whitespace
the quotation marks are necessary to pass the time as one single argument.
INPUT FILES
- binary archive
- Used as the first argument to <AvBinArchChk>.
The file name is usually _archive.bin.
The location is defined in vision2000.ini.
OUTPUT FILES
- tab separated values file
- You may redirect the console output created by the options <-objlist>, <-reclist>,
<-obj>and <-time> to a file.
This file may then be imported and analyzed by a spreadsheet program.
Syntax Notation
- [aaa]
- aaa is optional (zero or one occurences)
- (aaa|bbb)
- aaa exclusive or bbb
- (aaa)*
- aaa may occur indefinitely often or may be omitted
- (aaa)+
- aaa may occur indefinitely often but at least once
- (aaa)m..n
- aaa may occur from m to n times