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 

LogFile

4min

Specifies the file to be used by the LogMsg command.

LogFile "<file path>" <mode>

Parameters

  • the file path parameter is a text parameter that specifies the file path to be used to write to
  • mode parameter needs to be a value of either 0 or 1
    • 0 specifies that the file is to be overwritten
    • 1 specifies that the file is to be appended to

Example

LogFile "C:\log.txt" 0
LogFile "log.txt" 1



PREVIOUS
LogMsg
NEXT
DlgMsg
Docs powered by archbee 
TABLE OF CONTENTS
Parameters
Example