Installation manual
CNC 8055
CNC 8055i
CONCEPTS
7.
SOFT: V02.2X
·377·
Fagor handwheels: HBA, HBE and LGB
Connection example and PLC program for the HBA-072914 handwheel.
There are 2 ways to use the "Enable Push Button".
The example uses input I79, making it necessary to push both buttons in order to use the handwheel.
Definition of symbols (mnemonics)
If the handwheel enable (I79) and the switch is at handwheel position (x1, x10 or x100)
To move the axes in JOG proceed as follows ....
• enable handwheel "I79" ...
• turn the switch to the (·) position: "NOT I73 AND NOT I74"
• position the CNC panel selector in the JOG area (not handwheel, not incremental) "SELECTOR
> 7"
I79 AND NOT I73 AND NOT I74 AND CPS SELECTOR GE 8
= JOGON
I78 Just press one of the buttons
I79 Both buttons must be pressed
DEF HDWON M600 Handwheel jog
DEF JOGON M601 JOG
DEF XSEL M602 X axis selected
DEF YSEL M603 Y axis selected
DEF ZSEL M604 Z axis selected
DEF 4SEL M605 4th axis selected
DEF 5SEL M606 5th axis selected
DEF 6SEL M607 6th axis selected
DEF 7SEL M608 7th axis selected
PRG
REA
I79 AND (I73 OR I74) = HDWON I73 I74
JOG 0 0
x1 0 1
x10 1 1
x100 1 0