NodeOPCUA API Documentation
    Preparing search index...

    Interface UALimitAlarmHelper

    interface UALimitAlarmHelper {
        acknowledgeAndAutoConfirmBranch(
            branch: ConditionSnapshot,
            comment: LocalizedText | LocalizedTextLike,
        ): void;
        activateAlarm(): void;
        autoConfirmBranch(
            branch: ConditionSnapshot,
            comment: LocalizedTextLike,
        ): void;
        deactivateAlarm(retain?: boolean): void;
        getCurrentConditionInfo(): ConditionInfo;
        getHighHighLimit(): number;
        getHighLimit(): number;
        getInputNodeNode(): UAVariable<UAVariableEvents> | null;
        getInputNodeValue(): number | null;
        getLowLimit(): number;
        getLowLowLimit(): number;
        getMaxTimeShelved(): number;
        getSuppressedOrShelved(): boolean;
        installInputNodeMonitoring(
            inputNode: NodeId | BaseNode<BaseNodeEvents>,
        ): void;
        isSuppressedOrShelved(): boolean;
        setHighHighLimit(value: number): void;
        setHighLimit(value: number): void;
        setLowLimit(value: number): void;
        setLowLowLimit(value: number): void;
        setMaxTimeShelved(duration: number): void;
        updateState(): void;
    }

    Hierarchy (View Summary)

    Index

    Methods