28.08.2013 Views

CNC 8035 - Programming manual - Fagor Automation

CNC 8035 - Programming manual - Fagor Automation

CNC 8035 - Programming manual - Fagor Automation

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Sets the softkeys to access the various modes and requests a choice<br />

(SK 1="CYCLE 1",SK 2="CYCLE 2",SK 7="EXIT")<br />

N5 ( WKEY ) ; Request a key<br />

(IF KEY EQ $FC00 GOTO N10) ; Cycle 1<br />

(IF KEY EQ $FC01 GOTO N20) ; Cycle 2<br />

(IF KEY EQ $FC06 SYSTEM ELSE GOTO N5) ; Quit or request a key<br />

CYCLE 1<br />

; Displays page 11 and defines 2 data entry windows<br />

N10 ( PAGE 11 )<br />

;Editing<br />

(ODW 1,10,60)<br />

(ODW 2,15,60)<br />

(WBUF "(PCALL 1, ") ; Adds "(PCALL 1," to the block being edited.<br />

(IB 1=INPUT "X:",-6.5) ; Requests the value of X.<br />

(DW 1=IB1) ; Data window 1 shows the entered value.<br />

(WBUF "X",IB1) ; Adds X (entered value) to the block being edited.<br />

(WBUF ",") ; Adds "," to the block being edited.<br />

(IB 2=INPUT "Y:",-6.5) ; Requests the value of Y.<br />

(DW 2=IB2) ; Data window 2 shows the entered value.<br />

(WBUF "Y",IB2) ; Adds Y (entered value) to the block being edited.<br />

(WBUF ")") ; Adds ")" to the block being edited.<br />

( WBUF ) ; Enters the edited block into memory.<br />

; For example : (PCALL 1, X2, Y3)<br />

(GOTO N0)<br />

<strong>Programming</strong> <strong>manual</strong><br />

PROGRAM CONTROL INSTRUCTIONS<br />

Screen customizing instructions 12.<br />

<strong>CNC</strong> <strong>8035</strong><br />

·T· MODEL<br />

(SOFT V16.3X)<br />

·271·

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!