lm_scripting

The scripting logic module allows users with basic programming knowledge to freely define operational logic.

To configure a script, it is necessary to write the code using the provided IDE to execute the algorithm.

The MainMethod is called by default when executing the logic module. It is possible to define additional input parameters by adding new parameters in the method signature:

  public static object MainMethod(object parameter1, object parameter2, object parameterN)

To successfully complete the script execution, an output must be returned.

 An example of addition

 Example of how it result

Example of an addition script

If multiple output values are required beyond the default function output, parameters can be defined that, in addition to serving as input, can also be used as output.

 An example of addition

 Example of how it result

Example of return parameter 2 value

  • lm_scripting.txt
  • Last modified: 2025/03/19 13:50
  • by francesco