Chapter 2 - page 15
MC work mode
2.5.1.1 VARIABLE TOOL CHANGE POINT
If the manufacturer wishes the user can be allowed to define the tool change point at all times. This
feature logically depends on the type of machine and type of changer.
This feature allows the tool change to be made beside the part, thus avoiding movements to a change
point farther away from the same.
To allow this:
Define text 47 of the program 999997 for the CNC to request the coordinates on X, Y and Z of
the change point.
For example: ;47 $CHANGE POSITION
These coordinates should always refer to machine reference zero (home), for the zero offsets not
to affect the tool change point.
For this reason, the CNC can display, along with coordinates X, Y, Z and in small characters, the
coordinates for the axes referring to home.
For the CNC to show the coordinates of the axes referring to home text 33 of program 999997
has to be defined. For example: ;33 $REFERENCE ZERO (HOME)
Since the tool change point can be modified by the operator at any time, the subroutine associated
with the tools must take these values into account.
Arithmetical parameters P290, P291 and P292 contain the values set by the operator as change
position on X, Y, Z.
Arithmetic parameter P290
Change position on X
Arithmetic parameter P291
Change position on Y
Arithmetic parameter P292
Change position on Z
In subroutine 55 of the previous section, the line fixing the movement to the change point must be
modified:
Where it says: G0 G53 XP??? YP??? ZP???
; Movement to the change point.
It should say: G0 G53 XP290 YP291 ZP292
; Movement to the change point defined by
the user.
Define the coordinates of the change point (X, Y, Z)
Press key
for selecting field «T». Then press key for the relevant axis
or keys:
After moving over the coordinates for the axis to be defined, one can:
a) Enter the value manually. Key in the value required and press the
key
b) Assign the present position of the machine.
Move the axis, by means of the handwheel or the JOG keys, up to the point required.
Press key
The CNC assigns said coordinate to the field selected.
Press key
2.
Operating in JOG mode
2.5
Tool control
2.5.1 Variable tool change point
Содержание 8040 CNC - FEATURES
Страница 1: ...REF 0307 SOFT M 7 XX SOFT M 7 1X 8040 CNC NEW FEATURES ...
Страница 2: ...Page 2 of 2 8040 CNC NEW FEATURES SOFT M 7 XX SOFT M 7 1X ...
Страница 45: ...User notes NEW FEATURES SOFT M 7 XX Page 41 of 48 8040 CNC ...
Страница 46: ...User notes NEW FEATURES SOFT M 7 XX Page 42 of 48 8040 CNC ...
Страница 52: ...User notes NEW FEATURES SOFT M 7 1X Page 48 of 48 8040 CNC ...
Страница 53: ...Operating Manual MC option Ref 0204 ing ...
Страница 143: ...Self teaching Manual MC option Ref 0112 ing ...
Страница 147: ...Chapter 1 Theory on CNC machines ...
Страница 156: ...Chapter 2 Theory on tools ...
Страница 164: ...Chapter 3 Hands on training ...
Страница 186: ...Chapter 4 Automatic Operations ...
Страница 201: ...Chapter 5 Summary of work cycles ...
Страница 220: ...Chapter 6 Conversational part programs ...
Страница 235: ...Appendix I Programming example ...
Страница 237: ...Self teaching Manual Appendix I Page 3 MC Model Programming example Step 1 Surface milling 1 ...
Страница 238: ...Self teaching Manual Appendix I Page 4 MC Model Programming example Step 2 Machining the profile 2 Other data ...
Страница 239: ...Self teaching Manual Appendix I Page 5 MC Model Programming example Step 3 Rectangular boss 3 ...
Страница 240: ...Self teaching Manual Appendix I Page 6 MC Model Programming example Step 4 Circular pocket 4 ...
Страница 241: ...Self teaching Manual Appendix I Page 7 MC Model Programming example Step 5 Rectangular pocket 5 ...