Error message texts

Assign error message number to error message text

When an error message is output, the CNC kernel only outputs an error message code together with several parameters. An error message text is not assigned until later.

Each error message number is assigned to an error message text by the 'err_text_version.txt' file. When English is used, this file is ‘err_text_version_en.txt’.

You can change the language using the kernelv_set_error_language () function.

The file must be located in the work directory of the application that uses the simulation DLL.