public interface ShelvedStateMachineType extends FiniteStateMachineType
UaNode.Parameters| Modifier and Type | Field and Description |
|---|---|
static String |
ONE_SHOT_SHELVE |
static String |
ONE_SHOT_SHELVE2 |
static String |
TIMED_SHELVE |
static String |
TIMED_SHELVE2 |
static String |
UNSHELVE |
static String |
UNSHELVE_TIME |
static String |
UNSHELVE2 |
AVAILABLE_STATES, AVAILABLE_TRANSITIONS, CURRENT_STATE, LAST_TRANSITION| Modifier and Type | Method and Description |
|---|---|
UaMethod |
getOneShotShelve2Node() |
UaMethod |
getOneShotShelveNode() |
UaMethod |
getTimedShelve2Node() |
UaMethod |
getTimedShelveNode() |
UaMethod |
getUnshelve2Node() |
UaMethod |
getUnshelveNode() |
Double |
getUnshelveTime() |
UaProperty |
getUnshelveTimeNode() |
void |
oneShotShelve() |
void |
oneShotShelve2(LocalizedText f_comment) |
void |
setUnshelveTime(Double value) |
void |
timedShelve(Double f_shelvingTime) |
void |
timedShelve2(Double f_shelvingTime,
LocalizedText f_comment) |
void |
unshelve() |
void |
unshelve2(LocalizedText f_comment) |
getAvailableStates, getAvailableStatesNode, getAvailableTransitions, getAvailableTransitionsNode, getCurrentState, getCurrentStateNode, getLastTransition, getLastTransitionNode, setAvailableStates, setAvailableTransitions, setCurrentState, setLastTransitiongetQualifiedNamecallMethod, getEventNotifier, getIcon, setEventNotifier, setIcongetTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionIdaddComponent, addOrganizes, addProperty, addReference, addReference, addReference, addReference, addReference, addReference, deleteReference, deleteReference, deleteReference, deleteReference, getAddressSpace, getAttributes, getAttributesMap, getBrowseName, getBrowsePaths, getComponent, getComponents, getDescription, getDisplayName, getForwardReferences, getInverseReferences, getMethod, getNodeClass, getNodeId, getNodeVersionNode, getOrganizedNode, getOrganizedNodes, getProperties, getProperty, getReference, getReferences, getReferences, getSupportedAttributes, getUaBrowsePaths, getUaNodeId, getUserData, getUserWriteMask, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setReferences, setUserData, setUserWriteMask, setWriteMask, supportsAttribute, writeAttributestatic final String UNSHELVE_TIME
static final String UNSHELVE
static final String UNSHELVE2
static final String TIMED_SHELVE2
static final String TIMED_SHELVE
static final String ONE_SHOT_SHELVE
static final String ONE_SHOT_SHELVE2
UaProperty getUnshelveTimeNode()
Double getUnshelveTime()
void setUnshelveTime(Double value) throws StatusException
StatusExceptionUaMethod getUnshelveNode()
void unshelve()
throws StatusException,
ServiceException
StatusExceptionServiceExceptionUaMethod getUnshelve2Node()
void unshelve2(LocalizedText f_comment) throws StatusException, ServiceException
StatusExceptionServiceExceptionUaMethod getTimedShelve2Node()
void timedShelve2(Double f_shelvingTime, LocalizedText f_comment) throws StatusException, ServiceException
StatusExceptionServiceExceptionUaMethod getTimedShelveNode()
void timedShelve(Double f_shelvingTime) throws StatusException, ServiceException
StatusExceptionServiceExceptionUaMethod getOneShotShelveNode()
void oneShotShelve()
throws StatusException,
ServiceException
StatusExceptionServiceExceptionUaMethod getOneShotShelve2Node()
void oneShotShelve2(LocalizedText f_comment) throws StatusException, ServiceException
StatusExceptionServiceExceptionCopyright © 2026. All rights reserved.