GetSupplierVersion (FUN) ¶ FUNCTION GetSupplierVersion : WORD InOut: Scope Name Type Return GetSupplierVersion WORD
VersionConstants (GVL) ¶ InOut: Scope Name Type Initial Constant gc_byVersion BYTE 1 gc_byVersion_1 BYTE 0
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 17.05.2017, 16:36:50 companyName string 3S-Smart Software Solutions GmbH libraryFile CAA_AsyncMan_Extern.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP10 Patch 2 contentFile CAA_AsyncMan_Extern.clean.json version version 1.0.1.1 ProjectInformation Released bool True LastModificationDateTime date 01.01.1601, 00:53:00 LibraryCategories library-category-list Intern|CAA|Runtime Author string 3S - Smart Software Solutions GmbH Company CAA Technical Workgroup DefaultNamespace ASM Description See: Description LanguageModelAttribute qualified-access-only Placeholder CAA Async Manager Project CAA_AsyncMan_Extern Title CAA Async Manager Extern Version version 3.5.7.0
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. CAA Ressource Manager Extern ¶ Library Identification ¶ Placeholder: CAA ResMan Default Resolution: CAA Ressource Manager Extern, * (CAA Technical Workgroup) Namespace: RSM Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: True SystemLibrary: False Key: CAA ResMan 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
CAA Behaviour Model Library Documentation ¶ Company CAA Technical Workgroup Title CAA Behaviour Model Version 3.5.11.0 Categories Intern|CAA|Foundation Namespace CBM Author 3S - Smart Software Solutions GmbH Placeholder CAA Behaviour Model Description 1 ¶ Implementaion of the CAA behavior model for funktionblocks. This library is deprecated. Please use the CODESYS Common Behaviour Model Library for new projects. Contents: ¶ CAA Behaviour Model Enums Function Blocks Interfaces GetSupplierVersion (Function) VersionConstants (GVL) Indices and tables ¶ 1 Based on CAA_BehaviourModel.library, last modified 03.07.2017, 15:37:40. LibDoc 4.4.0.0-b.27 The content file CAA_BehaviourModel.clean.json was generated with CODESYS V3.5 SP11 on 03.07.2017, 15:37:42.
CAA Behaviour Model ¶ Enums ERROR (Enum) Function Blocks ETrig (FunctionBlock) ETrigA (FunctionBlock) ETrigTl (FunctionBlock) ETrigTlA (FunctionBlock) ETrigTo (FunctionBlock) ETrigToA (FunctionBlock) ETrigToTl (FunctionBlock) ETrigToTlA (FunctionBlock) LTrig (FunctionBlock) Interfaces IFBCommand (Interface)
ERROR (ENUM) ¶ TYPE ERROR : Attributes: qualified_only InOut: Name NO_ERROR TIME_OUT
Function Blocks ¶ ETrig (FunctionBlock) ETrigA (FunctionBlock) ETrigTl (FunctionBlock) ETrigTlA (FunctionBlock) ETrigTo (FunctionBlock) ETrigToA (FunctionBlock) ETrigToTl (FunctionBlock) ETrigToTlA (FunctionBlock) LTrig (FunctionBlock)
ETrig (FB) ¶ FUNCTION_BLOCK ETrig IMPLEMENTS IFBCommand Serves as a basis for E dge Trig gered function blocks InOut: Scope Name Type Comment Input xExecute BOOL Rising edge: Action starts Falling edge: Resets outputs If a falling edge occurs before the function block has completed its action, the outputs operate in the usual manner and are only reset if either the action is completed or in the event of an error. In this case, the corresponding output values ( xDone , xError ) are present at the outputs for exactly one cycle. Output xDone BOOL TRUE : Action successfully completed xBusy BOOL TRUE : Function block active xError BOOL TRUE : Error occurred, function block aborts action FALSE : No error