[r817]: / branches / FeatureBranches / Debuglogging / SparkplugB / Function Blocks / CmpSparkplugLog / CmpSparkplugLog_1 / FB_exit / svnobj  Maximize  Restore  History

Download this file

5 lines (4 with data), 2.1 kB

1
2
3
4
IF _hEdgeComponent <> SysTypes.RTS_INVALID_HANDLE THEN
	Component_Manager.CMRemoveComponent(hComponent := _hHostComponent);
IF _hCoreComponent <> SysTypes.RTS_INVALID_HANDLE THEN
	bInCopyCode : BOOL; // if TRUE, the exit method is called for exiting an instance that is copied afterwards (online change).