-
Notifications
You must be signed in to change notification settings - Fork 22
Version_Module
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.
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.
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.
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).