OperationType

Contains components which are necessary to operate the TCD.
The representation of the OperationType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | ns=1;i=1010 |
NamespaceUri | http://opcfoundation.org/UA/PlasticsRubber/TCD/ |
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 | ActiveErrorDataType[] | BaseDataVariableType | Mandatory |
HasProperty | Variable | DeviceMappingNumber | UInt32 | PropertyType | Mandatory |
HasProperty | Variable | HighestActiveAlarmSeverity | UInt16 | PropertyType | Mandatory |
HasComponent | Variable | HoursOfOperation | Double | AnalogItemType | Optional |
HasComponent | Method | IdentifyDevice | Optional | ||
HasProperty | Variable | OperatingMode | OperatingModeEnumeration | PropertyType | Mandatory |
HasComponent | Method | ReduceToStandByOff | Optional | ||
HasComponent | Method | ReduceToStandByOn | Optional | ||
HasComponent | Method | ResetAllErrors | Optional | ||
HasComponent | Method | ResetErrorById | Optional | ||
HasComponent | Method | SwitchOff | Mandatory | ||
HasComponent | Method | SwitchOn | Mandatory |
IdentifyDevice
Signature
IdentifyDevice( );
ReduceToStandByOff
Signature
ReduceToStandByOff( );
ReduceToStandByOn
Signature
ReduceToStandByOn( );
ResetAllErrors
Signature
ResetAllErrors( );
ResetErrorById
Signature
ResetErrorById(
[in] String Id
);
Argument | Description |
---|---|
Id | Id of the error, listed in ActiveErrors, that shall be reset |
SwitchOff
Signature
SwitchOff( );
SwitchOn
Signature
SwitchOn( );