ProductionControlType

Control of the production of the machine by MES.
The representation of the ProductionControlType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | ns=1;i=1017 |
NamespaceUri | http://opcfoundation.org/UA/PlasticsRubber/GeneralTypes/ |
BrowseName | ProductionControlType |
NodeClass | ObjectType |
IsAbstract | False |
SubtypeOf | BaseObjectType |
The references from the ProductionControlType ObjectType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasProperty | Variable | AutomaticRunEnabled | Boolean | PropertyType | Mandatory |
HasComponent | Method | DisableAutomaticRun | Mandatory | ||
HasComponent | Method | EnableAutomaticRun | Mandatory | ||
HasProperty | Variable | ProductionOnlyWithMES | Boolean | PropertyType | Optional |
HasProperty | Variable | ProductionReleasedByMES | Boolean | PropertyType | Mandatory |
HasProperty | Variable | ProductionStatus | ProductionStatusEnumeration | PropertyType | Mandatory |
HasComponent | Method | RequestTestSample | Optional | ||
HasComponent | Method | ResetWatchDog | Optional | ||
HasComponent | Method | SetWatchDogTime | Optional |
DisableAutomaticRun
Signature
DisableAutomaticRun( );
EnableAutomaticRun
Signature
EnableAutomaticRun( );
RequestTestSample
Signature
RequestTestSample( );
ResetWatchDog
Signature
ResetWatchDog( );
SetWatchDogTime
Signature
SetWatchDogTime(
[in] Int32 WatchDogTime
);
Argument | Description |
---|---|
WatchDogTime |