K1: Mode group, channel, program operation, reset response
9.15 Replacing functions by subprograms
Basic Functions
660
Function Manual, 09/2011, 6FC5397-0BP40-2BA0
9.15.5
Restrictions
• Function replacements are not permitted in:
- Synchronized actions
- Technology cycles
• There must be no blockwise synchronized actions in front of a block that contains functions at the beginning to
be replaced. See the paragraph below "Example for: Non-modal synchronized actions".
• Only the actions required for the respective replacements can be performed in the replacement subprogram.
• In a block, in which the replacement subprogram is called at the block end, the following should be observed:
- No modal subprogram call should be active
- No subprogram return jump should be programmed
- No program end should be programmed
Example of: Non-modal synchronized actions
MD30465 $MA_AXIS_LANG_SUB_MASK, bit 0 = 1 (gear stage change)
If, in block
N1010
, the function
M43
initiates that a replacement subprogram is called, machining is interrupted
and an alarm is output.
NOTICE
The controller does not monitor whether the function to be replaced has been realized
in the replacement subprogram.
Program code
...
N1000 WHENEVER $AA_IM[X2] <= $AA_IM[X1] + 0.5 DO $AA_OVR[X1]=0
N1010 G1 X100 M43
...
Содержание SINUMERIK 828D Turning
Страница 34: ...Basic Functions 34 Function Manual 09 2011 6FC5397 0BP40 2BA0 ...
Страница 146: ...A3 Axis Monitoring Protection Zones 2 6 Data lists Basic Functions 146 Function Manual 09 2011 6FC5397 0BP40 2BA0 ...
Страница 328: ...F1 Travel to fixed stop 6 5 Data lists Basic Functions 328 Function Manual 09 2011 6FC5397 0BP40 2BA0 ...
Страница 816: ...K2 Axis Types Coordinate Systems Frames 10 9 Data lists Basic Functions 816 Function Manual 09 2011 6FC5397 0BP40 2BA0 ...
Страница 1198: ...P4 PLC for SINUMERIK 828D 14 6 Function interface Basic Functions 1198 Function Manual 09 2011 6FC5397 0BP40 2BA0 ...
Страница 1752: ...Appendix 20 2 Overview Basic Functions 1752 Function Manual 09 2011 6FC5397 0BP40 2BA0 ...
Страница 1774: ...Glossary Basic Functions 1774 Function Manual 09 2011 6FC5397 0BP40 2BA0 ...