Class LimitAlarmTypeNode
- All Implemented Interfaces:
AcknowledgeableConditionType,AlarmConditionType,BaseEventType,BaseObjectType,ConditionType,LimitAlarmType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
- Direct Known Subclasses:
ExclusiveLimitAlarmTypeNode,NonExclusiveLimitAlarmTypeNode
-
Field Summary
Fields inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.AlarmConditionType
AUDIBLE_ENABLED, INPUT_NODE, MAX_TIME_SHELVED, OFF_DELAY, ON_DELAY, RE_ALARM_TIME, SUPPRESSED_OR_SHELVEDFields inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.BaseEventType
CONDITION_CLASS_ID, CONDITION_CLASS_NAME, CONDITION_SUB_CLASS_ID, CONDITION_SUB_CLASS_NAME, EVENT_ID, EVENT_TYPE, LOCAL_TIME, MESSAGE, RECEIVE_TIME, SEVERITY, SOURCE_NAME, SOURCE_NODE, TIMEFields inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.ConditionType
BRANCH_ID, CLIENT_USER_ID, CONDITION_CLASS_ID, CONDITION_CLASS_NAME, CONDITION_NAME, CONDITION_SUB_CLASS_ID, CONDITION_SUB_CLASS_NAME, RETAIN, SUPPORTS_FILTERED_RETAINFields inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.LimitAlarmType
BASE_HIGH_HIGH_LIMIT, BASE_HIGH_LIMIT, BASE_LOW_LIMIT, BASE_LOW_LOW_LIMIT, HIGH_DEADBAND, HIGH_HIGH_DEADBAND, HIGH_HIGH_LIMIT, HIGH_LIMIT, LOW_DEADBAND, LOW_LIMIT, LOW_LOW_DEADBAND, LOW_LOW_LIMIT, SEVERITY_HIGH, SEVERITY_HIGH_HIGH, SEVERITY_LOW, SEVERITY_LOW_LOW -
Constructor Summary
ConstructorsConstructorDescriptionLimitAlarmTypeNode(OpcUaClient client, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId, org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass, org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] rolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] userRolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.AccessRestrictionType accessRestrictions, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier) -
Method Summary
Modifier and TypeMethodDescriptionGet the local value of the BaseHighHighLimit Node.Get the BaseHighHighLimitPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofLimitAlarmType.getBaseHighHighLimitNode().Get the local value of the BaseHighLimit Node.Get the BaseHighLimitPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofLimitAlarmType.getBaseHighLimitNode().Get the local value of the BaseLowLimit Node.Get the BaseLowLimitPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofLimitAlarmType.getBaseLowLimitNode().Get the local value of the BaseLowLowLimit Node.Get the BaseLowLowLimitPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofLimitAlarmType.getBaseLowLowLimitNode().Get the local value of the HighDeadband Node.Get the HighDeadbandPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofLimitAlarmType.getHighDeadbandNode().Get the local value of the HighHighDeadband Node.Get the HighHighDeadbandPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofLimitAlarmType.getHighHighDeadbandNode().Get the local value of the HighHighLimit Node.Get the HighHighLimitPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofLimitAlarmType.getHighHighLimitNode().Get the local value of the HighLimit Node.Get the HighLimitPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofLimitAlarmType.getHighLimitNode().Get the local value of the LowDeadband Node.Get the LowDeadbandPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofLimitAlarmType.getLowDeadbandNode().Get the local value of the LowLimit Node.Get the LowLimitPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofLimitAlarmType.getLowLimitNode().Get the local value of the LowLowDeadband Node.Get the LowLowDeadbandPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofLimitAlarmType.getLowLowDeadbandNode().Get the local value of the LowLowLimit Node.Get the LowLowLimitPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofLimitAlarmType.getLowLowLimitNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShortGet the local value of the SeverityHigh Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShortGet the local value of the SeverityHighHigh Node.Get the SeverityHighHighPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofLimitAlarmType.getSeverityHighHighNode().Get the SeverityHighPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofLimitAlarmType.getSeverityHighNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShortGet the local value of the SeverityLow Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShortGet the local value of the SeverityLowLow Node.Get the SeverityLowLowPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofLimitAlarmType.getSeverityLowLowNode().Get the SeverityLowPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofLimitAlarmType.getSeverityLowNode().Read the value of the BaseHighHighLimit Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends Double>An asynchronous implementation ofLimitAlarmType.readBaseHighHighLimit().Read the value of the BaseHighLimit Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends Double>An asynchronous implementation ofLimitAlarmType.readBaseHighLimit().Read the value of the BaseLowLimit Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends Double>An asynchronous implementation ofLimitAlarmType.readBaseLowLimit().Read the value of the BaseLowLowLimit Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends Double>An asynchronous implementation ofLimitAlarmType.readBaseLowLowLimit().Read the value of the HighDeadband Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends Double>An asynchronous implementation ofLimitAlarmType.readHighDeadband().Read the value of the HighHighDeadband Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends Double>An asynchronous implementation ofLimitAlarmType.readHighHighDeadband().Read the value of the HighHighLimit Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends Double>An asynchronous implementation ofLimitAlarmType.readHighHighLimit().Read the value of the HighLimit Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends Double>An asynchronous implementation ofLimitAlarmType.readHighLimit().Read the value of the LowDeadband Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends Double>An asynchronous implementation ofLimitAlarmType.readLowDeadband().Read the value of the LowLimit Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends Double>An asynchronous implementation ofLimitAlarmType.readLowLimit().Read the value of the LowLowDeadband Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends Double>An asynchronous implementation ofLimitAlarmType.readLowLowDeadband().Read the value of the LowLowLimit Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends Double>An asynchronous implementation ofLimitAlarmType.readLowLowLimit().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShortRead the value of the SeverityHigh Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort>An asynchronous implementation ofLimitAlarmType.readSeverityHigh().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShortRead the value of the SeverityHighHigh Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort>An asynchronous implementation ofLimitAlarmType.readSeverityHighHigh().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShortRead the value of the SeverityLow Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort>An asynchronous implementation ofLimitAlarmType.readSeverityLow().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShortRead the value of the SeverityLowLow Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort>An asynchronous implementation ofLimitAlarmType.readSeverityLowLow().voidsetBaseHighHighLimit(Double value) Set the local value of the BaseHighHighLimit Node.voidsetBaseHighLimit(Double value) Set the local value of the BaseHighLimit Node.voidsetBaseLowLimit(Double value) Set the local value of the BaseLowLimit Node.voidsetBaseLowLowLimit(Double value) Set the local value of the BaseLowLowLimit Node.voidsetHighDeadband(Double value) Set the local value of the HighDeadband Node.voidsetHighHighDeadband(Double value) Set the local value of the HighHighDeadband Node.voidsetHighHighLimit(Double value) Set the local value of the HighHighLimit Node.voidsetHighLimit(Double value) Set the local value of the HighLimit Node.voidsetLowDeadband(Double value) Set the local value of the LowDeadband Node.voidsetLowLimit(Double value) Set the local value of the LowLimit Node.voidsetLowLowDeadband(Double value) Set the local value of the LowLowDeadband Node.voidsetLowLowLimit(Double value) Set the local value of the LowLowLimit Node.voidsetSeverityHigh(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) Set the local value of the SeverityHigh Node.voidsetSeverityHighHigh(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) Set the local value of the SeverityHighHigh Node.voidsetSeverityLow(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) Set the local value of the SeverityLow Node.voidsetSeverityLowLow(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) Set the local value of the SeverityLowLow Node.voidwriteBaseHighHighLimit(Double value) Write a new value for the BaseHighHighLimit Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeBaseHighHighLimitAsync(Double baseHighHighLimit) An asynchronous implementation ofLimitAlarmType.writeBaseHighHighLimit(java.lang.Double).voidwriteBaseHighLimit(Double value) Write a new value for the BaseHighLimit Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeBaseHighLimitAsync(Double baseHighLimit) An asynchronous implementation ofLimitAlarmType.writeBaseHighLimit(java.lang.Double).voidwriteBaseLowLimit(Double value) Write a new value for the BaseLowLimit Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeBaseLowLimitAsync(Double baseLowLimit) An asynchronous implementation ofLimitAlarmType.writeBaseLowLimit(java.lang.Double).voidwriteBaseLowLowLimit(Double value) Write a new value for the BaseLowLowLimit Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeBaseLowLowLimitAsync(Double baseLowLowLimit) An asynchronous implementation ofLimitAlarmType.writeBaseLowLowLimit(java.lang.Double).voidwriteHighDeadband(Double value) Write a new value for the HighDeadband Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeHighDeadbandAsync(Double highDeadband) An asynchronous implementation ofLimitAlarmType.writeHighDeadband(java.lang.Double).voidwriteHighHighDeadband(Double value) Write a new value for the HighHighDeadband Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeHighHighDeadbandAsync(Double highHighDeadband) An asynchronous implementation ofLimitAlarmType.writeHighHighDeadband(java.lang.Double).voidwriteHighHighLimit(Double value) Write a new value for the HighHighLimit Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeHighHighLimitAsync(Double highHighLimit) An asynchronous implementation ofLimitAlarmType.writeHighHighLimit(java.lang.Double).voidwriteHighLimit(Double value) Write a new value for the HighLimit Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeHighLimitAsync(Double highLimit) An asynchronous implementation ofLimitAlarmType.writeHighLimit(java.lang.Double).voidwriteLowDeadband(Double value) Write a new value for the LowDeadband Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeLowDeadbandAsync(Double lowDeadband) An asynchronous implementation ofLimitAlarmType.writeLowDeadband(java.lang.Double).voidwriteLowLimit(Double value) Write a new value for the LowLimit Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeLowLimitAsync(Double lowLimit) An asynchronous implementation ofLimitAlarmType.writeLowLimit(java.lang.Double).voidwriteLowLowDeadband(Double value) Write a new value for the LowLowDeadband Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeLowLowDeadbandAsync(Double lowLowDeadband) An asynchronous implementation ofLimitAlarmType.writeLowLowDeadband(java.lang.Double).voidwriteLowLowLimit(Double value) Write a new value for the LowLowLimit Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeLowLowLimitAsync(Double lowLowLimit) An asynchronous implementation ofLimitAlarmType.writeLowLowLimit(java.lang.Double).voidwriteSeverityHigh(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) Write a new value for the SeverityHigh Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeSeverityHighAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort severityHigh) An asynchronous implementation ofLimitAlarmType.writeSeverityHigh(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort).voidwriteSeverityHighHigh(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) Write a new value for the SeverityHighHigh Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeSeverityHighHighAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort severityHighHigh) An asynchronous implementation ofLimitAlarmType.writeSeverityHighHigh(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort).voidwriteSeverityLow(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) Write a new value for the SeverityLow Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeSeverityLowAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort severityLow) An asynchronous implementation ofLimitAlarmType.writeSeverityLow(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort).voidwriteSeverityLowLow(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) Write a new value for the SeverityLowLow Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeSeverityLowLowAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort severityLowLow) An asynchronous implementation ofLimitAlarmType.writeSeverityLowLow(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort).Methods inherited from class org.eclipse.milo.opcua.sdk.client.model.objects.AlarmConditionTypeNode
getActiveState, getActiveStateNode, getActiveStateNodeAsync, getAudibleEnabled, getAudibleEnabledNode, getAudibleEnabledNodeAsync, getAudibleSound, getAudibleSoundNode, getAudibleSoundNodeAsync, getEnabledState, getEnabledStateNode, getEnabledStateNodeAsync, getFirstInGroupFlag, getFirstInGroupFlagNode, getFirstInGroupFlagNodeAsync, getFirstInGroupNode, getFirstInGroupNodeAsync, getInputNode, getInputNodeNode, getInputNodeNodeAsync, getLatchedState, getLatchedStateNode, getLatchedStateNodeAsync, getMaxTimeShelved, getMaxTimeShelvedNode, getMaxTimeShelvedNodeAsync, getOffDelay, getOffDelayNode, getOffDelayNodeAsync, getOnDelay, getOnDelayNode, getOnDelayNodeAsync, getOutOfServiceState, getOutOfServiceStateNode, getOutOfServiceStateNodeAsync, getReAlarmRepeatCount, getReAlarmRepeatCountNode, getReAlarmRepeatCountNodeAsync, getReAlarmTime, getReAlarmTimeNode, getReAlarmTimeNodeAsync, getShelvingStateNode, getShelvingStateNodeAsync, getSilenceState, getSilenceStateNode, getSilenceStateNodeAsync, getSuppressedOrShelved, getSuppressedOrShelvedNode, getSuppressedOrShelvedNodeAsync, getSuppressedState, getSuppressedStateNode, getSuppressedStateNodeAsync, readActiveState, readActiveStateAsync, readAudibleEnabled, readAudibleEnabledAsync, readAudibleSound, readAudibleSoundAsync, readEnabledState, readEnabledStateAsync, readFirstInGroupFlag, readFirstInGroupFlagAsync, readInputNode, readInputNodeAsync, readLatchedState, readLatchedStateAsync, readMaxTimeShelved, readMaxTimeShelvedAsync, readOffDelay, readOffDelayAsync, readOnDelay, readOnDelayAsync, readOutOfServiceState, readOutOfServiceStateAsync, readReAlarmRepeatCount, readReAlarmRepeatCountAsync, readReAlarmTime, readReAlarmTimeAsync, readSilenceState, readSilenceStateAsync, readSuppressedOrShelved, readSuppressedOrShelvedAsync, readSuppressedState, readSuppressedStateAsync, setActiveState, setAudibleEnabled, setAudibleSound, setEnabledState, setFirstInGroupFlag, setInputNode, setLatchedState, setMaxTimeShelved, setOffDelay, setOnDelay, setOutOfServiceState, setReAlarmRepeatCount, setReAlarmTime, setSilenceState, setSuppressedOrShelved, setSuppressedState, writeActiveState, writeActiveStateAsync, writeAudibleEnabled, writeAudibleEnabledAsync, writeAudibleSound, writeAudibleSoundAsync, writeEnabledState, writeEnabledStateAsync, writeFirstInGroupFlag, writeFirstInGroupFlagAsync, writeInputNode, writeInputNodeAsync, writeLatchedState, writeLatchedStateAsync, writeMaxTimeShelved, writeMaxTimeShelvedAsync, writeOffDelay, writeOffDelayAsync, writeOnDelay, writeOnDelayAsync, writeOutOfServiceState, writeOutOfServiceStateAsync, writeReAlarmRepeatCount, writeReAlarmRepeatCountAsync, writeReAlarmTime, writeReAlarmTimeAsync, writeSilenceState, writeSilenceStateAsync, writeSuppressedOrShelved, writeSuppressedOrShelvedAsync, writeSuppressedState, writeSuppressedStateAsyncMethods inherited from class org.eclipse.milo.opcua.sdk.client.model.objects.AcknowledgeableConditionTypeNode
getAckedState, getAckedStateNode, getAckedStateNodeAsync, getConfirmedState, getConfirmedStateNode, getConfirmedStateNodeAsync, readAckedState, readAckedStateAsync, readConfirmedState, readConfirmedStateAsync, setAckedState, setConfirmedState, writeAckedState, writeAckedStateAsync, writeConfirmedState, writeConfirmedStateAsyncMethods inherited from class org.eclipse.milo.opcua.sdk.client.model.objects.ConditionTypeNode
getBranchId, getBranchIdNode, getBranchIdNodeAsync, getClientUserId, getClientUserIdNode, getClientUserIdNodeAsync, getComment, getCommentNode, getCommentNodeAsync, getConditionClassId, getConditionClassIdNode, getConditionClassIdNodeAsync, getConditionClassName, getConditionClassNameNode, getConditionClassNameNodeAsync, getConditionName, getConditionNameNode, getConditionNameNodeAsync, getConditionSubClassId, getConditionSubClassIdNode, getConditionSubClassIdNodeAsync, getConditionSubClassName, getConditionSubClassNameNode, getConditionSubClassNameNodeAsync, getLastSeverity, getLastSeverityNode, getLastSeverityNodeAsync, getQuality, getQualityNode, getQualityNodeAsync, getRetain, getRetainNode, getRetainNodeAsync, getSupportsFilteredRetain, getSupportsFilteredRetainNode, getSupportsFilteredRetainNodeAsync, readBranchId, readBranchIdAsync, readClientUserId, readClientUserIdAsync, readComment, readCommentAsync, readConditionClassId, readConditionClassIdAsync, readConditionClassName, readConditionClassNameAsync, readConditionName, readConditionNameAsync, readConditionSubClassId, readConditionSubClassIdAsync, readConditionSubClassName, readConditionSubClassNameAsync, readLastSeverity, readLastSeverityAsync, readQuality, readQualityAsync, readRetain, readRetainAsync, readSupportsFilteredRetain, readSupportsFilteredRetainAsync, setBranchId, setClientUserId, setComment, setConditionClassId, setConditionClassName, setConditionName, setConditionSubClassId, setConditionSubClassName, setLastSeverity, setQuality, setRetain, setSupportsFilteredRetain, writeBranchId, writeBranchIdAsync, writeClientUserId, writeClientUserIdAsync, writeComment, writeCommentAsync, writeConditionClassId, writeConditionClassIdAsync, writeConditionClassName, writeConditionClassNameAsync, writeConditionName, writeConditionNameAsync, writeConditionSubClassId, writeConditionSubClassIdAsync, writeConditionSubClassName, writeConditionSubClassNameAsync, writeLastSeverity, writeLastSeverityAsync, writeQuality, writeQualityAsync, writeRetain, writeRetainAsync, writeSupportsFilteredRetain, writeSupportsFilteredRetainAsyncMethods inherited from class org.eclipse.milo.opcua.sdk.client.model.objects.BaseEventTypeNode
getEventId, getEventIdNode, getEventIdNodeAsync, getEventType, getEventTypeNode, getEventTypeNodeAsync, getLocalTime, getLocalTimeNode, getLocalTimeNodeAsync, getMessage, getMessageNode, getMessageNodeAsync, getReceiveTime, getReceiveTimeNode, getReceiveTimeNodeAsync, getSeverity, getSeverityNode, getSeverityNodeAsync, getSourceName, getSourceNameNode, getSourceNameNodeAsync, getSourceNode, getSourceNodeNode, getSourceNodeNodeAsync, getTime, getTimeNode, getTimeNodeAsync, readEventId, readEventIdAsync, readEventType, readEventTypeAsync, readLocalTime, readLocalTimeAsync, readMessage, readMessageAsync, readReceiveTime, readReceiveTimeAsync, readSeverity, readSeverityAsync, readSourceName, readSourceNameAsync, readSourceNode, readSourceNodeAsync, readTime, readTimeAsync, setEventId, setEventType, setLocalTime, setMessage, setReceiveTime, setSeverity, setSourceName, setSourceNode, setTime, writeEventId, writeEventIdAsync, writeEventType, writeEventTypeAsync, writeLocalTime, writeLocalTimeAsync, writeMessage, writeMessageAsync, writeReceiveTime, writeReceiveTimeAsync, writeSeverity, writeSeverityAsync, writeSourceName, writeSourceNameAsync, writeSourceNode, writeSourceNodeAsync, writeTime, writeTimeAsyncMethods inherited from class org.eclipse.milo.opcua.sdk.client.nodes.UaObjectNode
callMethod, callMethod, callMethodAsync, callMethodAsync, getAttributeValue, getEventNotifier, getIconAsync, getMethod, getMethod, getMethodAsync, getMethodAsync, getNamingRuleAsync, getNodeVersionAsync, getObjectComponent, getObjectComponent, getObjectComponent, getObjectComponentAsync, getObjectComponentAsync, getObjectComponentAsync, getTypeDefinition, getTypeDefinitionAsync, getVariableComponent, getVariableComponent, getVariableComponent, getVariableComponentAsync, getVariableComponentAsync, getVariableComponentAsync, readEventNotifier, setAttributeValue, setEventNotifier, setIconAsync, setNamingRuleAsync, setNodeVersionAsync, writeEventNotifierMethods inherited from class org.eclipse.milo.opcua.sdk.client.nodes.UaNode
browse, browse, browseAsync, browseAsync, browseNodes, browseNodes, browseNodesAsync, browseNodesAsync, canonicalize, cast, findMemberNodeId, getAccessRestrictions, getBrowseName, getComponentAsync, getDescription, getDisplayName, getMemberNodeAsync, getNodeClass, getNodeId, getProperty, getPropertyNodeAsync, getPropertyNodeAsync, getRolePermissions, getUserRolePermissions, getUserWriteMask, getWriteMask, invalidate, readAccessRestrictions, readAttribute, readAttributeAsync, readBrowseName, readDescription, readDisplayName, readNamespaceIndex, readNodeClass, readNodeId, readProperty, readRolePermissions, readUserRolePermissions, readUserWriteMask, readWriteMask, refresh, refreshAsync, setAccessRestrictions, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setProperty, setRolePermissions, setUserRolePermissions, setUserWriteMask, setWriteMask, synchronize, synchronizeAsync, writeAccessRestrictions, writeAttribute, writeAttributeAsync, writeBrowseName, writeDescription, writeDisplayName, writeNodeClass, writeNodeId, writeProperty, writeRolePermissions, writeUserRolePermissions, writeUserWriteMask, writeWriteMaskMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.AcknowledgeableConditionType
getAckedState, getAckedStateNode, getAckedStateNodeAsync, getConfirmedState, getConfirmedStateNode, getConfirmedStateNodeAsync, readAckedState, readAckedStateAsync, readConfirmedState, readConfirmedStateAsync, setAckedState, setConfirmedState, writeAckedState, writeAckedStateAsync, writeConfirmedState, writeConfirmedStateAsyncMethods inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.AlarmConditionType
getActiveState, getActiveStateNode, getActiveStateNodeAsync, getAudibleEnabled, getAudibleEnabledNode, getAudibleEnabledNodeAsync, getAudibleSound, getAudibleSoundNode, getAudibleSoundNodeAsync, getEnabledState, getEnabledStateNode, getEnabledStateNodeAsync, getFirstInGroupFlag, getFirstInGroupFlagNode, getFirstInGroupFlagNodeAsync, getFirstInGroupNode, getFirstInGroupNodeAsync, getInputNode, getInputNodeNode, getInputNodeNodeAsync, getLatchedState, getLatchedStateNode, getLatchedStateNodeAsync, getMaxTimeShelved, getMaxTimeShelvedNode, getMaxTimeShelvedNodeAsync, getOffDelay, getOffDelayNode, getOffDelayNodeAsync, getOnDelay, getOnDelayNode, getOnDelayNodeAsync, getOutOfServiceState, getOutOfServiceStateNode, getOutOfServiceStateNodeAsync, getReAlarmRepeatCount, getReAlarmRepeatCountNode, getReAlarmRepeatCountNodeAsync, getReAlarmTime, getReAlarmTimeNode, getReAlarmTimeNodeAsync, getShelvingStateNode, getShelvingStateNodeAsync, getSilenceState, getSilenceStateNode, getSilenceStateNodeAsync, getSuppressedOrShelved, getSuppressedOrShelvedNode, getSuppressedOrShelvedNodeAsync, getSuppressedState, getSuppressedStateNode, getSuppressedStateNodeAsync, readActiveState, readActiveStateAsync, readAudibleEnabled, readAudibleEnabledAsync, readAudibleSound, readAudibleSoundAsync, readEnabledState, readEnabledStateAsync, readFirstInGroupFlag, readFirstInGroupFlagAsync, readInputNode, readInputNodeAsync, readLatchedState, readLatchedStateAsync, readMaxTimeShelved, readMaxTimeShelvedAsync, readOffDelay, readOffDelayAsync, readOnDelay, readOnDelayAsync, readOutOfServiceState, readOutOfServiceStateAsync, readReAlarmRepeatCount, readReAlarmRepeatCountAsync, readReAlarmTime, readReAlarmTimeAsync, readSilenceState, readSilenceStateAsync, readSuppressedOrShelved, readSuppressedOrShelvedAsync, readSuppressedState, readSuppressedStateAsync, setActiveState, setAudibleEnabled, setAudibleSound, setEnabledState, setFirstInGroupFlag, setInputNode, setLatchedState, setMaxTimeShelved, setOffDelay, setOnDelay, setOutOfServiceState, setReAlarmRepeatCount, setReAlarmTime, setSilenceState, setSuppressedOrShelved, setSuppressedState, writeActiveState, writeActiveStateAsync, writeAudibleEnabled, writeAudibleEnabledAsync, writeAudibleSound, writeAudibleSoundAsync, writeEnabledState, writeEnabledStateAsync, writeFirstInGroupFlag, writeFirstInGroupFlagAsync, writeInputNode, writeInputNodeAsync, writeLatchedState, writeLatchedStateAsync, writeMaxTimeShelved, writeMaxTimeShelvedAsync, writeOffDelay, writeOffDelayAsync, writeOnDelay, writeOnDelayAsync, writeOutOfServiceState, writeOutOfServiceStateAsync, writeReAlarmRepeatCount, writeReAlarmRepeatCountAsync, writeReAlarmTime, writeReAlarmTimeAsync, writeSilenceState, writeSilenceStateAsync, writeSuppressedOrShelved, writeSuppressedOrShelvedAsync, writeSuppressedState, writeSuppressedStateAsyncMethods inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.BaseEventType
getEventId, getEventIdNode, getEventIdNodeAsync, getEventType, getEventTypeNode, getEventTypeNodeAsync, getLocalTime, getLocalTimeNode, getLocalTimeNodeAsync, getMessage, getMessageNode, getMessageNodeAsync, getReceiveTime, getReceiveTimeNode, getReceiveTimeNodeAsync, getSeverity, getSeverityNode, getSeverityNodeAsync, getSourceName, getSourceNameNode, getSourceNameNodeAsync, getSourceNode, getSourceNodeNode, getSourceNodeNodeAsync, getTime, getTimeNode, getTimeNodeAsync, readEventId, readEventIdAsync, readEventType, readEventTypeAsync, readLocalTime, readLocalTimeAsync, readMessage, readMessageAsync, readReceiveTime, readReceiveTimeAsync, readSeverity, readSeverityAsync, readSourceName, readSourceNameAsync, readSourceNode, readSourceNodeAsync, readTime, readTimeAsync, setEventId, setEventType, setLocalTime, setMessage, setReceiveTime, setSeverity, setSourceName, setSourceNode, setTime, writeEventId, writeEventIdAsync, writeEventType, writeEventTypeAsync, writeLocalTime, writeLocalTimeAsync, writeMessage, writeMessageAsync, writeReceiveTime, writeReceiveTimeAsync, writeSeverity, writeSeverityAsync, writeSourceName, writeSourceNameAsync, writeSourceNode, writeSourceNodeAsync, writeTime, writeTimeAsyncMethods inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.ConditionType
getBranchId, getBranchIdNode, getBranchIdNodeAsync, getClientUserId, getClientUserIdNode, getClientUserIdNodeAsync, getComment, getCommentNode, getCommentNodeAsync, getConditionClassId, getConditionClassIdNode, getConditionClassIdNodeAsync, getConditionClassName, getConditionClassNameNode, getConditionClassNameNodeAsync, getConditionName, getConditionNameNode, getConditionNameNodeAsync, getConditionSubClassId, getConditionSubClassIdNode, getConditionSubClassIdNodeAsync, getConditionSubClassName, getConditionSubClassNameNode, getConditionSubClassNameNodeAsync, getLastSeverity, getLastSeverityNode, getLastSeverityNodeAsync, getQuality, getQualityNode, getQualityNodeAsync, getRetain, getRetainNode, getRetainNodeAsync, getSupportsFilteredRetain, getSupportsFilteredRetainNode, getSupportsFilteredRetainNodeAsync, readBranchId, readBranchIdAsync, readClientUserId, readClientUserIdAsync, readComment, readCommentAsync, readConditionClassId, readConditionClassIdAsync, readConditionClassName, readConditionClassNameAsync, readConditionName, readConditionNameAsync, readConditionSubClassId, readConditionSubClassIdAsync, readConditionSubClassName, readConditionSubClassNameAsync, readLastSeverity, readLastSeverityAsync, readQuality, readQualityAsync, readRetain, readRetainAsync, readSupportsFilteredRetain, readSupportsFilteredRetainAsync, setBranchId, setClientUserId, setComment, setConditionClassId, setConditionClassName, setConditionName, setConditionSubClassId, setConditionSubClassName, setLastSeverity, setQuality, setRetain, setSupportsFilteredRetain, writeBranchId, writeBranchIdAsync, writeClientUserId, writeClientUserIdAsync, writeComment, writeCommentAsync, writeConditionClassId, writeConditionClassIdAsync, writeConditionClassName, writeConditionClassNameAsync, writeConditionName, writeConditionNameAsync, writeConditionSubClassId, writeConditionSubClassIdAsync, writeConditionSubClassName, writeConditionSubClassNameAsync, writeLastSeverity, writeLastSeverityAsync, writeQuality, writeQualityAsync, writeRetain, writeRetainAsync, writeSupportsFilteredRetain, writeSupportsFilteredRetainAsyncMethods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.Node
getAccessRestrictions, getBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getRolePermissions, getUserRolePermissions, getUserWriteMask, getWriteMask, setAccessRestrictions, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setRolePermissions, setUserRolePermissions, setUserWriteMask, setWriteMaskMethods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
getEventNotifier, setEventNotifier
-
Constructor Details
-
LimitAlarmTypeNode
public LimitAlarmTypeNode(OpcUaClient client, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId, org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass, org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] rolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] userRolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.AccessRestrictionType accessRestrictions, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier)
-
-
Method Details
-
getHighHighLimit
Description copied from interface:LimitAlarmTypeGet the local value of the HighHighLimit Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getHighHighLimitin interfaceLimitAlarmType- Returns:
- the local value of the HighHighLimit Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the HighHighLimit Node.
-
setHighHighLimit
Description copied from interface:LimitAlarmTypeSet the local value of the HighHighLimit Node.The value is only updated locally; it is not written to the server.
- Specified by:
setHighHighLimitin interfaceLimitAlarmType- Parameters:
value- the local value to set for the HighHighLimit Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the HighHighLimit Node.
-
readHighHighLimit
Description copied from interface:LimitAlarmTypeRead the value of the HighHighLimit Node from the server and update the local value if the operation succeeds.- Specified by:
readHighHighLimitin interfaceLimitAlarmType- Returns:
- the
Doublevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeHighHighLimit
Description copied from interface:LimitAlarmTypeWrite a new value for the HighHighLimit Node to the server and update the local value if the operation succeeds.- Specified by:
writeHighHighLimitin interfaceLimitAlarmType- Parameters:
value- theDoublevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readHighHighLimitAsync
Description copied from interface:LimitAlarmTypeAn asynchronous implementation ofLimitAlarmType.readHighHighLimit().- Specified by:
readHighHighLimitAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeHighHighLimitAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeHighHighLimitAsync(Double highHighLimit) Description copied from interface:LimitAlarmTypeAn asynchronous implementation ofLimitAlarmType.writeHighHighLimit(java.lang.Double).- Specified by:
writeHighHighLimitAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getHighHighLimitNode
Description copied from interface:LimitAlarmTypeGet the HighHighLimitPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getHighHighLimitNodein interfaceLimitAlarmType- Returns:
- the HighHighLimit
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getHighHighLimitNodeAsync
Description copied from interface:LimitAlarmTypeAsynchronous implementation ofLimitAlarmType.getHighHighLimitNode().- Specified by:
getHighHighLimitNodeAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getHighLimit
Description copied from interface:LimitAlarmTypeGet the local value of the HighLimit Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getHighLimitin interfaceLimitAlarmType- Returns:
- the local value of the HighLimit Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the HighLimit Node.
-
setHighLimit
Description copied from interface:LimitAlarmTypeSet the local value of the HighLimit Node.The value is only updated locally; it is not written to the server.
- Specified by:
setHighLimitin interfaceLimitAlarmType- Parameters:
value- the local value to set for the HighLimit Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the HighLimit Node.
-
readHighLimit
Description copied from interface:LimitAlarmTypeRead the value of the HighLimit Node from the server and update the local value if the operation succeeds.- Specified by:
readHighLimitin interfaceLimitAlarmType- Returns:
- the
Doublevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeHighLimit
Description copied from interface:LimitAlarmTypeWrite a new value for the HighLimit Node to the server and update the local value if the operation succeeds.- Specified by:
writeHighLimitin interfaceLimitAlarmType- Parameters:
value- theDoublevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readHighLimitAsync
Description copied from interface:LimitAlarmTypeAn asynchronous implementation ofLimitAlarmType.readHighLimit().- Specified by:
readHighLimitAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeHighLimitAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeHighLimitAsync(Double highLimit) Description copied from interface:LimitAlarmTypeAn asynchronous implementation ofLimitAlarmType.writeHighLimit(java.lang.Double).- Specified by:
writeHighLimitAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getHighLimitNode
Description copied from interface:LimitAlarmTypeGet the HighLimitPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getHighLimitNodein interfaceLimitAlarmType- Returns:
- the HighLimit
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getHighLimitNodeAsync
Description copied from interface:LimitAlarmTypeAsynchronous implementation ofLimitAlarmType.getHighLimitNode().- Specified by:
getHighLimitNodeAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getLowLimit
Description copied from interface:LimitAlarmTypeGet the local value of the LowLimit Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getLowLimitin interfaceLimitAlarmType- Returns:
- the local value of the LowLimit Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the LowLimit Node.
-
setLowLimit
Description copied from interface:LimitAlarmTypeSet the local value of the LowLimit Node.The value is only updated locally; it is not written to the server.
- Specified by:
setLowLimitin interfaceLimitAlarmType- Parameters:
value- the local value to set for the LowLimit Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the LowLimit Node.
-
readLowLimit
Description copied from interface:LimitAlarmTypeRead the value of the LowLimit Node from the server and update the local value if the operation succeeds.- Specified by:
readLowLimitin interfaceLimitAlarmType- Returns:
- the
Doublevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeLowLimit
Description copied from interface:LimitAlarmTypeWrite a new value for the LowLimit Node to the server and update the local value if the operation succeeds.- Specified by:
writeLowLimitin interfaceLimitAlarmType- Parameters:
value- theDoublevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readLowLimitAsync
Description copied from interface:LimitAlarmTypeAn asynchronous implementation ofLimitAlarmType.readLowLimit().- Specified by:
readLowLimitAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeLowLimitAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLowLimitAsync(Double lowLimit) Description copied from interface:LimitAlarmTypeAn asynchronous implementation ofLimitAlarmType.writeLowLimit(java.lang.Double).- Specified by:
writeLowLimitAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getLowLimitNode
Description copied from interface:LimitAlarmTypeGet the LowLimitPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getLowLimitNodein interfaceLimitAlarmType- Returns:
- the LowLimit
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getLowLimitNodeAsync
Description copied from interface:LimitAlarmTypeAsynchronous implementation ofLimitAlarmType.getLowLimitNode().- Specified by:
getLowLimitNodeAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getLowLowLimit
Description copied from interface:LimitAlarmTypeGet the local value of the LowLowLimit Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getLowLowLimitin interfaceLimitAlarmType- Returns:
- the local value of the LowLowLimit Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the LowLowLimit Node.
-
setLowLowLimit
Description copied from interface:LimitAlarmTypeSet the local value of the LowLowLimit Node.The value is only updated locally; it is not written to the server.
- Specified by:
setLowLowLimitin interfaceLimitAlarmType- Parameters:
value- the local value to set for the LowLowLimit Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the LowLowLimit Node.
-
readLowLowLimit
Description copied from interface:LimitAlarmTypeRead the value of the LowLowLimit Node from the server and update the local value if the operation succeeds.- Specified by:
readLowLowLimitin interfaceLimitAlarmType- Returns:
- the
Doublevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeLowLowLimit
Description copied from interface:LimitAlarmTypeWrite a new value for the LowLowLimit Node to the server and update the local value if the operation succeeds.- Specified by:
writeLowLowLimitin interfaceLimitAlarmType- Parameters:
value- theDoublevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readLowLowLimitAsync
Description copied from interface:LimitAlarmTypeAn asynchronous implementation ofLimitAlarmType.readLowLowLimit().- Specified by:
readLowLowLimitAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeLowLowLimitAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLowLowLimitAsync(Double lowLowLimit) Description copied from interface:LimitAlarmTypeAn asynchronous implementation ofLimitAlarmType.writeLowLowLimit(java.lang.Double).- Specified by:
writeLowLowLimitAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getLowLowLimitNode
Description copied from interface:LimitAlarmTypeGet the LowLowLimitPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getLowLowLimitNodein interfaceLimitAlarmType- Returns:
- the LowLowLimit
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getLowLowLimitNodeAsync
Description copied from interface:LimitAlarmTypeAsynchronous implementation ofLimitAlarmType.getLowLowLimitNode().- Specified by:
getLowLowLimitNodeAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getBaseHighHighLimit
Description copied from interface:LimitAlarmTypeGet the local value of the BaseHighHighLimit Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getBaseHighHighLimitin interfaceLimitAlarmType- Returns:
- the local value of the BaseHighHighLimit Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the BaseHighHighLimit Node.
-
setBaseHighHighLimit
Description copied from interface:LimitAlarmTypeSet the local value of the BaseHighHighLimit Node.The value is only updated locally; it is not written to the server.
- Specified by:
setBaseHighHighLimitin interfaceLimitAlarmType- Parameters:
value- the local value to set for the BaseHighHighLimit Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the BaseHighHighLimit Node.
-
readBaseHighHighLimit
Description copied from interface:LimitAlarmTypeRead the value of the BaseHighHighLimit Node from the server and update the local value if the operation succeeds.- Specified by:
readBaseHighHighLimitin interfaceLimitAlarmType- Returns:
- the
Doublevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeBaseHighHighLimit
public void writeBaseHighHighLimit(Double value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:LimitAlarmTypeWrite a new value for the BaseHighHighLimit Node to the server and update the local value if the operation succeeds.- Specified by:
writeBaseHighHighLimitin interfaceLimitAlarmType- Parameters:
value- theDoublevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readBaseHighHighLimitAsync
Description copied from interface:LimitAlarmTypeAn asynchronous implementation ofLimitAlarmType.readBaseHighHighLimit().- Specified by:
readBaseHighHighLimitAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeBaseHighHighLimitAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeBaseHighHighLimitAsync(Double baseHighHighLimit) Description copied from interface:LimitAlarmTypeAn asynchronous implementation ofLimitAlarmType.writeBaseHighHighLimit(java.lang.Double).- Specified by:
writeBaseHighHighLimitAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getBaseHighHighLimitNode
public PropertyTypeNode getBaseHighHighLimitNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LimitAlarmTypeGet the BaseHighHighLimitPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getBaseHighHighLimitNodein interfaceLimitAlarmType- Returns:
- the BaseHighHighLimit
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getBaseHighHighLimitNodeAsync
Description copied from interface:LimitAlarmTypeAsynchronous implementation ofLimitAlarmType.getBaseHighHighLimitNode().- Specified by:
getBaseHighHighLimitNodeAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getBaseHighLimit
Description copied from interface:LimitAlarmTypeGet the local value of the BaseHighLimit Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getBaseHighLimitin interfaceLimitAlarmType- Returns:
- the local value of the BaseHighLimit Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the BaseHighLimit Node.
-
setBaseHighLimit
Description copied from interface:LimitAlarmTypeSet the local value of the BaseHighLimit Node.The value is only updated locally; it is not written to the server.
- Specified by:
setBaseHighLimitin interfaceLimitAlarmType- Parameters:
value- the local value to set for the BaseHighLimit Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the BaseHighLimit Node.
-
readBaseHighLimit
Description copied from interface:LimitAlarmTypeRead the value of the BaseHighLimit Node from the server and update the local value if the operation succeeds.- Specified by:
readBaseHighLimitin interfaceLimitAlarmType- Returns:
- the
Doublevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeBaseHighLimit
Description copied from interface:LimitAlarmTypeWrite a new value for the BaseHighLimit Node to the server and update the local value if the operation succeeds.- Specified by:
writeBaseHighLimitin interfaceLimitAlarmType- Parameters:
value- theDoublevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readBaseHighLimitAsync
Description copied from interface:LimitAlarmTypeAn asynchronous implementation ofLimitAlarmType.readBaseHighLimit().- Specified by:
readBaseHighLimitAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeBaseHighLimitAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeBaseHighLimitAsync(Double baseHighLimit) Description copied from interface:LimitAlarmTypeAn asynchronous implementation ofLimitAlarmType.writeBaseHighLimit(java.lang.Double).- Specified by:
writeBaseHighLimitAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getBaseHighLimitNode
Description copied from interface:LimitAlarmTypeGet the BaseHighLimitPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getBaseHighLimitNodein interfaceLimitAlarmType- Returns:
- the BaseHighLimit
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getBaseHighLimitNodeAsync
Description copied from interface:LimitAlarmTypeAsynchronous implementation ofLimitAlarmType.getBaseHighLimitNode().- Specified by:
getBaseHighLimitNodeAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getBaseLowLimit
Description copied from interface:LimitAlarmTypeGet the local value of the BaseLowLimit Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getBaseLowLimitin interfaceLimitAlarmType- Returns:
- the local value of the BaseLowLimit Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the BaseLowLimit Node.
-
setBaseLowLimit
Description copied from interface:LimitAlarmTypeSet the local value of the BaseLowLimit Node.The value is only updated locally; it is not written to the server.
- Specified by:
setBaseLowLimitin interfaceLimitAlarmType- Parameters:
value- the local value to set for the BaseLowLimit Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the BaseLowLimit Node.
-
readBaseLowLimit
Description copied from interface:LimitAlarmTypeRead the value of the BaseLowLimit Node from the server and update the local value if the operation succeeds.- Specified by:
readBaseLowLimitin interfaceLimitAlarmType- Returns:
- the
Doublevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeBaseLowLimit
Description copied from interface:LimitAlarmTypeWrite a new value for the BaseLowLimit Node to the server and update the local value if the operation succeeds.- Specified by:
writeBaseLowLimitin interfaceLimitAlarmType- Parameters:
value- theDoublevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readBaseLowLimitAsync
Description copied from interface:LimitAlarmTypeAn asynchronous implementation ofLimitAlarmType.readBaseLowLimit().- Specified by:
readBaseLowLimitAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeBaseLowLimitAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeBaseLowLimitAsync(Double baseLowLimit) Description copied from interface:LimitAlarmTypeAn asynchronous implementation ofLimitAlarmType.writeBaseLowLimit(java.lang.Double).- Specified by:
writeBaseLowLimitAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getBaseLowLimitNode
Description copied from interface:LimitAlarmTypeGet the BaseLowLimitPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getBaseLowLimitNodein interfaceLimitAlarmType- Returns:
- the BaseLowLimit
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getBaseLowLimitNodeAsync
Description copied from interface:LimitAlarmTypeAsynchronous implementation ofLimitAlarmType.getBaseLowLimitNode().- Specified by:
getBaseLowLimitNodeAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getBaseLowLowLimit
Description copied from interface:LimitAlarmTypeGet the local value of the BaseLowLowLimit Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getBaseLowLowLimitin interfaceLimitAlarmType- Returns:
- the local value of the BaseLowLowLimit Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the BaseLowLowLimit Node.
-
setBaseLowLowLimit
Description copied from interface:LimitAlarmTypeSet the local value of the BaseLowLowLimit Node.The value is only updated locally; it is not written to the server.
- Specified by:
setBaseLowLowLimitin interfaceLimitAlarmType- Parameters:
value- the local value to set for the BaseLowLowLimit Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the BaseLowLowLimit Node.
-
readBaseLowLowLimit
Description copied from interface:LimitAlarmTypeRead the value of the BaseLowLowLimit Node from the server and update the local value if the operation succeeds.- Specified by:
readBaseLowLowLimitin interfaceLimitAlarmType- Returns:
- the
Doublevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeBaseLowLowLimit
Description copied from interface:LimitAlarmTypeWrite a new value for the BaseLowLowLimit Node to the server and update the local value if the operation succeeds.- Specified by:
writeBaseLowLowLimitin interfaceLimitAlarmType- Parameters:
value- theDoublevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readBaseLowLowLimitAsync
Description copied from interface:LimitAlarmTypeAn asynchronous implementation ofLimitAlarmType.readBaseLowLowLimit().- Specified by:
readBaseLowLowLimitAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeBaseLowLowLimitAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeBaseLowLowLimitAsync(Double baseLowLowLimit) Description copied from interface:LimitAlarmTypeAn asynchronous implementation ofLimitAlarmType.writeBaseLowLowLimit(java.lang.Double).- Specified by:
writeBaseLowLowLimitAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getBaseLowLowLimitNode
public PropertyTypeNode getBaseLowLowLimitNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LimitAlarmTypeGet the BaseLowLowLimitPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getBaseLowLowLimitNodein interfaceLimitAlarmType- Returns:
- the BaseLowLowLimit
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getBaseLowLowLimitNodeAsync
Description copied from interface:LimitAlarmTypeAsynchronous implementation ofLimitAlarmType.getBaseLowLowLimitNode().- Specified by:
getBaseLowLowLimitNodeAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getSeverityHighHigh
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort getSeverityHighHigh() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LimitAlarmTypeGet the local value of the SeverityHighHigh Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getSeverityHighHighin interfaceLimitAlarmType- Returns:
- the local value of the SeverityHighHigh Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SeverityHighHigh Node.
-
setSeverityHighHigh
public void setSeverityHighHigh(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:LimitAlarmTypeSet the local value of the SeverityHighHigh Node.The value is only updated locally; it is not written to the server.
- Specified by:
setSeverityHighHighin interfaceLimitAlarmType- Parameters:
value- the local value to set for the SeverityHighHigh Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SeverityHighHigh Node.
-
readSeverityHighHigh
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort readSeverityHighHigh() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LimitAlarmTypeRead the value of the SeverityHighHigh Node from the server and update the local value if the operation succeeds.- Specified by:
readSeverityHighHighin interfaceLimitAlarmType- Returns:
- the
UShortvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeSeverityHighHigh
public void writeSeverityHighHigh(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:LimitAlarmTypeWrite a new value for the SeverityHighHigh Node to the server and update the local value if the operation succeeds.- Specified by:
writeSeverityHighHighin interfaceLimitAlarmType- Parameters:
value- theUShortvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readSeverityHighHighAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort> readSeverityHighHighAsync()Description copied from interface:LimitAlarmTypeAn asynchronous implementation ofLimitAlarmType.readSeverityHighHigh().- Specified by:
readSeverityHighHighAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeSeverityHighHighAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSeverityHighHighAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort severityHighHigh) Description copied from interface:LimitAlarmTypeAn asynchronous implementation ofLimitAlarmType.writeSeverityHighHigh(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort).- Specified by:
writeSeverityHighHighAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getSeverityHighHighNode
public PropertyTypeNode getSeverityHighHighNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LimitAlarmTypeGet the SeverityHighHighPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getSeverityHighHighNodein interfaceLimitAlarmType- Returns:
- the SeverityHighHigh
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getSeverityHighHighNodeAsync
Description copied from interface:LimitAlarmTypeAsynchronous implementation ofLimitAlarmType.getSeverityHighHighNode().- Specified by:
getSeverityHighHighNodeAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getSeverityHigh
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort getSeverityHigh() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LimitAlarmTypeGet the local value of the SeverityHigh Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getSeverityHighin interfaceLimitAlarmType- Returns:
- the local value of the SeverityHigh Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SeverityHigh Node.
-
setSeverityHigh
public void setSeverityHigh(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:LimitAlarmTypeSet the local value of the SeverityHigh Node.The value is only updated locally; it is not written to the server.
- Specified by:
setSeverityHighin interfaceLimitAlarmType- Parameters:
value- the local value to set for the SeverityHigh Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SeverityHigh Node.
-
readSeverityHigh
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort readSeverityHigh() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LimitAlarmTypeRead the value of the SeverityHigh Node from the server and update the local value if the operation succeeds.- Specified by:
readSeverityHighin interfaceLimitAlarmType- Returns:
- the
UShortvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeSeverityHigh
public void writeSeverityHigh(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:LimitAlarmTypeWrite a new value for the SeverityHigh Node to the server and update the local value if the operation succeeds.- Specified by:
writeSeverityHighin interfaceLimitAlarmType- Parameters:
value- theUShortvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readSeverityHighAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort> readSeverityHighAsync()Description copied from interface:LimitAlarmTypeAn asynchronous implementation ofLimitAlarmType.readSeverityHigh().- Specified by:
readSeverityHighAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeSeverityHighAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSeverityHighAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort severityHigh) Description copied from interface:LimitAlarmTypeAn asynchronous implementation ofLimitAlarmType.writeSeverityHigh(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort).- Specified by:
writeSeverityHighAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getSeverityHighNode
Description copied from interface:LimitAlarmTypeGet the SeverityHighPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getSeverityHighNodein interfaceLimitAlarmType- Returns:
- the SeverityHigh
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getSeverityHighNodeAsync
Description copied from interface:LimitAlarmTypeAsynchronous implementation ofLimitAlarmType.getSeverityHighNode().- Specified by:
getSeverityHighNodeAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getSeverityLow
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort getSeverityLow() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LimitAlarmTypeGet the local value of the SeverityLow Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getSeverityLowin interfaceLimitAlarmType- Returns:
- the local value of the SeverityLow Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SeverityLow Node.
-
setSeverityLow
public void setSeverityLow(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:LimitAlarmTypeSet the local value of the SeverityLow Node.The value is only updated locally; it is not written to the server.
- Specified by:
setSeverityLowin interfaceLimitAlarmType- Parameters:
value- the local value to set for the SeverityLow Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SeverityLow Node.
-
readSeverityLow
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort readSeverityLow() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LimitAlarmTypeRead the value of the SeverityLow Node from the server and update the local value if the operation succeeds.- Specified by:
readSeverityLowin interfaceLimitAlarmType- Returns:
- the
UShortvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeSeverityLow
public void writeSeverityLow(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:LimitAlarmTypeWrite a new value for the SeverityLow Node to the server and update the local value if the operation succeeds.- Specified by:
writeSeverityLowin interfaceLimitAlarmType- Parameters:
value- theUShortvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readSeverityLowAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort> readSeverityLowAsync()Description copied from interface:LimitAlarmTypeAn asynchronous implementation ofLimitAlarmType.readSeverityLow().- Specified by:
readSeverityLowAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeSeverityLowAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSeverityLowAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort severityLow) Description copied from interface:LimitAlarmTypeAn asynchronous implementation ofLimitAlarmType.writeSeverityLow(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort).- Specified by:
writeSeverityLowAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getSeverityLowNode
Description copied from interface:LimitAlarmTypeGet the SeverityLowPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getSeverityLowNodein interfaceLimitAlarmType- Returns:
- the SeverityLow
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getSeverityLowNodeAsync
Description copied from interface:LimitAlarmTypeAsynchronous implementation ofLimitAlarmType.getSeverityLowNode().- Specified by:
getSeverityLowNodeAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getSeverityLowLow
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort getSeverityLowLow() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LimitAlarmTypeGet the local value of the SeverityLowLow Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getSeverityLowLowin interfaceLimitAlarmType- Returns:
- the local value of the SeverityLowLow Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SeverityLowLow Node.
-
setSeverityLowLow
public void setSeverityLowLow(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:LimitAlarmTypeSet the local value of the SeverityLowLow Node.The value is only updated locally; it is not written to the server.
- Specified by:
setSeverityLowLowin interfaceLimitAlarmType- Parameters:
value- the local value to set for the SeverityLowLow Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SeverityLowLow Node.
-
readSeverityLowLow
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort readSeverityLowLow() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LimitAlarmTypeRead the value of the SeverityLowLow Node from the server and update the local value if the operation succeeds.- Specified by:
readSeverityLowLowin interfaceLimitAlarmType- Returns:
- the
UShortvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeSeverityLowLow
public void writeSeverityLowLow(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:LimitAlarmTypeWrite a new value for the SeverityLowLow Node to the server and update the local value if the operation succeeds.- Specified by:
writeSeverityLowLowin interfaceLimitAlarmType- Parameters:
value- theUShortvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readSeverityLowLowAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort> readSeverityLowLowAsync()Description copied from interface:LimitAlarmTypeAn asynchronous implementation ofLimitAlarmType.readSeverityLowLow().- Specified by:
readSeverityLowLowAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeSeverityLowLowAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSeverityLowLowAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort severityLowLow) Description copied from interface:LimitAlarmTypeAn asynchronous implementation ofLimitAlarmType.writeSeverityLowLow(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort).- Specified by:
writeSeverityLowLowAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getSeverityLowLowNode
public PropertyTypeNode getSeverityLowLowNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LimitAlarmTypeGet the SeverityLowLowPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getSeverityLowLowNodein interfaceLimitAlarmType- Returns:
- the SeverityLowLow
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getSeverityLowLowNodeAsync
Description copied from interface:LimitAlarmTypeAsynchronous implementation ofLimitAlarmType.getSeverityLowLowNode().- Specified by:
getSeverityLowLowNodeAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getHighHighDeadband
Description copied from interface:LimitAlarmTypeGet the local value of the HighHighDeadband Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getHighHighDeadbandin interfaceLimitAlarmType- Returns:
- the local value of the HighHighDeadband Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the HighHighDeadband Node.
-
setHighHighDeadband
Description copied from interface:LimitAlarmTypeSet the local value of the HighHighDeadband Node.The value is only updated locally; it is not written to the server.
- Specified by:
setHighHighDeadbandin interfaceLimitAlarmType- Parameters:
value- the local value to set for the HighHighDeadband Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the HighHighDeadband Node.
-
readHighHighDeadband
Description copied from interface:LimitAlarmTypeRead the value of the HighHighDeadband Node from the server and update the local value if the operation succeeds.- Specified by:
readHighHighDeadbandin interfaceLimitAlarmType- Returns:
- the
Doublevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeHighHighDeadband
public void writeHighHighDeadband(Double value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:LimitAlarmTypeWrite a new value for the HighHighDeadband Node to the server and update the local value if the operation succeeds.- Specified by:
writeHighHighDeadbandin interfaceLimitAlarmType- Parameters:
value- theDoublevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readHighHighDeadbandAsync
Description copied from interface:LimitAlarmTypeAn asynchronous implementation ofLimitAlarmType.readHighHighDeadband().- Specified by:
readHighHighDeadbandAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeHighHighDeadbandAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeHighHighDeadbandAsync(Double highHighDeadband) Description copied from interface:LimitAlarmTypeAn asynchronous implementation ofLimitAlarmType.writeHighHighDeadband(java.lang.Double).- Specified by:
writeHighHighDeadbandAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getHighHighDeadbandNode
public PropertyTypeNode getHighHighDeadbandNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LimitAlarmTypeGet the HighHighDeadbandPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getHighHighDeadbandNodein interfaceLimitAlarmType- Returns:
- the HighHighDeadband
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getHighHighDeadbandNodeAsync
Description copied from interface:LimitAlarmTypeAsynchronous implementation ofLimitAlarmType.getHighHighDeadbandNode().- Specified by:
getHighHighDeadbandNodeAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getHighDeadband
Description copied from interface:LimitAlarmTypeGet the local value of the HighDeadband Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getHighDeadbandin interfaceLimitAlarmType- Returns:
- the local value of the HighDeadband Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the HighDeadband Node.
-
setHighDeadband
Description copied from interface:LimitAlarmTypeSet the local value of the HighDeadband Node.The value is only updated locally; it is not written to the server.
- Specified by:
setHighDeadbandin interfaceLimitAlarmType- Parameters:
value- the local value to set for the HighDeadband Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the HighDeadband Node.
-
readHighDeadband
Description copied from interface:LimitAlarmTypeRead the value of the HighDeadband Node from the server and update the local value if the operation succeeds.- Specified by:
readHighDeadbandin interfaceLimitAlarmType- Returns:
- the
Doublevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeHighDeadband
Description copied from interface:LimitAlarmTypeWrite a new value for the HighDeadband Node to the server and update the local value if the operation succeeds.- Specified by:
writeHighDeadbandin interfaceLimitAlarmType- Parameters:
value- theDoublevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readHighDeadbandAsync
Description copied from interface:LimitAlarmTypeAn asynchronous implementation ofLimitAlarmType.readHighDeadband().- Specified by:
readHighDeadbandAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeHighDeadbandAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeHighDeadbandAsync(Double highDeadband) Description copied from interface:LimitAlarmTypeAn asynchronous implementation ofLimitAlarmType.writeHighDeadband(java.lang.Double).- Specified by:
writeHighDeadbandAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getHighDeadbandNode
Description copied from interface:LimitAlarmTypeGet the HighDeadbandPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getHighDeadbandNodein interfaceLimitAlarmType- Returns:
- the HighDeadband
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getHighDeadbandNodeAsync
Description copied from interface:LimitAlarmTypeAsynchronous implementation ofLimitAlarmType.getHighDeadbandNode().- Specified by:
getHighDeadbandNodeAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getLowDeadband
Description copied from interface:LimitAlarmTypeGet the local value of the LowDeadband Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getLowDeadbandin interfaceLimitAlarmType- Returns:
- the local value of the LowDeadband Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the LowDeadband Node.
-
setLowDeadband
Description copied from interface:LimitAlarmTypeSet the local value of the LowDeadband Node.The value is only updated locally; it is not written to the server.
- Specified by:
setLowDeadbandin interfaceLimitAlarmType- Parameters:
value- the local value to set for the LowDeadband Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the LowDeadband Node.
-
readLowDeadband
Description copied from interface:LimitAlarmTypeRead the value of the LowDeadband Node from the server and update the local value if the operation succeeds.- Specified by:
readLowDeadbandin interfaceLimitAlarmType- Returns:
- the
Doublevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeLowDeadband
Description copied from interface:LimitAlarmTypeWrite a new value for the LowDeadband Node to the server and update the local value if the operation succeeds.- Specified by:
writeLowDeadbandin interfaceLimitAlarmType- Parameters:
value- theDoublevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readLowDeadbandAsync
Description copied from interface:LimitAlarmTypeAn asynchronous implementation ofLimitAlarmType.readLowDeadband().- Specified by:
readLowDeadbandAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeLowDeadbandAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLowDeadbandAsync(Double lowDeadband) Description copied from interface:LimitAlarmTypeAn asynchronous implementation ofLimitAlarmType.writeLowDeadband(java.lang.Double).- Specified by:
writeLowDeadbandAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getLowDeadbandNode
Description copied from interface:LimitAlarmTypeGet the LowDeadbandPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getLowDeadbandNodein interfaceLimitAlarmType- Returns:
- the LowDeadband
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getLowDeadbandNodeAsync
Description copied from interface:LimitAlarmTypeAsynchronous implementation ofLimitAlarmType.getLowDeadbandNode().- Specified by:
getLowDeadbandNodeAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getLowLowDeadband
Description copied from interface:LimitAlarmTypeGet the local value of the LowLowDeadband Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getLowLowDeadbandin interfaceLimitAlarmType- Returns:
- the local value of the LowLowDeadband Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the LowLowDeadband Node.
-
setLowLowDeadband
Description copied from interface:LimitAlarmTypeSet the local value of the LowLowDeadband Node.The value is only updated locally; it is not written to the server.
- Specified by:
setLowLowDeadbandin interfaceLimitAlarmType- Parameters:
value- the local value to set for the LowLowDeadband Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the LowLowDeadband Node.
-
readLowLowDeadband
Description copied from interface:LimitAlarmTypeRead the value of the LowLowDeadband Node from the server and update the local value if the operation succeeds.- Specified by:
readLowLowDeadbandin interfaceLimitAlarmType- Returns:
- the
Doublevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeLowLowDeadband
Description copied from interface:LimitAlarmTypeWrite a new value for the LowLowDeadband Node to the server and update the local value if the operation succeeds.- Specified by:
writeLowLowDeadbandin interfaceLimitAlarmType- Parameters:
value- theDoublevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readLowLowDeadbandAsync
Description copied from interface:LimitAlarmTypeAn asynchronous implementation ofLimitAlarmType.readLowLowDeadband().- Specified by:
readLowLowDeadbandAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeLowLowDeadbandAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLowLowDeadbandAsync(Double lowLowDeadband) Description copied from interface:LimitAlarmTypeAn asynchronous implementation ofLimitAlarmType.writeLowLowDeadband(java.lang.Double).- Specified by:
writeLowLowDeadbandAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getLowLowDeadbandNode
public PropertyTypeNode getLowLowDeadbandNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LimitAlarmTypeGet the LowLowDeadbandPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getLowLowDeadbandNodein interfaceLimitAlarmType- Returns:
- the LowLowDeadband
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getLowLowDeadbandNodeAsync
Description copied from interface:LimitAlarmTypeAsynchronous implementation ofLimitAlarmType.getLowLowDeadbandNode().- Specified by:
getLowLowDeadbandNodeAsyncin interfaceLimitAlarmType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-