Hello
I have CNC files with M-codes. I don't want to stop the path when I see an M-code, but I need to recognise the M-code.
If I use 'PreAcknowledge', the path doesn't stop, but I don't see wM from the interpolator.
Any ideas please?
ph
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
not sure if it's possible to see M-codes when you suppress them with PreAcknowledge.
Check if SMC_PreAcknowledgeMFunction removes the M-codes in the SMC_OutQueue.
I would use switch points (H-functions) when I don't want to stop.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
I have CNC files with M-codes. I don't want to stop the path when I see an M-code, but I need to recognise the M-code.
If I use 'PreAcknowledge', the path doesn't stop, but I don't see wM from the interpolator.
Any ideas please?
ph
Hi,
not sure if it's possible to see M-codes when you suppress them with PreAcknowledge.
Check if SMC_PreAcknowledgeMFunction removes the M-codes in the SMC_OutQueue.
I would use switch points (H-functions) when I don't want to stop.
Great answer. Thank you