Getting Started Example - Part 1

The product RXF_CPP_V8.0.1 comes with a sample model Blinky, which can be used in a configuration, based on the OORTX or RTOS variants. In the RTOS variants there is also an active class in the scope, so this sample shows how to model and build for different environments.

Open the model <RXF installation Path>\Samples\Model\Blinky\Blinky.rpyx and browse to its Components. Using the dropdown boxes you can easily select a different Component and/or a different Configuration:

It is good practice to divide your model in packages at the application level and at the execution level. This allows you to differentiate between for example different error handling or application specifics depending on an environment.

The product comes with some profiles, the most important one to activate the usage of the RXF is the "RXF" profile.

Please continue to the next Part 2