Struct KERNELV_NC_LINE_DATA
Description
The structure of the data belonging to an executed NC program line.
Memory orientation
The individual structure elements are packed in the memory.
Element | Type | Meaning |
fileoffset | unsigned long int | File offset of the executed line in the currently active NC program file |
ncLineNumber | unsigned long int | NC line number of the executed NC line, if programmed. If no NC line number was programmed, the last line number programmed is entered. |
filename | char[KERNELV_FILE_NAME_LENGTH + 1] | File name of the file that contains the NC line just executed. |