Route Log Section Property List
Log function related
Parameter Name (Default value) |
subject |
Required |
Commentary |
|||||||||||||||||
DaysOfHoldingData (-1) |
CSV/ODBC |
|
Number of days root log data is retained.
|
|||||||||||||||||
TagFieldMaster (Not specified) |
CSV/ODBC |
Required |
The path to the tag field master file, specified relative to the summary folder.
|
|||||||||||||||||
TagFieldIndex (Not specified) |
CSV/ODBC |
Required |
The path to the tag field index file, relative to the summary folder.
|
|||||||||||||||||
CalculationFieldMaster (Not specified) |
CSV/ODBC |
|
The path to the Calculated Field Master File, specified as a relative path from the summary folder.
|
|||||||||||||||||
CalculationFieldIndex (Not specified) |
CSV/ODBC |
|
The path to the calculated field index file, specified as a relative path from the summary folder.
|
|||||||||||||||||
TimeRangeType (TYPE1) |
CSV/ODBC |
|
The type of time range to save. It affects the type of time range when TermOfValidity is specified in the tag field master and calculated field master. For more information, see "TermOfValidityDefinition" in the common properties section.
|
|||||||||||||||||
InvalidValue (Not specified) |
CSV/ODBC |
|
Invalid value. If you set an invalid value, it will be logged as an invalid value if the actual value matches an invalid value. If you do not set anything, any value will be saved in the log.
|
|||||||||||||||||
CsvFileName (Not specified) |
CSV |
Required |
The CSV file name to save the log. The actual file name will be appended with the date according to the CsvFileUnit setting. Specify the relative path from the summary folder. Also, do not specify the same folder as other root logs or aggregate logs.
|
|||||||||||||||||
CsvFileUnit (DAY) |
CSV |
|
Specifies the unit for saving the file.
|
|||||||||||||||||
CsvFileMaxFields (0) |
CSV |
|
Specifies the maximum number of tag fields per file.
|
|||||||||||||||||
CsvFileFlushCount (1) |
CSV |
|
Flash settings for CSV files.
|
|||||||||||||||||
OdbcTable (Not specified) |
ODBC |
Required |
The name of the table in the ODBC database that stores the route logs.
|
|||||||||||||||||
OdbcMaxFields (0) |
ODBC |
|
Specifies the maximum number of tag fields per table.
|
Example of a configuration in the root log section
Example: Minimum settings when saving to a CSV file
[RAW] TagFieldMaster=fieldmaster_tag.csv TagFieldIndex=DB\index_tag.txt CsvFileName=DB\LOG01\LOG.csv CsvFileMaxFields=1000 |
Example) Minimum settings when saving to a ODBC database (Microsoft SQL Server)
[RAW] TagFieldMaster=fieldmaster_tag.csv TagFieldIndex=DB\index_tag.txt OdbcTable=RAW OdbcMaxFields=500 |
Example: Additional items when using calculated fields
[RAW] ... CalculationFieldMaster=fieldmaster_calculation.csv CalculationFieldIndex=DB\index_calculation.txt ... |