PnIdentificationType

The representation of the PnIdentificationType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | ns=1;i=1005 |
NamespaceUri | http://opcfoundation.org/UA/PROFINET/ |
BrowseName | PnIdentificationType |
NodeClass | ObjectType |
IsAbstract | False |
SubtypeOf | BaseObjectType |
The references from the PnIdentificationType ObjectType Node are shown in the following table:
SetDate
Signature
SetDate(
[in] String Date
);
Argument | Description | |
---|---|---|
Date | New I&M2 | IM_Date to be written remanent to the device. |
SetDescriptor
Signature
SetDescriptor(
[in] String Descriptor
);
Argument | Description | |
---|---|---|
Descriptor | New I&M3 | IM_Descriptor to be written remanent to the device. |
SetTags
Signature
SetTags(
[in] IMTagSelectorEnumeration Tag_Selector
[in] String Tag_Function
[in] String Tag_Location
);
Argument | Description | |
---|---|---|
Tag_Selector | If 1, Tag_Function shall be written, If 2, Tag_Location shall be written, if 3 both. | |
Tag_Function | String containing the new I&M1 | IM_Tag_Function to be written remanent to the device. |
Tag_Location | String containing the new I&M1 | IM_Tag_Location to be written remanent to the device. |