Program code
; <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>
; </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
...
Work preparation
3.23 Additional functions
NC programming
996 Programming Manual, 12/2019, 6FC5398-2EP40-0BA0