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

History of continuous M functions. More...

#include <TGM.h>

Public Attributes

uint32_t lastValidEntry
 index to mFuncs array - points to last entered continuous M func
 
uint32_t mFuncs [CONT_MFUNC_HISTORY_SIZE]
 

Detailed Description

History of continuous M functions.

Definition at line 1184 of file TGM.h.

Member Data Documentation

◆ mFuncs

uint32_t CONT_MFUNC_HISTORY::mFuncs[CONT_MFUNC_HISTORY_SIZE]

circular array - TGMotion only writes to this array (in case of continuous M function) and then increments lastValidEntry. It is up to PLC to read the values and zero them eventually TGMotion will NOT set the values to zero

Definition at line 1192 of file TGM.h.


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