This PR creates the IRule MM_MCoreAndPL_IRule and the corresponding decision model MM_MCoreAndPL_IRule.
Note:
L44 in MM_MCoreAndPL_IRule uses the LogicProgrammableModuleViewer instead of LogicProgrammableModule as it should be, but this was decided necessary because otherwise the code has syntax errors.
Because @Rojods develops on Windows all newlines are added to the git changes. I'll try to fix this behavior so the actual changes are easier to identify.
This PR creates the IRule
MM_MCoreAndPL_IRule
and the corresponding decision modelMM_MCoreAndPL_IRule
.Note:
MM_MCoreAndPL_IRule
uses theLogicProgrammableModuleViewer
instead ofLogicProgrammableModule
as it should be, but this was decided necessary because otherwise the code has syntax errors.