Introduction to machine tool functions
Parameter backup and restore

For specific parameter settings, please refer to Parameter backup and recovery interface



processing
  1. Open the backup and recovery interface,Set mode selection to processing
  2. Start the program

backup
  1. Open the backup and recovery interface,Set mode selection to backup
  2. set up Backup path Backup directory File name
  3. Set as needed backup mode
  4. If set to custom variable mode, you need to define: List directory List name Number of list rows
  5. The variable list path defaults to the subroutine directory.
  6. The variable list file definition rules are as follows:
    1. The maximum number of parameters cannot exceed790indivual
    2. The total number of lines in the parameter file needs to be defined,Include lines occupied by semicolon comments and blank lines
    3. Semicolons can be used at the beginning of lines in parameter files. " ; " Define annotation,Comment lines will not be read,Empty lines will not be read
    4. Put an asterisk before the parameter name "*" Represents a string variable
  7. The content of the sample custom backup variable table file is as follows:
  8. ;****************************
    ;PAR_DEMO.TXT

    ;This file is a sample parameter list file
    ;You need to declare the total number of lines in this file in the line number parameter.,The number of lines required to be defined in this example file is 14
    ;Semicolons can be used at the beginning of lines in parameter files. " ; " Define annotation,Comment lines will not be read,Empty lines will not be read
    ;Put an asterisk before the parameter name "*" Represents a string variable

    R0
    R1

    INI[5]
    *STRING
    ;Comment line
    WORK[5]
    ;*****************************

recover
  1. Open the backup and recovery interface,Set mode selection to recover
  2. set up recovery path recovery catalog File name
  3. If you need to restore the storage in the backUSBfiles,Need to be configured in the logical drive,The name is set to: //DEV_3

Things to note
  1. The custom backup variable table file needs to be defined in the system subroutine path.