08/2005 Expanding the Operator Interface (BE1)
4 Programming Support System
© Siemens AG, 2005. All rights reserved
SINUMERIK 840D sl/840D/840Di/810D HMI Installation and Start-Up Guide (IAM) – 08/2005 Edition
BE1/4-115
Cycle-specific entries with the following form are located in the particular paket.ini
files:
[cycleName] Name of the cycle' as section entry
Mname= mandatory, screen form name
Dir= mandatory, directory of the file with the screen form information
Dname= mandatory, file with screen form information
Output mandatory, name of the OUTPUT block
Anzp= mandatory, number of parameters (defined variables)
Version= optional, cycle version, without data 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
Details
A differentiation is made between various versions of cycles with the same name
using the version number.
Main block/secondary block and block numbers in front of the cycle call are kept
unchanged.
Cycle call line in the parts program:
/1234 :44 CYCLE94(, , )
After expansion by the string and ;# lines:
;NCG#CYC94#\CST.DIR\DREHEN.COM#NC1#1#*NCG;*RO*;*HD*
;##########*NCG;*RO*;*HD*
/1234 :44 CYCLE94(,,"",)
;#END#*NCG;*RO*;*HD*
îš„