JMRI icon indicating copy to clipboard operation
JMRI copied to clipboard

Call a LogixNG Module directly

Open danielb987 opened this issue 7 months ago • 1 comments

This PR allows JMRI to call a LogixNG Module directly with parameters. It might be useful for PR #13234.

See CallModuleTest, method testCallModuleWithOneParameter() for an example on how to use it if the module is known to have exactly one parameter and method testCallModuleWithTwoParameters() for the general solution with any number of parameters.

danielb987 avatar Jul 01 '24 02:07 danielb987