Limit Event Count

Active alarms will always be imported, even if this limit is thereby exceeded.

General Information

Domain

TcHmiAlarm

Full symbol path

TcHmiAlarm.Config::limitEventCount

Property is hidden

No

Contained in every configuration by default

No

Schema

Type

integer

Minimum

1

Default value

1000

JSON Schema

{
    "allOf": [
        {
            "$ref": "tchmi:general#/definitions/UINT32"
        },
        {
            "configDescription": "DESC_LIMIT_EVENT_COUNT",
            "default": 1000,
            "minimum": 1,
            "propertyOrder": 1,
            "type": "integer"
        }
    ]
}