General processes

In this documentation you will learn how to configure your parts in a way, that they can be assembled automatically or with a menu based GUI. The whole description of a part is handled with a text file. It has the same name as the part itself and has the file extension *.tab.

All tab-files have a common structure and has four parts.

 

Comments are marked with /* and will be ignored on assembling.

/* Beginning of TAB-file

BEGIN_ASM_DESCR

...view commands in chapter assemble description

END_ASM_DESCR

 

BEGIN_GUI_DESCR

...view commands in chapter GUI description

END_GUI_DESCR

  

BEGIN_TAB_DESCR

...view commands in chapter table description

END_TAB_DESCR

  

BEGIN_COMP_DESCR

...view commands in chapter component description

END_COMP_DESCR