OperationType

Contains components which are necessary to operate the HRD.
The representation of the OperationType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | ns=1;i=1009 |
NamespaceUri | http://opcfoundation.org/UA/PlasticsRubber/HotRunner/ |
BrowseName | OperationType |
NodeClass | ObjectType |
IsAbstract | False |
SubtypeOf | BaseObjectType |
The references from the OperationType ObjectType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasComponent | Variable | ActiveErrors | ClassifiedActiveErrorDataType[] | BaseDataVariableType | Mandatory |
HasComponent | Variable | ActiveSetValues | UInt16 | MultiStateValueDiscreteType | Mandatory |
HasProperty | Variable | DeviceMappingNumber | UInt32 | PropertyType | Mandatory |
HasProperty | Variable | EnablePower | Boolean | PropertyType | Mandatory |
HasComponent | Variable | EvenHeatUpMaxTemperatureDifference | Double | AnalogItemType | Optional |
HasProperty | Variable | HighestActiveAlarmSeverity | UInt16 | PropertyType | Mandatory |
HasComponent | Method | IdentifyDevice | Optional | ||
HasComponent | Variable | ReactionOnDisconnect | UInt16 | MultiStateValueDiscreteType | Mandatory |
HasComponent | Method | ResetAllErrors | Optional | ||
HasComponent | Method | ResetErrorById | Optional | ||
HasProperty | Variable | SessionNameForReactionOnDisconnect | String | PropertyType | Mandatory |
HasComponent | Method | SetReactionOnDisconnect | Mandatory |
IdentifyDevice
Signature
IdentifyDevice( );
ResetAllErrors
Signature
ResetAllErrors( );
ResetErrorById
Signature
ResetErrorById(
[in] String Id
);
Argument | Description |
---|---|
Id |
SetReactionOnDisconnect
Signature
SetReactionOnDisconnect(
[in] UInt16 ReactionOnDisconnect
);
Argument | Description |
---|---|
ReactionOnDisconnect |