Siemens SINUMERIK 840D sl Programming Manual page 996

Nc programming
Hide thumbs Also See for SINUMERIK 840D sl:
Table of Contents

Advertisement

Work preparation
3.23 Additional functions
Program code
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
; </main_dialog>
; ========================= Program section ===========================
...
G94 F100
MMC("POPUPDLG,PICTURE_ON,xmldial_emb.xml,main","N")
G4 F4
X200
MMC("POPUPDLG,PICTURE_OFF","N")
G4 F2
X0
...
996
<condition> count < num</condition>
<print name="field_name" text="edit%d">count</print>
<op>
ypos = ypos + 24;
count = count + 1;
</op>
</while>
</init>
<paint>
<op>
xpos =
8;
ypos = 36;
count = 0;
</op>
<while>
<condition>count < num</condition>
<print name="field_name" text="R-Parameter%d">count</print>
<text xpos = "$xpos" ypos = "$ypos" >$$$field_name</text>
<op>
ypos = ypos + 24;
count = count + 1;
</op>
</while>
</paint>
</form>
Programming Manual, 12/2019, 6FC5398-2EP40-0BA0
NC programming

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 840de sl

Table of Contents