E
XAMPLE
MANUAL
57
;——————————————————————————————————
; Requests P102 Outside diameter of the pulley
;——————————————————————————————————
N12
(SK1="", SK2="", SK3="", SK4="", SK5="", SK6="", SK7="")
(IB2=INPUT "Outside diameter of the pulley:", 6.5)
(DW2=IB2)
(GOTO N1)
;——————————————————————————————————
; Requests P103 Depth of the pulley (in radius)
;——————————————————————————————————
N13
(SK1="", SK2="", SK3="", SK4="", SK5="", SK6="", SK7="")
(IB3=INPUT "Depth of the groove (in radius):", 6.5)
(DW3=IB3)
(GOTO N1)
;——————————————————————————————————
; Requests P104 Width of the groove
;——————————————————————————————————
N14
(SK1="", SK2="", SK3="", SK4="", SK5="", SK6="", SK7="")
(IB4=INPUT "Width of the groove:", 6.5)
(DW4=IB4)
(GOTO N1)
;——————————————————————————————————
; Requests P105 Safety distance
;——————————————————————————————————
N15
(SK1="", SK2="", SK3="", SK4="", SK5="", SK6="", SK7="")
(IB5=INPUT "Safety distance:", 6.5)
(DW5=IB5)
(GOTO N1)
;——————————————————————————————————
; Requests P106 Maximum cutting pass
;——————————————————————————————————
N16
(SK1="", SK2="", SK3="", SK4="", SK5="", SK6="", SK7="")
(IB6=INPUT "Maximum cutting pass:", 6.5)
(DW6=IB6)
(GOTO N2)
;——————————————————————————————————
; Requests P107 Finishing stock
;——————————————————————————————————
N17
(SK1="", SK2="", SK3="", SK4="", SK5="", SK6="", SK7="")
(IB7=INPUT "Finishing stock:", 6.5)
(DW7=IB7)
(GOTO N2)
;——————————————————————————————————
; Requests P108 Cutting speed
;——————————————————————————————————
N18
(SK1="", SK2="", SK3="", SK4="", SK5="", SK6="", SK7="")
(IB8=INPUT "Cutting speed:", 3.5)
(DW8=IB8)
(GOTO N2)
;——————————————————————————————————
; Requests P109 Roughing feedrate in mm/rev.
;——————————————————————————————————
N19
(SK1="", SK2="", SK3="", SK4="", SK5="", SK6="", SK7="")
(IB9=INPUT "Roughing feedrate in mm/rev.:", 6.5)
(DW9=IB9)
(GOTO N2)
;——————————————————————————————————
; Requests P110 Finishing feedrate in mm/rev.
;——————————————————————————————————
N20
(SK1="", SK2="", SK3="", SK4="", SK5="", SK6="", SK7="")
(IB10=INPUT "Finishing feedrate in mm/rev.:", 6.5)
(DW10=IB10)
(GOTO N2)
;——————————————————————————————————
; Generates program blocks
;——————————————————————————————————
N100
(WBUF "(PCALL 50, P100=",IB0)
(WBUF ", P101=",IB1)
(WBUF ", P102=",IB2)
(WBUF ", P103=",IB3)
(WBUF ", P104=",IB4)
(WBUF ", P105=",IB5)
(WBUF ", P106=",IB6)
(WBUF ", P107=",IB7)
(WBUF ", P108=",IB8)
(WBUF ", P109=",IB9)
(WBUF ", P110=",IB10)
(WBUF ")")
(WBUF )
(SYSTEM )
Содержание CNC 8055 T
Страница 1: ...REF 1010 8055 T Examples manual CNC...
Страница 4: ...EXAMPLE MANUAL 1 TOOLS List of tools used in these examples...
Страница 7: ...4 EXAMPLE MANUAL User Notes...
Страница 35: ...32 EXAMPLE MANUAL User Notes...
Страница 39: ...36 EXAMPLE MANUAL User Notes...
Страница 45: ...42 EXAMPLE MANUAL User Notes...
Страница 46: ...43 Programming examples User screen customizing programs 8055T Machine diagnosis 44 Machining a pulley 52...