public interface LimitAlarmType extends AlarmConditionType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<Double> |
HIGH_HIGH_LIMIT |
static QualifiedProperty<Double> |
HIGH_LIMIT |
static QualifiedProperty<Double> |
LOW_LIMIT |
static QualifiedProperty<Double> |
LOW_LOW_LIMIT |
INPUT_NODE, MAX_TIME_SHELVED, SUPPRESSED_OR_SHELVEDBRANCH_ID, CLIENT_USER_ID, CONDITION_CLASS_ID, CONDITION_CLASS_NAME, CONDITION_NAME, RETAINEVENT_ID, EVENT_TYPE, LOCAL_TIME, MESSAGE, RECEIVE_TIME, SEVERITY, SOURCE_NAME, SOURCE_NODE, TIME| Modifier and Type | Method and Description |
|---|---|
Double |
getHighHighLimit()
Get the local value of the HighHighLimit Node.
|
PropertyType |
getHighHighLimitNode()
Get the HighHighLimit
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getHighHighLimitNodeAsync()
Asynchronous implementation of
getHighHighLimitNode(). |
Double |
getHighLimit()
Get the local value of the HighLimit Node.
|
PropertyType |
getHighLimitNode()
Get the HighLimit
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getHighLimitNodeAsync()
Asynchronous implementation of
getHighLimitNode(). |
Double |
getLowLimit()
Get the local value of the LowLimit Node.
|
PropertyType |
getLowLimitNode()
Get the LowLimit
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getLowLimitNodeAsync()
Asynchronous implementation of
getLowLimitNode(). |
Double |
getLowLowLimit()
Get the local value of the LowLowLimit Node.
|
PropertyType |
getLowLowLimitNode()
Get the LowLowLimit
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getLowLowLimitNodeAsync()
Asynchronous implementation of
getLowLowLimitNode(). |
Double |
readHighHighLimit()
Read the value of the HighHighLimit Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Double> |
readHighHighLimitAsync()
An asynchronous implementation of
readHighHighLimit(). |
Double |
readHighLimit()
Read the value of the HighLimit Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Double> |
readHighLimitAsync()
An asynchronous implementation of
readHighLimit(). |
Double |
readLowLimit()
Read the value of the LowLimit Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Double> |
readLowLimitAsync()
An asynchronous implementation of
readLowLimit(). |
Double |
readLowLowLimit()
Read the value of the LowLowLimit Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Double> |
readLowLowLimitAsync()
An asynchronous implementation of
readLowLowLimit(). |
void |
setHighHighLimit(Double highHighLimit)
Set the local value of the HighHighLimit Node.
|
void |
setHighLimit(Double highLimit)
Set the local value of the HighLimit Node.
|
void |
setLowLimit(Double lowLimit)
Set the local value of the LowLimit Node.
|
void |
setLowLowLimit(Double lowLowLimit)
Set the local value of the LowLowLimit Node.
|
void |
writeHighHighLimit(Double highHighLimit)
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 of
writeHighHighLimit(Double). |
void |
writeHighLimit(Double highLimit)
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 of
writeHighLimit(Double). |
void |
writeLowLimit(Double lowLimit)
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 of
writeLowLimit(Double). |
void |
writeLowLowLimit(Double lowLowLimit)
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 of
writeLowLowLimit(Double). |
getActiveState, getActiveStateNode, getActiveStateNodeAsync, getEnabledState, getEnabledStateNode, getEnabledStateNodeAsync, getInputNode, getInputNodeNode, getInputNodeNodeAsync, getMaxTimeShelved, getMaxTimeShelvedNode, getMaxTimeShelvedNodeAsync, getShelvingStateNode, getShelvingStateNodeAsync, getSuppressedOrShelved, getSuppressedOrShelvedNode, getSuppressedOrShelvedNodeAsync, getSuppressedState, getSuppressedStateNode, getSuppressedStateNodeAsync, readActiveState, readActiveStateAsync, readEnabledState, readEnabledStateAsync, readInputNode, readInputNodeAsync, readMaxTimeShelved, readMaxTimeShelvedAsync, readSuppressedOrShelved, readSuppressedOrShelvedAsync, readSuppressedState, readSuppressedStateAsync, setActiveState, setEnabledState, setInputNode, setMaxTimeShelved, setSuppressedOrShelved, setSuppressedState, writeActiveState, writeActiveStateAsync, writeEnabledState, writeEnabledStateAsync, writeInputNode, writeInputNodeAsync, writeMaxTimeShelved, writeMaxTimeShelvedAsync, writeSuppressedOrShelved, writeSuppressedOrShelvedAsync, writeSuppressedState, writeSuppressedStateAsyncgetAckedState, getAckedStateNode, getAckedStateNodeAsync, getConfirmedState, getConfirmedStateNode, getConfirmedStateNodeAsync, readAckedState, readAckedStateAsync, readConfirmedState, readConfirmedStateAsync, setAckedState, setConfirmedState, writeAckedState, writeAckedStateAsync, writeConfirmedState, writeConfirmedStateAsyncgetBranchId, getBranchIdNode, getBranchIdNodeAsync, getClientUserId, getClientUserIdNode, getClientUserIdNodeAsync, getComment, getCommentNode, getCommentNodeAsync, getConditionClassId, getConditionClassIdNode, getConditionClassIdNodeAsync, getConditionClassName, getConditionClassNameNode, getConditionClassNameNodeAsync, getConditionName, getConditionNameNode, getConditionNameNodeAsync, getLastSeverity, getLastSeverityNode, getLastSeverityNodeAsync, getQuality, getQualityNode, getQualityNodeAsync, getRetain, getRetainNode, getRetainNodeAsync, readBranchId, readBranchIdAsync, readClientUserId, readClientUserIdAsync, readComment, readCommentAsync, readConditionClassId, readConditionClassIdAsync, readConditionClassName, readConditionClassNameAsync, readConditionName, readConditionNameAsync, readLastSeverity, readLastSeverityAsync, readQuality, readQualityAsync, readRetain, readRetainAsync, setBranchId, setClientUserId, setComment, setConditionClassId, setConditionClassName, setConditionName, setLastSeverity, setQuality, setRetain, writeBranchId, writeBranchIdAsync, writeClientUserId, writeClientUserIdAsync, writeComment, writeCommentAsync, writeConditionClassId, writeConditionClassIdAsync, writeConditionClassName, writeConditionClassNameAsync, writeConditionName, writeConditionNameAsync, writeLastSeverity, writeLastSeverityAsync, writeQuality, writeQualityAsync, writeRetain, writeRetainAsyncgetEventId, 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, writeTimeAsyncgetEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskstatic final QualifiedProperty<Double> HIGH_HIGH_LIMIT
static final QualifiedProperty<Double> HIGH_LIMIT
static final QualifiedProperty<Double> LOW_LIMIT
static final QualifiedProperty<Double> LOW_LOW_LIMIT
Double getHighHighLimit() throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the HighHighLimit Node.void setHighHighLimit(Double highHighLimit) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
highHighLimit - the local value to set for the HighHighLimit Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the HighHighLimit Node.Double readHighHighLimit() throws org.eclipse.milo.opcua.stack.core.UaException
Double value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeHighHighLimit(Double highHighLimit) throws org.eclipse.milo.opcua.stack.core.UaException
highHighLimit - the Double value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends Double> readHighHighLimitAsync()
readHighHighLimit().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeHighHighLimitAsync(Double highHighLimit)
writeHighHighLimit(Double).PropertyType getHighHighLimitNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getHighHighLimitNodeAsync()
getHighHighLimitNode().Double getHighLimit() throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the HighLimit Node.void setHighLimit(Double highLimit) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
highLimit - the local value to set for the HighLimit Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the HighLimit Node.Double readHighLimit() throws org.eclipse.milo.opcua.stack.core.UaException
Double value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeHighLimit(Double highLimit) throws org.eclipse.milo.opcua.stack.core.UaException
highLimit - the Double value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends Double> readHighLimitAsync()
readHighLimit().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeHighLimitAsync(Double highLimit)
writeHighLimit(Double).PropertyType getHighLimitNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getHighLimitNodeAsync()
getHighLimitNode().Double getLowLimit() throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LowLimit Node.void setLowLimit(Double lowLimit) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
lowLimit - the local value to set for the LowLimit Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LowLimit Node.Double readLowLimit() throws org.eclipse.milo.opcua.stack.core.UaException
Double value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeLowLimit(Double lowLimit) throws org.eclipse.milo.opcua.stack.core.UaException
lowLimit - the Double value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends Double> readLowLimitAsync()
readLowLimit().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLowLimitAsync(Double lowLimit)
writeLowLimit(Double).PropertyType getLowLimitNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getLowLimitNodeAsync()
getLowLimitNode().Double getLowLowLimit() throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LowLowLimit Node.void setLowLowLimit(Double lowLowLimit) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
lowLowLimit - the local value to set for the LowLowLimit Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LowLowLimit Node.Double readLowLowLimit() throws org.eclipse.milo.opcua.stack.core.UaException
Double value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeLowLowLimit(Double lowLowLimit) throws org.eclipse.milo.opcua.stack.core.UaException
lowLowLimit - the Double value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends Double> readLowLowLimitAsync()
readLowLowLimit().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLowLowLimitAsync(Double lowLowLimit)
writeLowLowLimit(Double).PropertyType getLowLowLimitNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getLowLowLimitNodeAsync()
getLowLowLimitNode().Copyright © 2021. All rights reserved.