Limit event count
Active alarms are always imported, even if this limit is exceeded as a result.
General Information
Domain |
TcHmiEventLogger |
Full symbol path |
TcHmiEventLogger.Config::LIMIT_EVENT_COUNT |
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_EVENT_COUNT",
"default": 1000,
"propertyOrder": 2
}
]
}