Deleting of a saved configuration

#CLEAR CONFIG   (modal)

With #CLEAR CONFIG the latest saved configuration is completely deleted. A #LOAD CONFIG, programmed directly after that, causes the error message "No restorable configuration found". This means, before the use of #LOAD CONFIG at first with #SAVE CONFIG a configuration has to be saved again.

For the machine user a #CLEAR CONFIG is always helpful, if he wants to prevent the unsuited access on saved configurations in other NC programs.

Programming example

Execute clearance program, then delete the saved configuration:

%Clearance 
N10 G53
N35 #LOAD CONFIG [AX AXLINK] Restoring of the saved axes
configuration and axis couplings
under coupling group 1
N40 #ECS ON Definition of a EKS for the execution
of the retract travel
N.. X.. Y.. Z..
:
N200 #AX LINK OFF ALL
:
N.. X.. Y.. Z..
N.. #CLEAR CONFIG After finishing the retraction travel
deleting of the saved configuration
N99 M30