Skip to content

Version_Module

Simon Gerber edited this page Mar 19, 2024 · 4 revisions

Overview This is the view where you can edit your Modules. To use Modules, this options needs to be activated in the General tab of the application.

Modules should be used if the same structure is needed multiple times. They can be multiplied in the dynamic view by repeating N times or by manually inserting multiple instances of the created module.

General

General Every Module needs a individual name and prefix, which will be used both in this tool an in the generated header file. With normal settings, com and parameter numbers are calculated automatically. You can adjust the arguments for parameter and com offsets if needed.

Arguments

General A Module needs at least the arguments argParas and argComs. These arguments are calculated automatically, based on the quantity of used module instances. Additionall arguments can be defined if needed. They can be of type numeric or text. Currently, only numeric arguments can automatically generated using Allocators.

Parameters and ComObjects

Follow the same procedure as in the global parameters and ComObjects. See Parameter and ComObject for more details. Be aware that ComObject numbers should start with ID 0 in modules, as they are only used as offsets from the start ID (defined with the argument argComs).

Clone this wiki locally