IReconfigureProvider ¶ ReconfigureActive (Property) ReconfigureAsync (Method) RegisterIRPChild (Method) SiblingIRP (Property)
CAAReconfigureBase.ReconfigureActive (PROP) ¶ PROPERTY ReconfigureActive : BOOL Base implementation for IReconfigureProvider.ReconfigureActive . Value can be set via CAAReconfigureBase.BeginReconfigure and CAAReconfigureBase.EndReconfigure .
CAAReconfigureBase.ReconfigureAsync (METH) ¶ METHOD ReconfigureAsync : PROC_STATE This method is a base implementation for I/O driver nodes. The implementation updates all enable flags, calls CAAReconfigureBase.ReconfigureIoDriverAsync and CAAReconfigureBase.ReconfigureChildrenAsync . InOut: Scope Name Type Comment Return ReconfigureAsync PROC_STATE Input eCmd PROC_CMD eCommand itfSender INode originator node of current reconfiguration Output eError ERROR Error code
CAAReconfigureBase.RegisterIRPChild (METH) ¶ METHOD RegisterIRPChild : ERROR Base implementation for IReconfigureProvider.RegisterIRPChild . It is used by CAAReconfigureBase.Initialize_Diag to register at the next parent IReconfigureProvider . InOut: Scope Name Type Comment Return RegisterIRPChild ERROR Input itfChild IReconfigureProvider child node
CAAReconfigureBase.SiblingIRP (PROP) ¶ PROPERTY SiblingIRP : IReconfigureProvider Base implementation for IReconfigureProvider.SiblingIRP .
CAAReconfigureBase.Initialize_Diag (METH) ¶ METHOD Initialize_Diag : ERROR This method has to be called once. It registers at the next parent IReconfigureProvider . InOut: Scope Name Type Comment Return Initialize_Diag ERROR Input itfNode INode the associated INode (e.g. THIS^ )
Reconfigure Implementations ¶ ReconfigureChildrenAsync (Method) ReconfigureIoDriverAsync (Method)
CAAReconfigureBase.ReconfigureChildrenAsync (METH) ¶ METHOD ReconfigureChildrenAsync : PROC_STATE This method is used by CAAReconfigureBase.ReconfigureAsync . It delegates the current reconfigure call to all child IReconfigureProvider . InOut: Scope Name Type Comment Return ReconfigureChildrenAsync PROC_STATE Input eCmd PROC_CMD eCommand itfSender INode Output eError ERROR Error code
CAAReconfigureBase.ReconfigureIoDriverAsync (METH) ¶ METHOD ReconfigureIoDriverAsync : PROC_STATE This method is used by CAAReconfigureBase.ReconfigureAsync . It calls IoStandard.IoMgrReconfigure . InOut: Scope Name Type Comment Return ReconfigureIoDriverAsync PROC_STATE Input eCmd PROC_CMD eCommand itfSender INode Output eError ERROR Error code
CAA FB Factory Library Documentation ¶ Company CAA Technical Workgroup Title CAA FB Factory Version 3.5.13.0 Categories Intern|CAA|Foundation Namespace FBF Author 3S - Smart Software Solutions GmbH Placeholder CAA FB Factory Description 1 ¶ This library provides a base implementation of an function block factory. For further information about how to use the FactoryBase function block please download FBFactoryTest.projectarchive There you will find a test project which uses a test library that demonsrates the usage of the FactoryBase function block. It is recommended to look at how the exemple programm (PLC_PRG) works by setting a breakpoint and stepping into each action of the program. Do not go online in simulation mode! Moreover the documentation of the FB Factory Test Library (which is already added to the Library Manager in the test project) explains what is done in each part of the library. There is a template for libraries in CODESYS which is called CODESYS Library which assists you building your own FB Factory. Therefore please open a new project and choose the category Libraries and afterwads the template CODESYS Library . In this project the folder Templates contains the subfolder FBFactory with all the important FBs, methods and properties. All relevant function blocks should be copied in the folder with the title Function Blocks in order to be able to modify them. Afterwards change the names of every element to suitable expressions. By clicking on each element with the right mouse button and choosing Properties -> Build you can deactivate Exclude from build Moreover it is advisable to adapt the array abyPoolMemory in the function block TestFBFactory to ones own needs. Make sure that everywhere in TestFBFactory (for exemple in the first line of the method TestFBFactory.Create ) the expression Custom is substituted by the name you chose for these elements. By calling up the method Create it is now possible to dynamically create a FB instance. Contents: ¶ ERROR (Enum) Factory FactoryBase (FunctionBlock) Instance InstanceBase (FunctionBlock) InstanceData (FunctionBlock) Interfaces IData (Interface) IFactory (Interface) IInstance (Interface) Indices and tables ¶ 1 Based on CAA_FBFactory.library, last modified 03.07.2018, 09:54:35. LibDoc 4.4.0.0-b.27 The content file CAA_FBFactory.clean.json was generated with CODESYS V3.5 SP13 on 03.07.2018, 09:54:38.