Website logo
Home pageWeb storeDistributors
Software
Hardware
Settings
Troubleshooting
Navigate through spaces
⌘K
EdingCNC Documentation
Software installation
G-code
Language standard
Supported G-code
Supported M-codes
Other input codes
Special commands
Special features
Macro programming
Macro programming
Run behavior during loading of job file and simulation
M Function override and user M-functions
Features
Oil pump
Interface
Keyboard shortcuts
Release notes
Docs powered by Archbee
G-code
Special commands

LogMsg

2min

Logs message to a text file.

The file has to be specified prior by the LogFile command.

LogMsg "<message text>"


Example

LogFile "text.txt" 1 LogMsg "Current position of X is "#5001

Now check the contents of file text.txt will now contain Msg, LogMsg, WarnMsg, ErrMsg can now use %txx (xx = 0-99) and this will show the tool description text. Example: msg %t#5011 " is changed to "Tool number 5" this is text from the tool table.

PREVIOUS
ErrMsg
NEXT
LogFile
Docs powered by Archbee
TABLE OF CONTENTS
Parameters
Example
Docs powered by Archbee