InstancePathBuildingNode.InstancePathNodeType (PROP) ¶ PROPERTY InstancePathNodeType : InstancePathBuildingNodeType
InstancePathNodeFinder (FB) ¶ FUNCTION_BLOCK InstancePathNodeFinder Properties: protCallNodeFoundForRootNode protCallNodeNotFoundForRootNode Methods: Find FindLong FindLongWithData FindWithData Initialize abstrIgnoreRootNode abstrNodeFound abstrNodeNotFound Structure: Find (Method) FindLong (Method) FindLongWithData (Method) FindWithData (Method) Initialize (Method) abstrIgnoreRootNode (Method) abstrNodeFound (Method) abstrNodeNotFound (Method) protCallNodeFoundForRootNode (Property) protCallNodeNotFoundForRootNode (Property)
InstancePathNodeFinder.Find (METH) ¶ METHOD Find : IInstancePathBuildingNode InOut: Scope Name Type Return Find IInstancePathBuildingNode Input stPath STRING(255)
InstancePathNodeFinder.FindLong (METH) ¶ METHOD FindLong : IInstancePathBuildingNode InOut: Scope Name Type Return FindLong IInstancePathBuildingNode Input pstPath POINTER TO STRING
InstancePathNodeFinder.FindLongWithData (METH) ¶ METHOD FindLongWithData : IInstancePathBuildingNode InOut: Scope Name Type Comment Return FindLongWithData IInstancePathBuildingNode Input pstPath POINTER TO STRING pData POINTER TO BYTE some userdefined data Output bEnd BOOL prt POINTER TO IInstancePathBuildingNode
InstancePathNodeFinder.FindWithData (METH) ¶ METHOD FindWithData : IInstancePathBuildingNode InOut: Scope Name Type Comment Return FindWithData IInstancePathBuildingNode Input stPath STRING(255) pData POINTER TO BYTE some userdefined data Output bEnd BOOL prt POINTER TO InstancePathBuildingNode
InstancePathNodeFinder.Initialize (METH) ¶ METHOD Initialize : BOOL InOut: Scope Name Type Comment Return Initialize BOOL Input pRootNodes POINTER TO ARRAY [0..100] OF IBaseTreeNode The nodes must be InstancePathNodeBuildingNode ‘s! iNodeCount DINT
InstancePathNodeFinder.abstrIgnoreRootNode (METH) ¶ METHOD PROTECTED abstrIgnoreRootNode : BOOL InOut: Scope Name Type Comment Return abstrIgnoreRootNode BOOL Input pNode IInstancePathBuildingNode pData POINTER TO BYTE userdefined data
PStrIFind (FUN) ¶ FUNCTION PStrIFind : INT Same semantics as Find from the standard.library. A null pointer will lead to a return of -1 If pst1 is too long, -2 will be returned If pst2 is too long, -3 will be returned InOut: Scope Name Type Return PStrIFind INT Input pst1 POINTER TO STRING(255) pst2 POINTER TO STRING(255)
PStrLen (FUN) ¶ FUNCTION PStrLen : DINT InOut: Scope Name Type Return PStrLen DINT Input pString POINTER TO STRING