0203-01 Minimal Example

Example Projects > 0203 Function Blocks REXLANG > 0203-01 Minimal Example

Minimal example for the REXLANG function block

This project demonstrates the use of the REXLANG user-programmable function block of REXYGEN.

The user algorithm sums the two input signals and also sums the values of two parameters. The results are published via two output signals. The algorithm itself is located in the minimal_rexlang.c file.

Feel free to modify the algorithm to perform your special calculations, there are 16 inputs, 16 parameters and 16 outputs available.

Read the complete description of the REXLANG function block for more details.

Prerequisites

  • REXYGEN Runtime Core must be installed and running on the target device.

Running the example

  • The *exec.mdl file is the project main file.
  • Open it with REXYGEN Studio, compile and download it to the target device.
  • Switch to Watch mode and observe the algorithm in action.
  • Change the constants and parameters and see the displayed values.

Timing of the project

The algorithm runs each 100 milliseconds (0.1 s). See the EXEC function block,
tick x ntick0 = 0.05 x 2 = 0.1

Documentation

Additional information

  • See also the examples 0501-NN to 0504-NN on generic communication with external devices for additional inspiration on using the REXLANG function block.
  • Visit the REXYGEN webpage for more information about the example projects and developing advanced automation and control solutions using REXYGEN.