NodeOPCUA API Documentation
    Preparing search index...

    Interface UAAlarmConditionHelper

    interface UAAlarmConditionHelper {
        acknowledgeAndAutoConfirmBranch(
            branch: ConditionSnapshot,
            comment: LocalizedText | LocalizedTextLike,
        ): void;
        activateAlarm(): void;
        autoConfirmBranch(
            branch: ConditionSnapshot,
            comment: LocalizedTextLike,
        ): void;
        deactivateAlarm(retain?: boolean): void;
        getCurrentConditionInfo(): ConditionInfo;
        getInputNodeNode(): UAVariable<UAVariableEvents> | null;
        getInputNodeValue(): number | null;
        getMaxTimeShelved(): number;
        getSuppressedOrShelved(): boolean;
        installInputNodeMonitoring(
            inputNode: NodeId | BaseNode<BaseNodeEvents>,
        ): void;
        isSuppressedOrShelved(): boolean;
        setMaxTimeShelved(duration: number): void;
        updateState(): void;
    }

    Hierarchy (View Summary)

    Index

    Methods

    • Returns void

    • Parameters

      • Optionalretain: boolean

      Returns void

    • Returns ConditionInfo

    • Returns number | null

    • Returns number

    • Returns boolean

    • Returns boolean

    • Parameters

      • duration: number

      Returns void

    • Returns void