TG Motion  version 421 - 4033/904 cnc 121
Real-time system for controlling servo drives and I/O modules
DLL_INIT_STRUCT Struct Reference

Initialization structure. Used by ToolChainCore_Init. More...

#include <TGM_CNC.h>

Public Attributes

TGM_LPCTSTR CNC_Dll_Dir
 path to the directory with CNC libraries (.dll or .so)
 
TGM_LPCTSTR Macros_Dir
 path to CNC macros (external G and M functions written in G-code)
 
TGM_LPCTSTR Comm_Int2_Dir
 path to communication library
 
int32_t Local_Core_Mode
 

Detailed Description

Initialization structure. Used by ToolChainCore_Init.

Definition at line 1760 of file TGM_CNC.h.

Member Data Documentation

◆ Local_Core_Mode

int32_t DLL_INIT_STRUCT::Local_Core_Mode

used local core mode:

Value Description
0 CNC module runs in real-time in TGMotion. High accuracy, more safety, less available memory for G-code files.
1 CNC modules run in the operating system context. Usefull for large G-code files or when using custom callback functions.
2 Offline mode without TGMotion - only simulation is enabled

Definition at line 1770 of file TGM_CNC.h.


The documentation for this struct was generated from the following file: