FB_ModuleLogger - SetModule (Method)
Type: |
Method |
Available as of: |
V 1.0.0.0 |
Versions: |
Current version |
Connects an EDESIGN module that implements the IF_EDesignModule interface to the logger.
Input |
Data type |
Description |
---|---|---|
i_ifEDesignModule |
IF_EDesignModule |
Instance of an EDESIGN module that implements the IF_EDesignModule interface. |
Data type |
Description |
---|---|
BOOL |
TRUE: The module has been successfully connected to the logger. FALSE: The module could not be connected to the logger, as the input parameter i_ifEDesignModule is not valid or equal to 0. |