Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UASystemOffNormalAlarm

This Condition is used by a Server to indicate that an underlying system that is providing Alarm information is having a communication problem and that the Server may have invalid or incomplete Condition state in the Subscription.

Hierarchy

Properties

activeState

activeState: UATwoStateVariable

inputNode

inputNode: UAVariableT<NodeId, NodeId>

maxTimeShelved

maxTimeShelved: UAVariable

normalState

normalState: UAVariable

shelvingState

shelvingState: ShelvingStateMachine

suppressedOrShelved

suppressedOrShelved: UAVariable

suppressedState

suppressedState: UATwoStateVariable

Methods

_onInputDataValueChange

  • _onInputDataValueChange(dataValue: DataValue): void
  • Parameters

    • dataValue: DataValue

    Returns void

_updateAlarmState

  • _updateAlarmState(normalStateValue?: any, inputValue?: any): void
  • Parameters

    • Optional normalStateValue: any
    • Optional inputValue: any

    Returns void

getNormalStateNode

  • getNormalStateNode(): UAVariable

getNormalStateValue

  • getNormalStateValue(): any
  • method

    getNormalStateValue

    Returns any

setNormalStateValue

  • setNormalStateValue(value: any): void
  • method

    setNormalStateValue

    Parameters

    • value: any

    Returns void

Static instantiate

Generated using TypeDoc