10-13-2021 12:58 PM
I met an issue when use integrated dispensing package.
First, create new project with ProcessEdit.
Second, run cnc file but no axis move and no errors. It always statys on 'N101'
11-02-2021 08:30 AM
This behaviour could be explained if the M function is still active and configured as a blocking function. You can check the status of the M function in the OutCfg structure of the CNC portal object. If the synchronisation type of the M70 is configured as a blocking function, the boolean value must be reset to allow the CNC to continue. The configuration of the M-functions is part of the SDA parameters in the channel configuration of the CNC central in TwinCAT (e.g. synchronisation type 4 equals stop at the end of the line)
(Extract from the SDA parameters)