SML_ETC_Slave.ReinitAxis (METH) ¶ METHOD ReinitAxis InOut: Scope Name Type Output xDone BOOL xError BOOL
SML_ETC_Slave.SetReferences (METH) ¶ METHOD SetReferences : BOOL InOut: Scope Name Type Return SetReferences BOOL Input pConnector POINTER TO IoConfigConnector
SML_ETC_Slave.State (PROP) ¶ PROPERTY State : SML_ETC_STATE
SML_ETC_Slave.TimeoutForBootup (PROP) ¶ PROPERTY TimeoutForBootup : TIME
SML_ETC_Slave.WaitForDC (METH) ¶ METHOD WaitForDC : BOOL InOut: Scope Name Type Return WaitForDC BOOL Input bCommunication BOOL Output xDone BOOL xError BOOL uiDriveInterfaceError UINT strDriveInterfaceError STRING pIoDrvETC POINTER TO IoDrvEtherCAT
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 13.12.2023, 09:28:11 companyName string 3S-Smart Software Solutions GmbH libraryFile SML_ETC_ITF.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile SML_ETC_ITF.clean.json version version 2.0.0.0 ProjectInformation Released bool True LastModificationDateTime date 13.12.2023, 09:28:04 LibraryCategories library-category-list Intern|SoftMotion Author string CODESYS Development GmbH Company CODESYS CompiledLibraryCompatibilityVersion CODESYS V3.5 SP15 DefaultNamespace SML_ETC_ITF Description See: Description Placeholder SML_ETC_ITF Project SML_ETC_ITF Title SML_ETC_ITF Version version 4.16.0.0
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. CAA Types Extern ¶ Library Identification ¶ Placeholder: CAA Types Default Resolution: CAA Types Extern, * (CAA Technical Workgroup) Namespace: CAA Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: True SystemLibrary: False Key: CAA Types IODrvEtherCAT ¶ Library Identification ¶ Placeholder: IODrvEtherCAT Default Resolution: IODrvEtherCAT, * (3S - Smart Software Solutions GmbH) Namespace: IoDrvEtherCAT Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: IODrvEtherCAT Library Parameter ¶ Parameter: ETC_FOE_TIMEOUT = 10000 Parameter: ETC_MAX_SLAVES = 1024 Parameter: MAX_ASYNC_MSG = 4 Parameter: MAX_MAILBOX_CHANNELS = 100 Parameter: MAX_SDO_CHANNELS = 100 Parameter: MAX_STATUS_CYCLE_DELAY = 3 IoStandard ¶ Library Identification ¶ Placeholder: IoStandard Default Resolution: IoStandard, * (System) Namespace: IoStandard Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: IoStandard Standard ¶ Library Identification ¶ Placeholder: Standard Default Resolution: Standard, * (System) Namespace: Standard Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: Standard
SymbolicVarsBase Library Documentation ¶ Company : System Title : SymbolicVarsBase Version : 4.5.1.0 Categories : Intern|SymbolConfiguration Author : CODESYS Development GmbH Placeholder : SymbolicVarsBase Description [ 1 ] ¶ This library contains basic functionality for the work with symbolic IEC variables. Contents: ¶ SymbolicVarsBase BrowseOperation (Enum) CalculatePropertyBufferSize (Function) CallGlueDeserializeParameters (Function) CallGlueFunctionParameterSet (Struct) CallGlueSerializeReturnValues (Function) DirectIoAccess GVL_LibraryDefines (GVL) GetTypeNodeOptions (Enum) Helper Functions IecOpcUaMapping (Struct) IecUaMapping (GVL) InterfaceIDs (GVL) Interfaces NestingPathEntry (Struct) NestingPathInformation (Struct) NodeFlags (Enum) Nodes OpcUaMetaDataType (Enum) OpcUaMethodMetaData (Struct) OpcUaNodeMetaData (Struct) OpcUaOwnDataTypeMetaData (Struct) OpcUaTypeMetaData (Struct) OpcUaTypeMetaDataUnion (Union) OpcUaWellKnownDataTypeMetaData (Struct) POUTypeClass (GVL) PropertyInfo (Struct) PropertyInfoRemote (Struct) StringFunctions SymbolicVarNodeAccessor (FunctionBlock) SymbolicVarNodeFinder (FunctionBlock) SymbolicVarsBaseHandleConverter (Union) TypeClassFlagBits (GVL) TypeFlags (GVL) Typedescription UtilTokenizer (FunctionBlock) VariableInformation (FunctionBlock) Indices and tables ¶ [ 1 ] Based on SymbolicVarsBase.library, last modified 09.02.2024, 13:25:25. LibDoc 4.4.0.0-b.37 The content file SymbolicVarsBase.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 09.02.2024, 13:25:26.
CalculatePropertyBufferSize (FUN) ¶ FUNCTION CalculatePropertyBufferSize : __XWORD InOut: Scope Name Type Return CalculatePropertyBufferSize __XWORD Input dataType REFERENCE TO TypeDesc
CallGlueDeserializeParameters (FUN) ¶ FUNCTION CallGlueDeserializeParameters : RTS_IEC_RESULT InOut: Scope Name Type Comment Return CallGlueDeserializeParameters RTS_IEC_RESULT Input pArgumentBuffer POINTER TO BYTE buffer where the (not-yet parsed) struct with the arguments is located, the out arguments and result will also be written back to the buffer. nArgumentBufferSize __XWORD size of the argument buffer ITypeDesc REFERENCE TO TypeDesc The TypeDesc of the calleable, it will be used to (de)serialize the parameter struct. pParsedArguments POINTER TO BYTE buffer for the parsed struct with the arguments (this is on the stack) nParsedArgumentSize __XWORD size of the parsed arguments (for safety checks)