This enumeration type configures in which way the reaction for a submodule shall be translated by the FB_ExceptionHandler.
Using translation modes explains how the individual modes are used.
Name |
Value |
Description |
---|---|---|
None |
0 |
Default value No translation. The reaction on the module is transferred to the submodule without being processed. The use of this mode for all the sub-modules reduces the runtime of the FB_ExceptionHandler in extreme cases to 1/50. In contrast to ET_ReactionTranslationMode.Table. |
Table |
1 |
The i_pstReactionTranslationTable translation table of the FB_ExceptionHandler is used. |
Jobs |
2 |
Translation by selective copying. This mode can cover all the requirements. It permits a configuration of all the translations that are also possible with ET_ReactionTranslationMode.Table. However, the data structures that are used permit a substantially faster processing. (In extreme cases 1/13 of the time that the ET_ReactionTranslationMode.Table would need.) The translations that have to be performed have to be configured using the FC_AddReactionTranslationJob function. |