website logo
Home pageWeb storeDistributors
Software
Hardware
Settings
Troubleshooting
Navigate through spaces
⌘K
EdingCNC Documentation
Getting started with your new controller
G-code
Language standard
Supported G-code
Supported M-codes
Other input codes
Special commands
Special features
Macro programming
Run behavior during loading of job file and simulation
Software installation
Interface
Keyboard shortcuts
Docs powered by archbee 

M48 - M53 (Feed-Speed Override Control)

0min

M48 Enable feed and speed override, set back to last user feed override value.

M49 Disable feed and speed override and set to 100%

M50 P... Set feed Override to a given P value, if the P value is less than zero feed override is disabled and the value remains as is.

M51 P... Set speed Override to given P value, if the P value is less than zero speed override is switched off.

M52 P...Enable feed Override by analog input. M52 P0 disables feed override by analog input. P1 is optional.

M53 P... Enable feed Hold input. M53 P0 disable feed Hold input. P1 is optional.

To enable the speed and feed override switches, program M48. To disable both switches, program M49.

PREVIOUS
M7, M8, M9 (Coolant Control)
NEXT
M54, M55, M56, M57 (General purpose IO)
Docs powered by archbee