<< Click to Display Table of Contents >> Manual > Server Creation Guide > Action Edition > Action Reference > Summary Actions (Logging/Counting/Daily Reports) > Explanation by Function > Report Function > Report function setting file configuration |
About the configuration file for the reporting function
The minimum configuration files required to use the report function are "Summary Master", "Tag Field Master", and "Layout Master". In addition, define "Calculated Field Master" as necessary.
In addition, the "Report Master" setting file, which stores page configuration information, is a file that is automatically created when you configure page settings from the settings screen of the report screen of FA-Client during operation. Users can configure pages themselves, so there is no need to edit this file directly.
•Summary master file (required)
•Tag field master file (required)
•Layout master file (required)
•Calculation field master (* Set as necessary. For example, when you want to perform calculations between fields)
•Report master file (※Automatically generated by setting up the report screen of FA-Client)
For details about each configuration file, please refer to "Summary Master", "Tag Field Master", "Layout 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)
layoutmaster.xls... Layout master file (required)
fieldmaster_calculation.csv... Calculation field master file (optional)
Summary Folder:
server_data\summary
|
reportmaster.csv ・・・ Report master file
|
|--- DB
| | index_tag.txt ... tag field index file
| | index_calculation.txt ・・・ Calculation field index file
| |
| | |-- RAW (folder for log data every second)
| |
| | |-- DAY (folder for daily report summary data)
| |
| | |-- MONTH (folder for monthly report summary data)
| |
| ...
|
|-- CSV
| | |-- DAY (Folder for outputting daily report CSV files (sub-report)) (optional)
| |
| | |-- MONTH (Folder for outputting monthly report CSV files (sub-report)) (Optional)
| |
| | |-- YEAR (Folder for outputting annual report CSV files (sub-reports)) (optional)
|
|-- Excel
|-- DAY (Folder for outputting daily report Excel files (subreport)) (Optional)
|
|-- MONTH (Folder for outputting monthly report Excel files (subreport)) (Optional)
|
|-- YEAR (Folder for outputting annual report Excel files (sub-reports)) (optional)
The DB folder will be created automatically when necessary. |
The CSV folder is used when you want to output a report to a CSV file. The Excel folder is used when you want to output a report to an Excel file. The CSV/Excel folder is automatically created when necessary. |