Limit initial event import
When a target system is initialized, the newest existing events are imported. Active alarms will always be imported, even if this limit is thereby exceeded.
General Information
|
Domain |
TcHmiEventLogger |
|
Full symbol path |
TcHmiEventLogger.Config::LIMIT_INITIAL_EVENT_IMPORT |
|
Property is hidden |
No |
|
Contained in every configuration by default |
No |
Schema
|
Type |
integer |
|
Maximum |
4294967295 |
|
Default value |
1000 |
JSON Schema
{
"allOf": [
{
"$ref": "tchmi:general#/definitions/UINT32"
},
{
"configDescription": "DESC_LIMIT_INITIAL_EVENT_IMPORT",
"default": 1000,
"propertyOrder": 2
}
]
}