TYPE SMC_GSentence : STRUCT
Represents one sentence of a G-Code file
InOut:
|
Name
|
Type
|
Comment
|
pos
|
SMC_NC_SourcePosition
|
The source-position of the start of the sentence
|
t
|
SMC_GSentence_Type
|
|
u
|
SMC_GSentence_Union
|
|
nNumGWords
|
UDINT
|
The number of G-words (stored in the G-Word queue)
|
nNumGExpTokens
|
UDINT
|
The summed number of g-expression tokens for all G-words of the sentence
|
lenAddData
|
UDINT
|
The summed additional data size fro all g-expression tokens of the sentence
|
bStepSuppress
|
BOOL
|
Whether the sentence starts with '/'
|
|