<< Click to Display Table of Contents >> Manual > Server Creation Guide > Action Edition > Action Reference > Summary Actions (Logging/Counting/Daily Reports) > Explanation by Function > Counting Function > Configuration file for the aggregation function |
About the configuration file for the aggregation function
The minimum configuration files required to use the aggregation function are "Summary Master" and "Tag Field Master". In addition, define "Calculated Field Master" as necessary.
•Summary master file (required)
•Tag field master file (required)
•Calculation field master (* Set as necessary. For example, when you want to perform calculations between fields)
For details about each configuration file, please refer to "Summary Master", "Tag Field Master", and "Calculated Field Master".
The following is a specific example of file names and folder structure.
Summary configuration file folder:
server\summary
master.txt... Summary master file (required)
fieldmaster_tag.csv... Tag field master file (required)
fieldmaster_calculation.csv... Calculation field master file (set as necessary)
Summary Folder:
server_data\summary
|
|--- DB
| index_tag.txt ... tag field index file
| | index_calculation.txt ・・・ Calculation field index file
|
|-- RAW (folder for log data every second)
|
|-- SEC10 (Folder for aggregated data in 10-second intervals)
|
|-- MIN30 (Folder for aggregated data in 30-minute intervals)
|
|-- DAY (folder for daily aggregated data)
The DB folder will be created automatically when necessary. |