
N
EW
F
EATURES
(S
OFT
M: 7.
XX
)
Page 13 of 48
80
40 CNC
Axes (2) controlled
by a drive
20 Axes (2) controlled by a drive
Until this version, when having 2 axes controlled by a single drive,
the polarity of the analog output (command sign) always
corresponded to that of the main axis.
From this version on, since sometimes the turning direction of the
two axes may be different, the sign of the command for each axis will
taken into account [the one set by a.m.p “LOOPCHG (P26)”].
Warning
21 Mandatory home search
The CNC forces a home search on an axis by setting the relevant
REFPOIN* mark low in the following cases:
•
On CNC power-up
•
After executing SHIFT RESET
•
When the feedback is direct through the axes board and a
feedback alarm occurs.
= M102
; activates mark M102
;
M101
; If new program in execution
AND CPS R102 EQ 0
; and the "S" has not been limited from MDI
= ERR10
; Error 10: "The S has not been limited from
MDI"
;
M101
; If new program in execution
AND CPS R102 NE 0
; and the "S" has been limited from MDI
= MOV R101 R201
; it copies the number of the program in
execution
= MOV R102 R202
; and the S limitation from MDI
;
M102
; If same program in execution
AND CPS R102 NE 0
; and the "S" is limited again from MDI
= MOV R102 R202
; it copies the S limitation from MDI
;
M100
; If program in execution
AND CPS R202 LT R103
; and "S" limitation from MDI < "S" limitation
from CNC
= CNCWR(R202,PLCSL,M1000)
; Applies "S" limitation from the PLC with the
value set in MDI
;
M100
; If program in execution
AND CPS R202 GT R103
; and "S" limitation from MDI > "S" limitation
from CNC
= CNCWR(R210,PLCSL,M1000)
; It does not limit "S" from PLC (R210=0)
;
DFD M100
; At the end of execution
= CNCWR(R210,PLCSL,M1000)
; it cancels "S" limitation from the PLC
= CNCWR(R210,MDISL,M1000)
; and it resets the MDISL variable
;
END
This new version is not compatible with previous versions.
On machines having axes controlled by a single drive the secondary
axis might run away.
Before installing the new software, make sure that the a.m.p.
"LOOPCHG (P26)" of the associated axis has the same value as that of
the main axis.
Содержание 8040 MC CNC
Страница 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...