CAAReconfigureBase (FB)

 

FUNCTION_BLOCK CAAReconfigureBase IMPLEMENTS IReconfig­ureProvider

This function block provides a base implementation for IReconfigurePro­vider. It is important to call CAAReconfigureBase.Initialize_Diag once before using this function block. I/O driver nodes just delegate all IReconfigureProvider methods and properties to this function block. There is no additional code necessary. For other nodes a specific imple­mentation is necessary. For this CAAReconfigureBase.BeginRecon­figure, CAAReconfigureBase.ReconfigureChildrenAsync and CAAReconfigureBase.EndReconfigure can be used.