Types ¶ COBID (Alias) DATA (Alias)
COBID (ALIAS) ¶ TYPE COBID : UDINT Defines a CAN ID
DATA (ALIAS) ¶ TYPE DATA : ARRAY[0..7] OF USINT Defines the data array of a CAN message.
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 03.07.2017, 15:38:08 companyName string 3S-Smart Software Solutions GmbH libraryFile CAA_CanL2I_Extern.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP11 contentFile CAA_CanL2I_Extern.clean.json version version 2.0.0.0 ProjectInformation Depends on RTS bool False Depends onPS False Released True SIL2 False LastModificationDateTime date 03.07.2017, 15:38:06 LibraryCategories library-category-list Intern|CAA|Fieldbus Author string 3S - Smart Software Solutions GmbH Company CAA Technical Workgroup DefaultNamespace CL2I Description See: Description DocFormat reStructuredText LanguageModelAttribute qualified-access-only Placeholder CAA CanL2I Project CAA_CanL2I_Extern Title CAA Can Low Level Imp Extern SpecVersion version 3.0.0.0 Version 3.5.11.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
JobOpen (FUN) ¶ FUNCTION JobOpen : CAA.HANDLE InOut: Scope Name Type Comment Return JobOpen CAA.HANDLE Input udiId UDINT Unique Identifier, see Praefix.pdf peError POINTER TO ERROR
JobOpenEx (FUN) ¶ FUNCTION JobOpenEx : CAA.HANDLE InOut: Scope Name Type Comment Return JobOpenEx CAA.HANDLE Input udiId UDINT Unique Identifier, see Praefix.pdf pParams CAA.PVOID Pointer to Parameters peError POINTER TO ERROR
JobReset (FUN) ¶ FUNCTION JobReset : ERROR InOut: Scope Name Type Comment Return JobReset ERROR Input hJob CAA.HANDLE Handle of a Job
JobSetState (FUN) ¶ FUNCTION JobSetState : ERROR Implementation Note: This function should be called only from a Worker InOut: Scope Name Type Comment Return JobSetState ERROR Input hJob CAA.HANDLE Handle of a Job StateJob ASM_STATE
WorkerRegister (FUN) ¶ FUNCTION WorkerRegister : ERROR Implementation Note: A Worker must be implemented in C or in C++, IEC is not supported InOut: Scope Name Type Comment Return WorkerRegister ERROR Input udiId UDINT Unique Identifier, see Praefix.pdf pwItf POINTER TO ASM_IWORKER Pointer to Worker Interface