ITreeWalker.Name (PROP) ¶ PROPERTY Name : POINTER TO STRING
OpcUa Specific ¶ GetChildByBrowseName (Method) GetNextByBrowseName (Method)
PStrLenUntil (FUN) ¶ FUNCTION PStrLenUntil : DINT InOut: Scope Name Type Return PStrLenUntil DINT Input pst POINTER TO STRING stTokenDelimiters STRING
PStrNICmp (FUN) ¶ FUNCTION PStrNICmp : INT Will return -1 if pstr1^ < pstr2^, 0 if they are equal and +1 if pstr1^ > pstr2^ InOut: Scope Name Type Return PStrNICmp INT Input pstr1 POINTER TO STRING pstr2 POINTER TO STRING n __XWORD
SymbolicVarNodeAccessor (FB) ¶ FUNCTION_BLOCK FINAL SymbolicVarNodeAccessor IMPLEMENTS CmpEventMgr.ICmpEventCallback Properties: CheckInstanceAccessRights FromUaInformationModel RuntimeInterface SymbolconfigCrc SymbolconfigNumOfTypes SymbolconfigTypeList UserMgrObject Methods: GetSymbolsSetMask Initialize InvalidateSymbols NodeIsHidden ValidateSymbols BrowseDown BrowseDownInternal BrowseGetChildByIndex BrowseGetNext BrowseGetNextInternal BrowseGetRoot BrowseRecursive BrowseUp BrowseUpInternal EventCallback ExecuteCall ExitVarInfo FB_Exit FB_Init FB_Reinit FindChildByName GetAccessRights GetAddress GetAttributeByIndex GetBaseType GetBrowseName GetChildByBrowseName GetClientOffset GetDescription GetDisplayName GetEntryPoint GetEnumMemberAttributeList GetEnumValues GetEventNotifier GetMethodArguments GetNamespaceNodeFlags GetNextByBrowseName GetNode GetNodeClass GetNodeFlags GetNodeFullPath GetNodeName GetNodeType GetNumOfAttributes GetNumOfTypeAttributes GetNumOfTypes GetParentReferenceType GetRange GetReferenceBaseType GetSize GetSwapSize GetTypeAttributeByIndex GetTypeClass GetTypeClassFromType GetTypeDefinition GetTypeDesc GetTypeDescVarLenArray GetTypeName GetTypeNode GetTypeNodeByIndex GetUABuiltinType GetValue HasBaseType InitVarInfo IsMember IsReference ResolveNode SetValue SwapValue TypeGetDataTypeID TypeGetEncodingNodeId TypeGetParentNode TypeGetParentReferenceType TypeIsWellKnownType VarAccGetNodeFullPath4 VarAccGetNodeName4 Structure: Browsing BrowseDown (Method) BrowseGetChildByIndex (Method) BrowseGetNext (Method) BrowseGetRoot (Method) BrowseRecursive (Method) BrowseUp (Method) FindChildByName (Method) GetNode (Method) CheckInstanceAccessRights (Property) FromUaInformationModel (Property) GetSymbolsSetMask (Method) IBase FB_Exit (Method) FB_Init (Method) FB_Reinit (Method) ICmpEventCallback EventCallback (Method) IIecVarAccess9 VarAccGetNodeFullPath4 (Method) VarAccGetNodeName4 (Method) Initialize (Method) Internal BrowseDownInternal (Method) BrowseGetNextInternal (Method) BrowseUpInternal (Method) IsMember (Method) ResolveNode (Method) InvalidateSymbols (Method) NodeAccess ExecuteCall (Method) GetValue (Method) SetValue (Method) SwapValue (Method) NodeInfo GetAccessRights (Method) GetAddress (Method) GetAttributeByIndex (Method) GetClientOffset (Method) GetNamespaceNodeFlags (Method) GetNodeFlags (Method) GetNodeFullPath (Method) GetNodeName (Method) GetNodeType (Method) GetNumOfAttributes (Method) GetSize (Method) GetSwapSize (Method) GetTypeClass (Method) GetTypeNode (Method) IsReference (Method) NodeIsHidden (Method) OpcUaBrowsing GetChildByBrowseName (Method) GetNextByBrowseName (Method) OpcUaMetaData GetBrowseName (Method) GetDescription (Method) GetDisplayName (Method) GetEntryPoint (Method) GetEventNotifier (Method) GetMethodArguments (Method) GetNodeClass (Method) GetParentReferenceType (Method) GetTypeDefinition (Method) TypeGetDataTypeID (Method) TypeGetEncodingNodeId (Method) TypeGetParentNode (Method) TypeGetParentReferenceType (Method) TypeIsWellKnownType (Method) RuntimeInterface (Property) SymbolconfigCrc (Property) SymbolconfigNumOfTypes (Property) SymbolconfigTypeList (Property) TypeHandling GetBaseType (Method) GetEnumMemberAttributeList (Method) GetEnumValues (Method) GetNumOfTypeAttributes (Method) GetNumOfTypes (Method) GetRange (Method) GetReferenceBaseType (Method) GetTypeAttributeByIndex (Method) GetTypeClassFromType (Method) GetTypeDesc (Method) GetTypeDescVarLenArray (Method) GetTypeName (Method) GetTypeNodeByIndex (Method) GetUABuiltinType (Method) HasBaseType (Method) UserMgrObject (Property) ValidateSymbols (Method) VarInfo ExitVarInfo (Method) InitVarInfo (Method)
Browsing ¶ BrowseDown (Method) BrowseGetChildByIndex (Method) BrowseGetNext (Method) BrowseGetRoot (Method) BrowseRecursive (Method) BrowseUp (Method) FindChildByName (Method) GetNode (Method)
SymbolicVarNodeAccessor.BrowseDown (METH) ¶ METHOD BrowseDown : IecVarAccess_Interfaces.IBaseTreeNode InOut: Scope Name Type Return BrowseDown IecVarAccess_Interfaces.IBaseTreeNode Input pNode IecVarAccess_Interfaces.ICollections.IBaseTreeNode pVariableInformation POINTER TO IecVarAccess_Interfaces.VariableInformationStruct2 bBrowseIntoComplexTypes BOOL pResult POINTER TO IecVarAccess_Interfaces.SysTypes.RTS_IEC_RESULT
SymbolicVarNodeAccessor.BrowseGetChildByIndex (METH) ¶ METHOD BrowseGetChildByIndex : IecVarAccess_Interfaces.IBaseTreeNode InOut: Scope Name Type Return BrowseGetChildByIndex IecVarAccess_Interfaces.IBaseTreeNode Input pNode IecVarAccess_Interfaces.IBaseTreeNode diIndex DINT pVariableInformation POINTER TO IecVarAccess_Interfaces.VariableInformationStruct2 pResult POINTER TO UDINT
OpcUaWellKnownDataTypeMetaData (STRUCT) ¶ TYPE OpcUaWellKnownDataTypeMetaData : STRUCT InOut: Name Type Comment nodeId OpcUa_NodeId This is set for data types imported from a node set. encodingId OpcUa_NodeId This is set for data types imported from a node set.
POUTypeClass (GVL) ¶ The three lower order bits of the third nibble designate the POU type. InOut: Scope Name Type Initial Comment Constant TYPE_POU_FUNCTION INT 16#100 POU type function TYPE_POU_FUNCTION_BLOCK INT 16#200 POU type function block TYPE_POU_PROGRAM INT 16#300 POU type program TYPE_POU_STRUCTURE INT 16#400 POU type structure TYPE_POU_UNION INT 16#500 POU type union TYPE_POU_UABUILTIN INT 16#1000 POU UA builtin type