Programming support
3.2 Cycle support
Expanding the user interface
Commissioning Manual, 11/2006, 6FC5397-0DP10-0BA0
3-3
For dialogs generated with the "Expand user interface" function for the purpose of supporting
user cycles, the information in the dialog descriptive files can be used for this process.
Cycle-specific settings can be made in the configuration to define whether cycles with ;#
lines are to be processed in the parts program or recompiled via the configuration files.
This process can be used to optionally generate the addition of ;# lines required for dialog
support in the parts program for directly noted “old" cycles.
Configuration
The WIZARD.INI file can be stored in the following directories. The directories are browsed
in this sequence:
..\user
..\oem
..\hmi_adv
..\mmc2
The following entries refer to cycle packages, e.g.:
INI_1=bohren.ini
INI_2=drehen.ini
...
INI_n=paket.ini
The information in the [MMC_CycleWizard] section is added so that it is up to date.
Cycle-specific entries in the following format are located in the relevant PAKET.INI files:
[cycleName] ; Name of the cycle as a separate section
Mname= ;
Obligatory
dialog name
Dir= ;
Obligatory
Directory of file with dialog
information
Dname= ;
Obligatory
File with dialog information
Output ;
Obligatory
Name of the OUTPUT block
Anzp= ;
Obligatory
Number of parameters (defined
variables)
Version= ; Optional cycle version, without entry 0
Code_typ= ; Optional output with = 0 or without = 1 ;#
lines
Example:
[CYCLE83]
Mname=CYC83
Dir=cst.dir
Output=bohren.ini
Anzp=17
Version=3
Code_typ=0