com.prosysopc.ua.types.adi
Interface MVAOutputParameterType

All Superinterfaces:
BaseDataVariableType, BaseInstanceType, BaseVariableType, UaInstance, UaNode, UaValueNode, UaVariable
All Known Implementing Classes:
MVAOutputParameterTypeImpl, MVAOutputParameterTypeImplBase, MVAOutputParameterTypeNode, MVAOutputParameterTypeNodeBase

public interface MVAOutputParameterType
extends BaseDataVariableType

Hold the descriptions of a mathematical process and associated information to convert scaled data into one or more process values.

Generated on 2018-05-09 10:45:32


Field Summary
static String ALARM_LIMITS
           
static String ALARM_STATE
           
static String STATISTICS
           
static String WARNING_LIMITS
           
static String VENDOR_SPECIFIC_ERROR
           
 
Method Summary
 org.opcfoundation.ua.core.Range getAlarmLimits()
           
 UaProperty getAlarmLimitsNode()
           
 AlarmStateEnumeration getAlarmState()
           
 UaProperty getAlarmStateNode()
           
 List<? extends MVAOutputParameterType> getStatisticsNodes()
           
 org.opcfoundation.ua.core.Range getWarningLimits()
           
 UaProperty getWarningLimitsNode()
           
 String getVendorSpecificError()
           
 UaProperty getVendorSpecificErrorNode()
           
 void setAlarmLimits(org.opcfoundation.ua.core.Range value)
           
 void setAlarmState(AlarmStateEnumeration value)
           
 void setWarningLimits(org.opcfoundation.ua.core.Range value)
           
 void setVendorSpecificError(String value)
           
 
Methods inherited from interface com.prosysopc.ua.types.opcua.BaseVariableType
getValue, setValue
 
Methods inherited from interface com.prosysopc.ua.types.opcua.BaseInstanceType
getQualifiedName
 
Methods inherited from interface com.prosysopc.ua.nodes.UaVariable
addDataChangeListener, getAccessLevel, getHistorizing, getMinimumSamplingInterval, getUserAccessLevel, removeDataChangeListener, setAccessLevel, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel
 
Methods inherited from interface com.prosysopc.ua.nodes.UaInstance
getTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionId
 
Methods inherited from interface com.prosysopc.ua.nodes.UaValueNode
getArrayDimensions, getDataType, getDataTypeId, getValueRank, setArrayDimensions, setDataType, setDataTypeId, setValue, setValueRank
 
Methods inherited from interface com.prosysopc.ua.nodes.UaNode
addComponent, addProperty, addReference, addReference, addReference, deleteReference, deleteReference, deleteReference, deleteReference, getAddressSpace, getAttributes, getBrowseName, getComponent, getComponents, getDescription, getDisplayName, getForwardReferences, getInverseReferences, getMethod, getNodeClass, getNodeId, getNodeVersion, getProperties, getProperty, getReference, getReferences, getReferences, getSupportedAttributes, getUserWriteMask, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setReferences, setUserWriteMask, setWriteMask, supportsAttribute, writeAttribute
 

Field Detail

WARNING_LIMITS

static final String WARNING_LIMITS
See Also:
Constant Field Values

ALARM_LIMITS

static final String ALARM_LIMITS
See Also:
Constant Field Values

ALARM_STATE

static final String ALARM_STATE
See Also:
Constant Field Values

VENDOR_SPECIFIC_ERROR

static final String VENDOR_SPECIFIC_ERROR
See Also:
Constant Field Values

STATISTICS

static final String STATISTICS
See Also:
Constant Field Values
Method Detail

getWarningLimitsNode

UaProperty getWarningLimitsNode()

getWarningLimits

org.opcfoundation.ua.core.Range getWarningLimits()

setWarningLimits

void setWarningLimits(org.opcfoundation.ua.core.Range value)
                      throws StatusException
Throws:
StatusException

getAlarmLimitsNode

UaProperty getAlarmLimitsNode()

getAlarmLimits

org.opcfoundation.ua.core.Range getAlarmLimits()

setAlarmLimits

void setAlarmLimits(org.opcfoundation.ua.core.Range value)
                    throws StatusException
Throws:
StatusException

getAlarmStateNode

UaProperty getAlarmStateNode()

getAlarmState

AlarmStateEnumeration getAlarmState()

setAlarmState

void setAlarmState(AlarmStateEnumeration value)
                   throws StatusException
Throws:
StatusException

getVendorSpecificErrorNode

UaProperty getVendorSpecificErrorNode()

getVendorSpecificError

String getVendorSpecificError()

setVendorSpecificError

void setVendorSpecificError(String value)
                            throws StatusException
Throws:
StatusException

getStatisticsNodes

List<? extends MVAOutputParameterType> getStatisticsNodes()


Copyright © 2018. All rights reserved.