EasyManuals Logo

Fagor CNC 8060 Installation Manual

Fagor CNC 8060
900 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #428 background imageLoading...
Page #428 background image
·428·
Installation manual
CNC 8060
CNC 8065
8.
KEY CODES.
(REF: 1402)
Example for simulating the keyboard from the PLC.
8.1 Example for simulating the keyboard from the PLC.
Pressing the first customizable key (B0KEYBD1) carries out the following operations:
1 The manual mode is accessed at the CNC.
2 Then, the MDI mode is accessed.
3 It homes the X axis.
4 After the home search, it exits the MDI mode.
For each key to be sent from the PLC, the codes for "press key" and for the "release key"
must be written. When sending both codes, the example uses a 200 ms delay between them
(for safety).
START OR DFU M313 = CYSTART
() = MOV $1D R200 = MOV $9D R201 ;CTRL
() = MOV $41 R202 = MOV $C1 R203 ;F7
() = MOV $42 R204 = MOV $C2 R205 ;F8
() = MOV $22 R206 = MOV $A2 R207 ;G
() = MOV $08 R208 = MOV $88 R209 ;7
() = MOV $05 R210 = MOV $85 R211 ;4
() = MOV $2D R212 = MOV $AD R213 ;X
() = MOV $02 R214 = MOV $82 R215 ;1
() = MOV $01 R216 = MOV $81 R217 ;ESC
; The CNC goes into jog mode. [CTRL] + [F7]
DFU B0KEYBD1 = CNCWR(R200,G.KEY,M200) = CNCWR(R202,G.KEY,M201)=TG1 200 200
T200 = M300
DFD M300 = CNCWR(R201,G.KEY,M202)= CNCWR(R203,G.KEY,M203)=TG1 201 200
T201 = M301
; The CNC goes into MDI mode. [CTRL] + [F8]
DFD M301 = CNCWR(R200,G.KEY,M200) = CNCWR(R204,G.KEY,M204) = TG1 202 200
T202 = M302
DFD M302 = CNCWR(R201,G.KEY,M202)= CNCWR(R205,G.KEY,M205) = TG1 203 200
T203 =M303
; Home search. G74
DFD M303 = CNCWR(R206,G.KEY,M206) = TG1 204 200
T204 = M304
DFD M304 = CNCWR(R207,G.KEY,M207) = TG1 205 200
T205 = M305
;G
DFD M305 = CNCWR(R208,G.KEY,M208) = TG1 206 200
T206 = M306
DFD M306 = CNCWR(R209,G.KEY,M209) = TG1 207 200
T207 = M307
;7
DFD M307 = CNCWR(R210,G.KEY,M210) = TG1 208 200
T208 = M308
DFD M308 = CNCWR(R211,G.KEY,M211) = TG1 209 200
T209 = M309
;4
DFD M309 = CNCWR(R212,G.KEY,M212) = TG1 210 200
T210 = M310
DFD M310 = CNCWR(R213,G.KEY,M213) = TG1 211 200
T211 = M311
;X
DFD M311 = CNCWR(R214,G.KEY,M214) = TG1 212 200
T212 = M312
DFD M312 = CNCWR(R215,G.KEY,M215) = TG1 213 200
T213 = M313
;1
DFD M313 = SET M500 ;Execute Cycle Start (CYSTART=1)
DFD ZERO = SET M501
;Quit MDI mode
()= CNCRD(G.STATUS,R220,M220) ;CNC status ("1"=READY)

Table of Contents

Other manuals for Fagor CNC 8060

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Fagor CNC 8060 and is the answer not in the manual?

Fagor CNC 8060 Specifications

General IconGeneral
BrandFagor
ModelCNC 8060
CategoryControl Systems
LanguageEnglish

Related product manuals