MachineConfigurationType

Current configuration of the machine.
The representation of the MachineConfigurationType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | ns=1;i=1016 |
NamespaceUri | http://opcfoundation.org/UA/PlasticsRubber/GeneralTypes/ |
BrowseName | MachineConfigurationType |
NodeClass | ObjectType |
IsAbstract | False |
SubtypeOf | BaseObjectType |
The references from the MachineConfigurationType ObjectType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasComponent | Method | GetCurrentPage | Optional | ||
HasComponent | Method | GetPage | Optional | ||
HasProperty | Variable | LocationName | String | PropertyType | Mandatory |
HasProperty | Variable | PageDirectory | PageEntryDataType[] | PropertyType | Optional |
HasComponent | Method | SetMachineTime | Mandatory | ||
HasProperty | Variable | TimeZoneOffset | TimeZoneDataType | PropertyType | Mandatory |
HasProperty | Variable | UserMachineName | String | PropertyType | Mandatory |
GetCurrentPage
Signature
GetCurrentPage(
[in] UInt32 VisualisationUnit
[out] Image Page
);
Argument | Description |
---|---|
VisualisationUnit | |
Page |
GetPage
Signature
GetPage(
[in] String Id
[out] Image Page
);
Argument | Description |
---|---|
Id | |
Page |
SetMachineTime
Signature
SetMachineTime(
[in] DateTime DateTime
[in] TimeZoneDataType TimeZoneOffset
);
Argument | Description |
---|---|
DateTime | |
TimeZoneOffset |