Sercos3Slave_Diag.ChildNodeCount (PROP) ¶ PROPERTY ChildNodeCount : CAA.Count Returns the number of childs below the current node
Sercos3Slave_Diag.Enable (PROP) ¶ PROPERTY Enable : BOOL Set: This property is used for enabling/disabling a node. Changes will take effect after doing a Reconfigure (see |Reconfigure| ). Get: Returns the current Enable value
Sercos3Slave_Diag.FirstChildNode (PROP) ¶ PROPERTY FirstChildNode : INode Returns the first child node below the current one
Sercos3Slave_Diag.IsRootNode (PROP) ¶ PROPERTY IsRootNode : BOOL returns true, if the current node is the root (plc) node, otherwise false
Sercos3Slave_Diag.NextSiblingNode (PROP) ¶ PROPERTY NextSiblingNode : INode returns the next sibling node at the same level used for step through all nodes
Sercos3Slave_Diag.ParentNode (PROP) ¶ PROPERTY ParentNode : INode Returns the parent node or zero if the root node is already reached.
Sercos3Slave_Diag.SiblingNodeCount (PROP) ¶ PROPERTY SiblingNodeCount : CAA.Count Returns the number of sibling (same level) nodes
Sercos3Slave_Diag.SetCommunicationState (METH) ¶ METHOD SetCommunicationState : DED.ERROR Starts, stops or resets a device Note Use |IDevice2.CheckSupportedCommunicationState| and |IDevice2.CheckCurrentSupportedCommunicationState| to check which transitions are possible! InOut: Scope Name Type Comment Return SetCommunicationState DED.ERROR Input eRequestedState DED.DEVICE_TRANSITION_STATE desired transition
IDNCommands ¶ ENUMS SERCOS3_ERROR (Enum) Sercos3_IDNCmd (FunctionBlock) Sercos3_IDNRead (FunctionBlock) Sercos3_IDNRead4 (FunctionBlock) Sercos3_IDNWrite (FunctionBlock) Sercos3_IDNWrite4 (FunctionBlock)
ENUMS ¶ SERCOS3_ERROR (Enum)