OpcUaNodeMetaData (STRUCT) ¶ TYPE OpcUaNodeMetaData : STRUCT InOut: Name Type browseName OpcUa_QualifiedName displayName OpcUa_LocalizedText nodeClass OpcUa_NodeClass description OpcUa_LocalizedText eventNotifier OpcUa_Byte referenceParent OpcUa_NodeId typedefinition OpcUa_NodeId entryPoint OpcUa_NodeId
OpcUaOwnDataTypeMetaData (STRUCT) ¶ TYPE OpcUaOwnDataTypeMetaData : STRUCT InOut: Name Type Comment parentId OpcUa_NodeId This is set for own data types. partentReferenceType OpcUa_NodeId This is set for own data types.
OpcUaTypeMetaData (STRUCT) ¶ TYPE OpcUaTypeMetaData : STRUCT InOut: Name Type metaType OpcUaMetaDataType data OpcUaTypeMetaDataUnion
OpcUaTypeMetaDataUnion (UNION) ¶ TYPE OpcUaTypeMetaDataUnion : UNION InOut: Name Type wellKnown OpcUaWellKnownDataTypeMetaData ownDataType OpcUaOwnDataTypeMetaData methodData OpcUaMethodMetaData
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
PropertyInfo (STRUCT) ¶ TYPE PropertyInfo : STRUCT InOut: Name Type Comment pInstance POINTER TO BYTE Pointer to FB Instance ppfGet POINTER TO POINTER TO BYTE Pointer to Get method of property ppfSet POINTER TO POINTER TO BYTE Pointer to Set method of property _nPropOffsetGet INT Offset where the property data beginns. A value of 0 or less indicates an error _nPropOffsetSet INT Offset where the property data beginns. A value of 0 or less indicates an error
PropertyInfoRemote (STRUCT) ¶ TYPE PropertyInfoRemote : STRUCT This kind of information about a property can be used when a property on a remote plc should be called (for example by the dataserver). InOut: Name Type Comment AreaCode INT area of the get/set methods OffsetGet DINT offset of the get method, negative if there is none OffsetSet DINT offset of the set method, negative if there is none
PStrCat (FUN) ¶ FUNCTION PStrCat : DINT InOut: Scope Name Type Return PStrCat DINT Input pstDest POINTER TO STRING pstSrc POINTER TO STRING diDestSize DINT
StringFunctions ¶ PStrCat (Function) PStrCmp (Function) PStrICmp (Function) PStrLen (Function) PStrLenUntil (Function) PStrNICmp (Function)