k2saki - 2024-05-03

Is it possible like G-Code streaming processing (like FANUC or SIEMENS DNC Function )?
Or Does anyone know the tips for CODESYS Motion to start moving long Long G-Code File quickly?


I have to wait long time after "Start" button to start moving,
I have to wait finishing interpreting whole G-Code file, ( and I have to prepare huge buffer to store. )


Now, I'm working on my CNC Project using SMC_ReadNCFile2, and SMC_NcInterpreter to preprocess G-Code.

I tried to set SMC_Interpolator.xExecute to true to Start while after SMC_NcInterpreter processed more 50-line of G-Code, but that not worked, I had to wait SMC_NcInterpreter processed all lines to start SMC_Interpolator.

G-Code have about 2000 lines of XY of G01 (or more over.. ) of short segment that a CAM software has exploded from NURBS Curve.