IPnInterfaceType

The representation of the IPnInterfaceType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | ns=1;i=1008 |
NamespaceUri | http://opcfoundation.org/UA/PROFINET/ |
BrowseName | IPnInterfaceType |
NodeClass | ObjectType |
IsAbstract | True |
SubtypeOf | BaseInterfaceType |
The references from the IPnInterfaceType ObjectType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasProperty | Variable | DeviceId | UInt16 | PropertyType | Mandatory |
HasProperty | Variable | DeviceInstance | UInt16 | PropertyType | Optional |
HasProperty | Variable | DeviceRole | PnDeviceRoleOptionSet | PropertyType | Mandatory |
HasProperty | Variable | DeviceVendor | String | PropertyType | Optional |
CommLinkTo | Object | EthernetInterface | EthernetInterfaceType | Optional | |
HasProperty | Variable | NameOfStation | String | PropertyType | Mandatory |
HasProperty | Variable | OEMDeviceId | UInt16 | PropertyType | Optional |
HasProperty | Variable | OEMVendorId | UInt16 | PropertyType | Optional |
HasComponent | Object | Ports | PnPortContainerType | Mandatory | |
HasComponent | Method | SetNameOfStation | Optional | ||
HasComponent | Object | Statistic | PnPortStatisticType | Optional | |
HasProperty | Variable | VendorId | UInt16 | PropertyType | Mandatory |
SetNameOfStation
Signature
SetNameOfStation(
[in] String NameOfStation
);
Argument | Description |
---|---|
NameOfStation | String containing the new NameOfStation to be written remanent to the device. The maximum length shall be limited to 240 characters (See [PN Protocol] for details). |