<< Click to Display Table of Contents >> Manual > Server Creation Guide > Action Edition > Action Reference > Summary Action (Logging/Counting/Daily Report) > Summary Action Configuration File and Folder Structure > Summary Master > Common Properties Section |
Common property section: List of properties
Log function related
Parameter Name (Default value) |
subject |
Required |
Commentary |
|||||||||||||
DaysOfHoldingData (0) |
CSV/ODBC |
|
The default data retention period for all logged and aggregated data.
|
|||||||||||||
TermOfValidityDefinition{n} (Not specified)
|
CSV/ODBC |
|
Defines the validity period for logging. This is defined when you want to collect data only for a certain period. You can define multiple periods by specifying a number in the {n} part. By specifying this validity period number in the [TermOfValidity] column of the tag field master, you can specify the period for which you want to save data for each tag. The format is as follows:
▪{n} is the validity period number starting from 1. ▪You can use && to take multiple forms of And. ▪You can use || to OR multiple formats. ▪You can take the OR of multiple And conditions. ▪You cannot use operators other than those mentioned above, such as parentheses () or +-*/. ▪You can specify the day of the week with [Wx]. For x, specify the following: 1: Sunday, 2: Monday, 4: Tuesday, 8: Wednesday, 16: Thursday, 32: Friday, 64: Saturday.
|
|||||||||||||
TermOfValidityType (TYPE1) |
CSV/ODBC |
|
Specifies how to process the data collection/aggregation time period when using TermOfValidityDefinition. This parameter affects the accumulation process using the accumulation counter value (ADDINGCOUNT), accumulation time value (ADDINGTIME/ADDINGTIME2/ADDINGTIME3), and accumulation pulse value (ADDINGPULSE).
|
|||||||||||||
PowerfactorMaxMinType (TYPE1) |
CSV/ODBC |
|
How to calculate maximum and minimum power factor values.
|
|||||||||||||
AddingCountIgnoreType (TYPE1) |
CSV/ODBC |
|
The aggregation method when IGNOREZERO/IGNORENUM is specified in the aggregation method ADDINGCOUNT.
|
|||||||||||||
MaintenanceASync (T) |
CSV/ODBC |
|
Maintenance (auto-delete) sync mode.
|
|||||||||||||
MaintenanceDelayTime (610) |
CSV/ODBC |
|
The delay from the change of days for performing maintenance (in seconds).
|
|||||||||||||
MaintenanceStartup (F) |
CSV/ODBC |
|
Will maintenance be performed immediately after going online?
|
|||||||||||||
OdbcDatabaseType (Not specified)
|
ODBC |
Required |
ODBCDatabase type. The following database types can be specified:
*Please check Operating Environment for compatible versions.
|
|||||||||||||
OdbcSchema (Not specified)
|
ODBC |
|
ODBC The name of the database schema. Set this if you want to use a schema other than the default one for the database.
|
|||||||||||||
OdbcCreatedTimeFieldName (CREATEDTIME)
|
ODBC |
|
Field name of the time field. Usually, this setting is not necessary.
|
|||||||||||||
OdbcCreatedTimeDataType (Automatically selected by OdbcDatabaseType)
|
ODBC |
|
Data type of the time field. Normally, this setting is not necessary.
|
|||||||||||||
OdbcFaultedTimeFieldName (FAULTEDTIME) |
ODBC |
|
If the time cannot be saved to the sub side during duplication, the time field name for synchronization. Normally, this setting is not necessary.
|
|||||||||||||
OdbcFaultedTimeDataType (Automatically selected by OdbcDatabaseType) |
ODBC |
|
If the data cannot be saved to the secondary side during duplication, this is the data type of the time field for synchronization. Normally, this setting is not required.
|
|||||||||||||
OdbcValueFieldName (empty text) |
ODBC |
|
Field name of the value field. Usually, this setting is not necessary.
|
|||||||||||||
OdbcValueDataType (Automatically selected by OdbcDatabaseType) |
ODBC |
|
Data type of the value field. Normally, this setting is not necessary.
|
|||||||||||||
OdbcRestoreASync (T) |
ODBC |
|
Synchronization mode for repair. Normally, this setting is not necessary.
|
|||||||||||||
OdbcRestoreThreadQueue (0) |
ODBC |
|
The maximum number of threads to use when repairing. Normally, this setting is not necessary.
|
|||||||||||||
OdbcRestoreInsertQueue (0) |
ODBC |
|
The number of INSERT statements queued during repair. Normally, this setting is not necessary.
|
|||||||||||||
OdbcRestoreSelectLimit (0) |
ODBC |
|
Maximum LIMIT number for SELECT during repair. Normally, this setting is not necessary.
|
|||||||||||||
OdbcModifyASync (T) |
ODBC |
|
Synchronization mode for re-aggregation. Normally, this setting is not necessary.
|
|||||||||||||
OdbcModifyThreadQueue (0) |
ODBC |
|
The maximum number of threads to use when re-aggregating. Normally, this setting is not necessary.
|
Report function related
Parameter Name (Default value) |
subject |
Required |
Commentary |
|
ReportHeaders (4) |
CSV/ODBC |
|
Number of header lines in the summary report (1-5).
|
Quality check function related
By enabling the quality check function of summary actions, if the source data is missing or contains unreliable values, the aggregated data can be treated as unreliable values such as "*123". For details on the quality check function, see "Using the quality check function". In addition, if the aggregated data is NULL, you can display it on the daily report screen as a specified string such as "***", and you can also set the NULL value to the specified string for the output data of the CSV or Excel file of the subreport. For information on how to specify the display string for NULL values, see "Customizing the display method of NULL values". |
Parameter Name (Default value) |
subject |
Required |
Commentary |
|||||||||||||
StringOfNullDataForDisplay (Not specified) |
CSV/ODBC |
|
The string to be displayed on the report screen when the aggregated value is NULL.
|
|||||||||||||
StringOfNullDataForSubReportExcel (Not specified) |
CSV/ODBC |
|
The string to be output to the subreport (Excel) when the summary value is NULL.
|
|||||||||||||
StringOfNullDataForSubReportCSV (Not specified) |
CSV/ODBC |
|
The string to output to the subreport (CSV) when the aggregate value is NULL.
|
|||||||||||||
ShowQualityForSubReportExcel (T) |
CSV/ODBC |
|
If the value is unreliable, whether to output the subreport (Excel) with the unreliable value flag "*".
|
|||||||||||||
ShowQualityForSubReportCSV (T) |
CSV/ODBC |
|
If the value is untrusted, whether to output a subreport (CSV) with the untrusted value flag "*".
|
|||||||||||||
OdbcQualityCheckDataType
|
ODBC |
|
The data type of the field that stores the quality check value.
The following default values are automatically adopted depending on the type of DBMS to connect to. Normally, this setting is not necessary. Specify it if you want to intentionally change the field size.
|
|||||||||||||
OdbcQualityCheckFieldName (QUALITYCHECK)
|
ODBC |
|
The field name of the field that stores the quality check value.
|
|||||||||||||
ActiveExpressionQualityCheckType (NONE)
|
CSV/ODBC |
|
The default value for the type of quality check in the dynamic calculation of the field. If you want to apply multiple conditions, list them with commas. Example: NULLTOBAD,BADTOBAD
If multiple conditions are specified, such as "XxxTONULL,XxxTOBAD", and both conditions are met (NULL records exist and untrusted values exist), XxxTONULL will take precedence.
For details about dynamic calculations, please refer to "Dynamic calculations in fields (specifying calculation formulas when registering points)".
|
Common property section configuration example
Example: Minimum settings when saving to a CSV file
[COMMON] DaysOfHoldingData=365 |
Example) Minimum settings when saving to a ODBC database (Microsoft SQL Server)
[COMMON] DaysOfHoldingData=365 OdbcDatabaseType=SQLSERVER |
Example) When the aggregate value is NULL, the daily report screen and subreport are displayed as "***"
[COMMON] DaysOfHoldingData=365 StringOfNullDataForDisplay=*** StringOfNullDataForSubReportExcel=*** StringOfNullDataForSubReportCSV=*** |