Process

Variable name

Description

usiProgressGCodeConversion

Data type: USINT

Progress in percent of the currently running G-code conversion process.

usiProgressFileReceive

Data type: USINT

Progress in percent of the file transfer of the converted G-code program.

uiTargetProgramSlot

Data type: UINT

Program slot to which the last successfully imported file was written.

sFileName

Data type: STRING(255)

File name including path of last successfully imported file

xImportRunning

Data type: BOOL

  • TRUE: Import is performed.
  • FALSE: No import is performed.

xFileImported

Data type: BOOL

  • TRUE: Imported G-code program successfully converted to an SRL program, transferred to the MOVI-C® CONTROLLER and written to the program slot.
  • FALSE: The file was not received or has not (yet) been written to the program slot (successfully). The variable is reset to FALSE when an import process is started (xImportRunning = TRUE).