PNSlaveDiag.FirstChildNode (PROP) ¶ PROPERTY FirstChildNode : DED.INode
PNSlaveDiag.Index (PROP) ¶ PROPERTY Index : UDINT
PNSlaveDiag.IsRootNode (PROP) ¶ PROPERTY IsRootNode : BOOL
PNSlaveDiag.NextSiblingNode (PROP) ¶ PROPERTY NextSiblingNode : DED.INode
PNSlaveDiag.ParentNode (PROP) ¶ PROPERTY ParentNode : DED.INode
PNSlaveDiag.SiblingNodeCount (PROP) ¶ PROPERTY SiblingNodeCount : CAA.Count
IoDriver CIPService Interfaces Library Documentation ¶ Company System Title IoDriver CIPService Interfaces Version 3.5.17.0 Categories Intern|IoDriverBase Namespace IIoDrvCIPServicesLilbrary Author 3S - Smart Software Solutions GmbH Description 1 ¶ Acyclic CIP services Contents: ¶ CIP_Attribute (Struct) ICmpIoDrvCIPServices (Interface) GetAttribute (Method) SetAttribute (Method) InterfacesIDs (GVL) OperationStates (GVL) Indices and tables ¶ 1 Based on IoDrvCIPService_Itfs.library, last modified 20.04.2021, 14:49:12. LibDoc 4.4.0.0-b.27 The content file IoDrvCIPService_Itfs.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 20.04.2021, 14:49:12.
CIP_Attribute (STRUCT) ¶ TYPE CIP_Attribute : STRUCT InOut: Name Type Comment xEnable BOOL Input: The method starts the execution on an rising edge byDeviceAddress BYTE Input: Device Address of the slave uiClass UINT Input: Class ID to read from or to write to uiInstance UINT Input: Instance ID to read from or to write to uiAttribute UINT Input: Attribute ID to read from or to write to puiDataSize POINTER TO UINT IN_OUT: In: Size of the data array pbyData. Out: Size of the data in pbyData pbyData POINTER TO BYTE IN_OUT: Data array to read data to or write data from wOpState WORD OUT: If the operation state turns to state CIP_Done or CIP_Error, the outputs are valid udiError UDINT OUT: If the operation state turns to state CIP_Error, udiError shows the error code xEnableOld BOOL Reserved udiSeq UDINT Reserved
ICmpIoDrvCIPServices (ITF) ¶ INTERFACE ICmpIoDrvCIPServices Methods: GetAttribute SetAttribute Structure: GetAttribute (Method) SetAttribute (Method)
ICmpIoDrvCIPServices.GetAttribute (METH) ¶ METHOD GetAttribute : UDINT InOut: Scope Name Type Return GetAttribute UDINT Inout CIPAttribute CIP_Attribute